This a Python AI Assistant made by using langgraph and langchain. The assistant is capable of handling programming tasks in python. Here we use LLM as a router to route the user query to the appropirate agents that were mentioned in graph. Currently this workflow can write script files and fix errors in an existing script file also can give code review and documentation for the script.
Make sure you have Python installed. Then, install the required packages using pip
:
pip install -r requirements.txt
After installing the dependencies, you can start using the Python-Assistant for various tasks. Here is an examples:
Run the app.py
python app.py
Enter the query: 'Write a python program to do matrix multiplication without using any predefined libraries and finally save the program with name mat.py in current directory.'
Future of Coding — Multi-Agent LLM Framework using LangGraph
Integrating LangGraph with Ollama for Advanced LLM Applications
If you have any questions, suggestions, or feedback, feel free to contact us:
Email: jeogeoalukka@gmail.com
Thank you for using Python-Assistant! We hope it helps you in your projects.