memory_insights
Analyze stored memories to get activity summaries, open tasks, and consolidation suggestions, with optional AI-powered pattern detection for deeper insights.
Instructions
Analyze stored memories and produce actionable insights.
Returns activity summary, open items, consolidation suggestions, and optional LLM-powered pattern detection.
Args: period: Time period to analyze (e.g., "7d", "1m", "1y") include_llm_analysis: If True, use LLM to detect patterns and themes
Returns: Dictionary with: - activity_summary: Created counts by type and tag - open_items: Open TODOs and issues with stale detection - consolidation_candidates: Similar memory pairs that could be merged - llm_analysis: Themes, focus areas, gaps, and summary (or null) Rate limited: 120s cooldown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 7d | |
| include_llm_analysis | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |