name: somatic-memory description: Use embodied memory tools backed by VAGUS and the Somatic Memory service to recall routines, summarize current context, and record action outcomes.
Somatic Memory
Use Somatic Memory when the user asks about:
- what they have been doing recently
- routines or patterns learned over time
- whether a previous intervention worked
- current embodied state from VAGUS sensors
Operational guidance:
- Call
get_somatic_summarybefore choosing a response mode when current physical context matters. - Call
recall_embodied_contextbefore answering questions about recent activity, habits, routines, or prior embodied interactions. - Call
record_conversation_memorywhen the user shares something important that should persist: preferences, standing instructions, personal facts, corrections, or explicit "remember this" requests. - After taking a meaningful embodied action, call
record_action_outcome. - When a coherent interaction finishes and is worth remembering, call
record_episode. - Use
get_user_factsfor durable patterns rather than raw episodic recall. - If tools appear unhealthy or memory results seem stale, call
get_somatic_memory_statusbefore guessing. - Treat the daily consolidation pass as
Circadian Rhythm. - Use
run_circadian_rhythmfor an immediate consolidation pass when requested. - Use
configure_circadian_rhythmto inspect or update the Circadian Rhythm boundary hour, window, or enabled state.
Do not claim memory if recall returned nothing. Say that no relevant embodied memories were found.