consolidate_reflexions_tool
Distills frequently recurring reflection themes into searchable semantic memory and removes stale working memory entries for autonomous agent self-improvement.
Instructions
Distil recurring reflexion themes into semantic memory and prune working memory.
Runs the nightly self-improvement consolidation: every theme an agent raised
>= min_count times in the last `days` becomes a searchable semantic-memory
node (deduped), and working_memory older than 7 days is pruned. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| min_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |