记忆深度搜索:search_memory 核心工具 #69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#66 [PRD] arise 长尾记忆与感知增强(mood_congruence + 环境遥测 + 记忆深度搜索 + 习得贴纸 + 跨平台资料拉取)落地
What to build
新增一个模型可主动调用的检索工具
search_memory(query),让用户"还记得我们聊过的那个想法吗"这种超出常驻记忆范围的模糊指代也能被机器人真正想起来。复用三因子召回既有打分逻辑,不另起一套检索算法或评分公式。Acceptance criteria
search_memory(query)(同note_pending_intent/delegate_task/search_stickers先例,不经工具港)run_limit(同工具港既有工具一样,是一次"推理"工具调用,不豁免)RuntimeLoop工具处理脚本化对话测试(查询→返回召回结果、超长查询触发截断),仿test_delegate_task_tools.py既有工具测试模式recall.py既有纯函数测试覆盖,本片只新增"不受 top-K 限制"这一差异点的验证Blocked by
None — can start immediately