[PR #193] [CLOSED] feat: allow filesystemOptions to be passed to built-in middleware #196

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/193
Author: @chopraj
Created: 2/5/2026
Status: Closed

Base: mainHead: feat/filesystem-options


📝 Commits (2)

  • d3c3422 allow fs options to buildin middlware
  • 07c670c style: run prettier formatting

📊 Changes

2 files changed (+26 additions, -2 deletions)

View changed files

📝 libs/deepagents/src/agent.ts (+6 -1)
📝 libs/deepagents/src/types.ts (+20 -1)

📄 Description

Allow fileSystemOption to be passed into built-in file system middleware. Helps for those trying to model things other than files into a filesystem structure where the LLM might need additional guidance


🔄 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/193 **Author:** [@chopraj](https://github.com/chopraj) **Created:** 2/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/filesystem-options` --- ### 📝 Commits (2) - [`d3c3422`](https://github.com/langchain-ai/deepagentsjs/commit/d3c342257a447b590bdf1305d3df45ce6a132029) allow fs options to buildin middlware - [`07c670c`](https://github.com/langchain-ai/deepagentsjs/commit/07c670cfa1cf30d34a27d312d06686bb656c4330) style: run prettier formatting ### 📊 Changes **2 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/agent.ts` (+6 -1) 📝 `libs/deepagents/src/types.ts` (+20 -1) </details> ### 📄 Description Allow fileSystemOption to be passed into built-in file system middleware. Helps for those trying to model things other than files into a filesystem structure where the LLM might need additional guidance --- <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:24 -05:00
yindo closed this issue 2026-02-16 06:17:24 -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#196