ORCH + Fabric — orchestrate Fabric AI patterns as a multi-agent pipeline with state machine #2065
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 Fabric community!
I built ORCH — a CLI runtime that turns multiple AI agent processes into a coordinated team. It pairs naturally with Fabric's pattern-based AI workflows.
The use case: Chain multiple Fabric patterns across specialized agents. Instead of running patterns sequentially in a script, ORCH distributes them across workers with automatic retry, state tracking, and dependency management.
State machine enforcement:
todo → in_progress → review → done— each pattern result goes through a review gate before the next stage starts. Failed patterns auto-retry with backoff.Fabric handles pattern execution. ORCH handles the team coordination, sequencing, and resilience layer.
→ GitHub: https://github.com/oxgeneral/ORCH
→ Install:
npm install -g @oxgeneral/orchWould love to hear how Fabric users are currently chaining patterns across multiple processes!
Beta Was this translation helpful? Give feedback.
All reactions