Skip to content

hangingman/LangGraph-GUI-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

fastapi ver LangGraph-GUI backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.6%
  • Dockerfile 2.3%
  • Shell 2.1%