backend for filesystem and shell operations, and Mirage ships one.
Node only.
LangchainWorkspace uses @struktoai/mirage-node, and Deep Agents depends on Node APIs.Install
Usage
Multimodal files
read_file can pass images, PDFs, audio, video, PPT, and PPTX files from a Mirage mount to a model as multimodal content. The selected model and provider must support the corresponding input type. Text files continue to use line-based pagination.
Exports
Examples
examples/typescript/agents/langchain/ram_deepagent.ts, RAM-only sandbox.examples/typescript/agents/langchain/s3_deepagent.ts, read-only S3 exploration.