Install you-agent-factory
Install the you CLI, confirm it resolves on PATH, pick a worker provider, and install a packaged factory from the embedded catalog.
Install
The published release entrypoint downloads the you binary for your operating system and puts it on your PATH. It installs the CLI only; it does not start a factory or write any configuration.macOS / Linux
Windows (PowerShell)
Confirm The Install
Print the root help to confirm the shell resolves you and to see the top-level command groups.Choose A Provider
A worker provider is the agent or model runtime that actually executes work — the coding agent or inference backend behind each worker. you init records a default provider and an optional default model so factories do not have to name one. Run it with no flags for an interactive prompt, or pass --provider to configure it non-interactively in a script or CI job.Configure a provider interactively
Configure a provider non-interactively