An open API service indexing awesome lists of open source software.

https://github.com/langgraph-gui/langgraph-gui-backend

LangGraph-GUI backend with fastapi
https://github.com/langgraph-gui/langgraph-gui-backend

ai-agents fastapi langchain langgraph langgraph-gui llm ollama

Last synced: 12 months ago
JSON representation

LangGraph-GUI backend with fastapi

Awesome Lists containing this project

README

          

# 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](https://LangGraph-GUI.github.io)

## Environment Setup

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

```bash
pip install -r requirements.txt
```

## Running the server

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

```bash
ollama serve
```

At another thread, up the server

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

## Chnage Log

see: [root repo CHANGELOG](https://github.com/LangGraph-GUI/LangGraph-GUI/blob/main/CHANGELOG.md)