ORCH — CLI AI agent orchestrator: strict TypeScript state machine with layered DDD #6130
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 Effect-TS community!
As a TypeScript developer who cares deeply about correctness, I built ORCH — a CLI runtime for orchestrating AI coding agent teams with a focus on type safety and clean architecture.
Architecture that Effect-TS fans might appreciate:
Design principles:
Type safety choices:
strict: true+noUncheckedIndexedAccess: trueas any, no@ts-ignoreOrchestryErrorwithexitCode+hintWhat ORCH does:
Manages AI coding agents (Claude Code, Codex, Cursor) as a team with task queue, state machine, auto-retry, messaging, TUI dashboard.
GitHub: https://github.com/oxgeneral/ORCH
npm install -g @oxgeneral/orch
1493 tests, MIT
Fellow type-safety obsessives — curious what you think of the state machine design. Have you used Effect for similar state management challenges?
Beta Was this translation helpful? Give feedback.
All reactions