LearnNewsExamplesServices
Frontmatter
id7319
titleCreate Memory Query Tool
stateClosed
labels
enhancement
assigneestobiu
createdAtOct 1, 2025, 10:55 PM
updatedAtOct 2, 2025, 12:12 PM
githubUrlhttps://github.com/neomjs/neo/issues/7319
authortobiu
commentsCount0
parentIssue7316
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 2, 2025, 12:12 PM

Create Memory Query Tool

Closed v11.0.0 enhancement
tobiu
tobiu commented on Oct 1, 2025, 10:55 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

  1. A new script is created (e.g., buildScripts/ai/queryMemory.mjs) and linked to an npm script.
  2. The script accepts a query string (-q) as input.
  3. It generates an embedding for the query and uses it to find the most relevant documents in the neo-agent-memory ChromaDB collection.
  4. The script returns a ranked list of results, similar to the existing ai:query tool, allowing the agent to access its most relevant memories.
tobiu assigned to @tobiu on Oct 1, 2025, 10:55 PM
tobiu added parent issue #7316 on Oct 1, 2025, 10:55 PM
tobiu added the enhancement label on Oct 1, 2025, 10:55 PM
tobiu referenced in commit 2483ef4 - "Create Memory Query Tool #7319" on Oct 2, 2025, 12:12 PM
tobiu closed this issue on Oct 2, 2025, 12:12 PM