glaip-sdk 0.6.22__py3-none-any.whl → 0.6.23__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.22.dist-info → glaip_sdk-0.6.23.dist-info}/METADATA +4 -5
- {glaip_sdk-0.6.22.dist-info → glaip_sdk-0.6.23.dist-info}/RECORD +5 -5
- {glaip_sdk-0.6.22.dist-info → glaip_sdk-0.6.23.dist-info}/WHEEL +0 -0
- {glaip_sdk-0.6.22.dist-info → glaip_sdk-0.6.23.dist-info}/entry_points.txt +0 -0
- {glaip_sdk-0.6.22.dist-info → glaip_sdk-0.6.23.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.6.
|
|
3
|
+
Version: 0.6.23
|
|
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,12 +20,11 @@ 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.5.
|
|
24
|
-
Requires-Dist: gllm-docproc[docx,pdf,xlsx]<0.8.0,>=0.7.20; extra == "local"
|
|
23
|
+
Requires-Dist: aip-agents-binary[local]>=0.5.18; (python_version >= "3.11" and python_version < "3.13") and extra == "local"
|
|
25
24
|
Provides-Extra: memory
|
|
26
|
-
Requires-Dist: aip-agents-binary[memory]>=0.5.
|
|
25
|
+
Requires-Dist: aip-agents-binary[memory]>=0.5.18; (python_version >= "3.11" and python_version < "3.13") and extra == "memory"
|
|
27
26
|
Provides-Extra: privacy
|
|
28
|
-
Requires-Dist: aip-agents-binary[privacy]>=0.5.
|
|
27
|
+
Requires-Dist: aip-agents-binary[privacy]>=0.5.18; (python_version >= "3.11" and python_version < "3.13") and extra == "privacy"
|
|
29
28
|
Provides-Extra: dev
|
|
30
29
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
31
30
|
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
|
|
@@ -155,8 +155,8 @@ glaip_sdk/utils/rendering/steps/format.py,sha256=Chnq7OBaj8XMeBntSBxrX5zSmrYeGcO
|
|
|
155
155
|
glaip_sdk/utils/rendering/steps/manager.py,sha256=BiBmTeQMQhjRMykgICXsXNYh1hGsss-fH9BIGVMWFi0,13194
|
|
156
156
|
glaip_sdk/utils/rendering/viewer/__init__.py,sha256=XrxmE2cMAozqrzo1jtDFm8HqNtvDcYi2mAhXLXn5CjI,457
|
|
157
157
|
glaip_sdk/utils/rendering/viewer/presenter.py,sha256=mlLMTjnyeyPVtsyrAbz1BJu9lFGQSlS-voZ-_Cuugv0,5725
|
|
158
|
-
glaip_sdk-0.6.
|
|
159
|
-
glaip_sdk-0.6.
|
|
160
|
-
glaip_sdk-0.6.
|
|
161
|
-
glaip_sdk-0.6.
|
|
162
|
-
glaip_sdk-0.6.
|
|
158
|
+
glaip_sdk-0.6.23.dist-info/METADATA,sha256=Ml1we8m4IDu3K5oglgVd7W_znY62vurEwRUXswoayWM,8299
|
|
159
|
+
glaip_sdk-0.6.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
160
|
+
glaip_sdk-0.6.23.dist-info/entry_points.txt,sha256=65vNPUggyYnVGhuw7RhNJ8Fp2jygTcX0yxJBcBY3iLU,48
|
|
161
|
+
glaip_sdk-0.6.23.dist-info/top_level.txt,sha256=td7yXttiYX2s94-4wFhv-5KdT0rSZ-pnJRSire341hw,10
|
|
162
|
+
glaip_sdk-0.6.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|