Metadata-Version: 2.4
Name: saf-python-sdk
Version: 0.1.5
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Rust
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Summary: Standalone advanced graph runtime powered by Rust engine
Author: LangGraph Contributors
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# saf-python-sdk

Standalone Python SDK for the `advanced_graph` runtime backed by the Rust engine.

This package intentionally contains only:

- `saf_python_sdk.advanced_graph` (Python API)
- `langgraph_rust_core` (Rust execution engine via PyO3)

It does not package the original `langgraph` `stategraph` stack.

## Moved assets

- Original advanced graph design doc: `evolve-extend-langgraph.md`
- Original advanced graph tests: `tests/advanced-graph/`


