[PR #174] [MERGED] fix(deepagents): fix type issues #179

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

📋 Pull Request Information

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

Base: mainHead: cb/fix-type-issues


📝 Commits (3)

📊 Changes

9 files changed (+163 additions, -101 deletions)

View changed files

📝 libs/deepagents/src/agent.test-d.ts (+2 -2)
📝 libs/deepagents/src/agent.ts (+94 -55)
📝 libs/deepagents/src/backends/protocol.test.ts (+4 -4)
📝 libs/deepagents/src/middleware/agent-memory.test.ts (+20 -15)
📝 libs/deepagents/src/middleware/fs.int.test.ts (+6 -5)
📝 libs/deepagents/src/middleware/index.test.ts (+14 -13)
📝 libs/deepagents/src/middleware/patch_tool_calls.test.ts (+7 -7)
libs/deepagents/src/middleware/types.ts (+13 -0)
📝 libs/deepagents/vitest.config.ts (+3 -0)

📄 Description

work in progress

Resolving the remaining type issues in tests.


🔄 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/174 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/fix-type-issues` --- ### 📝 Commits (3) - [`e118bd2`](https://github.com/langchain-ai/deepagentsjs/commit/e118bd2c05264c9a754345ef72c1add8eec83d00) fix(deepagents): fix type issues - [`b862f1a`](https://github.com/langchain-ai/deepagentsjs/commit/b862f1ade1e4eefa0be9d75a9b30af7abcebd5cb) fix types - [`f9cc9a2`](https://github.com/langchain-ai/deepagentsjs/commit/f9cc9a2b66cdd9f969c4fefb55740349b8825161) minor tweak ### 📊 Changes **9 files changed** (+163 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/agent.test-d.ts` (+2 -2) 📝 `libs/deepagents/src/agent.ts` (+94 -55) 📝 `libs/deepagents/src/backends/protocol.test.ts` (+4 -4) 📝 `libs/deepagents/src/middleware/agent-memory.test.ts` (+20 -15) 📝 `libs/deepagents/src/middleware/fs.int.test.ts` (+6 -5) 📝 `libs/deepagents/src/middleware/index.test.ts` (+14 -13) 📝 `libs/deepagents/src/middleware/patch_tool_calls.test.ts` (+7 -7) ➕ `libs/deepagents/src/middleware/types.ts` (+13 -0) 📝 `libs/deepagents/vitest.config.ts` (+3 -0) </details> ### 📄 Description _work in progress_ Resolving the remaining type issues in tests. --- <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:22 -05:00
yindo closed this issue 2026-02-16 06:17:22 -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#179