recall
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseThe user wants to recall past context about: $ARGUMENTS
Use the MCP tool (provided by the agentmemory server that this plugin wires up automatically via ) with the user's query as the argument and . The tool runs hybrid BM25 + vector + graph-expanded search over captured observations and returns ranked results.
memory_smart_search.mcp.jsonquerylimit: 10Present the returned results to the user in a readable format:
- Group by session
- For each observation show its type, title, and narrative
- Highlight the most important observations (importance >= 7)
- If no results come back, suggest 2-3 alternative search terms the user could try
Do NOT make up or hallucinate observations. Only present what the MCP tool actually returned. If isn't available, the stdio MCP shim didn't start — tell the user to:
memory_smart_search- Run in Claude Code and confirm
/plugin listshows as enabled.agentmemory - Restart Claude Code (the plugin's is only read on startup).
.mcp.json - Check to see whether the
/mcpMCP server is connected.agentmemory
用户想要回忆以下主题的过往上下文:$ARGUMENTS
使用 MCP工具(由agentmemory服务器提供,该插件通过自动连接),将用户的查询作为参数,并设置。该工具会对已捕获的观测记录执行BM25+向量+图扩展的混合搜索,并返回排序后的结果。
memory_smart_search.mcp.jsonquerylimit: 10以易读的格式向用户展示返回的结果:
- 按会话分组
- 为每条观测记录显示其类型、标题和描述内容
- 高亮显示最重要的观测记录(重要性≥7)
- 如果没有返回结果,建议用户尝试2-3个替代搜索词
请勿编造或虚构观测记录。 仅展示MCP工具实际返回的内容。如果不可用,说明stdio MCP垫片未启动,请告知用户执行以下操作:
memory_smart_search- 在Claude Code中运行,确认
/plugin list已启用。agentmemory - 重启Claude Code(插件的仅在启动时读取)。
.mcp.json - 查看,确认agentmemory MCP服务器已连接。
/mcp