Collection · 5 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.
oh-my-team - 12-agent Claude Code orchestration
Multi-agent harness for Claude Code with planning, parallel execution waves, and a five-agent review gate. Hub mode lets you drive sessions from Telegram or Slack.
AgentScript - schema-driven agent orchestration language
Open language from Salesforce for declaring agent orchestration: tools, handoffs, guardrails, and stop conditions. Runtime-agnostic config.
Agentic Video Editor
Turns raw footage plus a creative brief into a polished ad using a Gemini + FFmpeg multi-agent pipeline. Useful reference for chaining vision and editing tools.
agent-flow - real-time Claude Code orchestration view
Watch your Claude Code agents think, branch, and coordinate as they run. Live visualization of subagent trees and tool calls in the browser.
AgentKit - multi-agent networks in TypeScript
Inngest's framework for multi-agent networks with deterministic routing and MCP-native tooling. Picks up where the LangGraph/CrewAI camps trail off.
Related collections
Claude Code tools, plugins, and integrations
The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.
Observability for AI coding agents
Tools that show you what your coding agents are actually doing: token spend, session state, tool calls, and parallel execution.