agent-engine-sdk-langgraph 0.0.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,17 @@
1
+ Metadata-Version: 2.5
2
+ Name: agent-engine-sdk-langgraph
3
+ Version: 0.0.0
4
+ Summary: Name placeholder for agent-engine-sdk-langgraph — not yet released
5
+ License: Apache-2.0
6
+ Requires-Python: >=3.11
7
+ Description-Content-Type: text/markdown
8
+
9
+ # agent-engine-sdk-langgraph
10
+
11
+ **This is a placeholder release. It contains no functionality.**
12
+
13
+ This distribution name is reserved for a package that has not been published
14
+ yet. Version `0.0.0` exists only to hold the name and sorts below every
15
+ future real release. It will be yanked once the first real version ships.
16
+
17
+ Do not depend on this release.
@@ -0,0 +1,4 @@
1
+ agent_engine_sdk_langgraph_placeholder/__init__.py,sha256=Kmal5HdjjHmsBGWhbbVULvWODJD8lm7cDKAUnJ34nu0,184
2
+ agent_engine_sdk_langgraph-0.0.0.dist-info/METADATA,sha256=4As08hIDtLL0A4Za7RywTy-N1o67GAynfQPRbX0sQ-U,584
3
+ agent_engine_sdk_langgraph-0.0.0.dist-info/WHEEL,sha256=W3fkpkm7-wf9vBI5Z-7s0eWkeM-spu78I8Neb98DeEg,87
4
+ agent_engine_sdk_langgraph-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.4
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,6 @@
1
+ """Placeholder package for the reserved distribution name `agent-engine-sdk-langgraph`.
2
+
3
+ This module intentionally provides no functionality. See README.md.
4
+ """
5
+
6
+ __version__ = "0.0.0"