Load memories relevant to the current session when an agent starts.Documentation Index
Fetch the complete documentation index at: https://docs.memoclaw.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Case
An AI coding assistant that loads context about:- Current project being worked on
- Recent files being edited
- Current task goals
Implementation
Store Session Summary
Load Context at Session Start
Track Session History
Best Practices
- Use session IDs to scope memories to specific conversations
- Store summaries at session end for faster retrieval later
- Set importance based on relevance to future sessions
- Use namespaces to separate different projects or clients