feat: 新增 task_query 工具(查询最近任务列表),为工作记忆链提供可视化入口

This commit is contained in:
root
2026-04-28 20:03:51 +08:00
parent bddb5498e9
commit 0ccd02b0af
5 changed files with 113 additions and 1 deletions

View File

@ -45,6 +45,9 @@ class ToolLimiter:
if tool_name in ('task_create', 'task_set_state', 'task_delete', 'task_link_info'):
return ('task', 'update')
if tool_name == 'task_query':
return ('task', 'query')
if tool_name == 'memory_recall':
# 尝试区分工作记忆链查询 vs 一般记忆查询
query = (arguments.get('queryIntent', '') + ' ' + ' '.join(