TYPESCRIPT · AGENTS · TOOLING
Swarm for Pi
"swarm" or "ultra code" for the pi agentic coding harness
README
Overview
A sub-agent orchestration toolkit for the pi harness. It lets the agent delegate work to a swarm of isolated sub-agents, run declarative multi-stage workflows, and autonomously decompose large goals into validated, parallel, asynchronously executed chunks - then supervise and collect all of it over a long session.
Each sub-agent runs in a separate pi process with its own context window, so delegated work never pollutes the orchestrator's context. Work runs in the background by default: the orchestrating agent spawns tasks, keeps thinking, and collects results later.
VISUALS
Project files
swarm-pi0 ★
"swarm" or "ultra code" for the pi agentic coding harness
- agents
- .gitattributes
- BUN_GLITCH_FIX.md
- KNOWN_ISSUES.md
- README.md
- RETENTION_PLAN.md
- agents.ts
- commands.ts
- complexity.ts
- config.json
TypeScriptbranch: main