rlm_session_memories
Retrieve tiered durable and daily memories to restore agent context at session start. Use token budgets to control critical and daily memory inclusion, with optional carryover from yesterday.
Instructions
Get tiered durable memories for session bootstrap, with optional short-lived carryover. Use at session start to restore memory state, not to retrieve source documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_critical_tokens | No | Token budget for CRITICAL tier | |
| max_daily_tokens | No | Token budget for DAILY tier | |
| include_yesterday | No | Include yesterday's daily memories | |
| agent_id | No | Optional agent namespace to include in the session bundle | |
| external_user_id | No | Integrator client keys only: stable end-user ID whose personal memories should be included in the session bundle. |