pi-agent-teams
by tmustier
Team-based swarm extension for Pi agents
What It Does
Implements an experimental agent-swarm extension for Pi that organizes multiple Pi agents into coordinated teams. Uses role-based agent assignments and simple coordination patterns inspired by Claude agent teams to delegate subtasks and aggregate responses. Designed as a TypeScript extension so projects using Pi can prototype multi-agent workflows and team-based delegation quickly. This mirrors the Orchestrator-Worker Pattern for scalable delegation and team-based workflows.
Why It Matters
Ideal For
Developers prototyping multi-agent workflows with Pi who want to experiment with role-based delegation and team coordination. This can be explored through the Tool Use Pattern to validate how agents collaborate to accomplish tasks.
Applications
- Prototype role-based delegation where specialist Pi agents handle subtasks
- Investigate multi-agent failure modes and interaction patterns with Pi
- Run small-scale experiments in agent team coordination before building production orchestrators