Metadata-Version: 2.4
Name: langgraph-gen
Version: 0.0.1
Summary: Add your description here
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: jinja2>=3.1.5
Requires-Dist: langgraph>=0.2.74
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# langgraph-gen

langgraph-gen is a CLI tool that allows you to auto-generate a LangGraph stub from a
specification file.

## Usage

```shell
pip install langgraph-gen
```

```shell
langgraph-gen --input <path-to-spec-file> --output <path-to-output-file>
```

## Examples

You can find examples of the LangGraph specification together with the generated LangGraph stubs in the [examples](./examples) directory.
