Alle Tools
Quellcode ansehen
Workflow Orchestration
Orchestration stable v1.0.0
Create, inspect, update, run, resume, list, and delete workflow graphs
Tools sind fest im Agenten eingebaut — nichts zu installieren. Im Cloud-Modus hängt die
Verfügbarkeit vom Tarif ab (Capability-Gating).
Anwendungsfälle
- Build multi-step workflows
- Orchestrate agent pipelines
- Resume interrupted workflows
- Manage workflow states
- Create reusable workflows
Beispiele
Create: action='create', name='deploy', nodes=[...]
Run: action='run', id='workflow-1'
Resume: action='resume', id='workflow-1'