Skip to content

This a Python AI Assistant made by using langgraph and langchain. The assistant is capable of handling programming tasks in python.

Notifications You must be signed in to change notification settings

Jeomon/Python-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python AI Assistant

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.

Architecture Overview

Image of the Workflow

Install Dependencies

Make sure you have Python installed. Then, install the required packages using pip:

pip install -r requirements.txt

Usage

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

Reference

Future of Coding — Multi-Agent LLM Framework using LangGraph
Integrating LangGraph with Ollama for Advanced LLM Applications

Contact

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.

About

This a Python AI Assistant made by using langgraph and langchain. The assistant is capable of handling programming tasks in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published