Persistent Memory Bridge
When to Use
- User says remember this or task matches this capability
- User says persistent memory or task matches this capability
- User says save to memory or task matches this capability
- User says recall later or task matches this capability
Workflow
- Extract durable facts: preferences, project state, decisions.
- Run memory-sanitizer before persist.
- Write to semantic-memory-manager store.
- Confirm what was saved; offer forget option.
Integrations
semantic-memory-managermemory-sanitizeruser-preference-profiler
Error Handling
| Failure | Response |
|---|---|
| Storage full | Prune lowest-trust entries first. |
Gotchas
- Never persist secrets or credentials.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.