| Example | Description |
|---|---|
| Rename Session | Demonstrates auto-generating a workflow session name after a run. |
| State In Condition | Demonstrates using workflow session state in a Condition evaluator and executor functions. |
| State In Function | Demonstrates reading and mutating workflow session state inside custom function executors. |
| State In Router | Demonstrates router selectors that use and update workflow session state for adaptive routing. |
| State With Agent | Demonstrates sharing mutable workflow session state across agent tool calls. |
| State With Team | Demonstrates shared session state across team and agent steps for project-step lifecycle management. |
Session State
Runnable workflow examples under: cookbook/04_workflows/06_advanced_concepts/session_state.