Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Langgraph-Engineer

A (very alpha) CLI and corresponding notebook for langgraph app generation.

To use, install:

```bash
pip install -U langgraph-engineer
```

You can generate from only a description, or you can pass in a diagram image.

```bash
langgraph-engineer create --description "A RAG app over my local PDF" --diagram "path/to/diagram.png"
```

For example:

```bash
langgraph-engineer create --description "A corrective RAG app" --diagram "CRAG.jpg"
```