[PR #363] [MERGED] chore(deepagents): extend supported backend file types #395

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/363
Author: @colifran
Created: 3/24/2026
Status: Merged
Merged: 3/25/2026
Merged by: @colifran

Base: alphaHead: colifran/extend-file-support


📝 Commits (2)

  • efb99ed extend supported file types
  • 74763f2 Create strong-tigers-share.md

📊 Changes

3 files changed (+72 additions, -0 deletions)

View changed files

.changeset/strong-tigers-share.md (+5 -0)
📝 libs/deepagents/src/backends/utils.test.ts (+51 -0)
📝 libs/deepagents/src/backends/utils.ts (+16 -0)

📄 Description

Description

This PR adds additional file types supported by backend protocol V2

Tests

Added coverage for all supported file types to existing unit test


🔄 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/363 **Author:** [@colifran](https://github.com/colifran) **Created:** 3/24/2026 **Status:** ✅ Merged **Merged:** 3/25/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `alpha` ← **Head:** `colifran/extend-file-support` --- ### 📝 Commits (2) - [`efb99ed`](https://github.com/langchain-ai/deepagentsjs/commit/efb99ed0708e0971321edb9c3fba993a54fced4e) extend supported file types - [`74763f2`](https://github.com/langchain-ai/deepagentsjs/commit/74763f24c8b0a3cc214856f586f7120453e79624) Create strong-tigers-share.md ### 📊 Changes **3 files changed** (+72 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/strong-tigers-share.md` (+5 -0) 📝 `libs/deepagents/src/backends/utils.test.ts` (+51 -0) 📝 `libs/deepagents/src/backends/utils.ts` (+16 -0) </details> ### 📄 Description ### Description This PR adds additional file types supported by backend protocol V2 ### Tests Added coverage for all supported file types to existing unit test --- <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:55 -04:00
yindo closed this issue 2026-06-05 17:22:56 -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#395