All recipesMulti-Agent Research Template A Pi recipe inspired by Anthropic's orchestrator-worker research system: a lead researcher delegates independent searches, synthesizes the evidence, and runs a citation pass.
Research
Run it git clone https://github.com/introspection-recipes/template-multi-agent-research
cd template-multi-agent-research
pi --recipe . The clone is the install. Change anything in it and the next launch picks the change up, because Pi reads the directory rather than a built artifact.
What is inside
3 agents One definition each, with its own model, tools and instructions. The entry agent delegates to the rest.
1 skill Procedures the agent opens when a task calls for one, so the base prompt stays small.
2 extensions TypeScript tools, registered with Pi alongside its built-ins.