How To Make Your Agent Use YOU
Point an AI agent at the packaged you-agent-factory agent orientation topic and let it drive the you CLI itself, with MCP and ACP as the deeper integrations.
What It Is
The installed binary ships its own reference documentation, and one topic is written specifically for AI agents: an orientation and command matrix that explains what you-agent-factory is, which commands exist, and which one to reach for. It prints as plain markdown with no wrapper formatting, which is exactly what an agent wants to read.When To Use
Use this the moment you have an agent that can run commands and a factory worth reusing. It is the difference between an agent that reimplements a review loop from scratch every session and one that reaches for the packaged review factory you already have installed.Steps Or Workflow
There is no server to start and no integration to register. The whole setup is one instruction in the place your agent already reads its project instructions.Step 1 — make sure the binary is there
Install you-agent-factory and configure a provider on the machine the agent runs on. An agent cannot use a binary that is not on its PATH, and a factory with no provider will not execute anything.Step 2 — add one instruction to your agent's project instructions
Step 3 — let it discover the rest of the topics
Step 4 — verify with one real run
What The Agent Can Reach
Through the CLI alone an agent can install and list factories, run one against a request, submit work to a live session, inspect work items and sessions, list and inspect discovered models, and read every packaged reference topic. That covers nearly everything an operator does by hand.Deeper Integrations
Two protocol servers exist for hosts that want structured tools rather than a shell. The Model Context Protocol server presents Factory Session tools over stdio, so an MCP host can call them as named tools. The Agent Client Protocol server hosts you-agent-factory itself as an agent an editor can drive.Serve Factory Session tools over the Model Context Protocol
Host you-agent-factory as an Agent Client Protocol agent