A single agent, one node, no edges. This is the minimum viable SirenSpec workflow and the right starting point before exploring multi-agent patterns.Documentation Index
Fetch the complete documentation index at: https://docs.sirenspec.dev/llms.txt
Use this file to discover all available pages before exploring further.
What it demonstrates
- Declaring an agent with a model URI and system prompt
- A single
agentnode that writes tooutput.reply - Running a workflow with a static input and overriding it from the CLI
Run it
Workflow
docs/cookbook/simple-agent/workflow.yaml
Graph
Next steps
Sequential Pipeline
Chain two agents together with an edge.
YAML Reference
Every field available in a workflow file.