MongoDB now powers the virtual file system behind
@LangChain's Deep Agents. 🚀
This new integration lets you implement Deep Agents' BackendProtocol against MongoDB Atlas instead of building your own storage layer. And agent code calling read_file, write, glob, and grep don’t have to change.
Your retrieval and storage run through one backend instead of a maze of stitched-together tools. Vector, full-text, and hybrid search (via
$rankFusion) route through Atlas; file reads and writes forward directly to S3.
For builders of long-running or multi-agent workflows: Plans, intermediate outputs, and knowledge artifacts persist across sessions, deployments, and sub-agent handoffs, so file-based context survives between runs instead of resetting each time.