[PR #226] [CLOSED] Todos management #224

Closed
opened 2026-02-16 06:17:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/226
Author: @brettshollenberger
Created: 2/12/2026
Status: Closed

Base: mainHead: todos-management


📝 Commits (7)

  • 3cd3c26 Enable todo propagation from subagents to parent
  • 76a7550 Add enhanced todoListMiddleware with UUID and merge-by-id reducer
  • 26bc0fd Emit incremental todo progress via writer() during parallel subagent execution
  • e5dc1a1 Remove debug logging from writer() todo patch emission
  • 520276e Manage subagent todos
  • 3bb0629 Remove debuggers
  • 744bdb0 add tests

📊 Changes

5 files changed (+1023 additions, -10 deletions)

View changed files

📝 libs/deepagents/src/agent.ts (+1 -1)
📝 libs/deepagents/src/index.ts (+6 -0)
📝 libs/deepagents/src/middleware/subagents.ts (+120 -9)
libs/deepagents/src/middleware/todos.test.ts (+754 -0)
libs/deepagents/src/middleware/todos.ts (+142 -0)

📄 Description

Stream todos from subagents to parent


🔄 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/226 **Author:** [@brettshollenberger](https://github.com/brettshollenberger) **Created:** 2/12/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `todos-management` --- ### 📝 Commits (7) - [`3cd3c26`](https://github.com/langchain-ai/deepagentsjs/commit/3cd3c260a5699123d8053d4724a9f4edf6ad650f) Enable todo propagation from subagents to parent - [`76a7550`](https://github.com/langchain-ai/deepagentsjs/commit/76a7550c6e34665a539b2836bf3e26590aab89d8) Add enhanced todoListMiddleware with UUID and merge-by-id reducer - [`26bc0fd`](https://github.com/langchain-ai/deepagentsjs/commit/26bc0fd4daf3be0d1865c12c2281d379efdb5839) Emit incremental todo progress via writer() during parallel subagent execution - [`e5dc1a1`](https://github.com/langchain-ai/deepagentsjs/commit/e5dc1a162ea1f3d2a384bdd273761785c4da3ec3) Remove debug logging from writer() todo patch emission - [`520276e`](https://github.com/langchain-ai/deepagentsjs/commit/520276ef10abc40e7b042ec4f6286d1d728c1cbd) Manage subagent todos - [`3bb0629`](https://github.com/langchain-ai/deepagentsjs/commit/3bb0629979d350cfe8109fb4fffb00d05583c6b9) Remove debuggers - [`744bdb0`](https://github.com/langchain-ai/deepagentsjs/commit/744bdb00ff94662dc3dd5ca387e69f685b358d9d) add tests ### 📊 Changes **5 files changed** (+1023 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/agent.ts` (+1 -1) 📝 `libs/deepagents/src/index.ts` (+6 -0) 📝 `libs/deepagents/src/middleware/subagents.ts` (+120 -9) ➕ `libs/deepagents/src/middleware/todos.test.ts` (+754 -0) ➕ `libs/deepagents/src/middleware/todos.ts` (+142 -0) </details> ### 📄 Description Stream todos from subagents to parent --- <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-02-16 06:17:29 -05:00
yindo closed this issue 2026-02-16 06:17:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#224