flâneur — a map of the web's best reading

Mesa

mesa.dev · 1,275 words · saved by 1 readers

Mesa is source control purpose-built for AI agents. Track AI contributions, review AI-generated code, and maintain full visibility into your codebase.

The versioned filesystem for AI agents | Mesa The versioned filesystem for AI agents Connect your agents to the files they need, unlock parallel agent swarms, and track their changes automatically. Quickstart Get early access npm install @mesadev/sdk import { Mesa } from "@mesadev/sdk" ; const mesa = new Mesa ({ apiKey: process.env. MESA_API_KEY }); // Create versioned directory in Mesa const repo = await mesa.repo. create ({ name: "foobar" }); // Create isolated, in-process mount const fs = await mesa.fs. mount ({ repos: [{ name: "foobar" }], mode: "rw" , }); // Read, write, and execute unix

Explore this link on the map →

saved by

related reading