AI Agent Book

Active
GitHub Python Apache-2.0

Description

ai-agent-book is an open-source AI agent textbook from Tsinghua, covering principles, tool calling, memory, planning and multi-agent.

Key Features

  • Structured textbook — from principles to engineering across the agent stack
  • Rich code samples — runnable Python / LangChain examples per chapter
  • Covers classics and new — ReAct, Reflexion, AutoGPT, CrewAI
  • Chinese narration — friendly for local readers with locally relevant examples
  • Diagram-rich — heavy use of diagrams and flowcharts
  • Continuously updated — active community tracking new methods

Use Cases

💡 Adopting as an AI agent course textbook for universities or bootcamps
💡 Reliable Chinese-language resource for self-learning agent systems
💡 Standard reading material for team training
💡 Reference for unifying concepts and terminology during research

Quick Start

git clone https://github.com/bojieli/ai-agent-book.git
cd ai-agent-book
pip install -r requirements.txt
jupyter notebook

Related Projects