Run Your First Factory
Install a packaged factory from the embedded catalog and run it end to end without writing any configuration.
What It Is
A packaged factory is a complete, published workflow with a canonical name such as @you/goal. You supply the request; the factory supplies the graph, the workers, the review steps, and the argument contract. Fifteen ship with the binary, covering goal pursuit, review loops, parallel fan-out, tournaments, deep research, and text to speech.When To Use
Run one right after installing, before writing anything of your own. A packaged run proves the install works, proves the provider is configured, and shows you the shape of a factory run before you have to author one.Steps Or Workflow
Install a packaged factory into your named factory root, confirm it landed, then run it against a request. @you/goal is the best first choice: it persists progress and keeps working the goal until the executor calls it complete or blocked.Install a packaged factory from the embedded catalog
Confirm it landed in the global named factory root
Run it against a request
Print only the final result instead of streaming progress
Watch The Run
A plain run starts no HTTP listener — it executes in batch mode and exits once the work settles. Ask for the embedded dashboard when you want to watch the graph move: the listener binds loopback only, lives exactly as long as the run, and opens the browser once it is ready.List sessions on that running host