ORCH — CLI runtime for coordinating AI coding agent teams with state machine #2707
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.
-
Turn Claude, Cursor, and Codex into one team.
Built ORCH — an open-source CLI runtime that orchestrates AI coding agents (Claude Code, OpenCode, Codex, Cursor) as a typed engineering team with a formal state machine, auto-retry, and inter-agent messaging.
chatgpt-on-wechat demonstrates the power of connecting AI to real workflows. ORCH extends this pattern to the development layer: instead of a single AI responding to messages, ORCH manages a team of specialized coding agents responding to tasks.
What ORCH provides:
Quick start:
npm install -g @oxgeneral/orch
orch agent list # view preconfigured team
orch task add Fix auth # assign to any agent
orch tui # monitor live
1493 tests, TypeScript strict, MIT. Supports 5 agent adapters: claude, opencode, codex, cursor, shell.
GitHub: https://github.com/oxgeneral/ORCH
Beta Was this translation helpful? Give feedback.
All reactions