KIROK_reflect
Retrieve and analyze memories from a specified bank to generate insights. Saves the result as a mental model for future reference, with optional auto-refresh.
Instructions
Reflect on accumulated memories to generate new insights.
Retrieves relevant memories, analyzes them with an LLM, and saves the resulting insight as a 'mental model' for future reference.
Args: bank_id: Memory bank to reflect on. query: What to reflect on (question, topic, or open-ended prompt). limit: Max memories to consider (default 20, max 100). auto_refresh: Whether to refresh this model after future consolidations. source_query: Optional query to use for future refreshes. Defaults to query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| bank_id | Yes | ||
| auto_refresh | No | ||
| source_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |