Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

View module source on GitHub

addition_tool

@tool
def addition_tool(a, b)
Add two integers together.

subtraction_tool

@tool
def subtraction_tool(a, b)
Subtract two integers.