Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.165.1 source code.tar.gz | 2025-08-19 | 127.0 MB | |
0.165.1 source code.zip | 2025-08-19 | 128.1 MB | |
README.md | 2025-08-19 | 1.3 kB | |
Totals: 3 Items | 255.1 MB | 4 |
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