ORCH — CLI orchestrator I built to manage multiple AI agents running on local models #9043
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 CLI runtime for coordinating teams of AI agents from one terminal.
The problem it solves for LocalAI users
Many LocalAI users run multiple AI processes — code generators, reviewers, shell automators — all hitting local inference. The missing layer: who tracks whether a task is actually done vs just "ran without error"?
ORCH adds a managed lifecycle:
Agents are configured with adapters (Claude Code, OpenCode, shell), assigned tasks, and the orchestrator handles restarts and state transitions.
Why this matters for local setups
When you run 5+ agents against local models, silent failures are the norm — processes die, context fills, the agent hangs. ORCH detects stalled processes via PID tracking and moves them back to
retryingstate automatically.Details
shelladapter or OpenCodenpm install -g @oxgeneral/orchRepo: https://github.com/oxgeneral/ORCH
Happy to discuss how ORCH could better integrate with LocalAI-backed agent setups.
Beta Was this translation helpful? Give feedback.
All reactions