Checked other resources
Area (Required)
Feature description
Add wasmsh sandbox support — a Bash-compatible shell (88 utilities) and Python 3.13 with pip, running entirely in-process via WebAssembly. No containers, no cloud services, no API keys required. Prefers Deno for OS-level permission isolation (--allow-read, --allow-net), falls back to Node.js.
Backed by wasmsh and Pyodide.
Proposed solution (optional)
Implementation is ready at PR #2473. Follows the langchain-daytona structure. 30 unit tests, 57 integration tests passing under both Deno and Node.js.
Additional context (optional)
A corresponding TypeScript implementation for deepagentsjs is at langchain-ai/deepagentsjs#427
Checked other resources
Area (Required)
Feature description
Add wasmsh sandbox support — a Bash-compatible shell (88 utilities) and Python 3.13 with pip, running entirely in-process via WebAssembly. No containers, no cloud services, no API keys required. Prefers Deno for OS-level permission isolation (
--allow-read,--allow-net), falls back to Node.js.Backed by wasmsh and Pyodide.
Proposed solution (optional)
Implementation is ready at PR #2473. Follows the
langchain-daytonastructure. 30 unit tests, 57 integration tests passing under both Deno and Node.js.Additional context (optional)
A corresponding TypeScript implementation for deepagentsjs is at langchain-ai/deepagentsjs#427