Debugging Agents
Debug agents by enabling debug mode to see detailed execution information including tool calls, context processing, and model interactions.Enable Debug Mode
The simplest way to debug is enabling thedebug flag when running a task.
- Pipeline step execution
 - Tool call information
 - Context management
 - Model request/response details
 - Cache hits/misses
 - Safety policy checks
 

