glaip-sdk 0.7.25__py3-none-any.whl → 0.7.26__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.7.25.dist-info → glaip_sdk-0.7.26.dist-info}/METADATA +5 -5
- {glaip_sdk-0.7.25.dist-info → glaip_sdk-0.7.26.dist-info}/RECORD +5 -5
- {glaip_sdk-0.7.25.dist-info → glaip_sdk-0.7.26.dist-info}/WHEEL +0 -0
- {glaip_sdk-0.7.25.dist-info → glaip_sdk-0.7.26.dist-info}/entry_points.txt +0 -0
- {glaip_sdk-0.7.25.dist-info → glaip_sdk-0.7.26.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: glaip-sdk
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.26
|
|
4
4
|
Summary: Python SDK and CLI for GL AIP (GDP Labs AI Agent Package) - Build, run, and manage AI agents
|
|
5
5
|
Author-email: Raymond Christopher <raymond.christopher@gdplabs.id>
|
|
6
6
|
License: MIT
|
|
@@ -20,13 +20,13 @@ Requires-Dist: gllm-core-binary>=0.1.0
|
|
|
20
20
|
Requires-Dist: langchain-core>=0.3.0
|
|
21
21
|
Requires-Dist: gllm-tools-binary>=0.1.3
|
|
22
22
|
Provides-Extra: local
|
|
23
|
-
Requires-Dist: aip-agents-binary[local]>=0.6.
|
|
23
|
+
Requires-Dist: aip-agents-binary[local]>=0.6.4; (python_version >= "3.11" and python_version < "3.13") and extra == "local"
|
|
24
24
|
Provides-Extra: memory
|
|
25
|
-
Requires-Dist: aip-agents-binary[memory]>=0.6.
|
|
25
|
+
Requires-Dist: aip-agents-binary[memory]>=0.6.4; (python_version >= "3.11" and python_version < "3.13") and extra == "memory"
|
|
26
26
|
Provides-Extra: privacy
|
|
27
|
-
Requires-Dist: aip-agents-binary[privacy]>=0.6.
|
|
27
|
+
Requires-Dist: aip-agents-binary[privacy]>=0.6.4; (python_version >= "3.11" and python_version < "3.13") and extra == "privacy"
|
|
28
28
|
Provides-Extra: guardrails
|
|
29
|
-
Requires-Dist: aip-agents-binary[guardrails]>=0.6.
|
|
29
|
+
Requires-Dist: aip-agents-binary[guardrails]>=0.6.4; (python_version >= "3.11" and python_version < "3.13") and extra == "guardrails"
|
|
30
30
|
Provides-Extra: pipeline
|
|
31
31
|
Requires-Dist: gllm-pipeline-binary==0.4.23; extra == "pipeline"
|
|
32
32
|
Requires-Dist: gllm-inference-binary<0.6.0,>=0.5.0; extra == "pipeline"
|
|
@@ -220,8 +220,8 @@ glaip_sdk/utils/rendering/steps/format.py,sha256=Chnq7OBaj8XMeBntSBxrX5zSmrYeGcO
|
|
|
220
220
|
glaip_sdk/utils/rendering/steps/manager.py,sha256=BiBmTeQMQhjRMykgICXsXNYh1hGsss-fH9BIGVMWFi0,13194
|
|
221
221
|
glaip_sdk/utils/rendering/viewer/__init__.py,sha256=XrxmE2cMAozqrzo1jtDFm8HqNtvDcYi2mAhXLXn5CjI,457
|
|
222
222
|
glaip_sdk/utils/rendering/viewer/presenter.py,sha256=mlLMTjnyeyPVtsyrAbz1BJu9lFGQSlS-voZ-_Cuugv0,5725
|
|
223
|
-
glaip_sdk-0.7.
|
|
224
|
-
glaip_sdk-0.7.
|
|
225
|
-
glaip_sdk-0.7.
|
|
226
|
-
glaip_sdk-0.7.
|
|
227
|
-
glaip_sdk-0.7.
|
|
223
|
+
glaip_sdk-0.7.26.dist-info/METADATA,sha256=iydaDNjNqhBN5VqrlmWkAH7sYMZ90gttuMCIMnKCSbM,8686
|
|
224
|
+
glaip_sdk-0.7.26.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
225
|
+
glaip_sdk-0.7.26.dist-info/entry_points.txt,sha256=NkhO6FfgX9Zrjn63GuKphf-dLw7KNJvucAcXc7P3aMk,54
|
|
226
|
+
glaip_sdk-0.7.26.dist-info/top_level.txt,sha256=td7yXttiYX2s94-4wFhv-5KdT0rSZ-pnJRSire341hw,10
|
|
227
|
+
glaip_sdk-0.7.26.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|