toolspace › registry › Yep Memory
Yep Memory
Persistent memory primitives for personal agents — facts, reflections, and episodes with semantic recall across conversations.
Install
install-manifest install https://yepgent.com/manifests/yep-memory.v0.4.json
manifest JSON · source · docs · issues · homepage
Security
| Kill switch | manual Manual procedure: Revoke by either (a) unsetting SUPABASE_URL / SUPABASE_KEY in the runtime env — the memory module fails closed without DB credentials, or (b) removing src.memory from the registered tool surface in src/core/mcp_registry.py. The module is read-write; revoking DB access stops both ingestion and recall in the same step. |
|---|---|
| Smoke contract | action-call action |
Scopes
-
db.memoryread, writeReads and writes facts, reflections, and episodes to the agent's persistent memory store.
Data boundary
Reads
db.memorysensitivity: medium
Transmits
-
— persistent-indefinite
persistence
facts.*reflections.*episodes.*
Actions
-
remember_fact write idempotent
Store or update a key-value fact. Upserts on key. ·
db.memory- Goal
- —
- Inputs
—- Outputs
—- Errors
—- Example
—
-
recall_fact read idempotent
Retrieve a fact by exact key. ·
db.memory- Goal
- —
- Inputs
—- Outputs
—- Errors
—- Example
—
-
reflect write
Write a reflection (learned generalization). Use sparingly — reflections are precious. ·
db.memory- Goal
- —
- Inputs
—- Outputs
—- Errors
—- Example
—
Verify & cost
| Install fee | 0¢ |
|---|---|
| Monthly fee | 0¢ |
| Usage model | external |
Runtime
runtime: python-module · install method: preinstalled · entrypoint: python -m src.memory
Yep's memory subsystem exposes three orthogonal stores: facts (key-value, upsert), reflections (free-form learned generalizations), and episodes (event log with semantic search). Used internally by Yep and surfaced here as the canonical example for any personal-agent stack that wants long-running cross-session memory. Backed by Supabase + pgvector; reflection writes are deliberate and sparse, not autopilot. Published as the first dogfood entry on drknowhow/Yep to validate the federation pipeline end-to-end against toolspace.yepgent.com.
Tags: memorypersonal-agentsemantic-searchsupabasepgvector
License: MIT
Last fetched 2026-06-18T09:09:16Z (live)