[PR #234] [MERGED] fix(deepagents): update summarization behavior #284

Closed
opened 2026-06-05 17:22:30 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/234
Author: @christian-bromann
Created: 2/17/2026
Status: Merged
Merged: 2/18/2026
Merged by: @christian-bromann

Base: mainHead: cb/summarization-updates


📝 Commits (6)

  • b18e13d fix(deepagents): update summarization behavior
  • ce95d87 actually use deepagent summarization middleware
  • 2888b96 Update summarization behavior for deepagents
  • bb63522 make it work
  • 23b2da2 format
  • cdcc09b fix pnpm-lock

📊 Changes

9 files changed (+1191 additions, -215 deletions)

View changed files

.changeset/bright-pots-leave.md (+5 -0)
📝 examples/package.json (+2 -2)
📝 libs/deepagents/package.json (+3 -3)
📝 libs/deepagents/src/agent.ts (+15 -9)
📝 libs/deepagents/src/index.ts (+1 -0)
📝 libs/deepagents/src/middleware/index.ts (+1 -0)
📝 libs/deepagents/src/middleware/summarization.test.ts (+537 -10)
📝 libs/deepagents/src/middleware/summarization.ts (+543 -114)
📝 pnpm-lock.yaml (+84 -77)

📄 Description

This matches the recent changes made in Python.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/234 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/summarization-updates` --- ### 📝 Commits (6) - [`b18e13d`](https://github.com/langchain-ai/deepagentsjs/commit/b18e13dacea313faa3702abdc56d19aad53fe54c) fix(deepagents): update summarization behavior - [`ce95d87`](https://github.com/langchain-ai/deepagentsjs/commit/ce95d8775b2cb83975de104907c6d70b2eea8375) actually use deepagent summarization middleware - [`2888b96`](https://github.com/langchain-ai/deepagentsjs/commit/2888b968aa7bcc11a9089e03f1d21d5739a2db0f) Update summarization behavior for deepagents - [`bb63522`](https://github.com/langchain-ai/deepagentsjs/commit/bb63522fe5ebdebfce194decd22a74e1a5c5b079) make it work - [`23b2da2`](https://github.com/langchain-ai/deepagentsjs/commit/23b2da2625f7dcd196d8106dcaa28222c0d0cebc) format - [`cdcc09b`](https://github.com/langchain-ai/deepagentsjs/commit/cdcc09ba6864f09e69787267e741f211458ee74c) fix pnpm-lock ### 📊 Changes **9 files changed** (+1191 additions, -215 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/bright-pots-leave.md` (+5 -0) 📝 `examples/package.json` (+2 -2) 📝 `libs/deepagents/package.json` (+3 -3) 📝 `libs/deepagents/src/agent.ts` (+15 -9) 📝 `libs/deepagents/src/index.ts` (+1 -0) 📝 `libs/deepagents/src/middleware/index.ts` (+1 -0) 📝 `libs/deepagents/src/middleware/summarization.test.ts` (+537 -10) 📝 `libs/deepagents/src/middleware/summarization.ts` (+543 -114) 📝 `pnpm-lock.yaml` (+84 -77) </details> ### 📄 Description This matches the recent changes made in Python. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 17:22:30 -04:00
yindo closed this issue 2026-06-05 17:22:30 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#284