Discovery
All entries

Collection ยท 44 entries

Multi-agent frameworks and orchestration

Frameworks, harnesses, and DSLs for coordinating multiple AI agents across handoffs, parallel waves, and tool use.

There are two distinct branches here: harnesses that orchestrate copies of the same agent across a workflow (oh-my-team, parallel-code, agent-flow) and frameworks for building heterogeneous multi-agent systems from primitives (AgentKit, AgentScript, ADK-JS). If you're already running Claude Code, start with the harness side. If you're building a product, the framework side gives you more structural control.

GitHubToolFeatured

wanman - worktree-isolated multi-agent runtime for Claude Code and Codex

Multi-agent runtime that spawns each Claude Code or Codex agent in its own git worktree and home directory. JSON-RPC subprocess control, task pooling, artifact storage. Solves the share-a-directory failure mode that breaks most multi-agent harnesses.

Why I saved this - The 'one-man train' framing is load-bearing: humans observe rather than approve every step. Worktree-per-agent isolation is the upgrade most multi-agent harnesses skip.

Related collections