AI Math Assistant with LangChain Tool Calling
- this is a mathematical toolkit that allows an AI agent to perform basic arithmetic operations through natural language interaction.
- this is combined with a wikipedia search, to perform arithemtic operations.
- Python 3.x
- WATSONX_API_KEY=your_api_key_here
- WATSONX_PROJECT_ID=your_project_id_here (Which is associated with you api key for watsonx) or any llm of your choosing i.e Openai, Claude and etc...
- Clone the repository:
git clone https://github.com/yourusername/AI-Toolkit-agent.git cd AI-Math-Agent
Required Libraries to run this agent: pip install langchain==0.3.23 | tail -n 1
pip install langchain-ibm==0.3.10 | tail -n 1
pip install langchain-community==0.3.16 | tail -n 1
pip install wikipedia==1.4.0 | tail -n 1
pip install openai==1.77.0 | tail -n 1
pip install langchain-openai==0.3.16 | tail -n 1
then run locally.....!