glaip-sdk 0.6.5b6__py3-none-any.whl → 0.6.5b9__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.
- {glaip_sdk-0.6.5b6.dist-info → glaip_sdk-0.6.5b9.dist-info}/METADATA +6 -2
- {glaip_sdk-0.6.5b6.dist-info → glaip_sdk-0.6.5b9.dist-info}/RECORD +4 -4
- {glaip_sdk-0.6.5b6.dist-info → glaip_sdk-0.6.5b9.dist-info}/WHEEL +0 -0
- {glaip_sdk-0.6.5b6.dist-info → glaip_sdk-0.6.5b9.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: glaip-sdk
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.5b9
|
|
4
4
|
Summary: Python SDK for GL AIP (GDP Labs AI Agent Package) - Simplified CLI Design
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Raymond Christopher
|
|
@@ -11,7 +11,11 @@ Classifier: Programming Language :: Python :: 3
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Provides-Extra: dev
|
|
14
|
-
|
|
14
|
+
Provides-Extra: memory
|
|
15
|
+
Provides-Extra: privacy
|
|
16
|
+
Requires-Dist: aip-agents-binary (==0.5.0b2)
|
|
17
|
+
Requires-Dist: aip-agents[memory] (==0.5.0b2) ; (python_version >= "3.11" and python_version < "3.13") and (extra == "memory")
|
|
18
|
+
Requires-Dist: aip-agents[privacy] (==0.5.0b2) ; (python_version >= "3.11" and python_version < "3.13") and (extra == "privacy")
|
|
15
19
|
Requires-Dist: click (>=8.2.0,<8.3.0)
|
|
16
20
|
Requires-Dist: gllm-core-binary (>=0.1.0)
|
|
17
21
|
Requires-Dist: gllm-tools-binary (>=0.1.3)
|
|
@@ -153,7 +153,7 @@ glaip_sdk/utils/serialization.py,sha256=z-qpvWLSBrGK3wbUclcA1UIKLXJedTnMSwPdq-FF
|
|
|
153
153
|
glaip_sdk/utils/sync.py,sha256=3VKqs1UfNGWSobgRXohBKP7mMMzdUW3SU0bJQ1uxOgw,4872
|
|
154
154
|
glaip_sdk/utils/tool_detection.py,sha256=g410GNug_PhLye8rd9UU-LVFIKq3jHPbmSItEkLxPTc,807
|
|
155
155
|
glaip_sdk/utils/validation.py,sha256=hB_k3lvHdIFUiSwHStrC0Eqnhx0OG2UvwqASeem0HuQ,6859
|
|
156
|
-
glaip_sdk-0.6.
|
|
157
|
-
glaip_sdk-0.6.
|
|
158
|
-
glaip_sdk-0.6.
|
|
159
|
-
glaip_sdk-0.6.
|
|
156
|
+
glaip_sdk-0.6.5b9.dist-info/METADATA,sha256=B-iwONbryPtYPCW-0YHWqgSu_9FBuQBhjcFzCiUslYc,7927
|
|
157
|
+
glaip_sdk-0.6.5b9.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
158
|
+
glaip_sdk-0.6.5b9.dist-info/entry_points.txt,sha256=EGs8NO8J1fdFMWA3CsF7sKBEvtHb_fujdCoNPhfMouE,47
|
|
159
|
+
glaip_sdk-0.6.5b9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|