4aa1dab283
- control_node 标注 DEPRECATED:保留目录壳子供未来远程探针节点复用,删除调用路径与相关测试
- 新增 task 表:极简元数据持久化 regulatory_node 完成的短任务(出报告/写文件/查询整理)
- regulatory_node 自标注:MessageResponse 扩展 task_action/title/summary,_run 末尾非阻塞落库
- query_task_list 改查 task 表,符合用户对"任务列表"的直觉,与 workflow 体系解耦
- 新增 /api/v1/task/list|/{id} 只读 API(task 由 regulatory 内部触发,不开放对外创建)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"name": "基础工具集",
|
|
"version": "0.1.0",
|
|
"description": "文件读写、命令执行、Python/搜索等通用能力",
|
|
"tools": [
|
|
{
|
|
"name": "shell_executor",
|
|
"file": "shell_executor.py",
|
|
"is_system": true,
|
|
"action_scope": [],
|
|
"config_args": {},
|
|
"category": "system"
|
|
},
|
|
{
|
|
"name": "file_reader",
|
|
"file": "file_reader.py",
|
|
"is_system": true,
|
|
"action_scope": [],
|
|
"config_args": {},
|
|
"category": "system"
|
|
},
|
|
{
|
|
"name": "edit_file",
|
|
"file": "edit_file.py",
|
|
"is_system": true,
|
|
"action_scope": [],
|
|
"config_args": {},
|
|
"category": "system"
|
|
},
|
|
{
|
|
"name": "write_file",
|
|
"file": "write_file.py",
|
|
"is_system": true,
|
|
"action_scope": [],
|
|
"config_args": {},
|
|
"category": "system"
|
|
},
|
|
{
|
|
"name": "search_file",
|
|
"file": "search_file.py",
|
|
"is_system": true,
|
|
"action_scope": [],
|
|
"config_args": {},
|
|
"category": "system"
|
|
},
|
|
{
|
|
"name": "python_executor",
|
|
"file": "python_executor.py",
|
|
"is_system": true,
|
|
"action_scope": [],
|
|
"config_args": {},
|
|
"category": "system"
|
|
},
|
|
{
|
|
"name": "tavily_search",
|
|
"file": "tavily_search.py",
|
|
"is_system": false,
|
|
"action_scope": ["consciousness_node", "regulatory_node"],
|
|
"config_args": {
|
|
"api_key": "",
|
|
"max_results": "5",
|
|
"search_depth": "basic",
|
|
"include_answer": "true"
|
|
},
|
|
"category": "search"
|
|
}
|
|
]
|
|
}
|