ORCH — open-source CLI runtime with state machine and inter-agent messaging for coding agents #507
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. Sharing here since this community specifically focuses on agent orchestration.
Core architecture: formal state machine, auto-retry with retrying state, inter-agent messaging, shared context store, and TUI dashboard. Zero framework dependencies — pure TypeScript with layered DDD.
Technical differentiators vs parallel agent runners:
5 adapters: claude (Claude Code), opencode (Codex/Gemini/Mistral), codex, cursor, shell.
State machine path:
todo -> in_progress -> review -> done
-> retrying -> in_progress
-> failed
1493 tests, TypeScript strict, MIT license.
npm install -g @oxgeneral/orch
GitHub: https://github.com/oxgeneral/ORCH
Beta Was this translation helpful? Give feedback.
All reactions