ai-agent-book — MCP Server by bojieli

by bojieli · MCP Server · ★ 22.5k

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

🔒 Is ai-agent-book safe to install? View the security audit →

About ai-agent-book

深入理解 AI Agent:设计原理与工程实践 本仓库是《深入理解 AI Agent:设计原理与工程实践》一书的开源主仓库,包含全书正文与配套示例代码。全书正文、配图与配套实验代码全部开源,欢迎把实验亲手跑一遍、提 issue 和 PR。 📖 电子书 全书正文与编译好的 PDF 位于 目录: 正文源码:(引言)、 (第一至第十章)、(后记) 编译版 PDF: 自行编译:安装 pandoc、xelatex、ElegantBook 文档类与相关字体后,运行 图表由 生成、存于 ,排版细节见 与 。 📑 内容速览(第 1–10 章) 全书围绕核心公式 Agent = LLM + 上下文 + 工具 展开,十章内容如下: 第 1 章 · Agent 基础知识:从"模型即 Agent"的新范式出发,建立 Agent = LLM + 上下文 + 工具 的核心公式,并引入 Harness 工程——模型之外的一切工程能力,才是真正的竞争力所在。 第 2 章 · 上下文工程:上下文决定 Agent 的能力上限。深入大模型 API 的上下文结构、KV Cache 友好设计、提示工程、动态提示词与 Agent Skills、状态栏元信息,以及上下文压缩策略。 第 3 章 · 用户记忆和知识库:让 Agent 跨会话记住用户、并接入外部知识。涵盖用户记忆系统、RAG 基础管道,以及超越扁平文本的知识组织与检索(结构化索引、知识图谱等)。 第 4 章 · 工具:工具是 Agent 的双手。讲工具分类与通用设计原则、MCP 协议与工具选择的挑战、感知/执行/协作三类工具,以及事件驱动的异步 Agent。 第 5 章 · Coding Agent 与代码生成:代码是"能创造新工具的工具",是通用 Agent 的元能力。以生产级 Coding Agent 为例,展示这一最强通用工具的完整实现。 第 6 章 · Agent 的评估:把 Agent 的表现变成可比较的信号。从评估环境、数据集设计、指标体系,到统计显著性、可观测性、评估驱动选型,直至生产级内部评估与仿真环境。 第 7 章 · 模型后训练:预训练、SFT、RL 三阶段全景。何时选 SFT、何时选 RL,RLHF、算法比较、数据与环境,以及让模型学会工具调用、提升样本效率的前沿探索。 第 8 章 · Agent 的自我进化:不改权重也能成长。三种学习范式,从经验中学习、主动工具发现,到"从工具使用者到工具创造者",让 Agent 从"聪明"走向"熟练"。 第 9 章 · 多模态与实时交互:把感知与行动从文本扩展到语音、GUI 与物理世界。语音三范式(级联/端到端

agentagent-memoryai-agentbookcoding-agentcontext-engineeringlarge-language-modelsllmmcpmulti-agent

Quick Facts

Stars22,525
Forks2,256
LanguagePython
CategoryMCP Server
LicenseApache-2.0
Quality Score55.401091195544/100
Open Issues13
Last Updated2026-07-27
Created2025-09-09
Platformsmcp, python
Est. Tokens~17k

Compatible Skills

These tools work well together with ai-agent-book for enhanced workflows:

  • llm-rl-environments-lil-course — semantic(0.42)+complementary+rare_topics+same_lang+similar_pop+shared_platform (69%)
  • Open-AgentRL — semantic(0.36)+complementary+rare_topics+same_lang+similar_pop+shared_platform (67%)

ai-agent-book alternative? Top 6 similar tools

Looking for a ai-agent-book alternative? If you're comparing ai-agent-book with other mcp server tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • ragflow by infiniflow · ⭐ 79.0k

    RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with

  • headroom by chopratejas · ⭐ 44.4k

    Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answer

  • agentscope by agentscope-ai · ⭐ 28.3k

    Build and run agents you can see, understand and trust.

  • chatgpt-on-wechat by zhayujie · ⭐ 43.0k

    CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页

  • FastGPT by labring · ⭐ 29.2k

    FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabi

  • WrenAI by Canner · ⭐ 16.7k

    GenBI (Generative BI) for AI agents, an open-source, governed text-to-SQL through an open context layer that t

More MCP Server Tools

Explore other popular mcp server tools:

View all MCP Server tools →

Popular Python Agent Tools

Frequently Asked Questions

What is ai-agent-book?

ai-agent-book is 《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码. It is categorized as a MCP Server with 22.5k GitHub stars.

What programming language is ai-agent-book written in?

ai-agent-book is primarily written in Python. It covers topics such as agent, agent-memory, ai-agent.

How do I install or use ai-agent-book?

You can find installation instructions and usage details in the ai-agent-book GitHub repository at github.com/bojieli/ai-agent-book. The project has 22.5k stars and 2256 forks, indicating an active community.

What license does ai-agent-book use?

ai-agent-book is released under the Apache-2.0 license, making it free to use and modify according to the license terms.

What are the best alternatives to ai-agent-book?

The top alternatives to ai-agent-book on Agent Skills Hub include ragflow, headroom, agentscope. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse MCP Server tools