[PR #312] [CLOSED] fix(deepagents): pass checkpointer to subagents to get them persisted #350

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/312
Author: @christian-bromann
Created: 3/16/2026
Status: Closed

Base: mainHead: cb/pass-checkpointer


📝 Commits (3)

  • b9893b9 fix(deepagents): pass checkpointer to subagents to get them persisted
  • 081468a remove obsolete pipeline
  • 263aea6 Create loud-monkeys-bathe.md

📊 Changes

3 files changed (+32 additions, -342 deletions)

View changed files

.changeset/loud-monkeys-bathe.md (+5 -0)
.github/workflows/cli-release.yml (+0 -336)
📝 libs/deepagents/src/middleware/subagents.ts (+27 -6)

📄 Description

We need to pass in the parent checkpointer for us to re-construct the entire history of a deepagent stream in the UI.


🔄 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/312 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/16/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/pass-checkpointer` --- ### 📝 Commits (3) - [`b9893b9`](https://github.com/langchain-ai/deepagentsjs/commit/b9893b9c285e742aa645fb5d019854b10bf33010) fix(deepagents): pass checkpointer to subagents to get them persisted - [`081468a`](https://github.com/langchain-ai/deepagentsjs/commit/081468ac8316005810f5da3e4569f044b28938b0) remove obsolete pipeline - [`263aea6`](https://github.com/langchain-ai/deepagentsjs/commit/263aea6eeb1f9ce24a4a71c8d1674929e7104543) Create loud-monkeys-bathe.md ### 📊 Changes **3 files changed** (+32 additions, -342 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/loud-monkeys-bathe.md` (+5 -0) ➖ `.github/workflows/cli-release.yml` (+0 -336) 📝 `libs/deepagents/src/middleware/subagents.ts` (+27 -6) </details> ### 📄 Description We need to pass in the parent checkpointer for us to re-construct the entire history of a deepagent stream in the UI. --- <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:46 -04:00
yindo closed this issue 2026-06-05 17:22:46 -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#350