agentledger-langgraph 1.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: agentledger-langgraph
|
|
3
|
+
Version: 1.2.0
|
|
4
|
+
Summary: LangGraph-compatible adapter package for AgentLedger
|
|
5
|
+
Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
|
|
6
|
+
Project-URL: Repository, https://github.com/yaogdu/AgentLedger
|
|
7
|
+
Project-URL: Documentation, https://github.com/yaogdu/AgentLedger/tree/main/docs
|
|
8
|
+
Project-URL: Issues, https://github.com/yaogdu/AgentLedger/issues
|
|
9
|
+
Author: AgentLedger Contributors
|
|
10
|
+
License: Apache-2.0
|
|
11
|
+
Keywords: agents,checkpoint,langgraph,runtime
|
|
12
|
+
Requires-Python: >=3.11
|
|
13
|
+
Requires-Dist: agentledger-runtime<2,>=1.2
|
|
14
|
+
Provides-Extra: sdk
|
|
15
|
+
Requires-Dist: langgraph>=0.2; extra == 'sdk'
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# agentledger-langgraph
|
|
19
|
+
|
|
20
|
+
LangGraph-compatible checkpointer and node adapter package for AgentLedger.
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
pip install agentledger-langgraph
|
|
24
|
+
pip install "agentledger-runtime[langgraph]"
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
```python
|
|
28
|
+
from agentledger_langgraph import LangGraphCheckpointerAdapter, LangGraphNodeAdapter
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
The `1.2.x` package exposes the dependency-free AgentLedger facade. Install the optional `sdk` extra when a project wants to combine it with a concrete LangGraph version:
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
pip install "agentledger-langgraph[sdk]"
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Certification:
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
python3 -m agentledger adapter certify --kind langgraph --adapter-version 1.2.0
|
|
41
|
+
```
|
|
42
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
agentledger_langgraph/__init__.py,sha256=hUyaEaM6tymJ8nJsjjYy9-GtX8R-eY0MN1qO2NB9dL4,216
|
|
2
|
+
agentledger_langgraph-1.2.0.dist-info/METADATA,sha256=lj0YJD3H8o4OhgT5BX2IksBoN_GIaumr1St58RJp9eg,1300
|
|
3
|
+
agentledger_langgraph-1.2.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
agentledger_langgraph-1.2.0.dist-info/RECORD,,
|