What is an Agent?
An agent is an autonomous AI entity powered by a large language model. When you send a message to an agent, it:- Reasons about the task using its behavior prompt and conversation history
- Calls tools if needed (built-in functions, integrations, or other agents)
- Iterates until it has a final answer or reaches the step limit
- Returns a final output with full execution trace
Agent lifecycle
Agent statuses
Run statuses
Quality assurance
When enabled, a QualityChecker system agent evaluates each run’s output:- Quality Score — 0.0 to 1.0 rating
- Verdict —
pass,warn, orfail - Reasoning — explanation of the assessment
- Issues — specific problems found (if any)

