ORCH + Skyvern — orchestrate parallel browser automation agents with state machine and auto-retry #5119
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 Skyvern community!
I built ORCH — an open-source CLI runtime for running multiple AI agents as a coordinated team. It pairs well with Skyvern for complex, long-running browser automation workflows.
The problem: Skyvern tasks sometimes fail mid-run. When you're running 10 browser agents in parallel, there's no centralized visibility into what's passing, failing, or stuck.
ORCH solves this with:
todo → in_progress → review → doneAll state stored in
.orchestry/YAML files — zero infrastructure needed.→ GitHub: https://github.com/oxgeneral/ORCH
→ Install:
npm install -g @oxgeneral/orchHappy to discuss integration patterns for Skyvern workflows!
Beta Was this translation helpful? Give feedback.
All reactions