every · extension · eventually
One interface, every format
Your agent calls the same tools whether it is holding a workbook, a contract, a PDF, or (later) audio, video, and stranger stuff. No per-format glue code to babysit.
Everything your agents ever need.
The translation layer between human files and LLMs — search, read, patch, and revert like code.
2f9c1a · read
Any model can open a file and describe what is in it. The moment it has to change a real range — in place, without flattening structure or losing formulas — the tooling runs out and someone ends up copying values by hand.
-p12Projected growth: 14%
+p12Projected growth: 19% (rev. model)
-p13Source: prior quarter snapshot
+p13Source: live rollup
p14Assumptions unchanged for Q4
+t2Add cache note for agent re-reads
-p12Projected growth: 14%
+p12Projected growth: 19% (rev. model)
-p13Source: prior quarter snapshot
+p13Source: live rollup
p14Assumptions unchanged for Q4
+t2Add cache note for agent re-reads
a41e07 · patch
An edit is addressed the way a commit is: a range, the value that was there, the value that replaces it. A few spans change. The rest of the file is untouched — including the parts no parser round-trips cleanly.
-p12Projected growth: 14%
+p12Projected growth: 19% (rev. model)
-p13Source: prior quarter snapshot
+p13Source: live rollup
p14Assumptions unchanged for Q4
+t2Add cache note for agent re-reads
7bd200 · log
Each write lands as a commit with a timestamp and a parent. You can read the diff before it ships, and you can see exactly which agent touched which range after it does.
0000000 · revert
One call and the document walks back. Structure returns, the history stays intact. Nothing to restore from a backup, because nothing was ever lost.
The layer
Point .all at a file and it exposes the same surface every time: search, read, patch, revert. .all/ caches reads and versions edits — the way .git/ versions commits. What changes underneath stays underneath.
Office first. Media, medical, CAD next. The catalog grows; the tools stay the same.
every · extension · eventually
Your agent calls the same tools whether it is holding a workbook, a contract, a PDF, or (later) audio, video, and stranger stuff. No per-format glue code to babysit.
.all/ · cache · versions
Parse once into .all/. The next session starts warm — cache every read, version every edit, leave the original file where humans expect it.
commit · diff · revert
Each write lands as a commit with an author, a timestamp, and a parent. You can read the diff before it ships and walk it back after it does.
Early access
We are onboarding a small number of teams whose files are load-bearing — docs, spreadsheets, PDFs, whole workspaces. Tell us where you work and we will send an invite when your formats are ready.