This commit is contained in:
Quanzheng Long
2026-03-17 16:23:08 -07:00
parent e13004da77
commit 8f0f4a1be7
12 changed files with 554 additions and 916 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ 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)
- Rust core engine via C bindings (`ctypes`)
It does not package the original `langgraph` `stategraph` stack.