Skip to main content
A single agent, one node, no edges. This is the minimum viable SirenSpec workflow and the right starting point before exploring multi-agent patterns.

What it demonstrates

  • Declaring an agent with a model URI and system prompt
  • A single agent node that writes to output.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.