#235 · Primary category: Education & Research

claude-code-book

agent agent-architecture ai-agent anthropic book chinese claude-code llm mcp

《御舆:解码 Agent Harness》42万字拆解 AI Agent 的Harness骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:

Project last updated:08/17/26

GitHub Stars

4.2K

Forks

818

Contributors

2

License

Other

Why we included this project

This is a serious open technical reference for anyone who wants to stop treating Claude Code as a black box and see how a production-grade agent harness is actually built. The book skips prompt tricks and API recipes in favor of walking through the core subsystems, from the conversation loop and tool system to the permission pipeline, context compression, memory, hooks, subagent scheduling, and MCP integration, explaining the reasoning behind each design choice. Its 139 architecture diagrams isolate reusable patterns rather than vendor-specific details, so people building agents on LangChain, AutoGen, or from scratch get transferable mental models. Engineering leads who want a shared vocabulary for evaluating agent frameworks will also find it a rare, concrete study in agent-architecture thinking.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category