Skip to content

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

License

Notifications You must be signed in to change notification settings

LangGraph-GUI/LangGraph-GUI-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

LangGraph-GUI

Usage

Build up environment:

npm install

Run up frontend:

npm start

Runs the app in the development mode.
Open 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