Updated
What is an SSOT for agents?
An SSOT for agents is one shared store that every agent and teammate reads from and writes to, so the whole fleet works from the same current knowledge instead of scattered, drifting copies.
Without it, each agent re-derives the same answers and saves notes into its own files, which drift out of sync. An SSOT closes that loop: an agent saves what it learns once, through one shared point, and the next agent or teammate reads it back.
trovex implements this with a shared read/write path and freshness-marked canonical docs, so single source of truth holds by construction rather than by discipline.
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.