camel-ai 0.2.60__py3-none-any.whl → 0.2.62__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.
Potentially problematic release.
This version of camel-ai might be problematic. Click here for more details.
- camel/__init__.py +1 -1
- camel/agents/chat_agent.py +159 -8
- camel/agents/mcp_agent.py +5 -5
- camel/configs/anthropic_config.py +6 -5
- camel/{data_collector → data_collectors}/alpaca_collector.py +1 -1
- camel/{data_collector → data_collectors}/sharegpt_collector.py +1 -1
- camel/datagen/evol_instruct/scorer.py +22 -23
- camel/datagen/evol_instruct/templates.py +46 -46
- camel/datasets/static_dataset.py +144 -0
- camel/loaders/__init__.py +5 -2
- camel/loaders/chunkr_reader.py +117 -91
- camel/loaders/mistral_reader.py +148 -0
- camel/memories/blocks/chat_history_block.py +1 -2
- camel/models/model_manager.py +7 -3
- camel/retrievers/auto_retriever.py +20 -1
- camel/{runtime → runtimes}/daytona_runtime.py +1 -1
- camel/{runtime → runtimes}/docker_runtime.py +1 -1
- camel/{runtime → runtimes}/llm_guard_runtime.py +2 -2
- camel/{runtime → runtimes}/remote_http_runtime.py +1 -1
- camel/{runtime → runtimes}/ubuntu_docker_runtime.py +1 -1
- camel/societies/workforce/base.py +7 -3
- camel/societies/workforce/single_agent_worker.py +2 -1
- camel/societies/workforce/worker.py +5 -3
- camel/societies/workforce/workforce.py +65 -24
- camel/storages/__init__.py +2 -0
- camel/storages/vectordb_storages/__init__.py +2 -0
- camel/storages/vectordb_storages/faiss.py +712 -0
- camel/toolkits/__init__.py +4 -0
- camel/toolkits/async_browser_toolkit.py +75 -523
- camel/toolkits/bohrium_toolkit.py +318 -0
- camel/toolkits/browser_toolkit.py +215 -538
- camel/toolkits/browser_toolkit_commons.py +568 -0
- camel/toolkits/file_write_toolkit.py +80 -31
- camel/toolkits/mcp_toolkit.py +477 -665
- camel/toolkits/pptx_toolkit.py +777 -0
- camel/toolkits/wolfram_alpha_toolkit.py +5 -1
- camel/types/enums.py +13 -1
- camel/utils/__init__.py +2 -0
- camel/utils/commons.py +27 -0
- camel/utils/mcp_client.py +979 -0
- {camel_ai-0.2.60.dist-info → camel_ai-0.2.62.dist-info}/METADATA +14 -1
- {camel_ai-0.2.60.dist-info → camel_ai-0.2.62.dist-info}/RECORD +53 -47
- /camel/{data_collector → data_collectors}/__init__.py +0 -0
- /camel/{data_collector → data_collectors}/base.py +0 -0
- /camel/{runtime → runtimes}/__init__.py +0 -0
- /camel/{runtime → runtimes}/api.py +0 -0
- /camel/{runtime → runtimes}/base.py +0 -0
- /camel/{runtime → runtimes}/configs.py +0 -0
- /camel/{runtime → runtimes}/utils/__init__.py +0 -0
- /camel/{runtime → runtimes}/utils/function_risk_toolkit.py +0 -0
- /camel/{runtime → runtimes}/utils/ignore_risk_toolkit.py +0 -0
- {camel_ai-0.2.60.dist-info → camel_ai-0.2.62.dist-info}/WHEEL +0 -0
- {camel_ai-0.2.60.dist-info → camel_ai-0.2.62.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: camel-ai
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.62
|
|
4
4
|
Summary: Communicative Agents for AI Society Study
|
|
5
5
|
Project-URL: Homepage, https://www.camel-ai.org/
|
|
6
6
|
Project-URL: Repository, https://github.com/camel-ai/camel
|
|
@@ -32,6 +32,7 @@ Requires-Dist: arxiv<3,>=2.1.3; extra == 'all'
|
|
|
32
32
|
Requires-Dist: azure-storage-blob<13,>=12.21.0; extra == 'all'
|
|
33
33
|
Requires-Dist: beautifulsoup4<5,>=4; extra == 'all'
|
|
34
34
|
Requires-Dist: botocore<2,>=1.35.3; extra == 'all'
|
|
35
|
+
Requires-Dist: chunkr-ai>=0.0.50; extra == 'all'
|
|
35
36
|
Requires-Dist: cohere<6,>=5.11.0; extra == 'all'
|
|
36
37
|
Requires-Dist: crawl4ai>=0.3.745; extra == 'all'
|
|
37
38
|
Requires-Dist: dappier<0.4,>=0.3.3; extra == 'all'
|
|
@@ -47,6 +48,7 @@ Requires-Dist: docx>=0.2.4; extra == 'all'
|
|
|
47
48
|
Requires-Dist: duckduckgo-search<7,>=6.3.5; extra == 'all'
|
|
48
49
|
Requires-Dist: e2b-code-interpreter<2,>=1.0.3; extra == 'all'
|
|
49
50
|
Requires-Dist: exa-py<2,>=1.10.0; extra == 'all'
|
|
51
|
+
Requires-Dist: faiss-cpu<2,>=1.7.2; extra == 'all'
|
|
50
52
|
Requires-Dist: fastapi>=0.115.11; extra == 'all'
|
|
51
53
|
Requires-Dist: ffmpeg-python<0.3,>=0.2.0; extra == 'all'
|
|
52
54
|
Requires-Dist: firecrawl-py<2,>=1.0.0; extra == 'all'
|
|
@@ -92,6 +94,7 @@ Requires-Dist: pre-commit<4,>=3; extra == 'all'
|
|
|
92
94
|
Requires-Dist: pyautogui<0.10,>=0.9.54; extra == 'all'
|
|
93
95
|
Requires-Dist: pydub<0.26,>=0.25.1; extra == 'all'
|
|
94
96
|
Requires-Dist: pygithub<3,>=2.6.0; extra == 'all'
|
|
97
|
+
Requires-Dist: pylatex>=1.4.2; extra == 'all'
|
|
95
98
|
Requires-Dist: pymilvus<3,>=2.4.0; extra == 'all'
|
|
96
99
|
Requires-Dist: pymupdf<2,>=1.22.5; extra == 'all'
|
|
97
100
|
Requires-Dist: pyobvector>=0.1.18; extra == 'all'
|
|
@@ -100,6 +103,7 @@ Requires-Dist: pytelegrambotapi<5,>=4.18.0; extra == 'all'
|
|
|
100
103
|
Requires-Dist: pytest-asyncio<0.24,>=0.23.0; extra == 'all'
|
|
101
104
|
Requires-Dist: pytest-cov<5,>=4; extra == 'all'
|
|
102
105
|
Requires-Dist: pytest<8,>=7; extra == 'all'
|
|
106
|
+
Requires-Dist: python-pptx>=1.0.2; extra == 'all'
|
|
103
107
|
Requires-Dist: pytidb-experimental==0.0.1.dev4; extra == 'all'
|
|
104
108
|
Requires-Dist: qdrant-client<2,>=1.9.0; extra == 'all'
|
|
105
109
|
Requires-Dist: rank-bm25<0.3,>=0.2.2; extra == 'all'
|
|
@@ -193,6 +197,7 @@ Requires-Dist: sphinx<8,>=7; extra == 'docs'
|
|
|
193
197
|
Requires-Dist: sphinxext-rediraffe<0.3,>=0.2.7; extra == 'docs'
|
|
194
198
|
Provides-Extra: document-tools
|
|
195
199
|
Requires-Dist: beautifulsoup4<5,>=4; extra == 'document-tools'
|
|
200
|
+
Requires-Dist: chunkr-ai>=0.0.50; extra == 'document-tools'
|
|
196
201
|
Requires-Dist: crawl4ai>=0.3.745; extra == 'document-tools'
|
|
197
202
|
Requires-Dist: docx2txt<0.9,>=0.8; extra == 'document-tools'
|
|
198
203
|
Requires-Dist: docx>=0.2.4; extra == 'document-tools'
|
|
@@ -203,7 +208,9 @@ Requires-Dist: openapi-spec-validator<0.8,>=0.7.1; extra == 'document-tools'
|
|
|
203
208
|
Requires-Dist: openpyxl>=3.1.5; extra == 'document-tools'
|
|
204
209
|
Requires-Dist: pandasai<3,>=2.3.0; extra == 'document-tools'
|
|
205
210
|
Requires-Dist: prance<24,>=23.6.21.0; extra == 'document-tools'
|
|
211
|
+
Requires-Dist: pylatex>=1.4.2; extra == 'document-tools'
|
|
206
212
|
Requires-Dist: pymupdf<2,>=1.22.5; extra == 'document-tools'
|
|
213
|
+
Requires-Dist: python-pptx>=1.0.2; extra == 'document-tools'
|
|
207
214
|
Requires-Dist: tabulate>=0.9.0; extra == 'document-tools'
|
|
208
215
|
Requires-Dist: unstructured==0.16.20; extra == 'document-tools'
|
|
209
216
|
Requires-Dist: xls2xlsx>=0.2.0; extra == 'document-tools'
|
|
@@ -235,6 +242,7 @@ Requires-Dist: aci-sdk>=1.0.0b1; extra == 'owl'
|
|
|
235
242
|
Requires-Dist: anthropic<0.50.0,>=0.47.0; extra == 'owl'
|
|
236
243
|
Requires-Dist: beautifulsoup4<5,>=4; extra == 'owl'
|
|
237
244
|
Requires-Dist: chunkr-ai>=0.0.41; extra == 'owl'
|
|
245
|
+
Requires-Dist: chunkr-ai>=0.0.50; extra == 'owl'
|
|
238
246
|
Requires-Dist: crawl4ai>=0.3.745; extra == 'owl'
|
|
239
247
|
Requires-Dist: datasets<4,>=3; extra == 'owl'
|
|
240
248
|
Requires-Dist: docx2txt<0.9,>=0.8; extra == 'owl'
|
|
@@ -259,8 +267,10 @@ Requires-Dist: playwright>=1.50.0; extra == 'owl'
|
|
|
259
267
|
Requires-Dist: prance<24,>=23.6.21.0; extra == 'owl'
|
|
260
268
|
Requires-Dist: pyautogui<0.10,>=0.9.54; extra == 'owl'
|
|
261
269
|
Requires-Dist: pydub<0.26,>=0.25.1; extra == 'owl'
|
|
270
|
+
Requires-Dist: pylatex>=1.4.2; extra == 'owl'
|
|
262
271
|
Requires-Dist: pymupdf<2,>=1.22.5; extra == 'owl'
|
|
263
272
|
Requires-Dist: python-dotenv<2,>=1.0.0; extra == 'owl'
|
|
273
|
+
Requires-Dist: python-pptx>=1.0.2; extra == 'owl'
|
|
264
274
|
Requires-Dist: requests-oauthlib<2,>=1.3.1; extra == 'owl'
|
|
265
275
|
Requires-Dist: rouge<2,>=1.0.1; extra == 'owl'
|
|
266
276
|
Requires-Dist: scenedetect>=0.6.5.2; extra == 'owl'
|
|
@@ -277,8 +287,10 @@ Requires-Dist: wikipedia<2,>=1; extra == 'owl'
|
|
|
277
287
|
Requires-Dist: xls2xlsx>=0.2.0; extra == 'owl'
|
|
278
288
|
Requires-Dist: yt-dlp<2025,>=2024.11.4; extra == 'owl'
|
|
279
289
|
Provides-Extra: rag
|
|
290
|
+
Requires-Dist: chunkr-ai>=0.0.50; extra == 'rag'
|
|
280
291
|
Requires-Dist: cohere<6,>=5.11.0; extra == 'rag'
|
|
281
292
|
Requires-Dist: crawl4ai>=0.3.745; extra == 'rag'
|
|
293
|
+
Requires-Dist: faiss-cpu<2,>=1.7.2; extra == 'rag'
|
|
282
294
|
Requires-Dist: google-genai>=1.13.0; extra == 'rag'
|
|
283
295
|
Requires-Dist: nebula3-python==3.8.2; extra == 'rag'
|
|
284
296
|
Requires-Dist: neo4j<6,>=5.18.0; extra == 'rag'
|
|
@@ -298,6 +310,7 @@ Requires-Dist: scholarly[tor]==1.7.11; extra == 'research-tools'
|
|
|
298
310
|
Provides-Extra: storage
|
|
299
311
|
Requires-Dist: azure-storage-blob<13,>=12.21.0; extra == 'storage'
|
|
300
312
|
Requires-Dist: botocore<2,>=1.35.3; extra == 'storage'
|
|
313
|
+
Requires-Dist: faiss-cpu<2,>=1.7.2; extra == 'storage'
|
|
301
314
|
Requires-Dist: google-cloud-storage<3,>=2.18.0; extra == 'storage'
|
|
302
315
|
Requires-Dist: mem0ai>=0.1.73; extra == 'storage'
|
|
303
316
|
Requires-Dist: nebula3-python==3.8.2; extra == 'storage'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
camel/__init__.py,sha256=
|
|
1
|
+
camel/__init__.py,sha256=DUOPPN2P9xYqo9dGSamdp76Dr4-anAgFUUGr6I-XHIc,899
|
|
2
2
|
camel/generators.py,sha256=JRqj9_m1PF4qT6UtybzTQ-KBT9MJQt18OAAYvQ_fr2o,13844
|
|
3
3
|
camel/human.py,sha256=Xg8x1cS5KK4bQ1SDByiHZnzsRpvRP-KZViNvmu38xo4,5475
|
|
4
4
|
camel/logger.py,sha256=rZVeOVYuQ9RYJ5Tqyv0usqy0g4zaVEq4qSfZ9nd2640,5755
|
|
@@ -7,12 +7,12 @@ camel/agents/__init__.py,sha256=64weKqdvmpZcGWyVkO-OKASAmVUdrQjv60JApgPk_SA,1644
|
|
|
7
7
|
camel/agents/_types.py,sha256=ryPRmEXnpNtbFT23GoAcwK-zxWWsIOqYu64mxMx_PhI,1430
|
|
8
8
|
camel/agents/_utils.py,sha256=AR7Qqgbkmn4X2edYUQf1rdksGUyV5hm3iK1z-Dn0Mcg,6266
|
|
9
9
|
camel/agents/base.py,sha256=c4bJYL3G3Z41SaFdMPMn8ZjLdFiFaVOFO6EQIfuCVR8,1124
|
|
10
|
-
camel/agents/chat_agent.py,sha256=
|
|
10
|
+
camel/agents/chat_agent.py,sha256=umwaNsW_meFXCY5Vau3yXv6JhvQmUPGiH-oiTltLUdc,70660
|
|
11
11
|
camel/agents/critic_agent.py,sha256=L6cTbYjyZB0DCa51tQ6LZLA6my8kHLC4nktHySH78H4,10433
|
|
12
12
|
camel/agents/deductive_reasoner_agent.py,sha256=6BZGaq1hR6hKJuQtOfoYQnk_AkZpw_Mr7mUy2MspQgs,13540
|
|
13
13
|
camel/agents/embodied_agent.py,sha256=XBxBu5ZMmSJ4B2U3Z7SMwvLlgp6yNpaBe8HNQmY9CZA,7536
|
|
14
14
|
camel/agents/knowledge_graph_agent.py,sha256=7Tchhyvm1s8tQ3at7iGKZt70xWZllRXu2vwUFR37p10,9681
|
|
15
|
-
camel/agents/mcp_agent.py,sha256=
|
|
15
|
+
camel/agents/mcp_agent.py,sha256=ZMkOBQnjx9q4smJtrpZyMz5L-rX7yZOZl0ctnu2zQbQ,16455
|
|
16
16
|
camel/agents/multi_hop_generator_agent.py,sha256=aYsZNsEFHxIq8_wDN8lZRkvRbfhlOYGBKezWr87y8Bs,4325
|
|
17
17
|
camel/agents/programmed_agent_instruction.py,sha256=99fLe41che3X6wPpNPJXRwl4If6EoQqQVWIoT3DKE1s,7124
|
|
18
18
|
camel/agents/repo_agent.py,sha256=ZzZ9zvh0vgdJv1KNY3GEaEPDdDxxXrjUZxjjHjVEWtE,22187
|
|
@@ -41,7 +41,7 @@ camel/bots/slack/models.py,sha256=xMz3RO-88yrxPRrbBDjiabpbZIlpEHCvU-1CvASKARc,51
|
|
|
41
41
|
camel/bots/slack/slack_app.py,sha256=SoSRZZnuTJ0aiLUBZqdG8cUFJzYpfpZh7304t0a_7Dg,9944
|
|
42
42
|
camel/configs/__init__.py,sha256=_uGZTL2sQXagf6cfXAfUc1qb3SOFOp7AFVvMwm0BHQ0,4129
|
|
43
43
|
camel/configs/aiml_config.py,sha256=6niTHsxusPfXyNKNfxipTudgeULMIeOeXHAv5hRblsM,4264
|
|
44
|
-
camel/configs/anthropic_config.py,sha256=
|
|
44
|
+
camel/configs/anthropic_config.py,sha256=QI_fZLOswKUo6fBL1DxC2zF2vweUw-5kKL-H6fSEg5Y,4037
|
|
45
45
|
camel/configs/base_config.py,sha256=2nEIRQoY6tIMeBIcxcBtCadmpsd8bSQj9rzewQsgfXo,3188
|
|
46
46
|
camel/configs/bedrock_config.py,sha256=KZ_oZg25AGcC0sC3ZmVElwFcBjchtcPEbya0u0EVv28,3899
|
|
47
47
|
camel/configs/cohere_config.py,sha256=PD8YDgzP0R1-7bixpqvKEHPMf6_SjU1aq-9UVAg-xCI,4019
|
|
@@ -71,17 +71,17 @@ camel/configs/vllm_config.py,sha256=oxskavzcgwLaqGjFYfbXCsEmhv-wZf-zBREjaRvCmac,
|
|
|
71
71
|
camel/configs/watsonx_config.py,sha256=Ox_xZVCHp-42vKtWSWZtROt9rle7y2aNjVUYEXZ-AnE,4688
|
|
72
72
|
camel/configs/yi_config.py,sha256=EJVp6SWX6XuQFMxqgpg-HnBPkr_HvsCJIgQiK5R-i1I,2720
|
|
73
73
|
camel/configs/zhipuai_config.py,sha256=RQrUrWFXKvyrXo8mbGeyUsal5YRbWCKAwU4s6_4yeu4,3560
|
|
74
|
-
camel/
|
|
75
|
-
camel/
|
|
76
|
-
camel/
|
|
77
|
-
camel/
|
|
74
|
+
camel/data_collectors/__init__.py,sha256=UWZya21xeJ6DvyLcf54XlYPg7ShOsNJmNR88kfRLmnA,924
|
|
75
|
+
camel/data_collectors/alpaca_collector.py,sha256=c3mLUis1HAj2C_GEqqUwCIOcYCV70nlx5B2CXOYDMwU,4684
|
|
76
|
+
camel/data_collectors/base.py,sha256=Rn0aJBBvpMZYYTLT1yNjIalIvDuVVwOx6iawKlzocZQ,6708
|
|
77
|
+
camel/data_collectors/sharegpt_collector.py,sha256=Et5Q7imvnPdEDKBoTMJOchfTGHunHimFnUmQygRAeFU,7617
|
|
78
78
|
camel/datagen/__init__.py,sha256=EPF-eZ4rg7qbeSVZhfQ0iME0WDRSqRwBGbW-s0ZJ2EA,949
|
|
79
79
|
camel/datagen/cot_datagen.py,sha256=_KuXa0ksUkGy9UdIyWC-ld9C8rISnGCVI8Ef1H0SUIo,17345
|
|
80
80
|
camel/datagen/self_improving_cot.py,sha256=5Mznv7EASZTgfwAjg3d1CQSy_YvKICnHbv9-N0IYH9s,34284
|
|
81
81
|
camel/datagen/evol_instruct/__init__.py,sha256=cajmED2eAPBUBH4EfabTJsgYehMtsTPwEYHWX-uTXTQ,827
|
|
82
82
|
camel/datagen/evol_instruct/evol_instruct.py,sha256=JEh3w5r0BybElfQgpBwptFSPMx0jfLztm4oSGGrM1Xc,16269
|
|
83
|
-
camel/datagen/evol_instruct/scorer.py,sha256=
|
|
84
|
-
camel/datagen/evol_instruct/templates.py,sha256=
|
|
83
|
+
camel/datagen/evol_instruct/scorer.py,sha256=Ae2iZQVcvKEgwVWVsuQyxCDYQAyO292YxfnaKAMeukA,6237
|
|
84
|
+
camel/datagen/evol_instruct/templates.py,sha256=ONyLBD2k0xRkFhRFCBXU7qfVEZfNaTZo4OF-p_U1Duo,11734
|
|
85
85
|
camel/datagen/self_instruct/__init__.py,sha256=kRLWyCF-tGR9KEzpYImpupYvL15LcRfZCHndNu6AvV0,1179
|
|
86
86
|
camel/datagen/self_instruct/self_instruct.py,sha256=-gs5NJzdlD33caE_z_-NP-NZvSnIbJS-LQASIRBivu0,15969
|
|
87
87
|
camel/datagen/self_instruct/templates.py,sha256=7YMOUcIig6vLjqSwkWCq8XeRCjWq0Mfyzptn7DOmeAo,19480
|
|
@@ -102,7 +102,7 @@ camel/datasets/base_generator.py,sha256=WJEJTT00J3jv1LHjQ5wPBQSfxX0OkT1tc3Uu4FgQ
|
|
|
102
102
|
camel/datasets/few_shot_generator.py,sha256=HCXaJ7b5-W72deC662TKiNUtzzHKJ60dFyZ9W_2Hrsc,10867
|
|
103
103
|
camel/datasets/models.py,sha256=0RDZfGT-x2MGaJg6qMufiY5cO-V7Lg0ckDSMYjCUQpo,2230
|
|
104
104
|
camel/datasets/self_instruct_generator.py,sha256=9FK-S7N7e-PR5rABj59BCNmUZCd8fS72La612FK0AEM,15837
|
|
105
|
-
camel/datasets/static_dataset.py,sha256=
|
|
105
|
+
camel/datasets/static_dataset.py,sha256=gsCJGc4enWnhRX1XCPubWMiscyjMd3G0dYia5xnATQg,20029
|
|
106
106
|
camel/embeddings/__init__.py,sha256=nLFckLBkHXb6HolqPcIssQYO89di0KOeinT_t0S8V9g,1473
|
|
107
107
|
camel/embeddings/azure_embedding.py,sha256=ClMu3ko1PnkNvWPSWILwCNUnxhzUL7UJHv2sB-OptuE,4233
|
|
108
108
|
camel/embeddings/base.py,sha256=mxqFkWh2AfbxuVKPOqVx16fCznmuSh9QXGjaEeZHvoY,2190
|
|
@@ -131,15 +131,16 @@ camel/interpreters/interpreter_error.py,sha256=uEhcmHmmcajt5C9PLeHs21h1fE6cmyt23
|
|
|
131
131
|
camel/interpreters/ipython_interpreter.py,sha256=-erOR6imuh5pUtpbUYky3zoLDr30Y5E7lm59BwwxzNs,5976
|
|
132
132
|
camel/interpreters/subprocess_interpreter.py,sha256=xmACW9SeZ1yLogvD2rX_e63ixNE277XgQ3GaTb0c8KY,16639
|
|
133
133
|
camel/interpreters/docker/Dockerfile,sha256=6_k33dlpxgf8V9vfywWmjLuOgHmT2s-a8Lb8VbFRv4s,253
|
|
134
|
-
camel/loaders/__init__.py,sha256=
|
|
134
|
+
camel/loaders/__init__.py,sha256=NfXLr0gQUhfyMeB5KpU9EUvhhFLp3X5KNinDs2WO0Q0,1548
|
|
135
135
|
camel/loaders/apify_reader.py,sha256=oaVjKyNhJhG-hTuIwrpZ2hsB4XTL0M-kUksgSL2R0ck,7952
|
|
136
136
|
camel/loaders/base_io.py,sha256=zsbdBPHgSPFyQrtiUgAsHvy39QHWUObRYNaVvr-pPk0,10190
|
|
137
|
-
camel/loaders/chunkr_reader.py,sha256=
|
|
137
|
+
camel/loaders/chunkr_reader.py,sha256=LC2zZvq2BiT1j2ukWPCttgo8a3RlOhFDfijYsEEQ_9I,6452
|
|
138
138
|
camel/loaders/crawl4ai_reader.py,sha256=ugfGMpWhfLnKf_XEOyDGI2ekpViDnSATg9eSxHyWX7M,7653
|
|
139
139
|
camel/loaders/firecrawl_reader.py,sha256=wCPHEWbfLv_q2x9MdTiSvJ_LDqUPO88lzPf0mmOBsME,5667
|
|
140
140
|
camel/loaders/jina_url_reader.py,sha256=dL9J5JlsFKEhi4gU_vYIxKvvf_RJ4LY9gG6i8P8JpcA,3601
|
|
141
141
|
camel/loaders/markitdown.py,sha256=2tc9Tf2pMJFkFzJwTAge-2kdmgRBBAV3sXHjcbo9AVE,7058
|
|
142
142
|
camel/loaders/mineru_extractor.py,sha256=nKa5n7f3ergv1TURcbXZJP5mQpnSCIFdlWrxWn4hBz8,9070
|
|
143
|
+
camel/loaders/mistral_reader.py,sha256=N9y6mqxPri9w4wE3nfQ2Ch4ph9oxeMR5yJo2oOcQl-Y,5426
|
|
143
144
|
camel/loaders/pandas_reader.py,sha256=zTVrUWsnR6oeOqeL8KLlnapJeaB4El0wyIrEPY1aLus,11922
|
|
144
145
|
camel/loaders/scrapegraph_reader.py,sha256=k8EOV5-p41DHDr2ITV8BR1sMqBsvN41CN8Byj2cf5kY,3120
|
|
145
146
|
camel/loaders/unstructured_io.py,sha256=wA3fkDeS4mSPFkMDnWZzJYKDltio7l72BU9D3EGfoUs,17423
|
|
@@ -148,7 +149,7 @@ camel/memories/agent_memories.py,sha256=HysjYAB6srRdb3uE_IXmC94YPZBfGcAUdTlbcbzz
|
|
|
148
149
|
camel/memories/base.py,sha256=3BGuExfwwkbkVpxw1uYms8O37F-PD8ArcmYnFKYUcI4,5652
|
|
149
150
|
camel/memories/records.py,sha256=ZNLKF9_oNh4-DTzhXqg8le38RxVKjxJvxFfuO4ZuiTo,4431
|
|
150
151
|
camel/memories/blocks/__init__.py,sha256=ci7_WU11222cNd1Zkv-a0z5E2ux95NMjAYm_cDzF0pE,854
|
|
151
|
-
camel/memories/blocks/chat_history_block.py,sha256=
|
|
152
|
+
camel/memories/blocks/chat_history_block.py,sha256=ZAQZ9NqbwZ_w8XebQ3vVPSTA2sfUNooOfI4oNrGxdDo,6679
|
|
152
153
|
camel/memories/blocks/vectordb_block.py,sha256=lf0ipY4cJMB--tQDvpInqsmHZCn7sD1pkmjC70vTtn4,3941
|
|
153
154
|
camel/memories/context_creators/__init__.py,sha256=pqzkBM2ro5JZD7RhWg05TjinphhCq0QTIqBJlIL1sJ0,800
|
|
154
155
|
camel/memories/context_creators/score_based.py,sha256=b35GNjioYgFueXIFr-Yk2NlJHLlaOvLj3Yh_b_qRrrA,10313
|
|
@@ -180,7 +181,7 @@ camel/models/litellm_model.py,sha256=rlSt3EnBAAYyoIxq0_XTuRmRnc4RWvD2Z14yIrI_7uw
|
|
|
180
181
|
camel/models/lmstudio_model.py,sha256=_Lnv0e2ichks_MrNJGNIawEtGtP7T_xX8v0bFNNeWes,3641
|
|
181
182
|
camel/models/mistral_model.py,sha256=3tT59xJO0rwZK0Gs0RXtV6TC9g6uEO9gD7D_-NzhHDc,13399
|
|
182
183
|
camel/models/model_factory.py,sha256=RDRc7XW70KfxzcCFw94_OwMVoozcbGgPNODibj3oAo8,11478
|
|
183
|
-
camel/models/model_manager.py,sha256=
|
|
184
|
+
camel/models/model_manager.py,sha256=tzSZpnmBgd_K6vgr2WmaW4MHWzrYbLapA2HH5TrRBM4,9344
|
|
184
185
|
camel/models/modelscope_model.py,sha256=aI7i50DSIE6MO2U_WvULan6Sk4b5d7iZoEHQaARo4FA,10487
|
|
185
186
|
camel/models/moonshot_model.py,sha256=yeD2jrfQpFaWJHVe1s1KrI6aHQVzKRcBDt9C2Qo4nU8,4305
|
|
186
187
|
camel/models/nemotron_model.py,sha256=APYCcpDMytZNsXFhdcLnO8bttc6pQWAo6e5h2VTJVwM,2686
|
|
@@ -233,24 +234,24 @@ camel/prompts/video_description_prompt.py,sha256=t-5B_VlTMEjEoRgziixcZLfxcZR2xu7
|
|
|
233
234
|
camel/responses/__init__.py,sha256=8QQ0T0NH16825WYk6S3dCSWsz8hqLEfdPtVHxwNsCRk,789
|
|
234
235
|
camel/responses/agent_responses.py,sha256=bDK6if8u-CNBk91yAIHKFcppdFYkihRyJXgXVdg2UcA,1645
|
|
235
236
|
camel/retrievers/__init__.py,sha256=MkuWD18uPLg78KPugd8ER8FOE4w0GC6UuHyFaqGhu6Y,1140
|
|
236
|
-
camel/retrievers/auto_retriever.py,sha256=
|
|
237
|
+
camel/retrievers/auto_retriever.py,sha256=smA_tuaPT8bEJt2axL76V63ULRiYsv4q7tC4I0y3MWA,11332
|
|
237
238
|
camel/retrievers/base.py,sha256=Sx66VHuNOJE31u59DX5XBwota4XqubeVm0feqLV7i28,2640
|
|
238
239
|
camel/retrievers/bm25_retriever.py,sha256=JNgwEjhtJsjUKNVXhaD7SnxzO5nTCzVFQG6wx3ll4O4,5156
|
|
239
240
|
camel/retrievers/cohere_rerank_retriever.py,sha256=tzMS3HG4wD3gbIAVcHsC5fTbFxuiNrT4qJ10oJMJ0BA,4032
|
|
240
241
|
camel/retrievers/hybrid_retrival.py,sha256=5PouW7nqui0tKbqi5BwDMz0gEm4TLm2u46iVaASOZmI,9474
|
|
241
242
|
camel/retrievers/vector_retriever.py,sha256=Fp6k7FkoeUXLiUokqsMIO74Dh2mJcmJP2TrCP-6Ekcc,11051
|
|
242
|
-
camel/
|
|
243
|
-
camel/
|
|
244
|
-
camel/
|
|
245
|
-
camel/
|
|
246
|
-
camel/
|
|
247
|
-
camel/
|
|
248
|
-
camel/
|
|
249
|
-
camel/
|
|
250
|
-
camel/
|
|
251
|
-
camel/
|
|
252
|
-
camel/
|
|
253
|
-
camel/
|
|
243
|
+
camel/runtimes/__init__.py,sha256=bFbqDIST69V6LC_Oe5YBz-8qlUaJt4zWGFFT0ctiMLI,1273
|
|
244
|
+
camel/runtimes/api.py,sha256=JfkHqQ_Xs3ZNl4TXC_obV3Ymi21ltP1LAkXzBA3H_Lo,3227
|
|
245
|
+
camel/runtimes/base.py,sha256=KKBLO6PwWEWBXbYaVtO9JXqBT8110iYpMhgNSIxQvYQ,1512
|
|
246
|
+
camel/runtimes/configs.py,sha256=7swJ6shD5CAnQj16D_j1BWJjRDHLue8_BJcQ1-YiKJI,2431
|
|
247
|
+
camel/runtimes/daytona_runtime.py,sha256=pdKSxR91JIZPbvt-ciwQYVmHxuHbT8GII7vU7BcvXbA,9166
|
|
248
|
+
camel/runtimes/docker_runtime.py,sha256=CASeKz3zqcZdD8VHyBm0hIeNwsprhH1wtG56vWhJAyI,13579
|
|
249
|
+
camel/runtimes/llm_guard_runtime.py,sha256=nSV-_tKzxgtT44PSq_CMSh4GTIlxzfUIa1dy4oeU1Ds,8103
|
|
250
|
+
camel/runtimes/remote_http_runtime.py,sha256=flGlxkx1DiH2y4_sJ1yie-ZWK96HqPpxXiUa7nz4C90,6670
|
|
251
|
+
camel/runtimes/ubuntu_docker_runtime.py,sha256=l_1kmFY5o59BC_v-2DUqZrRLsMtrm6hTf9K9ENhq-cY,12467
|
|
252
|
+
camel/runtimes/utils/__init__.py,sha256=_4kT7j4gW9t5Zd_AbFa2mcHe8rpLB0tVlgAhQHxfwQQ,875
|
|
253
|
+
camel/runtimes/utils/function_risk_toolkit.py,sha256=0A9IN61JSziwKYB0AtCTZByXV9A3zWDRcNATG2V2dmA,2356
|
|
254
|
+
camel/runtimes/utils/ignore_risk_toolkit.py,sha256=kvLyF7EWEjXhlQJsmvA3JDB7An_LjtFjCaanNxOVaBE,2695
|
|
254
255
|
camel/schemas/__init__.py,sha256=UHt0krcozkPQFqD00q2Vk6hLbwV0ySrgaq17MJEZK1c,863
|
|
255
256
|
camel/schemas/base.py,sha256=x0H0oIwbQR6UGdEvR5v-srI25MJ8uTrEw8nnygvLwjw,1604
|
|
256
257
|
camel/schemas/openai_converter.py,sha256=SEnYsYcboZgVmjcC1YP5xke3c0MYPESPRmYQWsDGZ4Y,4362
|
|
@@ -259,15 +260,15 @@ camel/societies/__init__.py,sha256=NOHjtlsY-gV9UCF2xXgcbG-xXyuigmbwbpLpNsDgEJ4,8
|
|
|
259
260
|
camel/societies/babyagi_playing.py,sha256=KbTdpHfZ2V8AripVck0bNTOyF-RSaMPCRARz3DvzWfQ,11855
|
|
260
261
|
camel/societies/role_playing.py,sha256=1TsQbGYmN91BeQ0DGM5PpSJ9TMbn1F3maJNuv4fQ5zI,31749
|
|
261
262
|
camel/societies/workforce/__init__.py,sha256=bkTI-PE-MSK9AQ2V2gR6cR2WY-R7Jqy_NmXRtAoqo8o,920
|
|
262
|
-
camel/societies/workforce/base.py,sha256=
|
|
263
|
+
camel/societies/workforce/base.py,sha256=z2DmbTP5LL5-aCAAqglznQqCLfPmnyM5zD3w6jjtsb8,2175
|
|
263
264
|
camel/societies/workforce/prompts.py,sha256=4OGp-1-XFYIZ8ZERubSsG-hwXti8fhjtwc3n5-WEgsA,7821
|
|
264
265
|
camel/societies/workforce/role_playing_worker.py,sha256=rNI0q_pq0yCXT1_YQs5ViLcaemdT5ZGuUzrhUHRag4Y,7511
|
|
265
|
-
camel/societies/workforce/single_agent_worker.py,sha256=
|
|
266
|
+
camel/societies/workforce/single_agent_worker.py,sha256=k2mS4ZwgmEWKJe75u-95o_QcaLWkLat2S1yvUtz1L1I,3516
|
|
266
267
|
camel/societies/workforce/task_channel.py,sha256=9t5hoinfGYnbRavX4kx34Jk1FOy05SnJZYbNzb5M-CQ,7140
|
|
267
268
|
camel/societies/workforce/utils.py,sha256=yPbcLx8lNZStl15C4UXRBl5qsTrGA-hiIGynnGi53WQ,2384
|
|
268
|
-
camel/societies/workforce/worker.py,sha256=
|
|
269
|
-
camel/societies/workforce/workforce.py,sha256=
|
|
270
|
-
camel/storages/__init__.py,sha256=
|
|
269
|
+
camel/societies/workforce/worker.py,sha256=xdUWBW8Qifhhrh4jdK5S_q4LiSEL4NxKuDZN1fgQESA,4135
|
|
270
|
+
camel/societies/workforce/workforce.py,sha256=WxX8F6UUD1hHeXSAv1vKqWQwx0Wogay6UquCZ185vg8,23860
|
|
271
|
+
camel/storages/__init__.py,sha256=V06Bq1z_br8dL5_iWRO87Zx2o_rcm6YqtX1YOgKkqUs,1910
|
|
271
272
|
camel/storages/graph_storages/__init__.py,sha256=G29BNn651C0WTOpjCl4QnVM-4B9tcNh8DdmsCiONH8Y,948
|
|
272
273
|
camel/storages/graph_storages/base.py,sha256=uSe9jWuLudfm5jtfo6E-L_kNzITwK1_Ef-6L4HWw-JM,2852
|
|
273
274
|
camel/storages/graph_storages/graph_element.py,sha256=X_2orbQOMaQd00xxzAoJLfEcrVNE1mgCqMJv0orMAKA,2733
|
|
@@ -284,8 +285,9 @@ camel/storages/object_storages/amazon_s3.py,sha256=9Yvyyyb1LGHxr8REEza7oGopbVtLE
|
|
|
284
285
|
camel/storages/object_storages/azure_blob.py,sha256=66dHcvjE2ZNdb339oBU6LbFiKzPYrnlb4tQ_3m2Yazc,5992
|
|
285
286
|
camel/storages/object_storages/base.py,sha256=pImWylYJm7Wt8q87lBE1Cxk26IJ9sRtXq_OJmV6bJlg,3796
|
|
286
287
|
camel/storages/object_storages/google_cloud.py,sha256=59AvGar_GDoGYHhzUi5KBtInv2KaUVnw8SalsL43410,5332
|
|
287
|
-
camel/storages/vectordb_storages/__init__.py,sha256=
|
|
288
|
+
camel/storages/vectordb_storages/__init__.py,sha256=dHPbMEb9uExgCNHw1nVbrxZWVoJzexlzsYfXASDqJ6s,1235
|
|
288
289
|
camel/storages/vectordb_storages/base.py,sha256=EP_WbEtI3SJPHro9rjNkIq9UDUP1AAHmxZgeya94Lgk,6738
|
|
290
|
+
camel/storages/vectordb_storages/faiss.py,sha256=MHE3db9kJmVuu0aScXsSo8p60TCtc2Ot0rO77zcPgt8,26760
|
|
289
291
|
camel/storages/vectordb_storages/milvus.py,sha256=ChQyEuaXCWCKxytLN2z4QrkEthx2xE6bQPO6KCS9RgQ,13535
|
|
290
292
|
camel/storages/vectordb_storages/oceanbase.py,sha256=eNBelw4D6r3OWlhHzGJ8Xw-ej9nU1uTZ6CYoXdbxDkI,17054
|
|
291
293
|
camel/storages/vectordb_storages/qdrant.py,sha256=a_cT0buSCHQ2CPZy852-mdvMDwy5zodCvAKMaa4zIvg,18017
|
|
@@ -297,20 +299,22 @@ camel/terminators/__init__.py,sha256=t8uqrkUnXEOYMXQDgaBkMFJ0EXFKI0kmx4cUimli3Ls
|
|
|
297
299
|
camel/terminators/base.py,sha256=xmJzERX7GdSXcxZjAHHODa0rOxRChMSRboDCNHWSscs,1511
|
|
298
300
|
camel/terminators/response_terminator.py,sha256=n3G5KP6Oj7-7WlRN0yFcrtLpqAJKaKS0bmhrWlFfCgQ,4982
|
|
299
301
|
camel/terminators/token_limit_terminator.py,sha256=YWv6ZR8R9yI2Qnf_3xES5bEE_O5bb2CxQ0EUXfMh34c,2118
|
|
300
|
-
camel/toolkits/__init__.py,sha256=
|
|
302
|
+
camel/toolkits/__init__.py,sha256=IZYUYPI8_xqOmPnq1fvw_GlpNKgED70ReO7befWzUFA,4944
|
|
301
303
|
camel/toolkits/aci_toolkit.py,sha256=jhXMQggG22hd3dXdT3iJm7qWTH3KJC-TUVk1txoNWrM,16079
|
|
302
304
|
camel/toolkits/arxiv_toolkit.py,sha256=Bs2-K1yfmqhEhHoQ0j00KoI8LpOd8M3ApXcvI_-ApVw,6303
|
|
303
305
|
camel/toolkits/ask_news_toolkit.py,sha256=WfWaqwEo1Apbil3-Rb5y65Ws43NU4rAFWZu5VHe4los,23448
|
|
304
|
-
camel/toolkits/async_browser_toolkit.py,sha256=
|
|
306
|
+
camel/toolkits/async_browser_toolkit.py,sha256=A4onxwVS6W4PtsEL2GF3FAalz0x7ormTNJuh8r5yz6U,48233
|
|
305
307
|
camel/toolkits/audio_analysis_toolkit.py,sha256=dnDtQJbztVBwBpamSyCfigPw2GBnDAfi3fOPgql4Y50,8941
|
|
306
308
|
camel/toolkits/base.py,sha256=7vW2Je9HZqsA1yKwH3aXEGAsjRN1cqeCnsIWfHp6yfE,2386
|
|
307
|
-
camel/toolkits/
|
|
309
|
+
camel/toolkits/bohrium_toolkit.py,sha256=453t-m0h0IGjurG6tCHUejGzfRAN2SAkhIoY8V-WJpw,11396
|
|
310
|
+
camel/toolkits/browser_toolkit.py,sha256=YLwPWUsTRa-9Rk_JLLPDshI8vSZp052coJ-6IOL1uSM,42462
|
|
311
|
+
camel/toolkits/browser_toolkit_commons.py,sha256=uuc1V5tN3YJmTSe6NHAVJqwsL4iYD7IiSZWxPLYW67A,22196
|
|
308
312
|
camel/toolkits/code_execution.py,sha256=6nI5wSBE6W8Ha05UfoPRoe7dtyszGUZ7W55_3HUgUoY,4626
|
|
309
313
|
camel/toolkits/dalle_toolkit.py,sha256=GSnV7reQsVmhMi9sbQy1Ks_5Vs57Dlir_AbT2PPCZwo,6153
|
|
310
314
|
camel/toolkits/dappier_toolkit.py,sha256=ewhXeeUj7e4DiTzuWDA-gHGhrLdyoZ4l9pbijvF3py0,8199
|
|
311
315
|
camel/toolkits/data_commons_toolkit.py,sha256=aHZUSL1ACpnYGaf1rE2csVKTmXTmN8lMGRUBYhZ_YEk,14168
|
|
312
316
|
camel/toolkits/excel_toolkit.py,sha256=DSjBXl24_LrJubGFFmB_vqliKzzWTbT1TH309YQVUO8,6653
|
|
313
|
-
camel/toolkits/file_write_toolkit.py,sha256=
|
|
317
|
+
camel/toolkits/file_write_toolkit.py,sha256=3JF_6fFXXQUlZv3VjkXVXDOodyGHHev0GJgSyZpkEH8,16483
|
|
314
318
|
camel/toolkits/function_tool.py,sha256=3y0snbYnHHijz4WYkS0xs6GInuTCRJAPACLjR7iutX4,30365
|
|
315
319
|
camel/toolkits/github_toolkit.py,sha256=Xq4KynmvIW_2924BJBS98I9TaF0ugmN62Y74kcNv_us,13102
|
|
316
320
|
camel/toolkits/google_calendar_toolkit.py,sha256=E-sdgdbtNBs_CXbhht9t1dsVr4DsTr5NguHkx4fvSmc,15410
|
|
@@ -322,7 +326,7 @@ camel/toolkits/jina_reranker_toolkit.py,sha256=0OWUlSqRNYYmD5EQZW7OX87lfmzLRjjDm
|
|
|
322
326
|
camel/toolkits/klavis_toolkit.py,sha256=ZKerhgz5e-AV-iv0ftf07HgWikknIHjB3EOQswfuR80,9864
|
|
323
327
|
camel/toolkits/linkedin_toolkit.py,sha256=wn4eXwYYlVA7doTna7k7WYhUqTBF83W79S-UJs_IQr0,8065
|
|
324
328
|
camel/toolkits/math_toolkit.py,sha256=KdI8AJ9Dbq5cfWboAYJUYgSkmADMCO5eZ6yqYkWuiIQ,3686
|
|
325
|
-
camel/toolkits/mcp_toolkit.py,sha256=
|
|
329
|
+
camel/toolkits/mcp_toolkit.py,sha256=8NMOMTyTLxtsDCLQbG2kHqfCyHdjcMCJzwf46NjtOh8,23171
|
|
326
330
|
camel/toolkits/memory_toolkit.py,sha256=TeKYd5UMwgjVpuS2orb-ocFL13eUNKujvrFOruDCpm8,4436
|
|
327
331
|
camel/toolkits/meshy_toolkit.py,sha256=NbgdOBD3FYLtZf-AfonIv6-Q8-8DW129jsaP1PqI2rs,7126
|
|
328
332
|
camel/toolkits/mineru_toolkit.py,sha256=vRX9LholLNkpbJ6axfEN4pTG85aWb0PDmlVy3rAAXhg,6868
|
|
@@ -333,6 +337,7 @@ camel/toolkits/openai_agent_toolkit.py,sha256=hT2ancdQigngAiY1LNnGJzZeiBDHUxrRGv
|
|
|
333
337
|
camel/toolkits/openbb_toolkit.py,sha256=8yBZL9E2iSgskosBQhD3pTP56oV6gerWpFjIJc_2UMo,28935
|
|
334
338
|
camel/toolkits/page_script.js,sha256=mXepZPnQNVLp_Wgb64lv7DMQIJYl_XIHJHLVt1OFZO4,13146
|
|
335
339
|
camel/toolkits/playwright_mcp_toolkit.py,sha256=_TcCRA3ECaWO0pqUjoZ2whfWXgvank4A4isqNjgZqqc,2403
|
|
340
|
+
camel/toolkits/pptx_toolkit.py,sha256=qQICd53hzdqi9VUa8Ps547TfPotSYLPIxX100cmBFLI,28563
|
|
336
341
|
camel/toolkits/pubmed_toolkit.py,sha256=VGl8KeyWi7pjb2kEhFBLmpBlP9ezv8JyWRHtEVTQ6nQ,12227
|
|
337
342
|
camel/toolkits/pulse_mcp_search_toolkit.py,sha256=uLUpm19uC_4xLJow0gGVS9f-5T5EW2iRAXdJ4nqJG-A,4783
|
|
338
343
|
camel/toolkits/pyautogui_toolkit.py,sha256=Q810fm8cFvElRory7B74aqS2YV6BOpdRE6jkewoM8xc,16093
|
|
@@ -351,7 +356,7 @@ camel/toolkits/video_analysis_toolkit.py,sha256=Mf7kZ2UDKFzIq8XjJc6EhL8qXQnEomQ8
|
|
|
351
356
|
camel/toolkits/video_download_toolkit.py,sha256=jBb2SQ9OA5HIuGF7FbNQ0KrvvwMWPxUnvUyCHjbHuQQ,7501
|
|
352
357
|
camel/toolkits/weather_toolkit.py,sha256=fs9x9aC38Wsvni6A4PPpbRX6-aBnZiqs2Jix39yoULU,7413
|
|
353
358
|
camel/toolkits/whatsapp_toolkit.py,sha256=udUQXkXyeWsmrUlOJZsGBhHtc_jhB05Axe_TchhibsU,5760
|
|
354
|
-
camel/toolkits/wolfram_alpha_toolkit.py,sha256=
|
|
359
|
+
camel/toolkits/wolfram_alpha_toolkit.py,sha256=qeIM8ySn5ilcExBWtx-hDOc35bNcebLVnZ67kt1H3mQ,9295
|
|
355
360
|
camel/toolkits/zapier_toolkit.py,sha256=A83y1UcfuopH7Fx82pORzypl1StbhBjB2HhyOqYa300,7124
|
|
356
361
|
camel/toolkits/open_api_specs/security_config.py,sha256=ZVnBa_zEifaE_ao2xsvV5majuJHpn2Tn7feMDOnj-eo,898
|
|
357
362
|
camel/toolkits/open_api_specs/biztoc/__init__.py,sha256=OKCZrQCDwaWtXIN_2rA9FSqEvgpQRieRoHh7Ek6N16A,702
|
|
@@ -379,19 +384,20 @@ camel/toolkits/open_api_specs/web_scraper/openapi.yaml,sha256=u_WalQ01e8W1D27VnZ
|
|
|
379
384
|
camel/toolkits/open_api_specs/web_scraper/paths/__init__.py,sha256=OKCZrQCDwaWtXIN_2rA9FSqEvgpQRieRoHh7Ek6N16A,702
|
|
380
385
|
camel/toolkits/open_api_specs/web_scraper/paths/scraper.py,sha256=aWy1_ppV4NVVEZfnbN3tu9XA9yAPAC9bRStJ5JuXMRU,1117
|
|
381
386
|
camel/types/__init__.py,sha256=pFTg3CWGSCfwFdoxPDTf4dKV8DdJS1x-bBPuEOmtdf0,2549
|
|
382
|
-
camel/types/enums.py,sha256=
|
|
387
|
+
camel/types/enums.py,sha256=UkMG2FpC8fJrhBwiIJiD4qlYzcowZe5ar59ef9CKvEc,59508
|
|
383
388
|
camel/types/mcp_registries.py,sha256=dl4LgYtSaUhsqAKpz28k_SA9La11qxqBvDLaEuyzrFE,4971
|
|
384
389
|
camel/types/openai_types.py,sha256=8ZFzLe-zGmKNPfuVZFzxlxAX98lGf18gtrPhOgMmzus,2104
|
|
385
390
|
camel/types/unified_model_type.py,sha256=TpiUmJ3IuX8LNLtTUeUcVM7U82r4ClSq3ZQlNX3ODKs,5351
|
|
386
391
|
camel/types/agents/__init__.py,sha256=cbvVkogPoZgcwZrgxLH6EtpGXk0kavF79nOic0Dc1vg,786
|
|
387
392
|
camel/types/agents/tool_calling_record.py,sha256=qa-vLyKvYzWprRkFFl1928xaw9CnfacIebHaqM-oY3s,1814
|
|
388
|
-
camel/utils/__init__.py,sha256=
|
|
393
|
+
camel/utils/__init__.py,sha256=BcWbONqfzUFvMyBZtxAy6eBfhMBB7V7hN2dRENmuwm4,2901
|
|
389
394
|
camel/utils/async_func.py,sha256=KqoktGSWjZBuAMQ2CV0X6FRgHGlzCKLfeaWvp-f1Qz8,1568
|
|
390
|
-
camel/utils/commons.py,sha256=
|
|
395
|
+
camel/utils/commons.py,sha256=hJNvcegHXruFkPaFHh6r9kwHErN9j4vbkLUhSbInbNU,37067
|
|
391
396
|
camel/utils/constants.py,sha256=cqnxmpUeOwrtsR-tRO4bbOc6ZP19TLj7avjm3FONMJs,1410
|
|
392
397
|
camel/utils/deduplication.py,sha256=UHikAtOW1TTDunf2t_wa2kFbmkrXWf7HfOKwLvwCxzo,8958
|
|
393
398
|
camel/utils/filename.py,sha256=HYNc1wbSCgNR1CN21cwHxdAhpnsf5ySJ6jUDfeqOK20,2532
|
|
394
399
|
camel/utils/mcp.py,sha256=iuthL8VuUXIRU34Nvx8guq7frfglpZoxewUKuAg3e1s,5077
|
|
400
|
+
camel/utils/mcp_client.py,sha256=s3J0xSk7sGqD7Rfai-bK2qm7eE6IqbQy0P9OCtMklMI,34005
|
|
395
401
|
camel/utils/response_format.py,sha256=xZcx6xBxeg3A0e7R0JCMJdNm2oQ1-diqVLs0JsiCkZU,5319
|
|
396
402
|
camel/utils/token_counting.py,sha256=apkERzNoVc4sgvJvWVosvepX3KH8pVypVjrL4AA7RB4,17521
|
|
397
403
|
camel/utils/chunker/__init__.py,sha256=6iN6HL6sblIjDuJTILk-9qKcHBZ97t8b6tZCWPZ0OYI,899
|
|
@@ -404,7 +410,7 @@ camel/verifiers/math_verifier.py,sha256=tA1D4S0sm8nsWISevxSN0hvSVtIUpqmJhzqfbuMo
|
|
|
404
410
|
camel/verifiers/models.py,sha256=GdxYPr7UxNrR1577yW4kyroRcLGfd-H1GXgv8potDWU,2471
|
|
405
411
|
camel/verifiers/physics_verifier.py,sha256=c1grrRddcrVN7szkxhv2QirwY9viIRSITWeWFF5HmLs,30187
|
|
406
412
|
camel/verifiers/python_verifier.py,sha256=ogTz77wODfEcDN4tMVtiSkRQyoiZbHPY2fKybn59lHw,20558
|
|
407
|
-
camel_ai-0.2.
|
|
408
|
-
camel_ai-0.2.
|
|
409
|
-
camel_ai-0.2.
|
|
410
|
-
camel_ai-0.2.
|
|
413
|
+
camel_ai-0.2.62.dist-info/METADATA,sha256=IgOBlMVg-jRdRzjvp_HK-MpdIGyzi1mMLspgFFkCX-k,44966
|
|
414
|
+
camel_ai-0.2.62.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
415
|
+
camel_ai-0.2.62.dist-info/licenses/LICENSE,sha256=id0nB2my5kG0xXeimIu5zZrbHLS6EQvxvkKkzIHaT2k,11343
|
|
416
|
+
camel_ai-0.2.62.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|