Reflect Memory

Updated 2026-05-21

Glossary

Definitions for terms (MCP, allowed_vendors, supersession, etc.) that come up during diligence.

Doc-specific AI prompt

Glossary

Purpose: Align vocabulary for internal teams, prospects, and AI prompts.

TermDefinition
MCP (Model Context Protocol)Streamable HTTP interface that lets AI tools read/write memories via read_memories, write_memory, browse_memories, and the other verbs.
allowed_vendorsJSON array field that scopes visibility. ["*"] = all tools, otherwise the tool must be explicitly listed to read the memory.
shared memoryTeam-level pool returned by read_team_memories, shared via share_memory only when the author opts in.
supersessionA memory that has been superseded by a newer version. The graph helpers expose these relationships so agents know what is stale.
session briefingStructured snapshot of the user's memory state delivered to the model on connect—contains identity, topic clusters, open threads, and behavioral guidance.
deployment modeshosted, isolated-hosted, self-host with tailored network, egress, and telemetry controls.
question bankcontent/diligence/_source/question-bank.yaml – the transcript-derived dataset that feeds the FAQ, docs, and prompt copy boxes.
graph toolsFuture MCP helpers (get_open_tickets, get_unresolved_threads, get_recent_decisions, get_superseded_decisions, get_current_state(topic)) that synthesize operational state.
audit trailLogging of every read/write/auth event stored in usage_events, powered by the same SQLite/Postgres backend.
async diligenceThe end-to-end experience (markdown + prompts + PDFs) that allows prospects to deploy their own AI to evaluate Reflect.
Diligence document | Reflect Memory | Reflect Memory