Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

ExampleDescription
CEL Additional DataUses additional_data.priority to route high-priority requests.
CEL BasicUses input.contains() to check whether the request is urgent,.
CEL Previous StepRuns a classifier step first, then uses previous_step_content.contains().
CEL Previous Step OutputsUses previous_step_outputs map to check the output of a specific step.
CEL Session StateUses session_state.retry_count to implement retry logic.