Agno comes with an exceptionally well-built debug mode that takes your team development experience to the next level. It helps you understand the flow of execution and the intermediate steps. For example:Documentation Index
Fetch the complete documentation index at: https://spacesail.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Inspect the messages sent to the model and the response it generates.
- Trace intermediate steps and monitor metrics like token usage, execution time, etc.
- Inspect tool calls, errors, and their results.
- Monitor team member interactions and delegation patterns.
Debug Mode
To enable debug mode:- Set the
debug_modeparameter on your team, to enable it for all runs, as well as for member runs. - Set the
debug_modeparameter on therunmethod, to enable it for the current run. - Set the
AGNO_DEBUGenvironment variable toTrue, to enable debug mode for all teams.
Interactive CLI
Agno also comes with a pre-built interactive CLI that runs your Team as a command-line application. You can use this to test back-and-forth conversations with your team.Developer Resources
- View the Team reference
- View Team Cookbook