This project implements a Python LLM-based agent capable of routing user requests to external tools, with a focus on Left-to-Right arithmetic evaluation. The agent CLI integrates tool invocation, JSON-only outputs, and robust expression handling including parentheses and syntax validation.
python api cli parsing backend homework left-to-right automa json-output tool-integration llm-agent syntax-validation phi-3 arithmetic-evaluation parentheses-handling
-
Updated
Feb 13, 2026 - Python