Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/langchain-ai/langgraph-engineer
https://github.com/langchain-ai/langgraph-engineer
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/langchain-ai/langgraph-engineer
- Owner: langchain-ai
- Created: 2024-02-23T23:11:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T17:02:44.000Z (9 months ago)
- Last Synced: 2024-11-21T18:41:08.096Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 2.45 MB
- Stars: 86
- Watchers: 7
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
```