What are Agents?
Programs that build model context, run tools, and return responses.
An Agent builds context for a model, processes model responses, executes requested tools, and returns a RunOutput. Tools are optional. Add memory, knowledge, storage, human-in-the-loop, and guardrails as needed.
Guides
Build Agents
Create agents with tools and instructions.
Run Agents
Execute agents and handle responses.
Debug Agents
Inspect and troubleshoot agent behavior.
Beyond Single Agents
| Abstraction | What it does |
|---|---|
| Team | Agents that work together |
| Workflow | Orchestrate agents, teams, and functions through defined steps |