Updated
What is a section-level read?
Definition
A section-level read returns only the part of a document that answers a query, not the whole file.
When the answer is two paragraphs, serving the entire 400-line file wastes tokens and buries the relevant part. trovex returns the answering section, so a short answer costs short-answer tokens.
It is one half of the ~60% fewer tokens per lookup; serving the canonical doc instead of a candidate pile is the other. See what context costs your agents for the measured breakdown.
Give your agents one source of truth.
One current answer per query, with a freshness marker, in about a minute.
Open source. No cloud, no API keys. Your docs never leave your machine.