Priority: P1
Summary
The current memory search trigger frequency in EverMemOS is insufficient, causing some relevant historical context to be missed during Agent
retrieval. This issue explores increasing search coverage by tuning the search skill and introducing a user prompt hook.
TODO
Proposed Approaches
| Approach |
Description |
| Tune skill |
Modify the skill's trigger description or prompt to guide the Agent to call search more aggressively |
| User prompt hook |
Automatically trigger search on every user message and inject results into the system prompt, without relying on the Agent |
| to call search explicitly |
|
Notes
- Priority P1; does not affect current baseline functionality
- The user prompt hook approach is similar to the session start hook and has high reusability — recommended to try first
- Be mindful of the impact on token consumption and response latency as search frequency increases
Priority: P1
Summary
The current memory search trigger frequency in EverMemOS is insufficient, causing some relevant historical context to be missed during Agent
retrieval. This issue explores increasing search coverage by tuning the search skill and introducing a user prompt hook.
TODO
the system prompt
Proposed Approaches
Notes