- 知识中心
- 技术写作
技术写作
技术写作
技术写作 类别下的全部知识中心文章。
智能体架构
从 Cursor 入门到仓库级 AGENTS.md、私有知识库、MCP 工具设计、RL 训练模型与单智能体编码循环的精选路径。
- Cursor 入门:自动化整个循环 Treat Cursor as an automation surface — rules, tests, MCP, and agents run the boring parts so you keep one thread for judgment. 阅读 →
- 面向 AI 编码代理的 AGENTS.md 标准 One open Markdown file per repo — closest AGENTS.md wins; user prompts override. 阅读 →
- 为 AI 代理组织知识 Pair a public site with a private brain — progressive disclosure, lifespans, verification metadata. 阅读 →
- 用 search 与 execute 构建 MCP 服务器 Two MCP tools — search and execute — beat hundreds of per-operation tool definitions. 阅读 →
- 强化学习提升代理模型中的工具调用能力 RL specializes models for the tool loop — Composer is the public case study. 阅读 →
- Keep the thread: why plan–critique–build pipelines fail modern coding agents One agent, one thread, small units — verify with tests, not lossy handoffs. 阅读 →