Frontmatter
| id | 7319 |
| title | Create Memory Query Tool |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 1, 2025, 10:55 PM |
| updatedAt | Oct 2, 2025, 12:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7319 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7316 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 2, 2025, 12:12 PM |
This ticket covers the creation of a new CLI command (
npm run ai:query-memory) that will allow the AI agent to perform semantic searches against its own memory database. This is the core of the "Recall Engine."Acceptance Criteria
buildScripts/ai/queryMemory.mjs) and linked to annpmscript.-q) as input.neo-agent-memoryChromaDB collection.ai:querytool, allowing the agent to access its most relevant memories.