LangGraph Builder provides a powerful canvas for designing cognitive architectures of LangGraph applications. After designing an architecture with the canvas, LangGraph Builder enables you to generate boilerplate code for the application in Python and Typescript. Code generation in LangGraph Builder is powered by langgraph-gen. Try LangGraph Builder out here!
- TO-DO
- Install dependencies:
yarn install
- Start the development server
yarn dev
- Open your browser and navigate to:
http://localhost:3000
- LangGraph Builder is optimized for desktop. Mobile is currently not supported.
- Generating graphs with parallel node execution is currently not supported.
Contributions are welcome and highly appreciated!