// THE MEMORY PLATFORM

The architecture that lets twenty companies share one organizational mind.

// SYSTEM ARCHITECTURE
LAYER 4
APPLICATION AGENTS
Per portfolio company — Topsway, Braid, Labs, Vault, Counsel, and 13 others.
LAYER 3
BELIEF STATE + GOAL MANAGEMENT
Bayesian confidence tracking with decay. Goal hierarchy and threshold-based escalation.
LAYER 2 — CORE IP
MEMORY (CoALA)
SEMANTIC
Facts and world knowledge
EPISODIC
Events, when, and to whom
PROCEDURAL
Reusable patterns from episodes
LAYER 1
HYBRID RETRIEVAL
VECTORBM25GRAPH→ RRF FUSION
LAYER 0 — BACKBONE
KNOWLEDGE GRAPH
All memory, relationships, and ontology. Every decision traceable to its source.
CoALA-BASED MEMORY

Three kinds of memory, one knowledge graph.

Semantic memory holds facts. Episodic memory holds what happened, when, and to whom. Procedural memory holds reusable patterns extracted from successful episodes. Every agent reads and writes all three.

BELIEF STATE LAYER

Bayesian confidence, with decay.

Agents track confidence in their own knowledge through Bayesian inference. Confidence decays without reinforcement. When confidence drops below threshold, agents hedge or escalate — they don't bluff.

SIX-LEVEL SCOPING

The right memory at the right level.

Memories are attributed to one of six scopes — this user, this agent, this task, this organization, this domain, or universal. Learning at one level can elevate to others when patterns repeat.

HYBRID RETRIEVAL

Vector + BM25 + Graph, fused with RRF.

Pure vector search misses the obvious. Pure keyword search misses the nuanced. Memriq combines vector embeddings, BM25, and knowledge-graph traversal — fused via Reciprocal Rank Fusion — so agents find the right context even with vague queries.

KNOWLEDGE GRAPH BACKBONE

Every decision is traceable.

The knowledge graph stores all memory, relationships, and ontology. Every agent decision links back to the facts and episodes that informed it. Auditability is structural, not bolted on.

// RESEARCH FOUNDATION

Memriq's memory architecture draws on AriGraph, MemGPT, HippoRAG, GraphRAG, MACLA, and the CoALA framework. We didn't pick one — we built a hybrid that takes what each does best.

AriGraphMemGPTHippoRAGGraphRAGMACLACoALA