Search memories semantically using Forgetful
/plugin marketplace add ScottRBK/context-hub-plugin/plugin install context-hub-plugin@forgetful-plugins# Memory Search
Search the Forgetful knowledge base for relevant memories.
## Your Task
Perform a semantic search using `execute_forgetful_tool("query_memory", {...})` with the user's query.
**Query**: $ARGUMENTS
## Search Parameters
Use these parameters for the search:
If the query mentions a specific project, add `project_ids` filter.
## Response Format
Present results clearly:
1. **Summary**: Brief overview of what was found (or "No relevant memories found")
2. **Primary Memories**: For each memory show:
- Title (with importance score)
- Key content snippet
- Tags
...