Calculator Agent Documentation
Overview of the Calculator Agent Package for performing dynamic calculations and executing Python code.
Documentation Index or back to Homepage
Python (PyRepl)
Tool Name | Description | Example Prompt | Example Answer |
---|---|---|---|
Calculator REPL | Executes Python code to perform calculations and return results. |
Calculate 2 + 2 |
Result: 4 |
Python Regression | Executes Python code for regression analysis on provided datasets. |
Perform regression on data: x = [1, 2, 3, 4, 5] y = [2, 4.1, 6, 7.9, 10] |
Regression Result: slope = 2.0, intercept = 0.0, R² = 0.998 |