An open API service indexing awesome lists of open source software.

https://github.com/langchain-ai/langgraph-builder


https://github.com/langchain-ai/langgraph-builder

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

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!