teff.tool.builtin.calculator¶
teff.tool.builtin.calculator
¶
Calculator tool — AST-based safe evaluation of math expressions.
Classes:
| Name | Description |
|---|---|
CalculatorTool |
Evaluate mathematical expressions using AST-based safe eval. |
CalculatorTool
¶
Bases: Tool
Evaluate mathematical expressions using AST-based safe eval.
Source code in teff/tool/builtin/calculator.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | |