mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 17:08:18 +00:00
feat: 新增 task_query 工具(查询最近任务列表),为工作记忆链提供可视化入口
This commit is contained in:
@ -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(
|
||||
|
||||
Reference in New Issue
Block a user