edex demo preview
0:60 · demo
in practice

Drop a PDF in. Get a repo out.

input · pdf
tesla-10k-2025.pdf
284 pages · 12.4 MB
p. 142
142 sections
38 tables
12 figures
parse
0.8s
once
output · repo
/docs/tesla-10k-2025/
● mounted
├── manifest.json
# doc metadata · outline
├── sections/
│ ├── 01-introduction.md
│ ├── 02-methods.md
│ ├── 02.1-data-collection.md
# subsection · prefix = hierarchy
│ ├── 02.2-preprocessing.md
│ └── 03-results.md
├── tables/
# one .html + .md sidecar
│ ├── t001-hyperparameters.html
# merged cells preserved
│ └── t001-hyperparameters.md
└── figures/
# one .png + .md sidecar
├── f001-architecture.png
└── f001-architecture.md
# caption + ![]() reference
NN[.M[.K]]-slug.md — sort alphabetically → reading order
Tables stay tables.
Original HTML preserved on disk. Merged cells, row spans, footnotes — the cells the agent quotes are the cells in the source.
Figures stay figures.
PNGs sit next to a markdown sidecar with frontmatter, caption, and a direct ![]() reference. Agents can actually see them.
Citations are paths.
No span ids. No node hashes. A citation is a file path and a line number — verifiable, re-readable, copy-pasteable.
agent.session● connected
$ edex mount tesla-10k-2025.pdf
parsing · 0.8s
indexed: 142 sections · 38 tables · 12 figures
mounted at /docs/tesla-10k-2025
$edex grep "deferred revenue" /docs/tesla-10k-2025/sections
02-methods.md:34 …we track deferred revenue month-over-month for the…
03-results.md:128 Total deferred revenue rose to $3.2B in Q4, up 14% YoY.
$ edex read 03-results.md --range 120-130
--- 03-results.md, lines 120–130 ---
Q4 revenue closed at $25.7B (+18% YoY). Total deferred
revenue rose to $3.2B in Q4, up 14% YoY, driven primarily
by FSD subscription growth (see tables/t012-deferred-rev.md).
$ _
Early access

First access to EDEX.

Request early access for deployments, platform briefings, and private previews of the filesystem-native retrieval engine.

No spam. One beacon when the launch window opens.