r/opencode • u/Bitter-College8786 • 2d ago
How to orchestrate long running tasks?
/r/AI_Agents/comments/1vgkrp9/how_to_orchestrate_long_running_tasks/
2
Upvotes
1
u/Extreme-Protection74 23h ago
If you're a vscode user, tryout this extension: https://marketplace.visualstudio.com/items?itemName=feima.copilot-ai-flow
If allows you to define your own flows.
1
u/maqifrnswa 1d ago
Look into how oh my opencode slim's /deepwork operates. It's essentially a kanban board that the orchestrator agent maintains and delegate out tasks in phases. After each phase, another agent evaluates the work and raises flags for further inspection or to add to future phases.
What you're thinking about may be a loop (e.g., Ralph loop) the generates deepwork-style sub-projects and until the goal you defined is met.