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
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.\
If you want Qt version, see LangGraph-GUI-Qt