文档
从你需要的集合类型开始:指南、概念、技巧或文档。本页会把你导向参考资料的正确部分,并给出若干强起点页面。
快速入口
当你知道想怎么探索、但还不确定具体页面时,使用这些入口。
指南
指南页逐步介绍实用的 CLI 工作流,以及如何把参考资料应用到日常工作中。
- 编写你的第一个工厂
按步骤编写属于你自己的 you-agent-factory 工厂,可选用声明式的图格式,也可选用 JavaScript 编排器格式。
- 如何让你的智能体使用 YOU
把 AI 智能体指向 you-agent-factory 随附的智能体入门主题,让它自己驱动 you 命令行工具;MCP 与 ACP 则是更深入的集成方式。
- 写-审循环
用 you-agent-factory 做带有界重试路径的写 → 审 → 改循环。
- 用 you-agent-factory 做循环
运行迭代式工厂循环,让工作持续轮转,直到目标完成。
- 运行你的第一个工厂
从内置目录安装一个打包工厂,并在不编写任何配置的情况下完整运行它。
- Cursor 动态工作流
将 Cursor 用作 you-agent-factory Factory Session 与动态工作流工具的 MCP 主机。
概念
概念页解释跨越许多工厂工作流的更广想法,例如 harness、循环或瓶颈。
- Bottlenecks
A factory bottleneck is the stage or resource that caps overall you-agent-factory throughput even when other stages have spare capacity.
- Checklist
A factory planner checklist is a live outcomes and workstream board that shows done, active, ready-next, and intentionally held work.
- Compaction
Compaction shrinks retained context—history, transcripts, or stream windows—so long-running agent or factory work can continue within limits.
- Harness
A harness is the agent runtime the factory drives, such as a coding agent under a shared factory process.
- Loop
A factory loop keeps iterating under you-agent-factory until the goal is done.
- MCP
Model Context Protocol: the host↔server protocol that exposes named tools, including Factory Session tools via you mcp serve.
技巧
技巧页解释可在 CLI 工作流与文档任务中应用的具名方法与实践。
- Fusion
Fusion is a you-agent-factory technique that runs two model passes on the same request: a first pass drafts an answer and a second pass refines it.
- Planner-Executor
Planner-executor separates planning work into reviewable slices from executing those slices so independent factory streams can move in parallel.
- Ralph
Ralph is an autonomous one-story-per-iteration execution loop driven by a product requirements backlog.
- Worker-Adviser
Worker-adviser separates an adviser role that recommends or critiques from a worker role that performs the work.
- Writer-Reviewer
Writer-reviewer is a dual-role factory technique: a writer produces a candidate, and a reviewer accepts or rejects it.
文档
文档页涵盖 CLI 表面的参考资料,包括契约、约定与补充细节。
- 安装 you-agent-factory
安装 you-agent-factory 的 you 命令行工具,确认它能在 PATH 中解析,选择运行工作单元的提供方,并从内置目录安装打包工厂。
- 什么是 you-agent-factory
you-agent-factory 是一个 CLI 与代理工厂工作流系统,可让长时间运行的代理工作保持持续。
- CLI
查阅 you-agent-factory 的命令分组、一次运行如何选定工厂、所有命令共用的全局参数,以及完整的已发布 CLI 约定在哪里。
- Contributing to these docs
How to add factory documentation pages to the you-agent-factory docs site without recreating retired product patterns.
- Dashboard / UI Overview
Overview of the you-agent-factory local operator dashboard for live Factory Session inspection and control visibility—not a rebuilt in-docs dashboard product.
- FAQ
针对 you-agent-factory 常见问题的简短回答,并指向负责安装、运行工厂、编写、智能体、配置与恢复的规范文档与参考页面。