v0.2.76
camel-ai/camelv0.2.76Oct 11, 2025by github-actions[bot]
AI Summary
A substantial release introducing AMD platform support, significant new toolkits (WeChat, DingTalk, Google Veo, Slack, Microsandbox), and workflow enhancements for the workforce system.
Key Highlights
- Added support for AMD model platforms.
- Integrated WeChat and DingTalk toolkits.
- Added Google Vertex AI Veo toolkit for video generation.
- Introduced Workforce Workflow features.
- Added Claude Sonnet 4.5 model support.
New Features
- AMD model platform support.
- WeChat integration toolkit.
- DingTalk integration toolkit.
- Google Vertex AI Veo toolkit.
- Slack toolkit support.
- Microsandbox integration.
- Claude Sonnet 4.5 support.
- Workforce Workflow.
- Dynamic File Editing.
- ArtifactTool implementation.
Full Release Notes
## What's Changed
* feat: add AMD model platform support by @danielhua23 in https://github.com/camel-ai/camel/pull/2985
* enhance: add AMD model platform support PR2985 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3070
* enhance: browser_som_screenshot by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3059
* fix(chat_agent): make `StreamingChatAgentResponse.__iter__` yield stored responses when already consumed by @coolbeevip in https://github.com/camel-ai/camel/pull/3083
* chore: enhance usage with stream mode by @fengju0213 in https://github.com/camel-ai/camel/pull/3039
* fix: cannot have keywords {'description'}. #3001 by @Saedbhati in https://github.com/camel-ai/camel/pull/3041
* fix: tool call with stream mode by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3085
* feat: add pydantic type check in mcp decorator by @MuggleJinx in https://github.com/camel-ai/camel/pull/3017
* [Feature Request] Integrate Grok image by @jajajalalalala in https://github.com/camel-ai/camel/pull/3040
* feat: integrate minimax mcp toolkit by @MuggleJinx in https://github.com/camel-ai/camel/pull/2994
* chore: browser websocket connection by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3092
* [Feat] Integreate microsandbox as local sandbox solution by @Ol1ver0413 in https://github.com/camel-ai/camel/pull/3069
* fix: microsand box integration by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3101
* chore: add log_dir for browser and terminal tool by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3102
* release: v0276a0 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3103
* fix: microsandbox test by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3104
* chore: update test by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3105
* [Feat] Integrate Wechat by @Ol1ver0413 in https://github.com/camel-ai/camel/pull/3087
* enhance: Integrate Wechat PR3087 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3106
* [Feat] Add Google vertex ai veo toolkit for video generation by @MuggleJinx in https://github.com/camel-ai/camel/pull/3023
* feat: aci toolkit async support by @MuggleJinx in https://github.com/camel-ai/camel/pull/3044
* [feat] Markdown Agent Context Handling by @hesamsheikh in https://github.com/camel-ai/camel/pull/2934
* feat: Improve agent pool efficiency and add performance metrics by @abhayKashyap03 in https://github.com/camel-ai/camel/pull/3034
* enhance: Improve agent pool efficiency and add performance metrics PR… by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3108
* feat: Dynamic File Editing by @Saedbhati in https://github.com/camel-ai/camel/pull/3063
* feat: add ArtifactTool to make the experience similar to claude #2546 by @stevenchendan in https://github.com/camel-ai/camel/pull/2948
* fix: browser_data_dir by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3097
* release: 0276a1 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3120
* chore: browser_open by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3122
* chore: update traceroot setting by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3131
* chore: browser windows compatibility by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3130
* Update readme by @Douglasymlai in https://github.com/camel-ai/camel/pull/3129
* feat: Slack support get user info by @fengju0213 in https://github.com/camel-ai/camel/pull/3125
* chore: MagicMock in test_workforce_single_agent.py by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3135
* release: v0276a2 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3137
* chore: Update strict_json_schema conversion in mcp toolkit by @fengju0213 in https://github.com/camel-ai/camel/pull/3098
* feat: add agent ability to load context summary from file by @MuggleJinx in https://github.com/camel-ai/camel/pull/3113
* chore: fix one task re-assign to different agent by @fengju0213 in https://github.com/camel-ai/camel/pull/3142
* feat(agents): add configurable accumulated vs delta streaming with memory optimization by @coolbeevip in https://github.com/camel-ai/camel/pull/3145
* chore: add .env.example, ignore real env files, update README setup by @coolbeevip in https://github.com/camel-ai/camel/pull/3147
* feat: Refactor MCPToolkits by @Ol1ver0413 in https://github.com/camel-ai/camel/pull/3095
* chore: fix pre-commity issue in PR 3095 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3148
* enhance: Support for Chinese Documentation (sub pr 1) by @OmCheeLin in https://github.com/camel-ai/camel/pull/3091
* enhance: replace pytidb-experimental with pytidb dep for tidb integration by @Mini256 in https://github.com/camel-ai/camel/pull/3073
* Run containers as non-root with host UID/GID mapping by @aravindan888 in https://github.com/camel-ai/camel/pull/3127
* chore(deps): bump docstring-parser from 0.15 to 0.17.0 by @coolbeevip in https://github.com/camel-ai/camel/pull/2924
* feat: Integrate Resend to Camel by @Ol1ver0413 in https://github.com/camel-ai/camel/pull/3096
* docs: Add SurrealDB to storage documentation by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/3163
* feat(models): Add Magistral Small 1.2 & Magistral Medium 1.2 models by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/3164
* feat: refactor terminal_toolkit by @fengju0213 in https://github.com/camel-ai/camel/pull/3015
* feat: Add CometAPI support with new model and configuration classes by @TensorNull in https://github.com/camel-ai/camel/pull/3169
* add google analytics integration to Mintlify by @Douglasymlai in https://github.com/camel-ai/camel/pull/3166
* chore: fix_schema-is-broken-in-workforce by @fengju0213 in https://github.com/camel-ai/camel/pull/3170
* feat: add summarize function in agent using context util by @MuggleJinx in https://github.com/camel-ai/camel/pull/3149
* docs: add Japanese README by @eltociear in https://github.com/camel-ai/camel/pull/3178
* fix: terminal toolkit working_directory does not set in docker environment by @MuggleJinx in https://github.com/camel-ai/camel/pull/3181
* feat: Enhanced DingTalk toolkit integration - fixes #3050 by @LIHUA919 in https://github.com/camel-ai/camel/pull/3123
* enhance: PR3123 DingTalk toolkit integration by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3182
* fix: tool register by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3175
* chore: fix 'Object of is not JSON serializable' when use ChatAgent.save_memory() by @fengju0213 in https://github.com/camel-ai/camel/pull/3179
* add job post to readme by @Douglasymlai in https://github.com/camel-ai/camel/pull/3191
* feat: add directory in agent.summarize() by @MuggleJinx in https://github.com/camel-ai/camel/pull/3188
* fix: RedisStorage: MemoryRecord Enum values cause JSON serialization … by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3192
* chore: update ToolkitMessageIntegration by @fengju0213 in https://github.com/camel-ai/camel/pull/3183
* chore: update zhipu_model and fix redundant api call by @fengju0213 in https://github.com/camel-ai/camel/pull/3197
* chore: enhance terminal_toolkit and add docker backend example by @fengju0213 in https://github.com/camel-ai/camel/pull/3193
* release: v0276a7 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3211
* chore: fix the name of `add_index` method in oceanbase.py by @fengju0213 in https://github.com/camel-ai/camel/pull/3218
* fix(oceanbase): fix vector index creation for oceanbase by @xxsc0529 in https://github.com/camel-ai/camel/pull/3209
* release: v0276a9 by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3223
* Fixed the broken links in readme.md file (Bug request : 3200) by @HARISH-CS-01 in https://github.com/camel-ai/camel/pull/3206
* fix: browser_install by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3231
* chore: update google denpendence by @fengju0213 in https://github.com/camel-ai/camel/pull/3234
* fix: Resolved Hardcoded Task ID Issue by @Tanuj-Taneja1 in https://github.com/camel-ai/camel/pull/3225
* fix: Fixed all dead links in three readmes by @OmCheeLin in https://github.com/camel-ai/camel/pull/3230
* feat(models): Add Claude Sonnet 4.5 support by @1sarthakbhardwaj in https://github.com/camel-ai/camel/pull/3229
* feat: support image url as message directly by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3246
* feat: support independent task queue for workforce by @a7m-1st in https://github.com/camel-ai/camel/pull/3232
* Fixes #2998 add kwargs to ChunkrReaderConfig by @xfsnowind in https://github.com/camel-ai/camel/pull/3228
* enhance: PR2998 add kwargs to ChunkrReaderConfig by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3247
* chore: Update commons.py by @fengju0213 in https://github.com/camel-ai/camel/pull/3212
* enhancement: improve mcp agent parse json by @MuggleJinx in https://github.com/camel-ai/camel/pull/3207
* chore: remove pandas ai by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3249
* fix: ContextSummarizerToolkit msg type by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3252
* feat: Workforce Workflow by @hesamsheikh in https://github.com/camel-ai/camel/pull/3180
* fix: claude 4.5 naming by @Wendong-Fan in https://github.com/camel-ai/camel/pull/3268
* enhance: workforce quality check by @nitpicker55555 in https://github.com/camel-ai/camel/pull/3254
* feat: add tool call caching for chatAgent by @MuggleJinx in https://github.com/camel-ai/camel/pull/3259
* chore: Update utils.py support chaining by @fengju0213 in https://github.com/camel-ai/camel/pull/3261
## New Contributors
* @danielhua23 made their first contribution in https://github.com/camel-ai/camel/pull/2985
* @OmCheeLin made their first contribution in https://github.com/camel-ai/camel/pull/3091
* @TensorNull made their first contribution in https://github.com/camel-ai/camel/pull/3169
* @xxsc0529 made their first contribution in https://github.com/camel-ai/camel/pull/3209
* @HARISH-CS-01 made their first contribution in https://github.com/camel-ai/camel/pull/3206
* @Tanuj-Taneja1 made their first contribution in https://github.com/camel-ai/camel/pull/3225
* @xfsnowind made their first contribution in https://github.com/camel-ai/camel/pull/3228
**Full Changelog**: https://github.com/camel-ai/camel/compare/v0.2.75...v0.2.76