Mesa: A Versioned Filesystem for Agents
Mesa is a durable, POSIX-compatible filesystem with built-in version control for agents that work on long-lived documents.
Opening excerpt (first ~120 words) tap to expand
Imagine you’re building a legal-tech agent that can help with real-estate transactions. The v1 was a simple chat-with-the-docs app implemented with a RAG pipeline and some LLM calls chained together using some framework like LangChain or AI SDK. Now you want to build a v2 that can execute on more critical tasks such as drafting LOIs, redlining contracts, and co-ordinating signatures on documents. You reach for a pre-built agent harness like the Agent SDK, spin up a sandbox, and make fast progress until you hit a wall: How do you persist your documents beyond the lifetime of your ephemeral sandbox? How do you give your agent fine-grained control over which documents it can use for context and which documents it's allowed to edit? How do you build approval workflows for sensitive edits and…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Mesa.