deepagents==0.7.7
langchain-ai/deepagentsdeepagents==0.7.7Aug 18, 2026by github-actions[bot]
AI Summary
This SDK release focuses on backend stability by batching concurrent mutations to the ContextHubBackend and making glob patterns recursive. These changes improve the performance and reliability of state management operations.
Key Highlights
- Batched concurrent `ContextHubBackend` mutations
- Made `BackendProtocol.glob` recursive for bare patterns
- Improved SDK backend behavior
Full Release Notes
### Bug fixes - Batched concurrent `ContextHubBackend` mutations to improve SDK backend behavior ([#5471](https://github.com/langchain-ai/deepagents/issues/5471)) ([822f7c9](https://github.com/langchain-ai/deepagents/commit/822f7c9b02e6d99bdb46b5545bb2543783c01769)). - Made `BackendProtocol.glob` recursive for bare patterns ([#5026](https://github.com/langchain-ai/deepagents/issues/5026)) ([32f35d5](https://github.com/langchain-ai/deepagents/commit/32f35d5e01f460549c10365eb569978909f5c969)). --- **Special thanks** to everyone who reported the issues addressed in this release: @darieldatoon ([#4978](https://github.com/langchain-ai/deepagents/issues/4978)) Internal maintainers: @casparb, @mdrxy Released by: @mdrxy <details> <summary>Git log since deepagents==0.7.6</summary> This commit history includes changes to this package. Commits are listed newest first. - [`42ed940`](https://github.com/langchain-ai/deepagents/commit/42ed9406f08dfec11369631011405c1dc650293a) release(deepagents): 0.7.7 (#5498) - [`32f35d5`](https://github.com/langchain-ai/deepagents/commit/32f35d5e01f460549c10365eb569978909f5c969) fix(sdk): make `BackendProtocol.glob` recursive for bare patterns (#5026) - [`822f7c9`](https://github.com/langchain-ai/deepagents/commit/822f7c9b02e6d99bdb46b5545bb2543783c01769) fix(sdk): batch concurrent `ContextHubBackend` mutations (#5471) </details>