Agents¶
This page summarizes the agentic components in SAGE libs and points to the primary references.
Overview¶
- Planning: planners coordinate multi-step decisions.
- Action: tool selection and execution.
- Runtime: lifecycle and state management.
- Profiles: configuration and role definitions.
References¶
- Operators reference: Agents section
- Planning components: Planner components
- Action components: Action components