https://github.com/langchain-ai/langgraph-builder
https://github.com/langchain-ai/langgraph-builder
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/langchain-ai/langgraph-builder
- Owner: langchain-ai
- Created: 2024-10-13T21:49:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T01:41:25.000Z (about 2 months ago)
- Last Synced: 2025-04-15T01:17:05.868Z (25 days ago)
- Language: TypeScript
- Homepage: https://build.langchain.com
- Size: 1.15 MB
- Stars: 147
- Watchers: 4
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-LangGraph - LangGraph Builder
README
# LangGraph Builder 🦜 🎨
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](https://github.com/langchain-ai/langgraph-gen-py). Try LangGraph Builder out [here!](https://build.langchain.com)
## 🎬 Video demo
- **TO-DO**
## 🚀 Run LangGraph Builder locally
1. Install dependencies:
```bash
yarn install
```2. Start the development server
```bash
yarn dev
```3. Open your browser and navigate to:
```
http://localhost:3000
```## 🌐 Limitations
- LangGraph Builder is optimized for desktop. Mobile is currently not supported.
- Generating graphs with [parallel node execution](https://langchain-ai.github.io/langgraph/how-tos/branching/) is currently not supported.## 🤝 Contributing
Contributions are welcome and highly appreciated!