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.

Install

This pulls in deepagents>=0.6.12. Bring your own LangChain chat model (langchain-anthropic, langchain-openai, etc.).

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