aiana_memory_recall
Recall relevant project memories by name to retrieve context and past information for ongoing work.
Instructions
Recall the most relevant memories for a project. Uses the project name as a semantic seed and returns the top-N most relevant memories scoped to that project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name to recall context for. | |
| maxItems | No | Maximum number of memories to return. Default: 5. |