QuoxCORE components · mind & memory
Don’t build your own memory layer.
An agent that forgets everything between sessions is a demo. The remembering is infrastructure, and it already exists.
Included in QuoxCOREFree, self-hosted, nothing to buy.Build it yourself and you are signing up for
- Durable memory agents shareserver side, organisation scoped, surviving every session and device
- Semantic search over your own dataembeddings, vector storage, and the retrieval quality work that never ends
- A knowledge store that stays currentingest, linking, and surfacing the right thing at the right moment
- Recall wired into every agentnot a vector database bolted on the side of one
Or install QuoxCORE. All of it is already there.
In plain words
What it is, where it lives, when to reach for it
- What is it
- The knowledge layer of QuoxCORE: durable agent memory, semantic search, and the second brain family above it.
- Where do I use it
- On the dashboard memory and brain pages, and in your terminal through
quox memoryandquox brain. - When would I use it
- When agents should remember decisions and context across sessions instead of rediscovering them.
- How do I use it
quox memory createstores one;quox memory searchfinds it again by meaning, not keywords.
QuoxCORE is the free, self-hosted platform underneath this. What is QuoxCORE
vector search
Found by meaning, not keywords.
Memories and knowledge are embedded and searched semantically. The exchange below is real: one memory stored, then found half a minute later by a query that shares almost no words with it, only the meaning.
quox memory searchDashboard: Memoryquox memory stats shows what the store holds; quox brain search covers the knowledge side.$ quox memory create --type fact --content \"The staging database restore runs Sundays at 03:00and must never overlap the backup window"Memory saved.$ quox memory search --query "when is it safe to restore staging"Type Contentfact The staging database restore runs Sundays at 03:00 and mu...
the minds on top
Three products share this floor.
The memory layer is the substrate; these are the products built on it, each with its own page and its own job.
Second brain.
The living knowledge store: it reads what you feed it, links what it knows, and surfaces connections when they matter.
Agent memory.
Durable, organisation-scoped memory for agents: what was decided, what was learned, what must not be forgotten.
Cognitive implants.
Skills as installable capabilities: versioned, grantable and signed, so agents are equipped rather than prompted.
seen, not imagined
The knowledge, drawn.
The brain renders as a live graph: notes, entities and the links between them. What an agent recalls is inspectable, which is the difference between memory and a black box that sometimes answers.
quox brain searchDashboard: Brainsemantic search across vaults and notes, the same index the graph draws.
Where it sits
Under every recall, over the core.
Bundled with QuoxCORE; the memory layer is not an add-on. The family above is where it grows teeth.
Ready when you are
Give your agents a past.
Memory and semantic search ship in the box with QuoxCORE: no extra licence, no extra install.