Roo-Code/examples/workflows
Roo Code f7f724c84e feat: implement hierarchical and hybrid workflow engine
- Add comprehensive workflow types and schemas in packages/types/src/workflow.ts
- Implement WorkflowParser for YAML validation and parsing
- Create WorkflowStateManager for persistent state management
- Build WorkflowExecutor with support for parallel execution and retries
- Implement WorkflowEngine as main integration point with VS Code
- Add execute_workflow tool for triggering workflows from tasks
- Support hierarchical orchestration with parent-child task relationships
- Enable hybrid workflows combining fixed rules with dynamic decisions
- Include comprehensive test coverage for all components
- Add detailed documentation and example workflows
- Update main README with workflow feature description

Fixes #6298
2025-07-28 16:00:29 +00:00
..
hierarchical-project.yaml feat: implement hierarchical and hybrid workflow engine 2025-07-28 16:00:29 +00:00
web-app-development.yaml feat: implement hierarchical and hybrid workflow engine 2025-07-28 16:00:29 +00:00