deepagents==0.7.9

novuhq/novudeepagents==0.7.9Aug 25, 2026by github-actions[bot]

AI Summary

Optimized performance by disabling tracing inputs on middleware and fixed tool exclusion and evaluation criteria enforcement.

Key Highlights

  • Disabled tracing inputs on middleware for performance
  • Fixed tool exclusion in harness profiles
  • Enforced full criterion coverage in RubricMiddleware

New Features

  • Disabled tracing inputs on middleware
  • Tool exclusion fix
  • Criterion coverage enforcement

Full Release Notes

### Features

- Disabled tracing inputs on middleware. ([#5377](https://github.com/langchain-ai/deepagents/issues/5377))

### Bug fixes

- Exclude tools from execution when `excluded_tools` is set in harness profiles. ([#5809](https://github.com/langchain-ai/deepagents/issues/5809))
- Enforce full criterion coverage in `RubricMiddleware`. ([#5234](https://github.com/langchain-ai/deepagents/issues/5234))
- Clarified zero execute-timeout semantics. ([#5752](https://github.com/langchain-ai/deepagents/issues/5752))

---

Thanks to our community contributors: @jiahongsigma

**Special thanks** to everyone who reported the issues addressed in this release: @BjoernSchotte ([#4450](https://github.com/langchain-ai/deepagents/issues/4450)), @jiahongsigma ([#5753](https://github.com/langchain-ai/deepagents/issues/5753))

Internal maintainers: @ccurme, @davibinboi, @mdrxy

Released by: @mdrxy

<details>
<summary>Git log since deepagents==0.7.8</summary>

This commit history includes changes to this package. Commits are listed newest first.

- [`7155253`](https://github.com/langchain-ai/deepagents/commit/71552532bb33a8744a5b1c0b48e8047478169c42) release(deepagents): 0.7.9 (#5754)
- [`553d412`](https://github.com/langchain-ai/deepagents/commit/553d412bb4f4b868fbf080ab561f76b4dd335f52) fix(sdk): exclude tools from execution when setting `excluded_tools` in harness profiles (#5809)
- [`0aade99`](https://github.com/langchain-ai/deepagents/commit/0aade99211dc45cc85ce8b95fc375612f982b48a) feat(sdk): disable tracing inputs on middleware (#5377)
- [`ddb69b6`](https://github.com/langchain-ai/deepagents/commit/ddb69b609a02d7203cda7f3ea2796ca73e5b5795) fix(sdk): enforce full criterion coverage in `RubricMiddleware` (#5234)
- [`29cd02a`](https://github.com/langchain-ai/deepagents/commit/29cd02ae1762e4cefa4962e60fa250642ec8815a) chore(deps): raise dependency minimums for `deepagents` (#5805)
- [`da67c86`](https://github.com/langchain-ai/deepagents/commit/da67c86e52a042ffbf4ac991de213fba3a559f49) chore(repo): remove deprecated `libs/cli` package (#5791)
- [`75095bb`](https://github.com/langchain-ai/deepagents/commit/75095bb81dc200ef33652bcaa173a758312f3962) chore(deps): raise dependency minimums for `all` (#5764)
- [`391d228`](https://github.com/langchain-ai/deepagents/commit/391d22827f6c19edd489854b9bf352817b664bc1) docs(sdk): remove stale `TodoListMiddleware` comment in `create_deep_agent` (#5759)
- [`4b49286`](https://github.com/langchain-ai/deepagents/commit/4b4928613262ac23d419f0e8788f24412a8fdafb) fix(sdk): clarify zero execute timeout semantics (#5752)
- [`cf939b3`](https://github.com/langchain-ai/deepagents/commit/cf939b3f86fc86d74e389924da7a79894d849fcd) chore(deps): raise dependency minimums for `deepagents` (#5709)

</details>