Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up
Back to Ecosystem Pulse
ToolProduction ReadyMCP

claw-orchestrator

by Enderfga

Run mixed coding agents and CLIs as one coordinated claw-style runtime

TypeScript
Updated Jul 25, 2026
Share:
538
Stars
83
Forks
12
Commits/Month

View on GitHub

Summary

Unifies multiple coding agents (Claude Code, Codex, Gemini, Cursor Agent and custom CLIs) into a single TypeScript runtime for claw-style agent systems. Dynamic Task Routing Pattern Routes requests, manages persistent sessions, and runs OpenClaw plugins so heterogeneous engines and CLIs behave like a coordinated agent team. Includes session management, tool-orchestration primitives, and Agent Registry Pattern for running mixed-vendor pipelines.

Why It Matters

As multi-agent systems mix models and specialized tooling, tracking who did what and why becomes essential for trust and reliability. Claw-orchestrator makes heterogeneous agent teams observable and consistent by standardizing session state, tool calls, and plugin hooks—so you can compare outcomes across engines and surface agent track record. That consistency is a pragmatic foundation for measuring agent-to-agent behavior, failure modes, and continuous A2A evaluation. Audit Trail

Ideal For

Teams building multi-engine coding agent systems that need consistent session handling, plugin support, and cross-engine orchestration. Dynamic Task Routing Pattern

How It's Used

  • Coordinate specialist coding agents across different model providers in a single session
  • Standardize and persist session state when delegating tasks to multiple engine types
  • Run OpenClaw plugins and custom CLIs as part of reproducible multi-agent workflows
Works With
openaianthropicgoogleopenclaw
Topics
agent-orchestrationagent-teamsai-agentclaude-codeclawclaw-orchestratorclicodexcoding-agentcursor-agent+10 more
Similar Tools
autogencrewai
Keywords
multi-agent orchestrationmulti-agent trustagent-to-agent evaluation