LangGraph-GUI is an user-friendly graphical interface for interacting with SvelteFlow frontend and fastAPI backend using LLM such ollama or other api key.
For more infomation, please see doc: LangGraph-GUI.github.io
For Linux user, before you start, make sure you have the following software installed on your Linux:
- Docker Compose Environment
- nv-docker (optional for running ollama)
- (Optional for electron) npm
For Windows user, please see LangGraph GUI Setup on Windows
First, clone the repository and its submodules:
git clone --recurse-submodules https://github.com/LangGraph-GUI/LangGraph-GUI.git
cd LangGraph-GUI
Prepare: Build the Docker containers and pull ollama models :
docker compose build
docker compose up ollama -d
docker compose exec ollama ollama pull xxxx
docker compose down
then start
docker compose up
Once the containers are up and running, you can access the application at http://localhost:3000.
see /k8s
We welcome contributions to LangGraph-GUI-App! If you have any suggestions or find any bugs, or any questions, feedback, please use discussion or issue.
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using LangGraph-GUI!