Show and tell: ORCH — CLI orchestrator for running multiple Tabby agents as a coordinated team #4462
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 Tabby community!
Sharing ORCH — an open-source CLI runtime that coordinates teams of AI coding agents: https://github.com/oxgeneral/ORCH
Tabby provides the self-hosted coding assistant. ORCH sits on top: it coordinates multiple Tabby (or other AI) agents working on the same codebase simultaneously, solving the multi-agent coordination problem.
What ORCH does:
todo → in_progress → review → done, with automatic retry on stalls/failuresQuick start:
1,647 passing tests, TypeScript strict, zero-database (YAML/JSON files), MIT.
https://github.com/oxgeneral/ORCH
Curious if Tabby users are running multi-agent setups — what coordination patterns work for you?
All reactions