Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 466 Bytes

File metadata and controls

22 lines (19 loc) · 466 Bytes

README.md

# SprintLoop Workflows

Reusable **agentic workflows** and **multi-stage orchestration patterns** for the SprintLoop Enterprise OS.

## Example Workflow
```yaml
id: triage-and-resolve
steps:
  - id: detect_intent
    type: agent
    agent_id: support-triage-agent
  - id: route
    type: router
    routes:
      billing: billing-agent
      technical: tech-agent
  - id: evaluate
    type: agent
    agent_id: support-evaluator-agent