Camel-ai

Latest version: v0.2.29

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.2.15a0

What's Changed
* feat: o1datagen core by zjrwtx in https://github.com/camel-ai/camel/pull/1274
* fix: Remove leading newlines from tool calls by CaelumF in https://github.com/camel-ai/camel/pull/1350
* Update unsloth cookbooks by CaelumF in https://github.com/camel-ai/camel/pull/1352
* feat: `ChatAgent` refactoring by Wendong-Fan in https://github.com/camel-ai/camel/pull/1142
* feat: add native structure output property by WHALEEYE in https://github.com/camel-ai/camel/pull/1354

New Contributors
* zjrwtx made their first contribution in https://github.com/camel-ai/camel/pull/1274

**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.14...v0.2.15a0

0.2.14

What's Changed
* feat: Implement outlines converter model for structured output (1211) by MuggleJinx in https://github.com/camel-ai/camel/pull/1318
* docs: add cookbook contribution guideline by Wendong-Fan in https://github.com/camel-ai/camel/pull/1337
* feat: Support OpenAI O1 model by Wendong-Fan in https://github.com/camel-ai/camel/pull/1340
* fix: logger setting for print_text_animated by Wendong-Fan in https://github.com/camel-ai/camel/pull/1341
* fix: Remove strict:ture for OpenAI.chat.completions.create by Wendong-Fan in https://github.com/camel-ai/camel/pull/1344
* release: Version 0.2.14 by Wendong-Fan in https://github.com/camel-ai/camel/pull/1346


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.13...v0.2.14

0.2.12

What's Changed
* docs: add Data Deneration with CAMEL and Finetuning with Unsloth by Wendong-Fan in https://github.com/camel-ai/camel/pull/1278
* feat: Integrate Brave Web Search API in search toolkit (1005) by MuggleJinx in https://github.com/camel-ai/camel/pull/1234
* docs: add customer_service_Discord_bot_with_agentic_RAG by Wendong-Fan in https://github.com/camel-ai/camel/pull/1285
* fix: bot cookbook format by Wendong-Fan in https://github.com/camel-ai/camel/pull/1286
* docs: add sft_data_generation_and_unsloth_finetuning with other models by Wendong-Fan in https://github.com/camel-ai/camel/pull/1292
* feat: Add GAIA benchmark by liuxukun2000 in https://github.com/camel-ai/camel/pull/1181
* docs: add customer_service_Discord_bot_using_SambaNova_with_agentic_RAG by Wendong-Fan in https://github.com/camel-ai/camel/pull/1294
* docs: update customer_service_Discord_bot_using_SambaNova_with_agentic_RAG by Wendong-Fan in https://github.com/camel-ai/camel/pull/1295
* docs: update Customer Service Discord Bot with Agentic RAG cookbooks by Wendong-Fan in https://github.com/camel-ai/camel/pull/1297
* feature request pipeline to fetch upload data to hugging face by koch3092 in https://github.com/camel-ai/camel/pull/1239
* docs: update customer_service_Discord_bot_using_SambaNova_with_agenti… by Wendong-Fan in https://github.com/camel-ai/camel/pull/1304
* feat: Add llama3.3_70B model by willshang76 in https://github.com/camel-ai/camel/pull/1306
* fix: outdated code snippets for loaders module in doc by WHALEEYE in https://github.com/camel-ai/camel/pull/1310
* feat: support ollama.com structured-outputs Support ollama structured output. by willshang76 in https://github.com/camel-ai/camel/pull/1305
* feat: Reward model by Asher-hss in https://github.com/camel-ai/camel/pull/1271
* feat: integrate sglang in camel by NeilJohnson0930 in https://github.com/camel-ai/camel/pull/1255
* Fix nemotron name by Asher-hss in https://github.com/camel-ai/camel/pull/1314
* feat: Integrate stripe by pointearth in https://github.com/camel-ai/camel/pull/1261
* chore: Update some versions by CaelumF in https://github.com/camel-ai/camel/pull/1311
* feat: Integrate e2b. by willshang76 in https://github.com/camel-ai/camel/pull/1284
* feat: add data collector for dataset generation by liuxukun2000 in https://github.com/camel-ai/camel/pull/1193
* feat: set structured output from ChatAgent using openai beta client by Wendong-Fan in https://github.com/camel-ai/camel/pull/1206
* fix: Import anthropic package when used since it's optional by CaelumF in https://github.com/camel-ai/camel/pull/1319
* chore: new version release and test fix by Wendong-Fan in https://github.com/camel-ai/camel/pull/1320

New Contributors
* pointearth made their first contribution in https://github.com/camel-ai/camel/pull/1261

**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.11...v0.2.12

0.2.11

