Skip to content

sprintloop/sprintloop-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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