aip-agents-binary 0.5.18__py3-none-macosx_13_0_arm64.whl → 0.5.19__py3-none-macosx_13_0_arm64.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.
- aip_agents/tools/browser_use/__init__.py +1 -1
- aip_agents/tools/code_sandbox/__init__.py +1 -1
- {aip_agents_binary-0.5.18.dist-info → aip_agents_binary-0.5.19.dist-info}/METADATA +4 -12
- {aip_agents_binary-0.5.18.dist-info → aip_agents_binary-0.5.19.dist-info}/RECORD +6 -6
- {aip_agents_binary-0.5.18.dist-info → aip_agents_binary-0.5.19.dist-info}/WHEEL +0 -0
- {aip_agents_binary-0.5.18.dist-info → aip_agents_binary-0.5.19.dist-info}/top_level.txt +0 -0
|
@@ -19,7 +19,7 @@ try:
|
|
|
19
19
|
except ImportError:
|
|
20
20
|
_TOOL_AVAILABLE = False
|
|
21
21
|
warnings.warn(
|
|
22
|
-
"Browser use tools not available. Install with: pip install aip-agents[
|
|
22
|
+
"Browser use tools not available. Install with: pip install aip-agents[local]",
|
|
23
23
|
ImportWarning,
|
|
24
24
|
stacklevel=2,
|
|
25
25
|
)
|
|
@@ -19,7 +19,7 @@ try:
|
|
|
19
19
|
|
|
20
20
|
except ImportError:
|
|
21
21
|
warnings.warn(
|
|
22
|
-
"Code sandbox tools not available. Install with: pip install aip-agents[
|
|
22
|
+
"Code sandbox tools not available. Install with: pip install aip-agents[local]",
|
|
23
23
|
ImportWarning,
|
|
24
24
|
stacklevel=2,
|
|
25
25
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aip-agents-binary
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.19
|
|
4
4
|
Summary: A library for managing agents in Gen AI applications.
|
|
5
5
|
Author-email: Raymond Christopher <raymond.christopher@gdplabs.id>
|
|
6
6
|
Requires-Python: <3.13,>=3.11
|
|
@@ -30,16 +30,7 @@ Requires-Dist: uvicorn<0.35.0,>=0.34.3
|
|
|
30
30
|
Provides-Extra: memory
|
|
31
31
|
Requires-Dist: gllm-memory-binary[mem0ai]<0.2.0,>=0.1.1; extra == "memory"
|
|
32
32
|
Provides-Extra: privacy
|
|
33
|
-
Requires-Dist: gllm-privacy-binary<0.5.0,>=0.4.
|
|
34
|
-
Provides-Extra: code-sandbox
|
|
35
|
-
Requires-Dist: e2b<2.0.0,>=1.5.4; extra == "code-sandbox"
|
|
36
|
-
Provides-Extra: browser-use-tool
|
|
37
|
-
Requires-Dist: browser-use==0.5.9; extra == "browser-use-tool"
|
|
38
|
-
Requires-Dist: steel-sdk>=0.7.0; extra == "browser-use-tool"
|
|
39
|
-
Requires-Dist: json-repair>=0.52.3; extra == "browser-use-tool"
|
|
40
|
-
Provides-Extra: document-loader
|
|
41
|
-
Requires-Dist: PyPDF2<4.0.0,>=3.0.0; extra == "document-loader"
|
|
42
|
-
Requires-Dist: unidecode<2.0.0,>=1.3.0; extra == "document-loader"
|
|
33
|
+
Requires-Dist: gllm-privacy-binary<0.5.0,>=0.4.12; extra == "privacy"
|
|
43
34
|
Provides-Extra: gl-connector
|
|
44
35
|
Requires-Dist: bosa-connectors-binary<0.4.0,>=0.3.1; extra == "gl-connector"
|
|
45
36
|
Provides-Extra: local
|
|
@@ -49,7 +40,8 @@ Requires-Dist: steel-sdk>=0.7.0; extra == "local"
|
|
|
49
40
|
Requires-Dist: json-repair>=0.52.3; extra == "local"
|
|
50
41
|
Requires-Dist: PyPDF2<4.0.0,>=3.0.0; extra == "local"
|
|
51
42
|
Requires-Dist: unidecode<2.0.0,>=1.3.0; extra == "local"
|
|
52
|
-
Requires-Dist: gllm-docproc-binary[docx,pdf,xlsx]<0.8.0,>=0.7.
|
|
43
|
+
Requires-Dist: gllm-docproc-binary[docx,pdf,xlsx]<0.8.0,>=0.7.21; extra == "local"
|
|
44
|
+
Requires-Dist: gllm-multimodal-binary==0.2.0.post1; extra == "local"
|
|
53
45
|
Requires-Dist: bosa-connectors-binary<0.4.0,>=0.3.1; extra == "local"
|
|
54
46
|
Provides-Extra: dev
|
|
55
47
|
Requires-Dist: coverage<8.0.0,>=7.4.4; extra == "dev"
|
|
@@ -380,7 +380,7 @@ aip_agents/tools/memory_search_tool.py,sha256=gqTTb_Fao_Hl-SavfaFsqPDhnFQUjzIQUk
|
|
|
380
380
|
aip_agents/tools/memory_search_tool.pyi,sha256=BCVFEEgH3pETnI9b6vRlMm2_PnnIeBe_vuMlL9y3LpU,453
|
|
381
381
|
aip_agents/tools/tool_config_injector.py,sha256=rk8uqwz-LUpZ_d0cUK0ywxnkzINfTPMN3GMxcKPLVjE,10559
|
|
382
382
|
aip_agents/tools/tool_config_injector.pyi,sha256=TzxFCQ9KkTT3CSTJfU7lgsW5RcbZ9RqXR8Btyny_dTs,1055
|
|
383
|
-
aip_agents/tools/browser_use/__init__.py,sha256=
|
|
383
|
+
aip_agents/tools/browser_use/__init__.py,sha256=_ZYoSads6DRHK9odnPfvEBRDAncIkkFUo7Ach5kPrlI,2118
|
|
384
384
|
aip_agents/tools/browser_use/__init__.pyi,sha256=GSn1A8ZIN9ii9EcG6GDQ-qfIsflCTI-1g9eYeY7kWwQ,497
|
|
385
385
|
aip_agents/tools/browser_use/action_parser.py,sha256=Vr5dmGB9vkgdgsqEtstNwv8qEhuuhzxg4UO62faD_lk,3366
|
|
386
386
|
aip_agents/tools/browser_use/action_parser.pyi,sha256=Cwxu-BBw8hG5Njt6NbBR9spfiTxSQTKn3iduembRjz8,723
|
|
@@ -406,7 +406,7 @@ aip_agents/tools/browser_use/structured_data_recovery.py,sha256=FMcUGPr91XKZYHB8
|
|
|
406
406
|
aip_agents/tools/browser_use/structured_data_recovery.pyi,sha256=AxpzoYDAR-HqenJcwhvQl4FG4fStSXkJ_Ei-R1xqEJ0,1414
|
|
407
407
|
aip_agents/tools/browser_use/types.py,sha256=uFiHr1HR38K6VA5eiSRpUAsIE2CrN8Tyt7O_OvXEyTk,1780
|
|
408
408
|
aip_agents/tools/browser_use/types.pyi,sha256=wVaeqU1CBB1lV8qC-MApIqqyv9lh3aIn6hlcmW7QCYY,1279
|
|
409
|
-
aip_agents/tools/code_sandbox/__init__.py,sha256=
|
|
409
|
+
aip_agents/tools/code_sandbox/__init__.py,sha256=QPUBMzmSDGjvjnLRRJRHK7shP16LH6K7Ut16aRbTyM4,618
|
|
410
410
|
aip_agents/tools/code_sandbox/__init__.pyi,sha256=hBgsW_ZdnGonBx7PtCwz3ohs8RuZcDpQMU6iK_VZIYg,134
|
|
411
411
|
aip_agents/tools/code_sandbox/constant.py,sha256=55uM9sHOISdT40O3pVdLfL88YU-1Npy7CXkYxlLFzug,679
|
|
412
412
|
aip_agents/tools/code_sandbox/constant.pyi,sha256=3bwRpYOZZNVYjBBvPXnTR_cq6dH-pALsy_5yCbxdPQU,81
|
|
@@ -538,7 +538,7 @@ aip_agents/utils/pii/pii_helper.py,sha256=g0yRzakfA2AA6vjUNLWHqFlcxyLql6MXQ90NN3
|
|
|
538
538
|
aip_agents/utils/pii/pii_helper.pyi,sha256=dulZs150ikbAL3Bw2YLcz3_g4DsGmL3lciwf8mKxEjI,2939
|
|
539
539
|
aip_agents/utils/pii/uuid_deanonymizer_mapping.py,sha256=Gks8l8t0cuS9pzoQnrpiK1CaLmWYksjOnTeiHh3_7EE,7348
|
|
540
540
|
aip_agents/utils/pii/uuid_deanonymizer_mapping.pyi,sha256=gnWfD1rWZh_tloJjgKiZ6f6iNUuBaHpKqCSiP0d-9bs,3084
|
|
541
|
-
aip_agents_binary-0.5.
|
|
542
|
-
aip_agents_binary-0.5.
|
|
543
|
-
aip_agents_binary-0.5.
|
|
544
|
-
aip_agents_binary-0.5.
|
|
541
|
+
aip_agents_binary-0.5.19.dist-info/METADATA,sha256=3SORaqjs5lh60tl5arWKz10eVrgzUE57LfNKasoEB9g,22207
|
|
542
|
+
aip_agents_binary-0.5.19.dist-info/WHEEL,sha256=PaP4PvkDyiSc4C6Dhw6ccQmfxsWFrSv-lJQjBshu0hw,105
|
|
543
|
+
aip_agents_binary-0.5.19.dist-info/top_level.txt,sha256=PEz8vcwC1bH4UrkhF0LkIYCNfXGWZUHdSklbvkBe25E,11
|
|
544
|
+
aip_agents_binary-0.5.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|