What's Changed
* Add ModelManager to schedule calls between different model backend by RomanPryima1 in https://github.com/camel-ai/camel/pull/1190
* feat: Added logprobs handling in choice response and user can get the logit… by hengzzzhou in https://github.com/camel-ai/camel/pull/1236
* chore: polish PR 1236 by Wendong-Fan in https://github.com/camel-ai/camel/pull/1248
* feat: Added other interpreters to CodeExecutionToolkit by anjieyang in https://github.com/camel-ai/camel/pull/1246
* fix: that user cannot see question when using human_toolkit by MuggleJinx in https://github.com/camel-ai/camel/pull/1251
* feat: added manual addition of filename metadata and normalized extra… by koch3092 in https://github.com/camel-ai/camel/pull/1253
* fix: use print instead of customized logger for human tool by Wendong-Fan in https://github.com/camel-ai/camel/pull/1258
* chore: add gpt 4o mini to azure openai ai by Wendong-Fan in https://github.com/camel-ai/camel/pull/1263
* fix: Remove deprecated `min_tokens` parameter from mistral config. by keli-wen in https://github.com/camel-ai/camel/pull/1268
* feat: Alpaca pydantic class for easy conversion, validation, and structured output generation by CaelumF in https://github.com/camel-ai/camel/pull/1202
* feat: add NVIDIA model platform support by anjieyang in https://github.com/camel-ai/camel/pull/1226
* feat: support openai structured output as objecct by willshang76 in https://github.com/camel-ai/camel/pull/1229
* feat: Add logging by CaelumF in https://github.com/camel-ai/camel/pull/701
* feat: Integrate text to 3d model: Meshy by dxmaptin in https://github.com/camel-ai/camel/pull/1259
* chore: remove api_keys_required for firecrawl to support self-deploy by Wendong-Fan in https://github.com/camel-ai/camel/pull/1272
* chore: release v0.2.11 by Wendong-Fan in https://github.com/camel-ai/camel/pull/1275

New Contributors
* RomanPryima1 made their first contribution in https://github.com/camel-ai/camel/pull/1190
* hengzzzhou made their first contribution in https://github.com/camel-ai/camel/pull/1236
* anjieyang made their first contribution in https://github.com/camel-ai/camel/pull/1246
* keli-wen made their first contribution in https://github.com/camel-ai/camel/pull/1268

**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.10...v0.2.11

0.2.10

What's Changed
* feat: Sharegpt conversion by CaelumF in https://github.com/camel-ai/camel/pull/1144
* chore: add mode Qwen models, fix doc bug by Wendong-Fan in https://github.com/camel-ai/camel/pull/1178
* feat: Wolfram alpha records SBSHintStep info by Wendong-Fan in https://github.com/camel-ai/camel/pull/1162
* feat: synthesize the execution of tool calling by Zhangzeyu97 in https://github.com/camel-ai/camel/pull/1140
* feat: Integrate Persona Hub Techniques into CAMEL for Enhanced Agent Diversity by Appointat in https://github.com/camel-ai/camel/pull/716
* chore: update asknews example and api key setting by Wendong-Fan in https://github.com/camel-ai/camel/pull/1182
* feat: Support default model and platform setting from env by Wendong-Fan in https://github.com/camel-ai/camel/pull/1183
* chore: minor fix and update by Wendong-Fan in https://github.com/camel-ai/camel/pull/1188
* feat: Update guide for applying and using keys in camel by NeilJohnson0930 in https://github.com/camel-ai/camel/pull/1176
* feat: Add support for Gemini-Exp-1114 model (1187) by MuggleJinx in https://github.com/camel-ai/camel/pull/1189
* feat: Integrate cohere models by Wendong-Fan in https://github.com/camel-ai/camel/pull/932
* feat: support openai structured output by Wendong-Fan in https://github.com/camel-ai/camel/pull/1198
* chore: fix pydantic version to less than 2.10 by Wendong-Fan in https://github.com/camel-ai/camel/pull/1201
* feat: Add human toolkit for human interaction with the agent (1158) by MuggleJinx in https://github.com/camel-ai/camel/pull/1200
* feat: Add Runtime for tool calling by liuxukun2000 in https://github.com/camel-ai/camel/pull/1163
* chore: update mission by Wendong-Fan in https://github.com/camel-ai/camel/pull/1207
* feat: Integrate video reading by ZackYule in https://github.com/camel-ai/camel/pull/883
* chore: update doc and small polish by Wendong-Fan in https://github.com/camel-ai/camel/pull/1209
* fix pipeline by liuxukun2000 in https://github.com/camel-ai/camel/pull/1222
* fix: the Chinese characters in the license template into English … by koch3092 in https://github.com/camel-ai/camel/pull/1231
* chore: add qwq model, update based on code review by Wendong-Fan in https://github.com/camel-ai/camel/pull/1237
* feat: Update Gemini implementation with openai compatibility by Wendong-Fan in https://github.com/camel-ai/camel/pull/1225
* feat: support deepseek model in camel by NeilJohnson0930 in https://github.com/camel-ai/camel/pull/1217
* feat: Support Text to BaseModel by liuxukun2000 in https://github.com/camel-ai/camel/pull/1060
* fix: Support Text to BaseModel by Wendong-Fan in https://github.com/camel-ai/camel/pull/1241
* feat: Openai compatible embedding by Wendong-Fan in https://github.com/camel-ai/camel/pull/1223
* fix: bug fix and small enhance by Wendong-Fan in https://github.com/camel-ai/camel/pull/1247

New Contributors
* liuxukun2000 made their first contribution in https://github.com/camel-ai/camel/pull/1163

**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.9...v0.2.10

0.2.9

What's Changed
* fix: RolePlaying model setting would be override by default model by Wendong-Fan in https://github.com/camel-ai/camel/pull/1170


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.8...v0.2.9

Page 4 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.