mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 00:22:25 +02:00
17 lines
445 B
Markdown
17 lines
445 B
Markdown
# 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)
|
|
- Rust core engine via C bindings (`ctypes`)
|
|
|
|
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/`
|
|
|