camel-ai 0.2.61__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 +1 -1
- camel/agents/mcp_agent.py +5 -5
- camel/{data_collector → data_collectors}/alpaca_collector.py +1 -1
- camel/{data_collector → data_collectors}/sharegpt_collector.py +1 -1
- 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/toolkits/__init__.py +2 -0
- camel/toolkits/file_write_toolkit.py +4 -2
- camel/toolkits/mcp_toolkit.py +469 -733
- camel/toolkits/pptx_toolkit.py +777 -0
- camel/utils/mcp_client.py +979 -0
- {camel_ai-0.2.61.dist-info → camel_ai-0.2.62.dist-info}/METADATA +4 -1
- {camel_ai-0.2.61.dist-info → camel_ai-0.2.62.dist-info}/RECORD +32 -30
- /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.61.dist-info → camel_ai-0.2.62.dist-info}/WHEEL +0 -0
- {camel_ai-0.2.61.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
|
|
@@ -103,6 +103,7 @@ Requires-Dist: pytelegrambotapi<5,>=4.18.0; extra == 'all'
|
|
|
103
103
|
Requires-Dist: pytest-asyncio<0.24,>=0.23.0; extra == 'all'
|
|
104
104
|
Requires-Dist: pytest-cov<5,>=4; extra == 'all'
|
|
105
105
|
Requires-Dist: pytest<8,>=7; extra == 'all'
|
|
106
|
+
Requires-Dist: python-pptx>=1.0.2; extra == 'all'
|
|
106
107
|
Requires-Dist: pytidb-experimental==0.0.1.dev4; extra == 'all'
|
|
107
108
|
Requires-Dist: qdrant-client<2,>=1.9.0; extra == 'all'
|
|
108
109
|
Requires-Dist: rank-bm25<0.3,>=0.2.2; extra == 'all'
|
|
@@ -209,6 +210,7 @@ Requires-Dist: pandasai<3,>=2.3.0; extra == 'document-tools'
|
|
|
209
210
|
Requires-Dist: prance<24,>=23.6.21.0; extra == 'document-tools'
|
|
210
211
|
Requires-Dist: pylatex>=1.4.2; extra == 'document-tools'
|
|
211
212
|
Requires-Dist: pymupdf<2,>=1.22.5; extra == 'document-tools'
|
|
213
|
+
Requires-Dist: python-pptx>=1.0.2; extra == 'document-tools'
|
|
212
214
|
Requires-Dist: tabulate>=0.9.0; extra == 'document-tools'
|
|
213
215
|
Requires-Dist: unstructured==0.16.20; extra == 'document-tools'
|
|
214
216
|
Requires-Dist: xls2xlsx>=0.2.0; extra == 'document-tools'
|
|
@@ -268,6 +270,7 @@ Requires-Dist: pydub<0.26,>=0.25.1; extra == 'owl'
|
|
|
268
270
|
Requires-Dist: pylatex>=1.4.2; extra == 'owl'
|
|
269
271
|
Requires-Dist: pymupdf<2,>=1.22.5; extra == 'owl'
|
|
270
272
|
Requires-Dist: python-dotenv<2,>=1.0.0; extra == 'owl'
|
|
273
|
+
Requires-Dist: python-pptx>=1.0.2; extra == 'owl'
|
|
271
274
|
Requires-Dist: requests-oauthlib<2,>=1.3.1; extra == 'owl'
|
|
272
275
|
Requires-Dist: rouge<2,>=1.0.1; extra == 'owl'
|
|
273
276
|
Requires-Dist: scenedetect>=0.6.5.2; extra == 'owl'
|
|
@@ -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
|
|
@@ -71,10 +71,10 @@ 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
|
|
@@ -234,24 +234,24 @@ camel/prompts/video_description_prompt.py,sha256=t-5B_VlTMEjEoRgziixcZLfxcZR2xu7
|
|
|
234
234
|
camel/responses/__init__.py,sha256=8QQ0T0NH16825WYk6S3dCSWsz8hqLEfdPtVHxwNsCRk,789
|
|
235
235
|
camel/responses/agent_responses.py,sha256=bDK6if8u-CNBk91yAIHKFcppdFYkihRyJXgXVdg2UcA,1645
|
|
236
236
|
camel/retrievers/__init__.py,sha256=MkuWD18uPLg78KPugd8ER8FOE4w0GC6UuHyFaqGhu6Y,1140
|
|
237
|
-
camel/retrievers/auto_retriever.py,sha256=
|
|
237
|
+
camel/retrievers/auto_retriever.py,sha256=smA_tuaPT8bEJt2axL76V63ULRiYsv4q7tC4I0y3MWA,11332
|
|
238
238
|
camel/retrievers/base.py,sha256=Sx66VHuNOJE31u59DX5XBwota4XqubeVm0feqLV7i28,2640
|
|
239
239
|
camel/retrievers/bm25_retriever.py,sha256=JNgwEjhtJsjUKNVXhaD7SnxzO5nTCzVFQG6wx3ll4O4,5156
|
|
240
240
|
camel/retrievers/cohere_rerank_retriever.py,sha256=tzMS3HG4wD3gbIAVcHsC5fTbFxuiNrT4qJ10oJMJ0BA,4032
|
|
241
241
|
camel/retrievers/hybrid_retrival.py,sha256=5PouW7nqui0tKbqi5BwDMz0gEm4TLm2u46iVaASOZmI,9474
|
|
242
242
|
camel/retrievers/vector_retriever.py,sha256=Fp6k7FkoeUXLiUokqsMIO74Dh2mJcmJP2TrCP-6Ekcc,11051
|
|
243
|
-
camel/
|
|
244
|
-
camel/
|
|
245
|
-
camel/
|
|
246
|
-
camel/
|
|
247
|
-
camel/
|
|
248
|
-
camel/
|
|
249
|
-
camel/
|
|
250
|
-
camel/
|
|
251
|
-
camel/
|
|
252
|
-
camel/
|
|
253
|
-
camel/
|
|
254
|
-
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
|
|
255
255
|
camel/schemas/__init__.py,sha256=UHt0krcozkPQFqD00q2Vk6hLbwV0ySrgaq17MJEZK1c,863
|
|
256
256
|
camel/schemas/base.py,sha256=x0H0oIwbQR6UGdEvR5v-srI25MJ8uTrEw8nnygvLwjw,1604
|
|
257
257
|
camel/schemas/openai_converter.py,sha256=SEnYsYcboZgVmjcC1YP5xke3c0MYPESPRmYQWsDGZ4Y,4362
|
|
@@ -260,13 +260,13 @@ camel/societies/__init__.py,sha256=NOHjtlsY-gV9UCF2xXgcbG-xXyuigmbwbpLpNsDgEJ4,8
|
|
|
260
260
|
camel/societies/babyagi_playing.py,sha256=KbTdpHfZ2V8AripVck0bNTOyF-RSaMPCRARz3DvzWfQ,11855
|
|
261
261
|
camel/societies/role_playing.py,sha256=1TsQbGYmN91BeQ0DGM5PpSJ9TMbn1F3maJNuv4fQ5zI,31749
|
|
262
262
|
camel/societies/workforce/__init__.py,sha256=bkTI-PE-MSK9AQ2V2gR6cR2WY-R7Jqy_NmXRtAoqo8o,920
|
|
263
|
-
camel/societies/workforce/base.py,sha256=
|
|
263
|
+
camel/societies/workforce/base.py,sha256=z2DmbTP5LL5-aCAAqglznQqCLfPmnyM5zD3w6jjtsb8,2175
|
|
264
264
|
camel/societies/workforce/prompts.py,sha256=4OGp-1-XFYIZ8ZERubSsG-hwXti8fhjtwc3n5-WEgsA,7821
|
|
265
265
|
camel/societies/workforce/role_playing_worker.py,sha256=rNI0q_pq0yCXT1_YQs5ViLcaemdT5ZGuUzrhUHRag4Y,7511
|
|
266
|
-
camel/societies/workforce/single_agent_worker.py,sha256=
|
|
266
|
+
camel/societies/workforce/single_agent_worker.py,sha256=k2mS4ZwgmEWKJe75u-95o_QcaLWkLat2S1yvUtz1L1I,3516
|
|
267
267
|
camel/societies/workforce/task_channel.py,sha256=9t5hoinfGYnbRavX4kx34Jk1FOy05SnJZYbNzb5M-CQ,7140
|
|
268
268
|
camel/societies/workforce/utils.py,sha256=yPbcLx8lNZStl15C4UXRBl5qsTrGA-hiIGynnGi53WQ,2384
|
|
269
|
-
camel/societies/workforce/worker.py,sha256=
|
|
269
|
+
camel/societies/workforce/worker.py,sha256=xdUWBW8Qifhhrh4jdK5S_q4LiSEL4NxKuDZN1fgQESA,4135
|
|
270
270
|
camel/societies/workforce/workforce.py,sha256=WxX8F6UUD1hHeXSAv1vKqWQwx0Wogay6UquCZ185vg8,23860
|
|
271
271
|
camel/storages/__init__.py,sha256=V06Bq1z_br8dL5_iWRO87Zx2o_rcm6YqtX1YOgKkqUs,1910
|
|
272
272
|
camel/storages/graph_storages/__init__.py,sha256=G29BNn651C0WTOpjCl4QnVM-4B9tcNh8DdmsCiONH8Y,948
|
|
@@ -299,7 +299,7 @@ camel/terminators/__init__.py,sha256=t8uqrkUnXEOYMXQDgaBkMFJ0EXFKI0kmx4cUimli3Ls
|
|
|
299
299
|
camel/terminators/base.py,sha256=xmJzERX7GdSXcxZjAHHODa0rOxRChMSRboDCNHWSscs,1511
|
|
300
300
|
camel/terminators/response_terminator.py,sha256=n3G5KP6Oj7-7WlRN0yFcrtLpqAJKaKS0bmhrWlFfCgQ,4982
|
|
301
301
|
camel/terminators/token_limit_terminator.py,sha256=YWv6ZR8R9yI2Qnf_3xES5bEE_O5bb2CxQ0EUXfMh34c,2118
|
|
302
|
-
camel/toolkits/__init__.py,sha256
|
|
302
|
+
camel/toolkits/__init__.py,sha256=IZYUYPI8_xqOmPnq1fvw_GlpNKgED70ReO7befWzUFA,4944
|
|
303
303
|
camel/toolkits/aci_toolkit.py,sha256=jhXMQggG22hd3dXdT3iJm7qWTH3KJC-TUVk1txoNWrM,16079
|
|
304
304
|
camel/toolkits/arxiv_toolkit.py,sha256=Bs2-K1yfmqhEhHoQ0j00KoI8LpOd8M3ApXcvI_-ApVw,6303
|
|
305
305
|
camel/toolkits/ask_news_toolkit.py,sha256=WfWaqwEo1Apbil3-Rb5y65Ws43NU4rAFWZu5VHe4los,23448
|
|
@@ -314,7 +314,7 @@ camel/toolkits/dalle_toolkit.py,sha256=GSnV7reQsVmhMi9sbQy1Ks_5Vs57Dlir_AbT2PPCZ
|
|
|
314
314
|
camel/toolkits/dappier_toolkit.py,sha256=ewhXeeUj7e4DiTzuWDA-gHGhrLdyoZ4l9pbijvF3py0,8199
|
|
315
315
|
camel/toolkits/data_commons_toolkit.py,sha256=aHZUSL1ACpnYGaf1rE2csVKTmXTmN8lMGRUBYhZ_YEk,14168
|
|
316
316
|
camel/toolkits/excel_toolkit.py,sha256=DSjBXl24_LrJubGFFmB_vqliKzzWTbT1TH309YQVUO8,6653
|
|
317
|
-
camel/toolkits/file_write_toolkit.py,sha256=
|
|
317
|
+
camel/toolkits/file_write_toolkit.py,sha256=3JF_6fFXXQUlZv3VjkXVXDOodyGHHev0GJgSyZpkEH8,16483
|
|
318
318
|
camel/toolkits/function_tool.py,sha256=3y0snbYnHHijz4WYkS0xs6GInuTCRJAPACLjR7iutX4,30365
|
|
319
319
|
camel/toolkits/github_toolkit.py,sha256=Xq4KynmvIW_2924BJBS98I9TaF0ugmN62Y74kcNv_us,13102
|
|
320
320
|
camel/toolkits/google_calendar_toolkit.py,sha256=E-sdgdbtNBs_CXbhht9t1dsVr4DsTr5NguHkx4fvSmc,15410
|
|
@@ -326,7 +326,7 @@ camel/toolkits/jina_reranker_toolkit.py,sha256=0OWUlSqRNYYmD5EQZW7OX87lfmzLRjjDm
|
|
|
326
326
|
camel/toolkits/klavis_toolkit.py,sha256=ZKerhgz5e-AV-iv0ftf07HgWikknIHjB3EOQswfuR80,9864
|
|
327
327
|
camel/toolkits/linkedin_toolkit.py,sha256=wn4eXwYYlVA7doTna7k7WYhUqTBF83W79S-UJs_IQr0,8065
|
|
328
328
|
camel/toolkits/math_toolkit.py,sha256=KdI8AJ9Dbq5cfWboAYJUYgSkmADMCO5eZ6yqYkWuiIQ,3686
|
|
329
|
-
camel/toolkits/mcp_toolkit.py,sha256=
|
|
329
|
+
camel/toolkits/mcp_toolkit.py,sha256=8NMOMTyTLxtsDCLQbG2kHqfCyHdjcMCJzwf46NjtOh8,23171
|
|
330
330
|
camel/toolkits/memory_toolkit.py,sha256=TeKYd5UMwgjVpuS2orb-ocFL13eUNKujvrFOruDCpm8,4436
|
|
331
331
|
camel/toolkits/meshy_toolkit.py,sha256=NbgdOBD3FYLtZf-AfonIv6-Q8-8DW129jsaP1PqI2rs,7126
|
|
332
332
|
camel/toolkits/mineru_toolkit.py,sha256=vRX9LholLNkpbJ6axfEN4pTG85aWb0PDmlVy3rAAXhg,6868
|
|
@@ -337,6 +337,7 @@ camel/toolkits/openai_agent_toolkit.py,sha256=hT2ancdQigngAiY1LNnGJzZeiBDHUxrRGv
|
|
|
337
337
|
camel/toolkits/openbb_toolkit.py,sha256=8yBZL9E2iSgskosBQhD3pTP56oV6gerWpFjIJc_2UMo,28935
|
|
338
338
|
camel/toolkits/page_script.js,sha256=mXepZPnQNVLp_Wgb64lv7DMQIJYl_XIHJHLVt1OFZO4,13146
|
|
339
339
|
camel/toolkits/playwright_mcp_toolkit.py,sha256=_TcCRA3ECaWO0pqUjoZ2whfWXgvank4A4isqNjgZqqc,2403
|
|
340
|
+
camel/toolkits/pptx_toolkit.py,sha256=qQICd53hzdqi9VUa8Ps547TfPotSYLPIxX100cmBFLI,28563
|
|
340
341
|
camel/toolkits/pubmed_toolkit.py,sha256=VGl8KeyWi7pjb2kEhFBLmpBlP9ezv8JyWRHtEVTQ6nQ,12227
|
|
341
342
|
camel/toolkits/pulse_mcp_search_toolkit.py,sha256=uLUpm19uC_4xLJow0gGVS9f-5T5EW2iRAXdJ4nqJG-A,4783
|
|
342
343
|
camel/toolkits/pyautogui_toolkit.py,sha256=Q810fm8cFvElRory7B74aqS2YV6BOpdRE6jkewoM8xc,16093
|
|
@@ -396,6 +397,7 @@ camel/utils/constants.py,sha256=cqnxmpUeOwrtsR-tRO4bbOc6ZP19TLj7avjm3FONMJs,1410
|
|
|
396
397
|
camel/utils/deduplication.py,sha256=UHikAtOW1TTDunf2t_wa2kFbmkrXWf7HfOKwLvwCxzo,8958
|
|
397
398
|
camel/utils/filename.py,sha256=HYNc1wbSCgNR1CN21cwHxdAhpnsf5ySJ6jUDfeqOK20,2532
|
|
398
399
|
camel/utils/mcp.py,sha256=iuthL8VuUXIRU34Nvx8guq7frfglpZoxewUKuAg3e1s,5077
|
|
400
|
+
camel/utils/mcp_client.py,sha256=s3J0xSk7sGqD7Rfai-bK2qm7eE6IqbQy0P9OCtMklMI,34005
|
|
399
401
|
camel/utils/response_format.py,sha256=xZcx6xBxeg3A0e7R0JCMJdNm2oQ1-diqVLs0JsiCkZU,5319
|
|
400
402
|
camel/utils/token_counting.py,sha256=apkERzNoVc4sgvJvWVosvepX3KH8pVypVjrL4AA7RB4,17521
|
|
401
403
|
camel/utils/chunker/__init__.py,sha256=6iN6HL6sblIjDuJTILk-9qKcHBZ97t8b6tZCWPZ0OYI,899
|
|
@@ -408,7 +410,7 @@ camel/verifiers/math_verifier.py,sha256=tA1D4S0sm8nsWISevxSN0hvSVtIUpqmJhzqfbuMo
|
|
|
408
410
|
camel/verifiers/models.py,sha256=GdxYPr7UxNrR1577yW4kyroRcLGfd-H1GXgv8potDWU,2471
|
|
409
411
|
camel/verifiers/physics_verifier.py,sha256=c1grrRddcrVN7szkxhv2QirwY9viIRSITWeWFF5HmLs,30187
|
|
410
412
|
camel/verifiers/python_verifier.py,sha256=ogTz77wODfEcDN4tMVtiSkRQyoiZbHPY2fKybn59lHw,20558
|
|
411
|
-
camel_ai-0.2.
|
|
412
|
-
camel_ai-0.2.
|
|
413
|
-
camel_ai-0.2.
|
|
414
|
-
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
|