Show and Tell: ORCH — the team OS layer missing from Claude Code swarms (state machine + messaging) #1372
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 ruflo community 👋
As someone who's been running Claude-based agent swarms, I hit a predictable scaling wall: individual agents are great, but coordinating multiple Claude Code instances gets messy without a proper runtime layer.
The failure modes I kept seeing:
I built ORCH to solve these specific problems — a TypeScript CLI runtime for managing Claude-based agent teams:
State machine lifecycle:
Inter-agent messaging (the killer feature for swarm coordination):
Shared context store:
Live TUI dashboard — see all Claude instances, their current tasks, PIDs, and event streams in one terminal view.
1493 tests, TypeScript strict mode, MIT license.
Question for ruflo users: What's your current approach to agent-to-agent communication in your Claude swarms? Do you rely on shared files, or something else?
GitHub: https://github.com/oxgeneral/ORCH
npm:
npm install -g @oxgeneral/orchBeta Was this translation helpful? Give feedback.
All reactions