| Name | Type | Description |
|---|---|---|
output_dir* | str | Path | Directory to write the config file. |
graph_ref | str | Default: './server_graph.py:make_graph'Python "module:attribute" reference to the graph, where the
attribute is a graph factory (e.g. |
env_file | str | None | Default: None |
checkpointer_path | str | None | Default: None |
Generate a langgraph.json config file for langgraph dev.
Optional path to an env file.
Import path to an async context manager that yields a
BaseCheckpointSaver. When set, the server persists checkpoint data
to disk instead of in-memory.