— select a user
BACKEND LIVE
—
▸ GET /memory/user/{id}
never
⋯ pick a user from the rail
POST /memory/user/{id}/fact · 500 char max
0 / 500
⚠ DANGER · destructive
These actions overwrite the user's row in data/user-facts.json. The write is atomic but irreversible — there's no soft-delete.
RESPONSE PRESETS0 active
▸ data/memory-presets.jsonSEEKDEEP_KNOWN_PRESETS
INJECTED PROMPT · LIVE PREVIEW
▸ what the chat call sees for this user
# system prompt
You are SeekDeep. (no presets active)
# injected memory · 0 facts
(nothing yet — facts append here in /chat)
# user
@SeekDeep …
BOT COMMAND PARITY
▸ everything here mirrors a Discord command
@SeekDeep remember <fact>
@SeekDeep recall
@SeekDeep forget #N | <substring> | all
presets toggle via @SeekDeep preset <name> on/off