Replace EverMemOS with EverOS backend
This commit is contained in:
@ -16,7 +16,7 @@ During a task:
|
||||
|
||||
At task or session completion:
|
||||
|
||||
- Use `memory_commit_session` to let Memory Gateway and EverMemOS decide what can be promoted.
|
||||
- Use `memory_commit_session` to let Memory Gateway and EverOS decide what can be promoted.
|
||||
- Do not promote all episodes directly to long-term memory.
|
||||
- Conflicting or high-value memories should enter review rather than overwrite existing memory.
|
||||
|
||||
|
||||
@ -20,5 +20,5 @@ The plugin must reject memory writes that contain:
|
||||
|
||||
The plugin stores summaries rather than raw messages. If a message is useful but contains sensitive detail, redact the sensitive detail before writing. If redaction would remove the meaning, reject the write.
|
||||
|
||||
Long-term memory should normally be created by session commit and EverMemOS consolidation, not by direct upsert.
|
||||
Long-term memory should normally be created by session commit and EverOS consolidation, not by direct upsert.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user