Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 730 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 730 Bytes

LangGraph-GUI-backend

fastapi ver LangGraph-GUI backend

The backend supports running LangGraph-GUI workflow json using localLLM such ollama.

For more infomation, please see official site: LangGraph-GUI.github.io

Environment Setup

To install the required dependencies for LangGraph and server, run:

pip install -r requirements.txt

Running the server

To run a local language model, first start Ollama in a separate terminal:

ollama serve

At another thread, up the server

mkdir src/workspace
cd src/workspace
python ../server.py

Chnage Log

see: root repo CHANGELOG