Skip to main content
Many advanced use-cases will require writing custom Toolkits. Here’s the general flow:
  1. Create a class inheriting the agno.tools.Toolkit class.
  2. Add your functions to the class.
  3. Important: Include all the functions in the tools argument to the Toolkit constructor.
Now your Toolkit is ready to use with an Agent. For example:
shell_toolkit.py