ORCH — CLI orchestrator for AI coding agents, built on Node 20+ ESM + Commander.js #4805
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 Hono community!
Love Hono for lightweight APIs. I built ORCH — a CLI runtime for orchestrating AI coding agent teams, using Node 20+ ESM with Commander.js (similar philosophy: do one thing well, no bloat).
What ORCH does:
Technical details Hono users might like:
"type": "module", all imports use .js extensionState machine:
todo -> in_progress -> review -> done (enforced, no shortcuts)
GitHub: https://github.com/oxgeneral/ORCH
npm install -g @oxgeneral/orch
1493 Vitest tests, TypeScript strict, MIT.
Node/TS folks — how are you managing multiple AI agent processes in your projects? Would love to compare approaches!
Beta Was this translation helpful? Give feedback.
All reactions