ORCH — CLI runtime I built for accountable AI agent teams (state machine, shared context, messaging) #1337
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 coordinating teams of AI agents from one terminal.
For AgentScope users
AgentScope provides excellent building blocks for multi-agent systems. ORCH takes a different angle: CLI-native orchestration for coding agents that run as external OS processes (Claude Code, Cursor, OpenCode, shell scripts).
The problem I kept hitting: running 5 agents in parallel means 5 things that can fail silently. ORCH provides the accountability layer.
State machine design
Every task requires explicit sign-off before closing. Agents share context via a typed key-value store:
Inter-agent messaging:
orch msg send agt_reviewer "Backend API complete, ready for QA"Details
npm install -g @oxgeneral/orchRepo: https://github.com/oxgeneral/ORCH
Beta Was this translation helpful? Give feedback.
All reactions