Skip to content

Step: Search User Memory

  • Key: search-user-memory
  • Category: Memory Management
  • Description: Search user memories using a text query.

Inputs

  • peerId (text, required): Peer ID
  • query (text): Search query (empty gets all)
  • limit (number): Max results (default 10)

Outputs

  • success (boolean): Whether search succeeded
  • found (boolean): Any results
  • count (number): Result count
  • results (array): Found memories

Notes

  • Useful before generating personalized responses.

Built with VitePress