Sleep-mode summary of the past week’s memories for an entity. Produces a single learning-layer entry that captures the trajectory. Use as input to theDocumentation Index
Fetch the complete documentation index at: https://docs.linksee.app/llms.txt
Use this file to discover all available pages before exploring further.
consolidate tool, or to write a Friday digest.
Arguments
The entity to consolidate.
Weeks-ago offset.
0 = this week, 1 = last week.Workflow
- Call
recallfor the entity, filtered to the target week - Produce a learning-layer summary covering:
- Goal trajectory (progress toward objectives)
- What happened (key events, decisions)
- Insights gained
- Caveats to preserve
- Output a JSON memory object:
{entity_name, layer: "learning", content, importance: 0.7}
When to use
- Friday wrap-up: Run at the end of each week to compress the week’s work
- Before consolidation: Generate the summary, then run
consolidateto clean up cold memories - Monthly reviews: Run with
week_offset: 1through4to review the past month