What's Changed
Core Improvements & Fixes
- Fixed compatibility in
XMLSearchTool
by converting config values to strings forconfigparser
- Fixed flaky Pytest test involving
PytestUnraisableExceptionWarning
- Mocked telemetry in test suite for more stable CI runs
- Moved Chroma lockfile handling to
db_storage_path
- Ignored deprecation warnings from
chromadb
- Pinned OpenAI version
<1.100.0
due toResponseTextConfigParam
import issue
New Features & Enhancements
- Included exchanged agent messages into
ExternalMemory
metadata - Automatically injected
crewai_trigger_payload
- Renamed internal flag
inject_trigger_input
toallow_crewai_trigger_context
- Continued tracing improvements and ephemeral tracing logic
- Consolidated tracing logic conditions
- Added support for
agent_id
-linked memory entries inMem0
Documentation & Guides
- Added example to Tool Repository docs
- Updated Mem0 documentation for Short-Term and Entity Memory integration
- Revised Korean translations and improved sentence structures
Cleanup & Chores
- Removed deprecated AgentOps integration
New Contributors
- @skaghzz made their first contribution
- @gabemilani made their first contribution