deepagents-cli==0.0.38
langchain-ai/deepagentsdeepagents-cli==0.0.38Apr 15, 2026by github-actions[bot]
AI Summary
This release focuses on memory management and performance optimization for the CLI tool, introducing user-scoped memory and significantly improving message lookup speed.
Key Highlights
- User scoped memory implementation
- O(1) message lookups in MessageStore
New Features
- User scoped memory
Full Release Notes
### Features * User scoped memory ([#2708](https://github.com/langchain-ai/deepagents/issues/2708)) ([23bfca6](https://github.com/langchain-ai/deepagents/commit/23bfca6e46e6f3e4fba6657d858ddd5a0b06626f)) ### Performance Improvements * `O(1)` message lookups in `MessageStore` ([#2350](https://github.com/langchain-ai/deepagents/issues/2350)) ([d39fd5d](https://github.com/langchain-ai/deepagents/commit/d39fd5d3651fd87d1eea8c02cbef2c2f62449e67)) --- Thanks to our community contributors: @octo-patch, @hzylyq Internal maintainers: @sydney-runkle, @mdrxy