Skip to content

xJoeyCodes/AI-Math-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

Getting Started

  • 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...

Installation

  1. 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.....!

About

AI Math and Wikipedia Search Assistant with LangChain Tool Calling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages