All Recipes

Multi-Agent Research Template

A starter template inspired by Anthropic's multi-agent research system.

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.