Graphitti is an open source software developed by DD2XAlpha to mimic the functionallity of what Langgraph Studio does.
At the moment of this writting, Langgraph Studio is only available on Mac, so Windows and Linux users may need to have the web version hosted on langchain's website.
This application aims to run all locally and be able to see all the interactions that the AI made.
Graphitti is in an really early stage of development, consider that not all buttons and options may work at the moment of this writting (feb 9th, 2025)
At the moment of this writting (feb 9th, 2025) there is still not .exe or .deb to install or run directly on your machine
- To run it you need to have installed Python 3.12 or later
- Clone the repository
- Install all requirements using the command
pip install -r requirements.txt
- Run it by using the CLI command
flask run
or in debug useflask run --debug
Current navbar functionality is complete, all options of the navbar now works!! I am feeling proud 😊
Ok, I was so desperate to add modify the UI, when I was running tests I couldn't bare my own creation 😂, so I have added:
- A purple color to work with bootstrap
- A better font from Google fonts (Outfit)
- marked.js
- Fontawesome
Don't blame me, I'm so deeply interested in adding all the functions it requires, but I couldn't take it anymore
I know this app doesn't look as good as Langgraph Studio. But please wait patiently, I am more focused on adding features than the looks at this moment