ORCH — open-source CLI orchestrator for multi-agent teams (TypeScript, Claude/Codex/Cursor) #7413
oxgeneral
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey AutoGen community! 👋
I've been working on a problem complementary to AutoGen — how to manage and coordinate existing CLI-based AI agents (Claude Code, Codex CLI, Cursor, OpenCode) as a typed task queue with a validated state machine.
Built ORCH — an open-source CLI runtime for multi-agent coordination:
How it differs from AutoGen:
AutoGen = framework to build agents in Python
ORCH = runtime to orchestrate existing CLI tools (Claude Code, Codex, Cursor, shell scripts)
Core mechanics:
todo → in_progress → review → donewith auto-retry on stalls/failuresorch msg send <id> "context"— agents share findings mid-run.orchestry/YAML/JSONL files, no databaseFor AutoGen users: ORCH can complement Python-based agents by providing the orchestration shell layer. You could run AutoGen agents via the shell adapter and coordinate them with ORCH's task queue and state machine.
GitHub: https://github.com/oxgeneral/ORCH
npm:
npm install -g @oxgeneral/orch1,657 tests · TypeScript strict · MIT · Node 20+
Would love feedback from the AutoGen community — especially on the adapter design and how it might bridge with Python-based agent frameworks!
Beta Was this translation helpful? Give feedback.
All reactions