by lintsinghua · MCP Server · ★ 3.7k
《解码 Agent Harness —— Claude Code 架构深度剖析》 当所有人都在教你怎么 用 AI Agent —— 这本书带你 拆开 它 对话循环如何驱动?工具权限为何是四阶段管线?上下文压缩怎样在 token 预算内运转?子智能体如何通过 Fork 继承父级上下文? 读懂 Claude Code 的设计决策,你就拥有了一套可迁移到任何 Agent 框架的心智模型。 声明: 本书基于对 Claude Code 公开文档和产品行为的架构分析编写,未引用、未使用任何未公开或未授权的源码。Claude Code 为 Anthropic PBC 产品,本书不隶属于、未获授权于、也不代表 Anthropic。 这本书有什么不同 不做使用教程,不列 Prompt 技巧。 市面上充斥着"如何写好 Prompt"和"如何调用 Agent API"的指南。但如果你想知道一个生产级 Agent 系统的骨架是怎么搭的——为什么用异步生成器而不是回调?为什么权限检查要分四个阶段?上下文窗口用完了怎么办?——几乎没有资料可查。 这本书填补了这个空白。它以 Claude Code 为案例,拆解一个 Agent Harness 的每一个核心子系统,讲清楚每个工程决策背后的"为什么"。 三个核心特色 架构分析而非 API 文档 —...
| Stars | 3,699 |
| Forks | 773 |
| Category | MCP Server |
| Quality Score | 51.1025413936308/100 |
| Open Issues | 15 |
| Last Updated | 2026-06-19 |
| Created | 2026-03-31 |
| Platforms | claude-code, mcp |
| Est. Tokens | ~17k |
These tools work well together with claude-code-book for enhanced workflows:
Explore other popular mcp server tools:
claude-code-book is 《御舆:解码 Agent Harness》42万字拆解 AI Agent 的Harness骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:. It is categorized as a MCP Server with 3.7k GitHub stars.
You can find installation instructions and usage details in the claude-code-book GitHub repository at github.com/lintsinghua/claude-code-book. The project has 3.7k stars and 773 forks, indicating an active community.