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

https://github.com/LangGraph-GUI/LangGraph-GUI-backend

Visual node-edge graph GUI editor for LangGraph with Qt frontend
https://github.com/LangGraph-GUI/LangGraph-GUI-backend

ai-agents gui langchain langgraph llm low-code no-code ollama pyqt pyside pyside6

Last synced: 6 months ago
JSON representation

Visual node-edge graph GUI editor for LangGraph with Qt frontend

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)