https://github.com/langgraph-gui/langgraph-gui-frontend
dep of https://github.com/LangGraph-GUI/LangGraph-GUI-frontend
https://github.com/langgraph-gui/langgraph-gui-frontend
ai-agents gui langchain langgraph low-code no-code ollama react-flow
Last synced: about 2 months ago
JSON representation
dep of https://github.com/LangGraph-GUI/LangGraph-GUI-frontend
- Host: GitHub
- URL: https://github.com/langgraph-gui/langgraph-gui-frontend
- Owner: LangGraph-GUI
- Created: 2024-07-09T11:08:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:39:41.000Z (4 months ago)
- Last Synced: 2025-03-25T23:41:44.714Z (2 months ago)
- Topics: ai-agents, gui, langchain, langgraph, low-code, no-code, ollama, react-flow
- Language: TypeScript
- Homepage: https://github.com/LangGraph-GUI/LangGraph-GUI-frontend
- Size: 454 KB
- Stars: 28
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# LangGraph-GUI (Frontend ReactFlow)
LangGraph-GUI is a user-friendly interface for managing and visualizing Node-Edge workflows with LangGraph. It supports creating, editing, and running workflows locally using language models by Ollama.
For more detail, please see [frontend doc](https://langgraph-gui.github.io/Frontend/)

## Usage
Build up environment:```
npm install
```Run up frontend:
```
npm start
```
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
## Qt-ver
*If you want Qt version, see [LangGraph-GUI-Qt](https://github.com/LangGraph-GUI/LangGraph-GUI-Qt)*