Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

hangingman/LangGraph-GUI-backend-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

backend for LangGraph-GUI / move to

Resources

License

Stars

Watchers

Forks

Languages

  • Python 97.9%
  • Dockerfile 2.1%