Skip to main content
Deep Agents is LangChain’s framework for long-horizon coding agents. It accepts a pluggable 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