Skip to main content
Calculator enables an Agent to perform mathematical calculations.

Example

The following agent will calculate the result of 10*5 and then raise it to the power of 2:
cookbook/14_tools/calculator_tools.py

Toolkit Functions

You can use include_tools or exclude_tools to modify the list of tools the agent has access to. Learn more about selecting tools.

Developer Resources