Camel-ai

Latest version: v0.2.22

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

Scan your dependencies

Page 4 of 10

0.2.6

What's Changed
* fix: llama tool call msg & remove samba fast api by Wendong-Fan in https://github.com/camel-ai/camel/pull/1120


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.5...v0.2.6

0.2.5

What's Changed
* docs: update core modules part by Wendong-Fan in https://github.com/camel-ai/camel/pull/1116
* chore: move workforce under society & small doc polish by Wendong-Fan in https://github.com/camel-ai/camel/pull/1117
* fix: Remove orig_elements in unstructured element metadata by Wendong-Fan in https://github.com/camel-ai/camel/pull/1118


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.4...v0.2.5

0.2.4

What's Changed
* fix: graph element by Wendong-Fan in https://github.com/camel-ai/camel/pull/1113
* fix: remove file modify check for auto retriever by Wendong-Fan in https://github.com/camel-ai/camel/pull/1114
* docs: update cookbooks to version 0.2.4 by Wendong-Fan in https://github.com/camel-ai/camel/pull/1115


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.3...v0.2.4

0.2.4a1

What's Changed
* fix: remove file modify check for auto retriever by Wendong-Fan in https://github.com/camel-ai/camel/pull/1114


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.4a...v0.2.4a1

0.2.4a

What's Changed
* fix: graph element by Wendong-Fan in https://github.com/camel-ai/camel/pull/1113


**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.3...v0.2.4a

0.2.3

What's Changed
* Remove Auto Assign of Issues by lightaime in https://github.com/camel-ai/camel/pull/1042
* chore: refine CICD of publishing by WHALEEYE in https://github.com/camel-ai/camel/pull/1040
* feat: Refactor OpenAIFunction to FunctionTool by tom-doerr in https://github.com/camel-ai/camel/pull/966
* feat: make system_message as optional by Wendong-Fan in https://github.com/camel-ai/camel/pull/1038
* chore: python version limitation update by Wendong-Fan in https://github.com/camel-ai/camel/pull/1055
* fix: o1 model KeyError by Wendong-Fan in https://github.com/camel-ai/camel/pull/1046
* docs: core module add link jump to cookbook by Wendong-Fan in https://github.com/camel-ai/camel/pull/1057
* feat: add arxiv toolkit by Wendong-Fan in https://github.com/camel-ai/camel/pull/994
* feat: Google scholar toolkit by Wendong-Fan in https://github.com/camel-ai/camel/pull/997
* chore: update openai compatibility example by Wendong-Fan in https://github.com/camel-ai/camel/pull/1063
* chore: set openai compatibility model examples to folder by Wendong-Fan in https://github.com/camel-ai/camel/pull/1065
* feat: add AskNews toolkit by ZackYule in https://github.com/camel-ai/camel/pull/884
* refactor: `ModelType` by WHALEEYE in https://github.com/camel-ai/camel/pull/998
* chore: update dependency toml by Wendong-Fan in https://github.com/camel-ai/camel/pull/1067
* chore: Rename `model` to `model_type` in `ModelFactory` by lightaime in https://github.com/camel-ai/camel/pull/1068
* chore: move anthropic as optional by Wendong-Fan in https://github.com/camel-ai/camel/pull/1069
* feat: Integrate What's App by Coder-Joe458 in https://github.com/camel-ai/camel/pull/972
* fix: vector_retriever by Asher-hss in https://github.com/camel-ai/camel/pull/1075
* feat: add ministral 3b and 8b and some small enhancements by Wendong-Fan in https://github.com/camel-ai/camel/pull/1076
* feat: integrate discord app by koch3092 in https://github.com/camel-ai/camel/pull/1059
* feat: integrate slack app by koch3092 in https://github.com/camel-ai/camel/pull/1058
* fix: unify token_limit property by Wendong-Fan in https://github.com/camel-ai/camel/pull/1071
* chore: Fix `unstructured` import by lightaime in https://github.com/camel-ai/camel/pull/1083
* fix: pdfplumber import error by Asher-hss in https://github.com/camel-ai/camel/pull/1088
* Docs: Typo Fix by Dnyanu76 in https://github.com/camel-ai/camel/pull/1091
* chore: update CI/CD by WHALEEYE in https://github.com/camel-ai/camel/pull/1089
* refactor: twitter toolkit by WHALEEYE in https://github.com/camel-ai/camel/pull/1087
* chore: update `readme`, `discord`, `license` by lightaime in https://github.com/camel-ai/camel/pull/1095
* Small fix on `readme.md` by lightaime in https://github.com/camel-ai/camel/pull/1096
* fix: `validate_openai_tool_schema` by lightaime in https://github.com/camel-ai/camel/pull/1085
* docs: first agent doc and readme update by Wendong-Fan in https://github.com/camel-ai/camel/pull/1105
* docs: model speed by Wendong-Fan in https://github.com/camel-ai/camel/pull/1102
* feat: Chunkr integrated by yaoxie220 in https://github.com/camel-ai/camel/pull/1103
* fix: add CHUNKR_API_KEY to workflow by Wendong-Fan in https://github.com/camel-ai/camel/pull/1107
* fix: string representation of `ModelType` by WHALEEYE in https://github.com/camel-ai/camel/pull/1106
* docs: update camel logo by Wendong-Fan in https://github.com/camel-ai/camel/pull/1110
* feat: Agentops support for SambaNova by Wendong-Fan in https://github.com/camel-ai/camel/pull/1109
* fix: support python 3.12 by Wendong-Fan in https://github.com/camel-ai/camel/pull/1082
* feat: ChatAgent interface enhancement and default model setting by Wendong-Fan in https://github.com/camel-ai/camel/pull/1101

New Contributors
* Coder-Joe458 made their first contribution in https://github.com/camel-ai/camel/pull/972
* Dnyanu76 made their first contribution in https://github.com/camel-ai/camel/pull/1091
* yaoxie220 made their first contribution in https://github.com/camel-ai/camel/pull/1103

**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.2...v0.2.3

Page 4 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.