[PR #297] [CLOSED] feat(deepagents): enable fetch with network policy #338

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

📋 Pull Request Information

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

Base: cb/ptc-replHead: cb/ptc-repl-network-policy


📝 Commits (1)

  • 5e31b80 feat(deepagents): enable fetch with network policy

📊 Changes

8 files changed (+572 additions, -11 deletions)

View changed files

📝 libs/deepagents/src/sandbox-ptc/index.ts (+2 -0)
📝 libs/deepagents/src/sandbox-ptc/middleware.ts (+46 -5)
libs/deepagents/src/sandbox-ptc/network-policy.test.ts (+123 -0)
libs/deepagents/src/sandbox-ptc/network-policy.ts (+231 -0)
📝 libs/deepagents/src/sandbox-ptc/prompt.ts (+6 -0)
📝 libs/deepagents/src/sandbox-ptc/types.ts (+55 -0)
📝 libs/deepagents/src/sandbox-ptc/worker-repl.ts (+54 -3)
📝 libs/deepagents/src/sandbox-ptc/worker-runtime.ts (+55 -3)

📄 Description

Enable fetch in WebWorkers/Worker Threads with configured network policy.


🔄 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/297 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/11/2026 **Status:** ❌ Closed **Base:** `cb/ptc-repl` ← **Head:** `cb/ptc-repl-network-policy` --- ### 📝 Commits (1) - [`5e31b80`](https://github.com/langchain-ai/deepagentsjs/commit/5e31b806cc96543bb1d36b7929693e0ef4861b59) feat(deepagents): enable fetch with network policy ### 📊 Changes **8 files changed** (+572 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/sandbox-ptc/index.ts` (+2 -0) 📝 `libs/deepagents/src/sandbox-ptc/middleware.ts` (+46 -5) ➕ `libs/deepagents/src/sandbox-ptc/network-policy.test.ts` (+123 -0) ➕ `libs/deepagents/src/sandbox-ptc/network-policy.ts` (+231 -0) 📝 `libs/deepagents/src/sandbox-ptc/prompt.ts` (+6 -0) 📝 `libs/deepagents/src/sandbox-ptc/types.ts` (+55 -0) 📝 `libs/deepagents/src/sandbox-ptc/worker-repl.ts` (+54 -3) 📝 `libs/deepagents/src/sandbox-ptc/worker-runtime.ts` (+55 -3) </details> ### 📄 Description Enable fetch in WebWorkers/Worker Threads with configured network policy. --- <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:43 -04:00
yindo closed this issue 2026-06-05 17:22:43 -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#338