ORCH — CLI-native agent team runtime (state machine, messaging, retries for coding agent workflows) #7029
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.
-
What I built
ORCH — a TypeScript CLI runtime for teams of AI coding agents.
For agno/phidata users building multi-agent systems
Agno is excellent for building agent workflows in Python. ORCH fills a different gap: CLI-native orchestration for coding agents (Claude Code, Cursor, OpenCode) that run as OS processes.
The key problem I built ORCH to solve: when you run multiple AI coding agents in parallel, there's no accountability layer — agents mark themselves "done" without anyone verifying the output.
ORCH's state machine approach
Tasks require explicit review before completion. Agents communicate via typed messages:
Shared context store lets all agents see the same data:
Stats
npm install -g @oxgeneral/orchRepo: https://github.com/oxgeneral/ORCH
Beta Was this translation helpful? Give feedback.
All reactions