Skip to main content
INFORMATIVEDRAFTDocumentation Governance

SA-FLOW-01: SA Basic Execution

Scope

This evaluation scenario describes a minimal Single-Agent (SA) profile execution:

  • SA initializes and loads Context
  • SA evaluates a single-step Plan
  • SA executes the step with valid agent_role
  • SA completes the lifecycle cleanly

Non-Goals

This scenario does NOT evaluate:

  • Multi-step execution (see SA-FLOW-02)
  • Multi-agent coordination (see MAP-FLOW-01/02)
  • Tool integration (see FLOW-03)

Modules Involved

ModuleRole in Flow
ContextProvides initial constraints and objectives
PlanDefines single execution step

Evidence

TypeLocationStatus
Golden Flowtests/golden/flows/sa-flow-01-basic/Passed
Input Fixturestests/golden/flows/sa-flow-01-basic/input/Available
Expected Fixturestests/golden/flows/sa-flow-01-basic/expected/Available

Expected Behavior

  • SA lifecycle: initialize → load_context → execute_step → complete
  • Context remains immutable
  • Step status updated correctly
  • agent_role field validated

Source of Truth: tests/golden/flows/sa-flow-01-basic/README.md