Key Concepts
Data Flow
Data in agents follows a clear path:- Inputs - Data provided to the agent when it starts
- Variables - Data stored, extracted, and used during execution
- Output - The output produced by the agent
In This Section
Inputs
Learn how to provide and handle input data for your agents
Variables
Understand how to store and manage data during agent execution
Output
Discover how to format and return agent results
