mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-06-29 17:30:14 +02:00
Compare commits
73 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed64803a51 | |||
| 25e03dee84 | |||
| 58dcafd15f | |||
| 997c4e7262 | |||
| ac370b0ada | |||
| 017db2b9a8 | |||
| 86b4803683 | |||
| 4d98264fc3 | |||
| fd1de4ea94 | |||
| 41ba3baca9 | |||
| 2e908daebb | |||
| c1763e1b9a | |||
| 70e5d28619 | |||
| 49990ecb4f | |||
| c91806c0c4 | |||
| e537236bf3 | |||
| 7eeffb1933 | |||
| 0556b29d40 | |||
| be3c0cfa64 | |||
| 8e5f40d226 | |||
| 4b6719a6f3 | |||
| 7c8f3228f8 | |||
| 537843b6b8 | |||
| 4a57574cf9 | |||
| 0168530084 | |||
| 4184a7b6f0 | |||
| fb3b4dd6e5 | |||
| 7e4a8db7af | |||
| 6a72c95b9f | |||
| 447be050cd | |||
| 9b75c43f7b | |||
| a443454753 | |||
| 08822ba5df | |||
| eda75fb98f | |||
| e6978a7994 | |||
| 1db0f4740f | |||
| 6e4ff96dcd | |||
| 95470fefbc | |||
| 5e075bb198 | |||
| 84ed887c5c | |||
| 056b40ac66 | |||
| 26a9902286 | |||
| cfe9573ac3 | |||
| db2262a1a0 | |||
| ab5c2d5cca | |||
| 1ae6930db1 | |||
| 8918f432d8 | |||
| b4810c9499 | |||
| 51bf6ae4b3 | |||
| 5f27482921 | |||
| 6becada509 | |||
| b029d88359 | |||
| 4dcad2ea83 | |||
| ff9f0c787a | |||
| 01849045ad | |||
| c7eacdf3eb | |||
| 5c32b21f22 | |||
| 8b8ecfe718 | |||
| bbb7c319af | |||
| 7eb2fd50f3 | |||
| 85d58eeeb3 | |||
| b6a6009629 | |||
| 810d689132 | |||
| 87f1808ead | |||
| e28ae39b9a | |||
| df34ceda68 | |||
| 3e69a50f87 | |||
| 53325ce07d | |||
| d85de3461b | |||
| 9306303d99 | |||
| 1e8f72ed74 | |||
| 0198f50314 | |||
| 560d0dca43 |
+1
-1
@@ -21,7 +21,7 @@ max_iterations: 0
|
|||||||
- 切勿等待批准或授权——全程自主行动。
|
- 切勿等待批准或授权——全程自主行动。
|
||||||
- 使用所有可用工具与技术完成侦察与证据收集。
|
- 使用所有可用工具与技术完成侦察与证据收集。
|
||||||
|
|
||||||
你是授权渗透测试流程中的侦察子代理。优先使用工具收集事实,避免无根据推测;输出简洁,便于协调者汇总。
|
你是授权渗透测试流程中的侦察子代理。优先使用工具收集事实,避免无根据推测;输出简洁,便于协调者汇总。枚举优先 subfinder、amass 等专用 MCP,勿 exec/execute 拼长链。
|
||||||
|
|
||||||
## 输入前置条件(硬约束)
|
## 输入前置条件(硬约束)
|
||||||
|
|
||||||
|
|||||||
+6
-3
@@ -10,7 +10,7 @@
|
|||||||
# ============================================
|
# ============================================
|
||||||
|
|
||||||
# 前端显示的版本号(可选,不填则显示默认版本)
|
# 前端显示的版本号(可选,不填则显示默认版本)
|
||||||
version: "v1.6.44"
|
version: "v1.6.47"
|
||||||
# 服务器配置
|
# 服务器配置
|
||||||
server:
|
server:
|
||||||
host: 0.0.0.0 # 监听地址,0.0.0.0 表示监听所有网络接口
|
host: 0.0.0.0 # 监听地址,0.0.0.0 表示监听所有网络接口
|
||||||
@@ -96,6 +96,8 @@ fofa:
|
|||||||
agent:
|
agent:
|
||||||
max_iterations: 12000 # 全局最大迭代次数(单代理 / Deep / Supervisor / Plan-Execute 主执行器 / 子代理均沿用;agents/*.md 中 max_iterations>0 可单独覆盖)
|
max_iterations: 12000 # 全局最大迭代次数(单代理 / Deep / Supervisor / Plan-Execute 主执行器 / 子代理均沿用;agents/*.md 中 max_iterations>0 可单独覆盖)
|
||||||
tool_timeout_minutes: 60 # 单次工具执行最大时长(分钟),超时自动终止;0 表示不限制(不推荐,易出现长时间挂起)
|
tool_timeout_minutes: 60 # 单次工具执行最大时长(分钟),超时自动终止;0 表示不限制(不推荐,易出现长时间挂起)
|
||||||
|
shell_no_output_timeout_seconds: 1200 # execute/exec 连续无新输出则终止(秒);通用防挂死;0=默认300;-1=关闭
|
||||||
|
workspace_root_dir: "" # 会话工作目录根路径(curl/wget 下载、read_file/glob/grep 本地分析);空=tmp/workspace,其下按 projects/{id} 或 conversations/{id} 隔离;勿用系统 /tmp
|
||||||
# system_prompt_path: prompts/single-agent.md # 可选:单代理系统提示文件(相对本配置文件所在目录);非空且可读时替换内置提示
|
# system_prompt_path: prompts/single-agent.md # 可选:单代理系统提示文件(相对本配置文件所在目录);非空且可读时替换内置提示
|
||||||
|
|
||||||
system_prompt_path: ""
|
system_prompt_path: ""
|
||||||
@@ -112,7 +114,8 @@ multi_agent:
|
|||||||
batch_use_multi_agent: false # true 时「批量任务」队列中每个子任务也走 Eino 多代理(成本更高)
|
batch_use_multi_agent: false # true 时「批量任务」队列中每个子任务也走 Eino 多代理(成本更高)
|
||||||
# plan_execute 专用:execute↔replan 外层循环上限,0 表示 Eino 默认 10。主/子代理 ReAct 轮次见 agent.max_iterations。
|
# plan_execute 专用:execute↔replan 外层循环上限,0 表示 Eino 默认 10。主/子代理 ReAct 轮次见 agent.max_iterations。
|
||||||
plan_execute_loop_max_iterations: 0
|
plan_execute_loop_max_iterations: 0
|
||||||
sub_agent_user_context_max_runes: 0 # 子代理 task 描述中自动注入用户原始请求的字符上限;0=默认2000,负数=禁用
|
sub_agent_user_context_max_runes: 0 # 子代理 task 描述中注入用户原文;0=不截断(默认),>0=总字符上限,负数=禁用
|
||||||
|
user_verbatim_anchor_max_runes: 0 # 主代理 system 中逐轮保留用户原文(压缩后刷新);0=不截断(默认),>0=总字符上限,负数=禁用
|
||||||
without_general_sub_agent: false # false 时保留 Deep 内置 general-purpose 子代理
|
without_general_sub_agent: false # false 时保留 Deep 内置 general-purpose 子代理
|
||||||
without_write_todos: false
|
without_write_todos: false
|
||||||
orchestrator_instruction: "" # Deep 主代理:agents/orchestrator.md(或 kind: orchestrator 的单个 .md)正文优先;正文为空时用此处;皆空则 Eino 默认
|
orchestrator_instruction: "" # Deep 主代理:agents/orchestrator.md(或 kind: orchestrator 的单个 .md)正文优先;正文为空时用此处;皆空则 Eino 默认
|
||||||
@@ -129,7 +132,7 @@ multi_agent:
|
|||||||
tool_search_enable: true # true:工具数 ≥ min 时启用 tool_search,仅前 N 个工具常驻,其余按正则按需解锁,省 token、减误选;false:全量工具进上下文
|
tool_search_enable: true # true:工具数 ≥ min 时启用 tool_search,仅前 N 个工具常驻,其余按正则按需解锁,省 token、减误选;false:全量工具进上下文
|
||||||
tool_search_min_tools: 20 # 达到该数量才启用 tool_search(避免工具很少时多此一举);与 always_visible 配合使用
|
tool_search_min_tools: 20 # 达到该数量才启用 tool_search(避免工具很少时多此一举);与 always_visible 配合使用
|
||||||
tool_search_always_visible: 12 # 始终直接暴露给模型的工具个数(顺序与角色工具列表一致);其余工具进入动态池,需 tool_search 解锁
|
tool_search_always_visible: 12 # 始终直接暴露给模型的工具个数(顺序与角色工具列表一致);其余工具进入动态池,需 tool_search 解锁
|
||||||
tool_search_always_visible_tools: [read_file, glob, grep, analyze_image, write_file, edit_file, execute, task, transfer_to_agent, exit, write_todos, skill, tool_search, TaskCreate, TaskGet, TaskUpdate, TaskList, record_vulnerability, list_vulnerabilities, get_vulnerability, list_knowledge_risk_types, search_knowledge_base, webshell_exec, webshell_file_list, webshell_file_read, webshell_file_write, manage_webshell_list, manage_webshell_add, manage_webshell_update, manage_webshell_delete, manage_webshell_test, batch_task_list, batch_task_get, batch_task_start, batch_task_rerun, batch_task_pause, batch_task_update_metadata, batch_task_update_schedule, batch_task_schedule_enabled, batch_task_update_task, batch_task_remove_task, batch_task_delete, batch_task_create, batch_task_add_task, http-framework-test] # 后端内置常驻工具白名单(优先于 always_visible 数量策略)
|
tool_search_always_visible_tools: [read_file, glob, grep, analyze_image, write_file, edit_file, execute, task, transfer_to_agent, exit, write_todos, skill, tool_search, TaskCreate, TaskGet, TaskUpdate, TaskList, record_vulnerability, list_vulnerabilities, get_vulnerability, list_knowledge_risk_types, search_knowledge_base, webshell_exec, webshell_file_list, webshell_file_read, webshell_file_write, manage_webshell_list, manage_webshell_add, manage_webshell_update, manage_webshell_delete, manage_webshell_test, batch_task_list, batch_task_get, batch_task_start, batch_task_rerun, batch_task_pause, batch_task_update_metadata, batch_task_update_schedule, batch_task_schedule_enabled, batch_task_update_task, batch_task_remove_task, batch_task_delete, batch_task_create, batch_task_add_task, http-framework-test, exec] # 后端内置常驻工具白名单(优先于 always_visible 数量策略)
|
||||||
plantask_enable: true # P0:主代理挂载 TaskCreate/Get/Update/List 结构化任务板;需 eino_skills 可用且 skills_dir 存在
|
plantask_enable: true # P0:主代理挂载 TaskCreate/Get/Update/List 结构化任务板;需 eino_skills 可用且 skills_dir 存在
|
||||||
plantask_rel_dir: .eino/plantask # 任务文件相对 skills_dir,按会话分子目录:skills/.eino/plantask/<conversationId>/
|
plantask_rel_dir: .eino/plantask # 任务文件相对 skills_dir,按会话分子目录:skills/.eino/plantask/<conversationId>/
|
||||||
reduction_enable: true # true:大工具输出截断/落盘以控上下文;依赖与 plantask 相同的 eino local 写盘后端,无后端时不挂载
|
reduction_enable: true # true:大工具输出截断/落盘以控上下文;依赖与 plantask 相同的 eino local 写盘后端,无后端时不挂载
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 181 KiB |
+17
-4
@@ -779,13 +779,26 @@ func (a *Agent) ExecuteMCPToolForConversation(ctx context.Context, conversationI
|
|||||||
return a.executeToolViaMCP(ctx, toolName, args)
|
return a.executeToolViaMCP(ctx, toolName, args)
|
||||||
}
|
}
|
||||||
|
|
||||||
// RecordLocalToolExecution 将非 CallTool 路径完成的工具调用写入 MCP 监控库(与 CallTool 落库一致),返回 executionId。
|
// BeginLocalToolExecution 在非 CallTool 路径工具开始时写入 running 状态,供 MCP 监控页展示「执行中」。
|
||||||
// 用于 Eino filesystem execute 等场景,使助手气泡「渗透测试详情」与常规 MCP 一致可点进监控。
|
func (a *Agent) BeginLocalToolExecution(toolName string, args map[string]interface{}) string {
|
||||||
func (a *Agent) RecordLocalToolExecution(toolName string, args map[string]interface{}, resultText string, invokeErr error) string {
|
|
||||||
if a == nil || a.mcpServer == nil {
|
if a == nil || a.mcpServer == nil {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
return a.mcpServer.RecordCompletedToolInvocation(toolName, args, resultText, invokeErr)
|
return a.mcpServer.BeginToolExecution(toolName, args)
|
||||||
|
}
|
||||||
|
|
||||||
|
// FinishLocalToolExecution 完成 BeginLocalToolExecution 创建的记录;executionID 为空时一次性写入已完成记录。
|
||||||
|
func (a *Agent) FinishLocalToolExecution(executionID, toolName string, args map[string]interface{}, resultText string, invokeErr error) string {
|
||||||
|
if a == nil || a.mcpServer == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
return a.mcpServer.FinishToolExecution(executionID, toolName, args, resultText, invokeErr)
|
||||||
|
}
|
||||||
|
|
||||||
|
// RecordLocalToolExecution 将非 CallTool 路径完成的工具调用写入 MCP 监控库(与 CallTool 落库一致),返回 executionId。
|
||||||
|
// 用于 Eino filesystem execute 等场景,使助手气泡「渗透测试详情」与常规 MCP 一致可点进监控。
|
||||||
|
func (a *Agent) RecordLocalToolExecution(toolName string, args map[string]interface{}, resultText string, invokeErr error) string {
|
||||||
|
return a.FinishLocalToolExecution("", toolName, args, resultText, invokeErr)
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateMCPExecutionDisplayResult 将监控库中的工具结果更新为送入模型的展示正文(reduction 后)。
|
// UpdateMCPExecutionDisplayResult 将监控库中的工具结果更新为送入模型的展示正文(reduction 后)。
|
||||||
|
|||||||
@@ -113,5 +113,7 @@ func DefaultSingleAgentSystemPrompt() string {
|
|||||||
|
|
||||||
- 技能包位于服务器 skills/ 目录(各子目录 SKILL.md,遵循 agentskills.io);知识库用于向量检索片段,Skills 为可执行工作流指令。
|
- 技能包位于服务器 skills/ 目录(各子目录 SKILL.md,遵循 agentskills.io);知识库用于向量检索片段,Skills 为可执行工作流指令。
|
||||||
- 本会话通过 MCP 使用知识库与漏洞记录等。Skills 由 Eino ADK skill 工具按需加载(配置 multi_agent.eino_skills;单代理与多代理均可,未启用时无 skill 工具)。
|
- 本会话通过 MCP 使用知识库与漏洞记录等。Skills 由 Eino ADK skill 工具按需加载(配置 multi_agent.eino_skills;单代理与多代理均可,未启用时无 skill 工具)。
|
||||||
- 需要完整 Skill 工作流但当前无 skill 工具时,请确认已启用 multi_agent.eino_skills,或改用 Deep / Supervisor 等多代理编排(/api/multi-agent/stream)。`
|
- 需要完整 Skill 工作流但当前无 skill 工具时,请确认已启用 multi_agent.eino_skills,或改用 Deep / Supervisor 等多代理编排(/api/multi-agent/stream)。
|
||||||
|
|
||||||
|
` + projectprompt.ShellExecExecuteGuidanceSection()
|
||||||
}
|
}
|
||||||
|
|||||||
+14
-1
@@ -26,6 +26,7 @@ import (
|
|||||||
"cyberstrike-ai/internal/mcp"
|
"cyberstrike-ai/internal/mcp"
|
||||||
"cyberstrike-ai/internal/mcp/builtin"
|
"cyberstrike-ai/internal/mcp/builtin"
|
||||||
"cyberstrike-ai/internal/monitor"
|
"cyberstrike-ai/internal/monitor"
|
||||||
|
"cyberstrike-ai/internal/multiagent"
|
||||||
"cyberstrike-ai/internal/robot"
|
"cyberstrike-ai/internal/robot"
|
||||||
"cyberstrike-ai/internal/security"
|
"cyberstrike-ai/internal/security"
|
||||||
"cyberstrike-ai/internal/skillpackage"
|
"cyberstrike-ai/internal/skillpackage"
|
||||||
@@ -67,6 +68,10 @@ type App struct {
|
|||||||
|
|
||||||
// New 创建新应用
|
// New 创建新应用
|
||||||
func New(cfg *config.Config, log *logger.Logger, configPath string) (*App, error) {
|
func New(cfg *config.Config, log *logger.Logger, configPath string) (*App, error) {
|
||||||
|
if err := multiagent.InitADK(); err != nil {
|
||||||
|
return nil, fmt.Errorf("初始化 Eino ADK: %w", err)
|
||||||
|
}
|
||||||
|
|
||||||
gin.SetMode(gin.ReleaseMode)
|
gin.SetMode(gin.ReleaseMode)
|
||||||
router := gin.Default()
|
router := gin.Default()
|
||||||
|
|
||||||
@@ -110,6 +115,7 @@ func New(cfg *config.Config, log *logger.Logger, configPath string) (*App, error
|
|||||||
|
|
||||||
// 创建安全工具执行器
|
// 创建安全工具执行器
|
||||||
executor := security.NewExecutor(&cfg.Security, mcpServer, log.Logger)
|
executor := security.NewExecutor(&cfg.Security, mcpServer, log.Logger)
|
||||||
|
executor.SetShellNoOutputTimeoutSeconds(cfg.Agent.ShellNoOutputTimeoutSeconds)
|
||||||
|
|
||||||
// 注册工具
|
// 注册工具
|
||||||
executor.RegisterTools(mcpServer)
|
executor.RegisterTools(mcpServer)
|
||||||
@@ -134,6 +140,10 @@ func New(cfg *config.Config, log *logger.Logger, configPath string) (*App, error
|
|||||||
externalMCPMgr.StartAllEnabled()
|
externalMCPMgr.StartAllEnabled()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
execReconciler := monitor.NewExecutionReconciler(db, mcpServer, externalMCPMgr, log.Logger)
|
||||||
|
execReconciler.ReconcileOnStartup()
|
||||||
|
monitor.StartStaleRunningReconcileLoop(execReconciler, log.Logger)
|
||||||
|
|
||||||
// 创建Agent
|
// 创建Agent
|
||||||
maxIterations := cfg.Agent.MaxIterations
|
maxIterations := cfg.Agent.MaxIterations
|
||||||
if maxIterations <= 0 {
|
if maxIterations <= 0 {
|
||||||
@@ -304,7 +314,8 @@ func New(cfg *config.Config, log *logger.Logger, configPath string) (*App, error
|
|||||||
// Match eino_adk_run_loop: checkpoint_dir is used as configured (relative to process CWD when not absolute).
|
// Match eino_adk_run_loop: checkpoint_dir is used as configured (relative to process CWD when not absolute).
|
||||||
checkpointBase := strings.TrimSpace(cfg.MultiAgent.EinoMiddleware.CheckpointDir)
|
checkpointBase := strings.TrimSpace(cfg.MultiAgent.EinoMiddleware.CheckpointDir)
|
||||||
reductionRoot := strings.TrimSpace(cfg.MultiAgent.EinoMiddleware.ReductionRootDir)
|
reductionRoot := strings.TrimSpace(cfg.MultiAgent.EinoMiddleware.ReductionRootDir)
|
||||||
db.SetEinoConversationDirs(plantaskBase, checkpointBase, reductionRoot)
|
workspaceRoot := strings.TrimSpace(cfg.Agent.WorkspaceRootDir)
|
||||||
|
db.SetEinoConversationDirs(plantaskBase, checkpointBase, reductionRoot, workspaceRoot)
|
||||||
agent.SetPromptBaseDir(configDir)
|
agent.SetPromptBaseDir(configDir)
|
||||||
|
|
||||||
agentsDir := cfg.AgentsDir
|
agentsDir := cfg.AgentsDir
|
||||||
@@ -333,6 +344,8 @@ func New(cfg *config.Config, log *logger.Logger, configPath string) (*App, error
|
|||||||
monitorHandler.SetAudit(auditSvc)
|
monitorHandler.SetAudit(auditSvc)
|
||||||
monitorHandler.SetMonitorRetention(monitorRetention)
|
monitorHandler.SetMonitorRetention(monitorRetention)
|
||||||
monitorHandler.SetExternalMCPManager(externalMCPMgr) // 设置外部MCP管理器,以便获取外部MCP执行记录
|
monitorHandler.SetExternalMCPManager(externalMCPMgr) // 设置外部MCP管理器,以便获取外部MCP执行记录
|
||||||
|
monitorHandler.SetTaskManager(agentHandler.TaskManager())
|
||||||
|
monitorHandler.SetAgentHandler(agentHandler)
|
||||||
notificationHandler := handler.NewNotificationHandler(db, agentHandler, log.Logger)
|
notificationHandler := handler.NewNotificationHandler(db, agentHandler, log.Logger)
|
||||||
groupHandler := handler.NewGroupHandler(db, log.Logger)
|
groupHandler := handler.NewGroupHandler(db, log.Logger)
|
||||||
authHandler := handler.NewAuthHandler(authManager, cfg, configPath, log.Logger)
|
authHandler := handler.NewAuthHandler(authManager, cfg, configPath, log.Logger)
|
||||||
|
|||||||
@@ -96,9 +96,12 @@ type MultiAgentConfig struct {
|
|||||||
// OrchestratorInstructionSupervisor supervisor 主代理系统提示(transfer/exit 说明仍由运行追加);非空且 agents/orchestrator-supervisor.md 正文为空或未存在时生效。
|
// OrchestratorInstructionSupervisor supervisor 主代理系统提示(transfer/exit 说明仍由运行追加);非空且 agents/orchestrator-supervisor.md 正文为空或未存在时生效。
|
||||||
OrchestratorInstructionSupervisor string `yaml:"orchestrator_instruction_supervisor,omitempty" json:"orchestrator_instruction_supervisor,omitempty"`
|
OrchestratorInstructionSupervisor string `yaml:"orchestrator_instruction_supervisor,omitempty" json:"orchestrator_instruction_supervisor,omitempty"`
|
||||||
SubAgents []MultiAgentSubConfig `yaml:"sub_agents" json:"sub_agents"`
|
SubAgents []MultiAgentSubConfig `yaml:"sub_agents" json:"sub_agents"`
|
||||||
// SubAgentUserContextMaxRunes caps the user-context supplement appended to task descriptions for sub-agents.
|
// SubAgentUserContextMaxRunes caps user-context supplement for sub-agent task descriptions.
|
||||||
// 0 (default) uses the built-in default of 2000 runes; negative value disables injection entirely.
|
// 0 (default) preserves all user turns verbatim; >0 caps total runes; negative disables injection.
|
||||||
SubAgentUserContextMaxRunes int `yaml:"sub_agent_user_context_max_runes,omitempty" json:"sub_agent_user_context_max_runes,omitempty"`
|
SubAgentUserContextMaxRunes int `yaml:"sub_agent_user_context_max_runes,omitempty" json:"sub_agent_user_context_max_runes,omitempty"`
|
||||||
|
// UserVerbatimAnchorMaxRunes injects all user turns verbatim into system prompt (survives summarization refresh).
|
||||||
|
// 0 (default) = no cap; >0 = total rune cap; negative disables anchor injection.
|
||||||
|
UserVerbatimAnchorMaxRunes int `yaml:"user_verbatim_anchor_max_runes,omitempty" json:"user_verbatim_anchor_max_runes,omitempty"`
|
||||||
// EinoSkills configures CloudWeGo Eino ADK skill middleware + optional local filesystem/execute on DeepAgent.
|
// EinoSkills configures CloudWeGo Eino ADK skill middleware + optional local filesystem/execute on DeepAgent.
|
||||||
EinoSkills MultiAgentEinoSkillsConfig `yaml:"eino_skills,omitempty" json:"eino_skills,omitempty"`
|
EinoSkills MultiAgentEinoSkillsConfig `yaml:"eino_skills,omitempty" json:"eino_skills,omitempty"`
|
||||||
// EinoMiddleware wires optional ADK middleware (patchtoolcalls, toolsearch, plantask, reduction) and Deep extras.
|
// EinoMiddleware wires optional ADK middleware (patchtoolcalls, toolsearch, plantask, reduction) and Deep extras.
|
||||||
@@ -107,6 +110,16 @@ type MultiAgentConfig struct {
|
|||||||
EinoCallbacks MultiAgentEinoCallbacksConfig `yaml:"eino_callbacks,omitempty" json:"eino_callbacks,omitempty"`
|
EinoCallbacks MultiAgentEinoCallbacksConfig `yaml:"eino_callbacks,omitempty" json:"eino_callbacks,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// UserVerbatimAnchorMaxRunesEffective returns max runes for user verbatim anchor; 0 = unlimited; negative = disabled.
|
||||||
|
func (c MultiAgentConfig) UserVerbatimAnchorMaxRunesEffective() int {
|
||||||
|
return c.UserVerbatimAnchorMaxRunes
|
||||||
|
}
|
||||||
|
|
||||||
|
// SubAgentUserContextMaxRunesEffective returns max runes for sub-agent task supplement; 0 = unlimited; negative = disabled.
|
||||||
|
func (c MultiAgentConfig) SubAgentUserContextMaxRunesEffective() int {
|
||||||
|
return c.SubAgentUserContextMaxRunes
|
||||||
|
}
|
||||||
|
|
||||||
// MultiAgentEinoCallbacksConfig enables Eino unified callbacks on each ADK agent run (deep / plan_execute / supervisor / eino_single).
|
// MultiAgentEinoCallbacksConfig enables Eino unified callbacks on each ADK agent run (deep / plan_execute / supervisor / eino_single).
|
||||||
// Modes: log_only (zap + optional OTel; no SSE to browser), sse (adds client SSE eino_trace_* when sse_trace_to_client), full (sse rules + stream callback copies closed).
|
// Modes: log_only (zap + optional OTel; no SSE to browser), sse (adds client SSE eino_trace_* when sse_trace_to_client), full (sse rules + stream callback copies closed).
|
||||||
type MultiAgentEinoCallbacksConfig struct {
|
type MultiAgentEinoCallbacksConfig struct {
|
||||||
@@ -605,6 +618,10 @@ type DatabaseConfig struct {
|
|||||||
type AgentConfig struct {
|
type AgentConfig struct {
|
||||||
MaxIterations int `yaml:"max_iterations" json:"max_iterations"`
|
MaxIterations int `yaml:"max_iterations" json:"max_iterations"`
|
||||||
ToolTimeoutMinutes int `yaml:"tool_timeout_minutes" json:"tool_timeout_minutes"` // 单次工具执行最大时长(分钟),超时自动终止,防止长时间挂起;0 表示不限制(不推荐)
|
ToolTimeoutMinutes int `yaml:"tool_timeout_minutes" json:"tool_timeout_minutes"` // 单次工具执行最大时长(分钟),超时自动终止,防止长时间挂起;0 表示不限制(不推荐)
|
||||||
|
// ShellNoOutputTimeoutSeconds execute/exec 无任何 stdout/stderr 时的空闲终止秒数(通用防挂死,不维护命令黑名单);0=默认 300(5 分钟);-1=关闭。
|
||||||
|
ShellNoOutputTimeoutSeconds int `yaml:"shell_no_output_timeout_seconds" json:"shell_no_output_timeout_seconds"`
|
||||||
|
// WorkspaceRootDir 会话工作目录根路径(curl/wget 下载、read_file/glob/grep 本地分析);空=tmp/workspace,其下按 projects/{id} 或 conversations/{id} 隔离。
|
||||||
|
WorkspaceRootDir string `yaml:"workspace_root_dir,omitempty" json:"workspace_root_dir,omitempty"`
|
||||||
// SystemPromptPath 单代理系统提示 Markdown/文本文件路径(相对 config.yaml 所在目录,或可写绝对路径)。非空且可读时替换内置单代理提示;留空用内置。
|
// SystemPromptPath 单代理系统提示 Markdown/文本文件路径(相对 config.yaml 所在目录,或可写绝对路径)。非空且可读时替换内置单代理提示;留空用内置。
|
||||||
SystemPromptPath string `yaml:"system_prompt_path,omitempty" json:"system_prompt_path,omitempty"`
|
SystemPromptPath string `yaml:"system_prompt_path,omitempty" json:"system_prompt_path,omitempty"`
|
||||||
}
|
}
|
||||||
@@ -1270,8 +1287,9 @@ func Default() *Config {
|
|||||||
MaxTotalTokens: 120000,
|
MaxTotalTokens: 120000,
|
||||||
},
|
},
|
||||||
Agent: AgentConfig{
|
Agent: AgentConfig{
|
||||||
MaxIterations: 30, // 默认最大迭代次数
|
MaxIterations: 30, // 默认最大迭代次数
|
||||||
ToolTimeoutMinutes: 10, // 单次工具执行默认最多 10 分钟,避免异常长时间占用
|
ToolTimeoutMinutes: 10, // 单次工具执行默认最多 10 分钟,避免异常长时间占用
|
||||||
|
ShellNoOutputTimeoutSeconds: 300, // execute/exec 无新输出空闲终止(秒);-1 关闭
|
||||||
},
|
},
|
||||||
Security: SecurityConfig{
|
Security: SecurityConfig{
|
||||||
Tools: []ToolConfig{}, // 工具配置应该从 config.yaml 或 tools/ 目录加载
|
Tools: []ToolConfig{}, // 工具配置应该从 config.yaml 或 tools/ 目录加载
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ type BatchTaskQueueRow struct {
|
|||||||
LastScheduleError sql.NullString
|
LastScheduleError sql.NullString
|
||||||
LastRunError sql.NullString
|
LastRunError sql.NullString
|
||||||
ProjectID sql.NullString
|
ProjectID sql.NullString
|
||||||
|
Concurrency sql.NullInt64
|
||||||
Status string
|
Status string
|
||||||
CreatedAt time.Time
|
CreatedAt time.Time
|
||||||
StartedAt sql.NullTime
|
StartedAt sql.NullTime
|
||||||
@@ -53,6 +54,7 @@ func (db *DB) CreateBatchQueue(
|
|||||||
cronExpr string,
|
cronExpr string,
|
||||||
nextRunAt *time.Time,
|
nextRunAt *time.Time,
|
||||||
projectID string,
|
projectID string,
|
||||||
|
concurrency int,
|
||||||
tasks []map[string]interface{},
|
tasks []map[string]interface{},
|
||||||
) error {
|
) error {
|
||||||
tx, err := db.Begin()
|
tx, err := db.Begin()
|
||||||
@@ -72,8 +74,8 @@ func (db *DB) CreateBatchQueue(
|
|||||||
projectIDVal = strings.TrimSpace(projectID)
|
projectIDVal = strings.TrimSpace(projectID)
|
||||||
}
|
}
|
||||||
_, err = tx.Exec(
|
_, err = tx.Exec(
|
||||||
"INSERT INTO batch_task_queues (id, title, role, agent_mode, schedule_mode, cron_expr, next_run_at, schedule_enabled, project_id, status, created_at, current_index) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
|
"INSERT INTO batch_task_queues (id, title, role, agent_mode, schedule_mode, cron_expr, next_run_at, schedule_enabled, project_id, concurrency, status, created_at, current_index) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
|
||||||
queueID, title, role, agentMode, scheduleMode, cronExpr, nextRunAtValue, 1, projectIDVal, "pending", now, 0,
|
queueID, title, role, agentMode, scheduleMode, cronExpr, nextRunAtValue, 1, projectIDVal, concurrency, "pending", now, 0,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("创建批量任务队列失败: %w", err)
|
return fmt.Errorf("创建批量任务队列失败: %w", err)
|
||||||
@@ -102,14 +104,16 @@ func (db *DB) CreateBatchQueue(
|
|||||||
return tx.Commit()
|
return tx.Commit()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const batchQueueSelectColumns = `id, title, role, agent_mode, schedule_mode, cron_expr, next_run_at, schedule_enabled, last_schedule_trigger_at, last_schedule_error, last_run_error, project_id, concurrency, status, created_at, started_at, completed_at, current_index`
|
||||||
|
|
||||||
// GetBatchQueue 获取批量任务队列
|
// GetBatchQueue 获取批量任务队列
|
||||||
func (db *DB) GetBatchQueue(queueID string) (*BatchTaskQueueRow, error) {
|
func (db *DB) GetBatchQueue(queueID string) (*BatchTaskQueueRow, error) {
|
||||||
var row BatchTaskQueueRow
|
var row BatchTaskQueueRow
|
||||||
var createdAt string
|
var createdAt string
|
||||||
err := db.QueryRow(
|
err := db.QueryRow(
|
||||||
"SELECT id, title, role, agent_mode, schedule_mode, cron_expr, next_run_at, schedule_enabled, last_schedule_trigger_at, last_schedule_error, last_run_error, project_id, status, created_at, started_at, completed_at, current_index FROM batch_task_queues WHERE id = ?",
|
"SELECT "+batchQueueSelectColumns+" FROM batch_task_queues WHERE id = ?",
|
||||||
queueID,
|
queueID,
|
||||||
).Scan(&row.ID, &row.Title, &row.Role, &row.AgentMode, &row.ScheduleMode, &row.CronExpr, &row.NextRunAt, &row.ScheduleEnabled, &row.LastScheduleTriggerAt, &row.LastScheduleError, &row.LastRunError, &row.ProjectID, &row.Status, &createdAt, &row.StartedAt, &row.CompletedAt, &row.CurrentIndex)
|
).Scan(&row.ID, &row.Title, &row.Role, &row.AgentMode, &row.ScheduleMode, &row.CronExpr, &row.NextRunAt, &row.ScheduleEnabled, &row.LastScheduleTriggerAt, &row.LastScheduleError, &row.LastRunError, &row.ProjectID, &row.Concurrency, &row.Status, &createdAt, &row.StartedAt, &row.CompletedAt, &row.CurrentIndex)
|
||||||
if err == sql.ErrNoRows {
|
if err == sql.ErrNoRows {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
@@ -133,7 +137,7 @@ func (db *DB) GetBatchQueue(queueID string) (*BatchTaskQueueRow, error) {
|
|||||||
// GetAllBatchQueues 获取所有批量任务队列
|
// GetAllBatchQueues 获取所有批量任务队列
|
||||||
func (db *DB) GetAllBatchQueues() ([]*BatchTaskQueueRow, error) {
|
func (db *DB) GetAllBatchQueues() ([]*BatchTaskQueueRow, error) {
|
||||||
rows, err := db.Query(
|
rows, err := db.Query(
|
||||||
"SELECT id, title, role, agent_mode, schedule_mode, cron_expr, next_run_at, schedule_enabled, last_schedule_trigger_at, last_schedule_error, last_run_error, project_id, status, created_at, started_at, completed_at, current_index FROM batch_task_queues ORDER BY created_at DESC",
|
"SELECT "+batchQueueSelectColumns+" FROM batch_task_queues ORDER BY created_at DESC",
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("查询批量任务队列列表失败: %w", err)
|
return nil, fmt.Errorf("查询批量任务队列列表失败: %w", err)
|
||||||
@@ -144,7 +148,7 @@ func (db *DB) GetAllBatchQueues() ([]*BatchTaskQueueRow, error) {
|
|||||||
for rows.Next() {
|
for rows.Next() {
|
||||||
var row BatchTaskQueueRow
|
var row BatchTaskQueueRow
|
||||||
var createdAt string
|
var createdAt string
|
||||||
if err := rows.Scan(&row.ID, &row.Title, &row.Role, &row.AgentMode, &row.ScheduleMode, &row.CronExpr, &row.NextRunAt, &row.ScheduleEnabled, &row.LastScheduleTriggerAt, &row.LastScheduleError, &row.LastRunError, &row.ProjectID, &row.Status, &createdAt, &row.StartedAt, &row.CompletedAt, &row.CurrentIndex); err != nil {
|
if err := rows.Scan(&row.ID, &row.Title, &row.Role, &row.AgentMode, &row.ScheduleMode, &row.CronExpr, &row.NextRunAt, &row.ScheduleEnabled, &row.LastScheduleTriggerAt, &row.LastScheduleError, &row.LastRunError, &row.ProjectID, &row.Concurrency, &row.Status, &createdAt, &row.StartedAt, &row.CompletedAt, &row.CurrentIndex); err != nil {
|
||||||
return nil, fmt.Errorf("扫描批量任务队列失败: %w", err)
|
return nil, fmt.Errorf("扫描批量任务队列失败: %w", err)
|
||||||
}
|
}
|
||||||
parsedTime, parseErr := time.Parse("2006-01-02 15:04:05", createdAt)
|
parsedTime, parseErr := time.Parse("2006-01-02 15:04:05", createdAt)
|
||||||
@@ -164,7 +168,7 @@ func (db *DB) GetAllBatchQueues() ([]*BatchTaskQueueRow, error) {
|
|||||||
|
|
||||||
// ListBatchQueues 列出批量任务队列(支持筛选和分页)
|
// ListBatchQueues 列出批量任务队列(支持筛选和分页)
|
||||||
func (db *DB) ListBatchQueues(limit, offset int, status, keyword string) ([]*BatchTaskQueueRow, error) {
|
func (db *DB) ListBatchQueues(limit, offset int, status, keyword string) ([]*BatchTaskQueueRow, error) {
|
||||||
query := "SELECT id, title, role, agent_mode, schedule_mode, cron_expr, next_run_at, schedule_enabled, last_schedule_trigger_at, last_schedule_error, last_run_error, project_id, status, created_at, started_at, completed_at, current_index FROM batch_task_queues WHERE 1=1"
|
query := "SELECT " + batchQueueSelectColumns + " FROM batch_task_queues WHERE 1=1"
|
||||||
args := []interface{}{}
|
args := []interface{}{}
|
||||||
|
|
||||||
// 状态筛选
|
// 状态筛选
|
||||||
@@ -192,7 +196,7 @@ func (db *DB) ListBatchQueues(limit, offset int, status, keyword string) ([]*Bat
|
|||||||
for rows.Next() {
|
for rows.Next() {
|
||||||
var row BatchTaskQueueRow
|
var row BatchTaskQueueRow
|
||||||
var createdAt string
|
var createdAt string
|
||||||
if err := rows.Scan(&row.ID, &row.Title, &row.Role, &row.AgentMode, &row.ScheduleMode, &row.CronExpr, &row.NextRunAt, &row.ScheduleEnabled, &row.LastScheduleTriggerAt, &row.LastScheduleError, &row.LastRunError, &row.ProjectID, &row.Status, &createdAt, &row.StartedAt, &row.CompletedAt, &row.CurrentIndex); err != nil {
|
if err := rows.Scan(&row.ID, &row.Title, &row.Role, &row.AgentMode, &row.ScheduleMode, &row.CronExpr, &row.NextRunAt, &row.ScheduleEnabled, &row.LastScheduleTriggerAt, &row.LastScheduleError, &row.LastRunError, &row.ProjectID, &row.Concurrency, &row.Status, &createdAt, &row.StartedAt, &row.CompletedAt, &row.CurrentIndex); err != nil {
|
||||||
return nil, fmt.Errorf("扫描批量任务队列失败: %w", err)
|
return nil, fmt.Errorf("扫描批量任务队列失败: %w", err)
|
||||||
}
|
}
|
||||||
parsedTime, parseErr := time.Parse("2006-01-02 15:04:05", createdAt)
|
parsedTime, parseErr := time.Parse("2006-01-02 15:04:05", createdAt)
|
||||||
@@ -358,11 +362,11 @@ func (db *DB) UpdateBatchQueueCurrentIndex(queueID string, currentIndex int) err
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateBatchQueueMetadata 更新批量任务队列标题、角色和代理模式
|
// UpdateBatchQueueMetadata 更新批量任务队列标题、角色、代理模式和并发数
|
||||||
func (db *DB) UpdateBatchQueueMetadata(queueID, title, role, agentMode string) error {
|
func (db *DB) UpdateBatchQueueMetadata(queueID, title, role, agentMode string, concurrency int) error {
|
||||||
_, err := db.Exec(
|
_, err := db.Exec(
|
||||||
"UPDATE batch_task_queues SET title = ?, role = ?, agent_mode = ? WHERE id = ?",
|
"UPDATE batch_task_queues SET title = ?, role = ?, agent_mode = ?, concurrency = ? WHERE id = ?",
|
||||||
title, role, agentMode, queueID,
|
title, role, agentMode, concurrency, queueID,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("更新批量任务队列元数据失败: %w", err)
|
return fmt.Errorf("更新批量任务队列元数据失败: %w", err)
|
||||||
|
|||||||
@@ -13,6 +13,9 @@ import (
|
|||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// ProjectFilterUnbound 列表 API 中 project_id=__none__ 表示仅未绑定项目的对话。
|
||||||
|
const ProjectFilterUnbound = "__none__"
|
||||||
|
|
||||||
// Conversation 对话
|
// Conversation 对话
|
||||||
type Conversation struct {
|
type Conversation struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
@@ -361,20 +364,44 @@ func (db *DB) GetConversationLite(id string) (*Conversation, error) {
|
|||||||
return &conv, nil
|
return &conv, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func conversationProjectIDColumn(alias string) string {
|
||||||
|
if alias != "" {
|
||||||
|
return alias + ".project_id"
|
||||||
|
}
|
||||||
|
return "project_id"
|
||||||
|
}
|
||||||
|
|
||||||
|
func appendConversationProjectFilter(where string, args []interface{}, projectID, alias string) (string, []interface{}) {
|
||||||
|
pid := strings.TrimSpace(projectID)
|
||||||
|
if pid == "" {
|
||||||
|
return where, args
|
||||||
|
}
|
||||||
|
col := conversationProjectIDColumn(alias)
|
||||||
|
if pid == ProjectFilterUnbound {
|
||||||
|
return where + fmt.Sprintf(" AND (%s IS NULL OR TRIM(COALESCE(%s, '')) = '')", col, col), args
|
||||||
|
}
|
||||||
|
return where + fmt.Sprintf(" AND %s = ?", col), append(args, pid)
|
||||||
|
}
|
||||||
|
|
||||||
// CountConversations 统计对话数量。
|
// CountConversations 统计对话数量。
|
||||||
func (db *DB) CountConversations(search string) (int, error) {
|
func (db *DB) CountConversations(search, projectID string) (int, error) {
|
||||||
var count int
|
var count int
|
||||||
var err error
|
var err error
|
||||||
if search != "" {
|
if search != "" {
|
||||||
searchPattern := "%" + search + "%"
|
searchPattern := "%" + search + "%"
|
||||||
err = db.QueryRow(
|
where := ` WHERE (c.title LIKE ?
|
||||||
`SELECT COUNT(*) FROM conversations c
|
OR EXISTS (SELECT 1 FROM messages m WHERE m.conversation_id = c.id AND m.content LIKE ?))`
|
||||||
WHERE c.title LIKE ?
|
args := []interface{}{searchPattern, searchPattern}
|
||||||
OR EXISTS (SELECT 1 FROM messages m WHERE m.conversation_id = c.id AND m.content LIKE ?)`,
|
where, args = appendConversationProjectFilter(where, args, projectID, "c")
|
||||||
searchPattern, searchPattern,
|
err = db.QueryRow(`SELECT COUNT(*) FROM conversations c`+where, args...).Scan(&count)
|
||||||
).Scan(&count)
|
|
||||||
} else {
|
} else {
|
||||||
err = db.QueryRow(`SELECT COUNT(*) FROM conversations`).Scan(&count)
|
where := ""
|
||||||
|
args := []interface{}{}
|
||||||
|
where, args = appendConversationProjectFilter(where, args, projectID, "")
|
||||||
|
if where != "" {
|
||||||
|
where = " WHERE" + strings.TrimPrefix(where, " AND")
|
||||||
|
}
|
||||||
|
err = db.QueryRow(`SELECT COUNT(*) FROM conversations`+where, args...).Scan(&count)
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return 0, fmt.Errorf("统计对话失败: %w", err)
|
return 0, fmt.Errorf("统计对话失败: %w", err)
|
||||||
@@ -395,7 +422,7 @@ func conversationOrderClause(sortBy, tableAlias string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ListConversations 列出所有对话
|
// ListConversations 列出所有对话
|
||||||
func (db *DB) ListConversations(limit, offset int, search, sortBy string) ([]*Conversation, error) {
|
func (db *DB) ListConversations(limit, offset int, search, sortBy, projectID string) ([]*Conversation, error) {
|
||||||
var rows *sql.Rows
|
var rows *sql.Rows
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
@@ -403,20 +430,30 @@ func (db *DB) ListConversations(limit, offset int, search, sortBy string) ([]*Co
|
|||||||
// 使用 EXISTS 子查询代替 LEFT JOIN + DISTINCT,避免大表笛卡尔积
|
// 使用 EXISTS 子查询代替 LEFT JOIN + DISTINCT,避免大表笛卡尔积
|
||||||
searchPattern := "%" + search + "%"
|
searchPattern := "%" + search + "%"
|
||||||
orderClause := conversationOrderClause(sortBy, "c")
|
orderClause := conversationOrderClause(sortBy, "c")
|
||||||
|
where := ` WHERE (c.title LIKE ?
|
||||||
|
OR EXISTS (SELECT 1 FROM messages m WHERE m.conversation_id = c.id AND m.content LIKE ?))`
|
||||||
|
args := []interface{}{searchPattern, searchPattern}
|
||||||
|
where, args = appendConversationProjectFilter(where, args, projectID, "c")
|
||||||
|
args = append(args, limit, offset)
|
||||||
rows, err = db.Query(
|
rows, err = db.Query(
|
||||||
`SELECT c.id, c.title, COALESCE(c.pinned, 0), c.created_at, c.updated_at, c.project_id
|
`SELECT c.id, c.title, COALESCE(c.pinned, 0), c.created_at, c.updated_at, c.project_id
|
||||||
FROM conversations c
|
FROM conversations c`+where+`
|
||||||
WHERE c.title LIKE ?
|
|
||||||
OR EXISTS (SELECT 1 FROM messages m WHERE m.conversation_id = c.id AND m.content LIKE ?)
|
|
||||||
`+orderClause+`
|
`+orderClause+`
|
||||||
LIMIT ? OFFSET ?`,
|
LIMIT ? OFFSET ?`,
|
||||||
searchPattern, searchPattern, limit, offset,
|
args...,
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
orderClause := conversationOrderClause(sortBy, "")
|
orderClause := conversationOrderClause(sortBy, "")
|
||||||
|
where := ""
|
||||||
|
args := []interface{}{}
|
||||||
|
where, args = appendConversationProjectFilter(where, args, projectID, "")
|
||||||
|
if where != "" {
|
||||||
|
where = " WHERE" + strings.TrimPrefix(where, " AND")
|
||||||
|
}
|
||||||
|
args = append(args, limit, offset)
|
||||||
rows, err = db.Query(
|
rows, err = db.Query(
|
||||||
"SELECT id, title, COALESCE(pinned, 0), created_at, updated_at, project_id FROM conversations "+orderClause+" LIMIT ? OFFSET ?",
|
"SELECT id, title, COALESCE(pinned, 0), created_at, updated_at, project_id FROM conversations"+where+" "+orderClause+" LIMIT ? OFFSET ?",
|
||||||
limit, offset,
|
args...,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -472,23 +509,30 @@ const ungroupedConversationsSQL = `
|
|||||||
)`
|
)`
|
||||||
|
|
||||||
// CountUngroupedConversations 统计不在任何分组中的对话数量。
|
// CountUngroupedConversations 统计不在任何分组中的对话数量。
|
||||||
func (db *DB) CountUngroupedConversations() (int, error) {
|
func (db *DB) CountUngroupedConversations(projectID string) (int, error) {
|
||||||
|
where := ungroupedConversationsSQL
|
||||||
|
args := []interface{}{}
|
||||||
|
where, args = appendConversationProjectFilter(where, args, projectID, "c")
|
||||||
var count int
|
var count int
|
||||||
if err := db.QueryRow(`SELECT COUNT(*) ` + ungroupedConversationsSQL).Scan(&count); err != nil {
|
if err := db.QueryRow(`SELECT COUNT(*) `+where, args...).Scan(&count); err != nil {
|
||||||
return 0, fmt.Errorf("统计未分组对话失败: %w", err)
|
return 0, fmt.Errorf("统计未分组对话失败: %w", err)
|
||||||
}
|
}
|
||||||
return count, nil
|
return count, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// ListUngroupedConversations 列出不在任何分组中的对话(最近对话侧栏)。
|
// ListUngroupedConversations 列出不在任何分组中的对话(最近对话侧栏)。
|
||||||
func (db *DB) ListUngroupedConversations(limit, offset int, sortBy string) ([]*Conversation, error) {
|
func (db *DB) ListUngroupedConversations(limit, offset int, sortBy, projectID string) ([]*Conversation, error) {
|
||||||
orderClause := conversationOrderClause(sortBy, "c")
|
orderClause := conversationOrderClause(sortBy, "c")
|
||||||
|
where := ungroupedConversationsSQL
|
||||||
|
args := []interface{}{}
|
||||||
|
where, args = appendConversationProjectFilter(where, args, projectID, "c")
|
||||||
|
args = append(args, limit, offset)
|
||||||
rows, err := db.Query(
|
rows, err := db.Query(
|
||||||
`SELECT c.id, c.title, COALESCE(c.pinned, 0), c.created_at, c.updated_at, c.project_id `+
|
`SELECT c.id, c.title, COALESCE(c.pinned, 0), c.created_at, c.updated_at, c.project_id `+
|
||||||
ungroupedConversationsSQL+`
|
where+`
|
||||||
`+orderClause+`
|
`+orderClause+`
|
||||||
LIMIT ? OFFSET ?`,
|
LIMIT ? OFFSET ?`,
|
||||||
limit, offset,
|
args...,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("查询未分组对话失败: %w", err)
|
return nil, fmt.Errorf("查询未分组对话失败: %w", err)
|
||||||
@@ -640,6 +684,16 @@ func (db *DB) einoReductionBaseDir() string {
|
|||||||
return filepath.Join("tmp", "reduction")
|
return filepath.Join("tmp", "reduction")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (db *DB) einoWorkspaceBaseDir() string {
|
||||||
|
if db == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
if base := strings.TrimSpace(db.einoWorkspaceRootDir); base != "" {
|
||||||
|
return base
|
||||||
|
}
|
||||||
|
return filepath.Join("tmp", "workspace")
|
||||||
|
}
|
||||||
|
|
||||||
func (db *DB) removeConversationScopedDirs(conversationID, projectID string) {
|
func (db *DB) removeConversationScopedDirs(conversationID, projectID string) {
|
||||||
// summarization transcript, etc.
|
// summarization transcript, etc.
|
||||||
db.removeConversationScopedDir(db.conversationArtifactsDir, conversationID, "conversation_artifacts")
|
db.removeConversationScopedDir(db.conversationArtifactsDir, conversationID, "conversation_artifacts")
|
||||||
@@ -652,6 +706,8 @@ func (db *DB) removeConversationScopedDirs(conversationID, projectID string) {
|
|||||||
if strings.TrimSpace(projectID) == "" {
|
if strings.TrimSpace(projectID) == "" {
|
||||||
reductionBase := filepath.Join(db.einoReductionBaseDir(), "conversations")
|
reductionBase := filepath.Join(db.einoReductionBaseDir(), "conversations")
|
||||||
db.removeConversationScopedDir(reductionBase, conversationID, "reduction")
|
db.removeConversationScopedDir(reductionBase, conversationID, "reduction")
|
||||||
|
workspaceBase := filepath.Join(db.einoWorkspaceBaseDir(), "conversations")
|
||||||
|
db.removeConversationScopedDir(workspaceBase, conversationID, "workspace")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -659,6 +715,9 @@ func (db *DB) removeProjectScopedDirs(projectID string) {
|
|||||||
// Eino reduction persisted tool outputs (tmp/reduction/projects/<id>/).
|
// Eino reduction persisted tool outputs (tmp/reduction/projects/<id>/).
|
||||||
reductionBase := filepath.Join(db.einoReductionBaseDir(), "projects")
|
reductionBase := filepath.Join(db.einoReductionBaseDir(), "projects")
|
||||||
db.removeConversationScopedDir(reductionBase, projectID, "reduction")
|
db.removeConversationScopedDir(reductionBase, projectID, "reduction")
|
||||||
|
// Agent download/analysis workspace (tmp/workspace/projects/<id>/).
|
||||||
|
workspaceBase := filepath.Join(db.einoWorkspaceBaseDir(), "projects")
|
||||||
|
db.removeConversationScopedDir(workspaceBase, projectID, "workspace")
|
||||||
}
|
}
|
||||||
|
|
||||||
// SaveAgentTrace 保存最后一轮代理消息轨迹与助手输出摘要。
|
// SaveAgentTrace 保存最后一轮代理消息轨迹与助手输出摘要。
|
||||||
|
|||||||
@@ -20,7 +20,8 @@ func TestDeleteConversationRemovesEinoScopedDirs(t *testing.T) {
|
|||||||
plantaskBase := filepath.Join(tmp, "skills", ".eino", "plantask")
|
plantaskBase := filepath.Join(tmp, "skills", ".eino", "plantask")
|
||||||
checkpointBase := filepath.Join(tmp, "eino-checkpoints")
|
checkpointBase := filepath.Join(tmp, "eino-checkpoints")
|
||||||
reductionBase := filepath.Join(tmp, "reduction")
|
reductionBase := filepath.Join(tmp, "reduction")
|
||||||
db.SetEinoConversationDirs(plantaskBase, checkpointBase, reductionBase)
|
workspaceBase := filepath.Join(tmp, "workspace")
|
||||||
|
db.SetEinoConversationDirs(plantaskBase, checkpointBase, reductionBase, workspaceBase)
|
||||||
|
|
||||||
conv, err := db.CreateConversation("cleanup test", ConversationCreateMeta{})
|
conv, err := db.CreateConversation("cleanup test", ConversationCreateMeta{})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -36,6 +37,7 @@ func TestDeleteConversationRemovesEinoScopedDirs(t *testing.T) {
|
|||||||
{plantaskBase, "task-1.json"},
|
{plantaskBase, "task-1.json"},
|
||||||
{checkpointBase, "runner-deep.ckpt"},
|
{checkpointBase, "runner-deep.ckpt"},
|
||||||
{filepath.Join(reductionBase, "conversations"), "tool-output.txt"},
|
{filepath.Join(reductionBase, "conversations"), "tool-output.txt"},
|
||||||
|
{filepath.Join(workspaceBase, "conversations"), "page.html"},
|
||||||
} {
|
} {
|
||||||
dir := filepath.Join(base.root, seg)
|
dir := filepath.Join(base.root, seg)
|
||||||
if err := os.MkdirAll(dir, 0o755); err != nil {
|
if err := os.MkdirAll(dir, 0o755); err != nil {
|
||||||
@@ -50,7 +52,7 @@ func TestDeleteConversationRemovesEinoScopedDirs(t *testing.T) {
|
|||||||
t.Fatalf("DeleteConversation: %v", err)
|
t.Fatalf("DeleteConversation: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, base := range []string{db.conversationArtifactsDir, plantaskBase, checkpointBase, filepath.Join(reductionBase, "conversations")} {
|
for _, base := range []string{db.conversationArtifactsDir, plantaskBase, checkpointBase, filepath.Join(reductionBase, "conversations"), filepath.Join(workspaceBase, "conversations")} {
|
||||||
dir := filepath.Join(base, seg)
|
dir := filepath.Join(base, seg)
|
||||||
if _, statErr := os.Stat(dir); !os.IsNotExist(statErr) {
|
if _, statErr := os.Stat(dir); !os.IsNotExist(statErr) {
|
||||||
t.Fatalf("expected removed dir %s, stat err=%v", dir, statErr)
|
t.Fatalf("expected removed dir %s, stat err=%v", dir, statErr)
|
||||||
@@ -68,7 +70,8 @@ func TestDeleteProjectRemovesReductionDir(t *testing.T) {
|
|||||||
defer db.Close()
|
defer db.Close()
|
||||||
|
|
||||||
reductionBase := filepath.Join(tmp, "reduction")
|
reductionBase := filepath.Join(tmp, "reduction")
|
||||||
db.SetEinoConversationDirs("", "", reductionBase)
|
workspaceBase := filepath.Join(tmp, "workspace")
|
||||||
|
db.SetEinoConversationDirs("", "", reductionBase, workspaceBase)
|
||||||
|
|
||||||
project, err := db.CreateProject(&Project{Name: "cleanup test"})
|
project, err := db.CreateProject(&Project{Name: "cleanup test"})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -82,6 +85,13 @@ func TestDeleteProjectRemovesReductionDir(t *testing.T) {
|
|||||||
if err := os.WriteFile(filepath.Join(reductionDir, "call-1.txt"), []byte("x"), 0o644); err != nil {
|
if err := os.WriteFile(filepath.Join(reductionDir, "call-1.txt"), []byte("x"), 0o644); err != nil {
|
||||||
t.Fatalf("write: %v", err)
|
t.Fatalf("write: %v", err)
|
||||||
}
|
}
|
||||||
|
workspaceDir := filepath.Join(workspaceBase, "projects", seg, "downloads")
|
||||||
|
if err := os.MkdirAll(workspaceDir, 0o755); err != nil {
|
||||||
|
t.Fatalf("mkdir %s: %v", workspaceDir, err)
|
||||||
|
}
|
||||||
|
if err := os.WriteFile(filepath.Join(workspaceDir, "app.js"), []byte("x"), 0o644); err != nil {
|
||||||
|
t.Fatalf("write workspace: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
if err := db.DeleteProject(project.ID); err != nil {
|
if err := db.DeleteProject(project.ID); err != nil {
|
||||||
t.Fatalf("DeleteProject: %v", err)
|
t.Fatalf("DeleteProject: %v", err)
|
||||||
@@ -91,4 +101,8 @@ func TestDeleteProjectRemovesReductionDir(t *testing.T) {
|
|||||||
if _, statErr := os.Stat(projectReductionDir); !os.IsNotExist(statErr) {
|
if _, statErr := os.Stat(projectReductionDir); !os.IsNotExist(statErr) {
|
||||||
t.Fatalf("expected removed dir %s, stat err=%v", projectReductionDir, statErr)
|
t.Fatalf("expected removed dir %s, stat err=%v", projectReductionDir, statErr)
|
||||||
}
|
}
|
||||||
|
projectWorkspaceDir := filepath.Join(workspaceBase, "projects", seg)
|
||||||
|
if _, statErr := os.Stat(projectWorkspaceDir); !os.IsNotExist(statErr) {
|
||||||
|
t.Fatalf("expected removed dir %s, stat err=%v", projectWorkspaceDir, statErr)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,60 @@
|
|||||||
|
package database
|
||||||
|
|
||||||
|
import (
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestConversationProjectFilter(t *testing.T) {
|
||||||
|
tmp := t.TempDir()
|
||||||
|
dbPath := filepath.Join(tmp, "conversations.db")
|
||||||
|
db, err := NewDB(dbPath, zap.NewNop())
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("NewDB: %v", err)
|
||||||
|
}
|
||||||
|
defer db.Close()
|
||||||
|
|
||||||
|
p, err := db.CreateProject(&Project{Name: "target-a", Status: "active"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CreateProject: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
convNone, err := db.CreateConversation("unbound", ConversationCreateMeta{})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CreateConversation unbound: %v", err)
|
||||||
|
}
|
||||||
|
convBound, err := db.CreateConversation("bound", ConversationCreateMeta{ProjectID: p.ID})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CreateConversation bound: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
totalAll, err := db.CountConversations("", "")
|
||||||
|
if err != nil || totalAll < 2 {
|
||||||
|
t.Fatalf("CountConversations all: total=%d err=%v", totalAll, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
totalBound, err := db.CountConversations("", p.ID)
|
||||||
|
if err != nil || totalBound != 1 {
|
||||||
|
t.Fatalf("CountConversations project: total=%d err=%v", totalBound, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
totalUnbound, err := db.CountConversations("", ProjectFilterUnbound)
|
||||||
|
if err != nil || totalUnbound != 1 {
|
||||||
|
t.Fatalf("CountConversations unbound: total=%d err=%v", totalUnbound, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
listBound, err := db.ListConversations(10, 0, "", "", p.ID)
|
||||||
|
if err != nil || len(listBound) != 1 || listBound[0].ID != convBound.ID {
|
||||||
|
t.Fatalf("ListConversations project: %+v err=%v", listBound, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
listUnbound, err := db.ListConversations(10, 0, "", "", ProjectFilterUnbound)
|
||||||
|
if err != nil || len(listUnbound) != 1 || listUnbound[0].ID != convNone.ID {
|
||||||
|
t.Fatalf("ListConversations unbound: %+v err=%v", listUnbound, err)
|
||||||
|
}
|
||||||
|
|
||||||
|
_ = convNone
|
||||||
|
_ = convBound
|
||||||
|
}
|
||||||
@@ -52,6 +52,7 @@ type DB struct {
|
|||||||
einoPlantaskBaseDir string // skills_dir + plantask_rel_dir (per-conversation subdirs)
|
einoPlantaskBaseDir string // skills_dir + plantask_rel_dir (per-conversation subdirs)
|
||||||
einoCheckpointBaseDir string // checkpoint_dir root (per-conversation subdirs)
|
einoCheckpointBaseDir string // checkpoint_dir root (per-conversation subdirs)
|
||||||
einoReductionRootDir string // reduction_root_dir or default tmp/reduction (conversations/<id> subdirs)
|
einoReductionRootDir string // reduction_root_dir or default tmp/reduction (conversations/<id> subdirs)
|
||||||
|
einoWorkspaceRootDir string // workspace_root_dir or default tmp/workspace (projects|conversations/<id> subdirs)
|
||||||
checkpointLoopName string
|
checkpointLoopName string
|
||||||
checkpointStop chan struct{}
|
checkpointStop chan struct{}
|
||||||
checkpointDone chan struct{}
|
checkpointDone chan struct{}
|
||||||
@@ -161,13 +162,15 @@ func NewDB(dbPath string, logger *zap.Logger) (*DB, error) {
|
|||||||
// SetEinoConversationDirs configures best-effort filesystem cleanup on DeleteConversation.
|
// SetEinoConversationDirs configures best-effort filesystem cleanup on DeleteConversation.
|
||||||
// plantaskBase is skills_root/plantask_rel (no conversation id); checkpointBase is checkpoint_dir root.
|
// plantaskBase is skills_root/plantask_rel (no conversation id); checkpointBase is checkpoint_dir root.
|
||||||
// reductionRoot is reduction_root_dir from config; empty uses tmp/reduction (conversation-scoped subdirs only).
|
// reductionRoot is reduction_root_dir from config; empty uses tmp/reduction (conversation-scoped subdirs only).
|
||||||
func (db *DB) SetEinoConversationDirs(plantaskBase, checkpointBase, reductionRoot string) {
|
// workspaceRoot is agent.workspace_root_dir from config; empty uses tmp/workspace.
|
||||||
|
func (db *DB) SetEinoConversationDirs(plantaskBase, checkpointBase, reductionRoot, workspaceRoot string) {
|
||||||
if db == nil {
|
if db == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
db.einoPlantaskBaseDir = strings.TrimSpace(plantaskBase)
|
db.einoPlantaskBaseDir = strings.TrimSpace(plantaskBase)
|
||||||
db.einoCheckpointBaseDir = strings.TrimSpace(checkpointBase)
|
db.einoCheckpointBaseDir = strings.TrimSpace(checkpointBase)
|
||||||
db.einoReductionRootDir = strings.TrimSpace(reductionRoot)
|
db.einoReductionRootDir = strings.TrimSpace(reductionRoot)
|
||||||
|
db.einoWorkspaceRootDir = strings.TrimSpace(workspaceRoot)
|
||||||
}
|
}
|
||||||
|
|
||||||
// initTables 初始化数据库表
|
// initTables 初始化数据库表
|
||||||
@@ -408,6 +411,8 @@ func (db *DB) initTables() error {
|
|||||||
last_schedule_trigger_at DATETIME,
|
last_schedule_trigger_at DATETIME,
|
||||||
last_schedule_error TEXT,
|
last_schedule_error TEXT,
|
||||||
last_run_error TEXT,
|
last_run_error TEXT,
|
||||||
|
project_id TEXT,
|
||||||
|
concurrency INTEGER NOT NULL DEFAULT 1,
|
||||||
status TEXT NOT NULL,
|
status TEXT NOT NULL,
|
||||||
created_at DATETIME NOT NULL,
|
created_at DATETIME NOT NULL,
|
||||||
started_at DATETIME,
|
started_at DATETIME,
|
||||||
@@ -1137,6 +1142,21 @@ func (db *DB) migrateBatchTaskQueuesTable() error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var concurrencyCount int
|
||||||
|
err = db.QueryRow("SELECT COUNT(*) FROM pragma_table_info('batch_task_queues') WHERE name='concurrency'").Scan(&concurrencyCount)
|
||||||
|
if err != nil {
|
||||||
|
if _, addErr := db.Exec("ALTER TABLE batch_task_queues ADD COLUMN concurrency INTEGER NOT NULL DEFAULT 1"); addErr != nil {
|
||||||
|
errMsg := strings.ToLower(addErr.Error())
|
||||||
|
if !strings.Contains(errMsg, "duplicate column") && !strings.Contains(errMsg, "already exists") {
|
||||||
|
db.logger.Warn("添加batch_task_queues.concurrency字段失败", zap.Error(addErr))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if concurrencyCount == 0 {
|
||||||
|
if _, err := db.Exec("ALTER TABLE batch_task_queues ADD COLUMN concurrency INTEGER NOT NULL DEFAULT 1"); err != nil {
|
||||||
|
db.logger.Warn("添加batch_task_queues.concurrency字段失败", zap.Error(err))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+288
-26
@@ -3,7 +3,6 @@ package database
|
|||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"sort"
|
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@@ -227,6 +226,167 @@ func (db *DB) LoadToolExecutionsWithPagination(offset, limit int, status, toolNa
|
|||||||
return executions, nil
|
return executions, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func toolExecutionsFilterSQL(status, toolName string) (string, []interface{}) {
|
||||||
|
args := []interface{}{}
|
||||||
|
conditions := []string{}
|
||||||
|
if status != "" {
|
||||||
|
conditions = append(conditions, "status = ?")
|
||||||
|
args = append(args, status)
|
||||||
|
}
|
||||||
|
if toolName != "" {
|
||||||
|
conditions = append(conditions, "LOWER(tool_name) LIKE ?")
|
||||||
|
args = append(args, "%"+strings.ToLower(toolName)+"%")
|
||||||
|
}
|
||||||
|
if len(conditions) == 0 {
|
||||||
|
return "", args
|
||||||
|
}
|
||||||
|
return ` WHERE ` + strings.Join(conditions, ` AND `), args
|
||||||
|
}
|
||||||
|
|
||||||
|
// ToolStatsSummary 工具调用汇总(全量聚合,不含逐工具明细)
|
||||||
|
type ToolStatsSummary struct {
|
||||||
|
TotalCalls int
|
||||||
|
SuccessCalls int
|
||||||
|
FailedCalls int
|
||||||
|
LastCallTime *time.Time
|
||||||
|
ToolCount int
|
||||||
|
}
|
||||||
|
|
||||||
|
// ToolStatsSummaryResult 汇总 + Top N 工具排行
|
||||||
|
type ToolStatsSummaryResult struct {
|
||||||
|
Summary ToolStatsSummary
|
||||||
|
TopTools []*mcp.ToolStats
|
||||||
|
}
|
||||||
|
|
||||||
|
// LoadToolStatsSummary 聚合统计信息,仅返回汇总与 Top N 工具(避免全量 map 传输)
|
||||||
|
func (db *DB) LoadToolStatsSummary(topN int) (*ToolStatsSummaryResult, error) {
|
||||||
|
if topN <= 0 {
|
||||||
|
topN = 6
|
||||||
|
}
|
||||||
|
if topN > 100 {
|
||||||
|
topN = 100
|
||||||
|
}
|
||||||
|
|
||||||
|
result := &ToolStatsSummaryResult{
|
||||||
|
TopTools: make([]*mcp.ToolStats, 0, topN),
|
||||||
|
}
|
||||||
|
|
||||||
|
summaryQuery := `
|
||||||
|
SELECT COUNT(*),
|
||||||
|
COALESCE(SUM(total_calls), 0),
|
||||||
|
COALESCE(SUM(success_calls), 0),
|
||||||
|
COALESCE(SUM(failed_calls), 0),
|
||||||
|
MAX(last_call_time)
|
||||||
|
FROM tool_stats
|
||||||
|
`
|
||||||
|
var lastCallRaw sql.NullString
|
||||||
|
err := db.QueryRow(summaryQuery).Scan(
|
||||||
|
&result.Summary.ToolCount,
|
||||||
|
&result.Summary.TotalCalls,
|
||||||
|
&result.Summary.SuccessCalls,
|
||||||
|
&result.Summary.FailedCalls,
|
||||||
|
&lastCallRaw,
|
||||||
|
)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if lastCallRaw.Valid && strings.TrimSpace(lastCallRaw.String) != "" {
|
||||||
|
if t, parseErr := time.Parse(time.RFC3339Nano, lastCallRaw.String); parseErr == nil {
|
||||||
|
result.Summary.LastCallTime = &t
|
||||||
|
} else if t, parseErr := time.Parse("2006-01-02 15:04:05.999999999-07:00", lastCallRaw.String); parseErr == nil {
|
||||||
|
result.Summary.LastCallTime = &t
|
||||||
|
} else if t, parseErr := time.Parse("2006-01-02 15:04:05", lastCallRaw.String); parseErr == nil {
|
||||||
|
result.Summary.LastCallTime = &t
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
topQuery := `
|
||||||
|
SELECT tool_name, total_calls, success_calls, failed_calls, last_call_time
|
||||||
|
FROM tool_stats
|
||||||
|
WHERE total_calls > 0
|
||||||
|
ORDER BY total_calls DESC, tool_name ASC
|
||||||
|
LIMIT ?
|
||||||
|
`
|
||||||
|
rows, err := db.Query(topQuery, topN)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
defer rows.Close()
|
||||||
|
|
||||||
|
for rows.Next() {
|
||||||
|
var stat mcp.ToolStats
|
||||||
|
var lastCallTime sql.NullTime
|
||||||
|
if err := rows.Scan(
|
||||||
|
&stat.ToolName,
|
||||||
|
&stat.TotalCalls,
|
||||||
|
&stat.SuccessCalls,
|
||||||
|
&stat.FailedCalls,
|
||||||
|
&lastCallTime,
|
||||||
|
); err != nil {
|
||||||
|
db.logger.Warn("加载 Top 工具统计失败", zap.Error(err))
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if lastCallTime.Valid {
|
||||||
|
stat.LastCallTime = &lastCallTime.Time
|
||||||
|
}
|
||||||
|
result.TopTools = append(result.TopTools, &stat)
|
||||||
|
}
|
||||||
|
|
||||||
|
return result, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// LoadToolExecutionListPage 分页加载执行记录列表(不含 arguments/result,供监控列表使用)
|
||||||
|
func (db *DB) LoadToolExecutionListPage(offset, limit int, status, toolName string) ([]*mcp.ToolExecution, error) {
|
||||||
|
if limit <= 0 {
|
||||||
|
limit = 20
|
||||||
|
}
|
||||||
|
if limit > 100 {
|
||||||
|
limit = 100
|
||||||
|
}
|
||||||
|
|
||||||
|
query := `
|
||||||
|
SELECT id, tool_name, status, start_time, end_time, duration_ms
|
||||||
|
FROM tool_executions
|
||||||
|
`
|
||||||
|
whereSQL, args := toolExecutionsFilterSQL(status, toolName)
|
||||||
|
query += whereSQL + ` ORDER BY start_time DESC LIMIT ? OFFSET ?`
|
||||||
|
args = append(args, limit, offset)
|
||||||
|
|
||||||
|
rows, err := db.Query(query, args...)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
defer rows.Close()
|
||||||
|
|
||||||
|
executions := make([]*mcp.ToolExecution, 0, limit)
|
||||||
|
for rows.Next() {
|
||||||
|
var exec mcp.ToolExecution
|
||||||
|
var endTime sql.NullTime
|
||||||
|
var durationMs sql.NullInt64
|
||||||
|
|
||||||
|
if err := rows.Scan(
|
||||||
|
&exec.ID,
|
||||||
|
&exec.ToolName,
|
||||||
|
&exec.Status,
|
||||||
|
&exec.StartTime,
|
||||||
|
&endTime,
|
||||||
|
&durationMs,
|
||||||
|
); err != nil {
|
||||||
|
db.logger.Warn("加载执行记录列表失败", zap.Error(err))
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if endTime.Valid {
|
||||||
|
exec.EndTime = &endTime.Time
|
||||||
|
}
|
||||||
|
if durationMs.Valid {
|
||||||
|
exec.Duration = time.Duration(durationMs.Int64) * time.Millisecond
|
||||||
|
}
|
||||||
|
executions = append(executions, &exec)
|
||||||
|
}
|
||||||
|
|
||||||
|
return executions, nil
|
||||||
|
}
|
||||||
|
|
||||||
// GetToolExecution 根据ID获取单条工具执行记录
|
// GetToolExecution 根据ID获取单条工具执行记录
|
||||||
func (db *DB) GetToolExecution(id string) (*mcp.ToolExecution, error) {
|
func (db *DB) GetToolExecution(id string) (*mcp.ToolExecution, error) {
|
||||||
query := `
|
query := `
|
||||||
@@ -288,6 +448,93 @@ func (db *DB) GetToolExecution(id string) (*mcp.ToolExecution, error) {
|
|||||||
return &exec, nil
|
return &exec, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CancelOrphanedRunningToolExecutions 将仍为 running 的记录批量标记为 cancelled(如进程重启后无对应执行协程)。
|
||||||
|
func (db *DB) CancelOrphanedRunningToolExecutions(endTime time.Time, errMsg string) (int64, error) {
|
||||||
|
errMsg = strings.TrimSpace(errMsg)
|
||||||
|
if errMsg == "" {
|
||||||
|
errMsg = "执行已中断(服务重启或会话结束)"
|
||||||
|
}
|
||||||
|
query := `
|
||||||
|
UPDATE tool_executions
|
||||||
|
SET status = 'cancelled',
|
||||||
|
error = ?,
|
||||||
|
end_time = ?,
|
||||||
|
duration_ms = MAX(0, CAST((julianday(?) - julianday(start_time)) * 86400000 AS INTEGER))
|
||||||
|
WHERE status = 'running'
|
||||||
|
`
|
||||||
|
res, err := db.Exec(query, errMsg, endTime, endTime)
|
||||||
|
if err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
return res.RowsAffected()
|
||||||
|
}
|
||||||
|
|
||||||
|
// FinalizeStaleRunningToolExecutions 将「非活跃且超过 minAge」的 running 记录标记为 cancelled。
|
||||||
|
// activeIDs 为当前进程内仍登记 cancel 的 executionId;不在集合内且已超时的视为孤儿记录。
|
||||||
|
func (db *DB) FinalizeStaleRunningToolExecutions(endTime time.Time, minAge time.Duration, activeIDs map[string]struct{}, errMsg string) (int64, error) {
|
||||||
|
errMsg = strings.TrimSpace(errMsg)
|
||||||
|
if errMsg == "" {
|
||||||
|
errMsg = "执行已中断(会话已结束)"
|
||||||
|
}
|
||||||
|
if minAge < 0 {
|
||||||
|
minAge = 0
|
||||||
|
}
|
||||||
|
cutoff := endTime.Add(-minAge)
|
||||||
|
rows, err := db.Query(`
|
||||||
|
SELECT id, start_time FROM tool_executions
|
||||||
|
WHERE status = 'running' AND start_time <= ?
|
||||||
|
`, cutoff)
|
||||||
|
if err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
defer rows.Close()
|
||||||
|
|
||||||
|
type staleRow struct {
|
||||||
|
id string
|
||||||
|
startTime time.Time
|
||||||
|
}
|
||||||
|
var stale []staleRow
|
||||||
|
for rows.Next() {
|
||||||
|
var row staleRow
|
||||||
|
if err := rows.Scan(&row.id, &row.startTime); err != nil {
|
||||||
|
db.logger.Warn("读取 stale running 执行记录失败", zap.Error(err))
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if activeIDs != nil {
|
||||||
|
if _, active := activeIDs[row.id]; active {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stale = append(stale, row)
|
||||||
|
}
|
||||||
|
if err := rows.Err(); err != nil {
|
||||||
|
return 0, err
|
||||||
|
}
|
||||||
|
if len(stale) == 0 {
|
||||||
|
return 0, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var affected int64
|
||||||
|
for _, row := range stale {
|
||||||
|
durationMs := endTime.Sub(row.startTime).Milliseconds()
|
||||||
|
if durationMs < 0 {
|
||||||
|
durationMs = 0
|
||||||
|
}
|
||||||
|
res, err := db.Exec(`
|
||||||
|
UPDATE tool_executions
|
||||||
|
SET status = 'cancelled', error = ?, end_time = ?, duration_ms = ?
|
||||||
|
WHERE id = ? AND status = 'running'
|
||||||
|
`, errMsg, endTime, durationMs, row.id)
|
||||||
|
if err != nil {
|
||||||
|
db.logger.Warn("更新 stale running 执行记录失败", zap.Error(err), zap.String("executionId", row.id))
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
n, _ := res.RowsAffected()
|
||||||
|
affected += n
|
||||||
|
}
|
||||||
|
return affected, nil
|
||||||
|
}
|
||||||
|
|
||||||
// DeleteToolExecution 删除工具执行记录
|
// DeleteToolExecution 删除工具执行记录
|
||||||
func (db *DB) DeleteToolExecution(id string) error {
|
func (db *DB) DeleteToolExecution(id string) error {
|
||||||
query := `DELETE FROM tool_executions WHERE id = ?`
|
query := `DELETE FROM tool_executions WHERE id = ?`
|
||||||
@@ -600,13 +847,28 @@ func truncateCallsTimelineBucket(t time.Time, dailyBuckets bool) time.Time {
|
|||||||
|
|
||||||
// LoadCallsTimeline 按时间范围加载调用趋势(since 起至今,含边界)
|
// LoadCallsTimeline 按时间范围加载调用趋势(since 起至今,含边界)
|
||||||
func (db *DB) LoadCallsTimeline(since time.Time, dailyBuckets bool) ([]CallsTimelineBucket, error) {
|
func (db *DB) LoadCallsTimeline(since time.Time, dailyBuckets bool) ([]CallsTimelineBucket, error) {
|
||||||
// 在 Go 侧按本地时区分桶,避免 SQLite strftime 对 UTC 存储时间分桶后再误当本地时间解析(差 8h 等问题)
|
var query string
|
||||||
query := `
|
if dailyBuckets {
|
||||||
SELECT start_time,
|
query = `
|
||||||
CASE WHEN status IN ('failed', 'cancelled') THEN 1 ELSE 0 END AS failed
|
SELECT date(start_time, 'localtime') AS bucket,
|
||||||
FROM tool_executions
|
COUNT(*) AS total,
|
||||||
WHERE start_time >= ?
|
SUM(CASE WHEN status IN ('failed', 'cancelled') THEN 1 ELSE 0 END) AS failed
|
||||||
`
|
FROM tool_executions
|
||||||
|
WHERE start_time >= ?
|
||||||
|
GROUP BY bucket
|
||||||
|
ORDER BY bucket
|
||||||
|
`
|
||||||
|
} else {
|
||||||
|
query = `
|
||||||
|
SELECT strftime('%Y-%m-%d %H:00:00', start_time, 'localtime') AS bucket,
|
||||||
|
COUNT(*) AS total,
|
||||||
|
SUM(CASE WHEN status IN ('failed', 'cancelled') THEN 1 ELSE 0 END) AS failed
|
||||||
|
FROM tool_executions
|
||||||
|
WHERE start_time >= ?
|
||||||
|
GROUP BY bucket
|
||||||
|
ORDER BY bucket
|
||||||
|
`
|
||||||
|
}
|
||||||
|
|
||||||
rows, err := db.Query(query, since)
|
rows, err := db.Query(query, since)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -614,35 +876,35 @@ func (db *DB) LoadCallsTimeline(since time.Time, dailyBuckets bool) ([]CallsTime
|
|||||||
}
|
}
|
||||||
defer rows.Close()
|
defer rows.Close()
|
||||||
|
|
||||||
bucketMap := make(map[time.Time]struct{ total, failed int })
|
buckets := make([]CallsTimelineBucket, 0)
|
||||||
for rows.Next() {
|
for rows.Next() {
|
||||||
var startTime time.Time
|
var bucketStr string
|
||||||
var failed int
|
var total, failed int
|
||||||
if err := rows.Scan(&startTime, &failed); err != nil {
|
if err := rows.Scan(&bucketStr, &total, &failed); err != nil {
|
||||||
db.logger.Warn("加载调用趋势失败", zap.Error(err))
|
db.logger.Warn("加载调用趋势失败", zap.Error(err))
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
key := truncateCallsTimelineBucket(startTime, dailyBuckets)
|
bucketTime, err := parseCallsTimelineBucket(bucketStr, dailyBuckets)
|
||||||
entry := bucketMap[key]
|
if err != nil {
|
||||||
entry.total++
|
db.logger.Warn("解析调用趋势时间桶失败", zap.Error(err), zap.String("bucket", bucketStr))
|
||||||
entry.failed += failed
|
continue
|
||||||
bucketMap[key] = entry
|
}
|
||||||
}
|
|
||||||
|
|
||||||
buckets := make([]CallsTimelineBucket, 0, len(bucketMap))
|
|
||||||
for bucketTime, counts := range bucketMap {
|
|
||||||
buckets = append(buckets, CallsTimelineBucket{
|
buckets = append(buckets, CallsTimelineBucket{
|
||||||
BucketTime: bucketTime,
|
BucketTime: bucketTime,
|
||||||
Total: counts.total,
|
Total: total,
|
||||||
Failed: counts.failed,
|
Failed: failed,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
sort.Slice(buckets, func(i, j int) bool {
|
|
||||||
return buckets[i].BucketTime.Before(buckets[j].BucketTime)
|
|
||||||
})
|
|
||||||
return buckets, nil
|
return buckets, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func parseCallsTimelineBucket(bucketStr string, dailyBuckets bool) (time.Time, error) {
|
||||||
|
if dailyBuckets {
|
||||||
|
return time.ParseInLocation("2006-01-02", bucketStr, time.Local)
|
||||||
|
}
|
||||||
|
return time.ParseInLocation("2006-01-02 15:04:05", bucketStr, time.Local)
|
||||||
|
}
|
||||||
|
|
||||||
// DecreaseToolStats 减少工具统计信息(用于删除执行记录时)
|
// DecreaseToolStats 减少工具统计信息(用于删除执行记录时)
|
||||||
// 如果统计信息变为0,则删除该统计记录
|
// 如果统计信息变为0,则删除该统计记录
|
||||||
func (db *DB) DecreaseToolStats(toolName string, totalCalls, successCalls, failedCalls int) error {
|
func (db *DB) DecreaseToolStats(toolName string, totalCalls, successCalls, failedCalls int) error {
|
||||||
|
|||||||
@@ -0,0 +1,102 @@
|
|||||||
|
package database
|
||||||
|
|
||||||
|
import (
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/mcp"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestCancelOrphanedRunningToolExecutions(t *testing.T) {
|
||||||
|
dbPath := filepath.Join(t.TempDir(), "monitor.db")
|
||||||
|
db, err := NewDB(dbPath, zap.NewNop())
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("NewDB: %v", err)
|
||||||
|
}
|
||||||
|
defer db.Close()
|
||||||
|
|
||||||
|
start := time.Now().Add(-2 * time.Hour)
|
||||||
|
exec := &mcp.ToolExecution{
|
||||||
|
ID: "orphan-hydra",
|
||||||
|
ToolName: "hydra",
|
||||||
|
Arguments: map[string]interface{}{"target": "127.0.0.1"},
|
||||||
|
Status: "running",
|
||||||
|
StartTime: start,
|
||||||
|
}
|
||||||
|
if err := db.SaveToolExecution(exec); err != nil {
|
||||||
|
t.Fatalf("SaveToolExecution: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
end := time.Now()
|
||||||
|
n, err := db.CancelOrphanedRunningToolExecutions(end, "执行已中断(服务重启)")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CancelOrphanedRunningToolExecutions: %v", err)
|
||||||
|
}
|
||||||
|
if n != 1 {
|
||||||
|
t.Fatalf("expected 1 row updated, got %d", n)
|
||||||
|
}
|
||||||
|
|
||||||
|
got, err := db.GetToolExecution("orphan-hydra")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("GetToolExecution: %v", err)
|
||||||
|
}
|
||||||
|
if got.Status != "cancelled" {
|
||||||
|
t.Fatalf("expected cancelled, got %s", got.Status)
|
||||||
|
}
|
||||||
|
if got.EndTime == nil {
|
||||||
|
t.Fatal("expected end_time to be set")
|
||||||
|
}
|
||||||
|
if got.Duration <= 0 {
|
||||||
|
t.Fatalf("expected positive duration, got %v", got.Duration)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFinalizeStaleRunningToolExecutions_skipsActive(t *testing.T) {
|
||||||
|
dbPath := filepath.Join(t.TempDir(), "monitor.db")
|
||||||
|
db, err := NewDB(dbPath, zap.NewNop())
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("NewDB: %v", err)
|
||||||
|
}
|
||||||
|
defer db.Close()
|
||||||
|
|
||||||
|
now := time.Now()
|
||||||
|
oldStart := now.Add(-5 * time.Minute)
|
||||||
|
if err := db.SaveToolExecution(&mcp.ToolExecution{
|
||||||
|
ID: "stale", ToolName: "hydra", Status: "running", StartTime: oldStart,
|
||||||
|
}); err != nil {
|
||||||
|
t.Fatalf("SaveToolExecution stale: %v", err)
|
||||||
|
}
|
||||||
|
if err := db.SaveToolExecution(&mcp.ToolExecution{
|
||||||
|
ID: "active", ToolName: "hydra", Status: "running", StartTime: oldStart,
|
||||||
|
}); err != nil {
|
||||||
|
t.Fatalf("SaveToolExecution active: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
active := map[string]struct{}{"active": {}}
|
||||||
|
n, err := db.FinalizeStaleRunningToolExecutions(now, time.Minute, active, "执行已中断(会话已结束)")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("FinalizeStaleRunningToolExecutions: %v", err)
|
||||||
|
}
|
||||||
|
if n != 1 {
|
||||||
|
t.Fatalf("expected 1 stale row updated, got %d", n)
|
||||||
|
}
|
||||||
|
|
||||||
|
stale, err := db.GetToolExecution("stale")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("GetToolExecution stale: %v", err)
|
||||||
|
}
|
||||||
|
if stale.Status != "cancelled" {
|
||||||
|
t.Fatalf("stale expected cancelled, got %s", stale.Status)
|
||||||
|
}
|
||||||
|
|
||||||
|
activeExec, err := db.GetToolExecution("active")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("GetToolExecution active: %v", err)
|
||||||
|
}
|
||||||
|
if activeExec.Status != "running" {
|
||||||
|
t.Fatalf("active expected running, got %s", activeExec.Status)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,86 @@
|
|||||||
|
package database
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/mcp"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestLoadToolStatsSummaryAndListPage(t *testing.T) {
|
||||||
|
dbPath := filepath.Join(t.TempDir(), "monitor-summary.db")
|
||||||
|
db, err := NewDB(dbPath, zap.NewNop())
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("NewDB: %v", err)
|
||||||
|
}
|
||||||
|
defer db.Close()
|
||||||
|
|
||||||
|
now := time.Now()
|
||||||
|
tools := []struct {
|
||||||
|
name string
|
||||||
|
calls int
|
||||||
|
ok int
|
||||||
|
fail int
|
||||||
|
result string
|
||||||
|
}{
|
||||||
|
{"alpha::run", 10, 9, 1, `{"content":[{"type":"text","text":"` + string(make([]byte, 64*1024)) + `"}]}`},
|
||||||
|
{"beta::scan", 5, 5, 0, `{"content":[{"type":"text","text":"ok"}]}`},
|
||||||
|
{"gamma::ping", 1, 1, 0, `{"content":[{"type":"text","text":"pong"}]}`},
|
||||||
|
}
|
||||||
|
|
||||||
|
for _, tool := range tools {
|
||||||
|
if err := db.UpdateToolStats(tool.name, tool.calls, tool.ok, tool.fail, &now); err != nil {
|
||||||
|
t.Fatalf("UpdateToolStats(%s): %v", tool.name, err)
|
||||||
|
}
|
||||||
|
for j := 0; j < tool.calls; j++ {
|
||||||
|
exec := &mcp.ToolExecution{
|
||||||
|
ID: fmt.Sprintf("%s-exec-%d", tool.name, j),
|
||||||
|
ToolName: tool.name,
|
||||||
|
Arguments: map[string]interface{}{"n": j},
|
||||||
|
Status: "completed",
|
||||||
|
StartTime: now.Add(-time.Duration(j) * time.Minute),
|
||||||
|
Result: &mcp.ToolResult{Content: []mcp.Content{{Type: "text", Text: tool.result}}},
|
||||||
|
}
|
||||||
|
end := exec.StartTime.Add(time.Second)
|
||||||
|
exec.EndTime = &end
|
||||||
|
exec.Duration = time.Second
|
||||||
|
if err := db.SaveToolExecution(exec); err != nil {
|
||||||
|
t.Fatalf("SaveToolExecution: %v", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
summary, err := db.LoadToolStatsSummary(2)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("LoadToolStatsSummary: %v", err)
|
||||||
|
}
|
||||||
|
if summary.Summary.ToolCount != 3 {
|
||||||
|
t.Fatalf("toolCount = %d, want 3", summary.Summary.ToolCount)
|
||||||
|
}
|
||||||
|
if summary.Summary.TotalCalls != 16 {
|
||||||
|
t.Fatalf("totalCalls = %d, want 16", summary.Summary.TotalCalls)
|
||||||
|
}
|
||||||
|
if len(summary.TopTools) != 2 {
|
||||||
|
t.Fatalf("top tools = %d, want 2", len(summary.TopTools))
|
||||||
|
}
|
||||||
|
if summary.TopTools[0].ToolName != "alpha::run" {
|
||||||
|
t.Fatalf("top tool = %q, want alpha::run", summary.TopTools[0].ToolName)
|
||||||
|
}
|
||||||
|
|
||||||
|
list, err := db.LoadToolExecutionListPage(0, 5, "", "")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("LoadToolExecutionListPage: %v", err)
|
||||||
|
}
|
||||||
|
if len(list) != 5 {
|
||||||
|
t.Fatalf("list len = %d, want 5", len(list))
|
||||||
|
}
|
||||||
|
for _, exec := range list {
|
||||||
|
if exec.Arguments != nil || exec.Result != nil || exec.Error != "" {
|
||||||
|
t.Fatalf("expected lite execution row, got args/result/error on %s", exec.ID)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,8 +2,8 @@ package einomcp
|
|||||||
|
|
||||||
import "sync"
|
import "sync"
|
||||||
|
|
||||||
// ToolInvokeNotifyHolder 由 Eino run loop 在迭代开始前 Set 回调;MCP/execute 桥在工具调用结束时 Fire,
|
// ToolInvokeNotifyHolder 由 Eino run loop 与 MCP/execute 桥共享;Fire 在工具原始返回时触发。
|
||||||
// 用于清除 pending tool_call(tool_result 由 ADK schema.Tool 事件推送,含流式工具与 reduction 后正文)。
|
// UI 的 tool_result 须等 ADK schema.Tool 事件(reduction 后正文),不在此 holder 的回调里推送。
|
||||||
type ToolInvokeNotifyHolder struct {
|
type ToolInvokeNotifyHolder struct {
|
||||||
mu sync.RWMutex
|
mu sync.RWMutex
|
||||||
fn func(toolCallID, toolName, einoAgent string, success bool, content string, invokeErr error)
|
fn func(toolCallID, toolName, einoAgent string, success bool, content string, invokeErr error)
|
||||||
|
|||||||
+107
-393
@@ -21,7 +21,6 @@ import (
|
|||||||
"cyberstrike-ai/internal/config"
|
"cyberstrike-ai/internal/config"
|
||||||
"cyberstrike-ai/internal/database"
|
"cyberstrike-ai/internal/database"
|
||||||
"cyberstrike-ai/internal/reasoning"
|
"cyberstrike-ai/internal/reasoning"
|
||||||
"cyberstrike-ai/internal/mcp"
|
|
||||||
"cyberstrike-ai/internal/mcp/builtin"
|
"cyberstrike-ai/internal/mcp/builtin"
|
||||||
"cyberstrike-ai/internal/multiagent"
|
"cyberstrike-ai/internal/multiagent"
|
||||||
"cyberstrike-ai/internal/openai"
|
"cyberstrike-ai/internal/openai"
|
||||||
@@ -178,8 +177,6 @@ type AgentHandler struct {
|
|||||||
}
|
}
|
||||||
agentsMarkdownDir string // 多代理:Markdown 子 Agent 目录(绝对路径,空则不从磁盘合并)
|
agentsMarkdownDir string // 多代理:Markdown 子 Agent 目录(绝对路径,空则不从磁盘合并)
|
||||||
batchCronParser cron.Parser
|
batchCronParser cron.Parser
|
||||||
batchRunnerMu sync.Mutex
|
|
||||||
batchRunning map[string]struct{}
|
|
||||||
// hitlWhitelistSaver 侧栏「应用」HITL 时将会话增量白名单合并写入 config.yaml(可选)
|
// hitlWhitelistSaver 侧栏「应用」HITL 时将会话增量白名单合并写入 config.yaml(可选)
|
||||||
hitlWhitelistSaver HitlToolWhitelistSaver
|
hitlWhitelistSaver HitlToolWhitelistSaver
|
||||||
audit *audit.Service
|
audit *audit.Service
|
||||||
@@ -190,14 +187,21 @@ func (h *AgentHandler) SetAudit(s *audit.Service) {
|
|||||||
h.audit = s
|
h.audit = s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TaskManager 返回 Agent 任务管理器(供 MCP 监控页终止 Eino execute 等)。
|
||||||
|
func (h *AgentHandler) TaskManager() *AgentTaskManager {
|
||||||
|
if h == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return h.tasks
|
||||||
|
}
|
||||||
|
|
||||||
// CancelRunningTaskForConversation stops any in-flight agent work for the conversation (idempotent).
|
// CancelRunningTaskForConversation stops any in-flight agent work for the conversation (idempotent).
|
||||||
func (h *AgentHandler) CancelRunningTaskForConversation(conversationID string) {
|
func (h *AgentHandler) CancelRunningTaskForConversation(conversationID string) {
|
||||||
if h == nil || conversationID == "" || h.tasks == nil {
|
if h == nil || conversationID == "" || h.tasks == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if execID := h.tasks.ActiveMCPExecutionID(conversationID); execID != "" {
|
h.cancelActiveMCPToolForConversation(conversationID)
|
||||||
h.agent.CancelMCPToolExecutionWithNote(execID, "")
|
h.tasks.AbortActiveEinoExecute(conversationID, "")
|
||||||
}
|
|
||||||
if ok, err := h.tasks.CancelTask(conversationID, ErrTaskCancelled); ok {
|
if ok, err := h.tasks.CancelTask(conversationID, ErrTaskCancelled); ok {
|
||||||
h.logger.Info("已取消会话运行中任务", zap.String("conversationId", conversationID))
|
h.logger.Info("已取消会话运行中任务", zap.String("conversationId", conversationID))
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
@@ -205,6 +209,15 @@ func (h *AgentHandler) CancelRunningTaskForConversation(conversationID string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (h *AgentHandler) cancelActiveMCPToolForConversation(conversationID string) {
|
||||||
|
if h == nil || h.tasks == nil || h.agent == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if execID := h.tasks.ActiveMCPExecutionID(conversationID); execID != "" {
|
||||||
|
h.agent.CancelMCPToolExecutionWithNote(execID, "")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// HitlToolWhitelistSaver 合并 HITL 免审批工具到全局配置并落盘
|
// HitlToolWhitelistSaver 合并 HITL 免审批工具到全局配置并落盘
|
||||||
type HitlToolWhitelistSaver interface {
|
type HitlToolWhitelistSaver interface {
|
||||||
MergeHitlToolWhitelistIntoConfig(add []string) error
|
MergeHitlToolWhitelistIntoConfig(add []string) error
|
||||||
@@ -233,8 +246,8 @@ func NewAgentHandler(agent *agent.Agent, db *database.DB, cfg *config.Config, lo
|
|||||||
config: cfg,
|
config: cfg,
|
||||||
hitlManager: NewHITLManager(db, logger),
|
hitlManager: NewHITLManager(db, logger),
|
||||||
batchCronParser: cron.NewParser(cron.Minute | cron.Hour | cron.Dom | cron.Month | cron.Dow | cron.Descriptor),
|
batchCronParser: cron.NewParser(cron.Minute | cron.Hour | cron.Dom | cron.Month | cron.Dow | cron.Descriptor),
|
||||||
batchRunning: make(map[string]struct{}),
|
|
||||||
}
|
}
|
||||||
|
tm.SetToolCanceler(handler.cancelActiveMCPToolForConversation)
|
||||||
if err := handler.hitlManager.EnsureSchema(); err != nil {
|
if err := handler.hitlManager.EnsureSchema(); err != nil {
|
||||||
logger.Warn("初始化 HITL 表失败", zap.Error(err))
|
logger.Warn("初始化 HITL 表失败", zap.Error(err))
|
||||||
}
|
}
|
||||||
@@ -648,7 +661,7 @@ func (h *AgentHandler) runRobotEinoSingleWithRetry(
|
|||||||
) (string, string, error) {
|
) (string, string, error) {
|
||||||
resultMA, errMA := multiagent.RunEinoSingleChatModelAgent(
|
resultMA, errMA := multiagent.RunEinoSingleChatModelAgent(
|
||||||
taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger,
|
taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger,
|
||||||
conversationID, h.conversationProjectID(conversationID), finalMessage, history, roleTools, progressCallback, nil, h.projectBlackboardBlock(conversationID),
|
conversationID, h.conversationProjectID(conversationID), finalMessage, history, roleTools, progressCallback, nil, h.agentSessionContextBlock(conversationID),
|
||||||
)
|
)
|
||||||
if errMA != nil {
|
if errMA != nil {
|
||||||
*taskStatus = "failed"
|
*taskStatus = "failed"
|
||||||
@@ -669,7 +682,7 @@ func (h *AgentHandler) runRobotMultiAgentWithRetry(
|
|||||||
resultMA, errMA := multiagent.RunDeepAgent(
|
resultMA, errMA := multiagent.RunDeepAgent(
|
||||||
taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger,
|
taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger,
|
||||||
conversationID, h.conversationProjectID(conversationID), finalMessage, history, roleTools, progressCallback,
|
conversationID, h.conversationProjectID(conversationID), finalMessage, history, roleTools, progressCallback,
|
||||||
h.agentsMarkdownDir, orchestration, nil, h.projectBlackboardBlock(conversationID),
|
h.agentsMarkdownDir, orchestration, nil, h.agentSessionContextBlock(conversationID),
|
||||||
)
|
)
|
||||||
if errMA != nil {
|
if errMA != nil {
|
||||||
*taskStatus = "failed"
|
*taskStatus = "failed"
|
||||||
@@ -1295,10 +1308,60 @@ func (h *AgentHandler) createProgressCallback(runCtx context.Context, cancelRun
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// cancelToolContinueAfter 仅终止当前工具调用,不停止整条 Agent 任务(对话「中断并继续」与 MCP 监控终止共用)。
|
||||||
|
func (h *AgentHandler) cancelToolContinueAfter(conversationID, preferredExecID, note string) (bool, gin.H) {
|
||||||
|
conversationID = strings.TrimSpace(conversationID)
|
||||||
|
if conversationID == "" || h.tasks.GetTask(conversationID) == nil {
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
|
note = strings.TrimSpace(note)
|
||||||
|
execID := strings.TrimSpace(preferredExecID)
|
||||||
|
if execID == "" {
|
||||||
|
execID = h.tasks.ActiveMCPExecutionID(conversationID)
|
||||||
|
}
|
||||||
|
if execID != "" {
|
||||||
|
if h.agent.CancelMCPToolExecutionWithNote(execID, note) {
|
||||||
|
return true, gin.H{
|
||||||
|
"status": "tool_abort_requested",
|
||||||
|
"conversationId": conversationID,
|
||||||
|
"executionId": execID,
|
||||||
|
"message": "已请求终止当前工具调用;工具返回后本轮推理将继续(与 MCP 监控页终止一致)。",
|
||||||
|
"continueAfter": true,
|
||||||
|
"interruptWithNote": note != "",
|
||||||
|
"continueWithoutTool": false,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if h.tasks.AbortActiveEinoExecute(conversationID, note) {
|
||||||
|
return true, gin.H{
|
||||||
|
"status": "tool_abort_requested",
|
||||||
|
"conversationId": conversationID,
|
||||||
|
"executionId": execID,
|
||||||
|
"message": "已请求终止当前 execute 命令;命令返回后本轮推理将继续。",
|
||||||
|
"continueAfter": true,
|
||||||
|
"interruptWithNote": note != "",
|
||||||
|
"continueWithoutTool": false,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
|
if h.tasks.AbortActiveEinoExecute(conversationID, note) {
|
||||||
|
return true, gin.H{
|
||||||
|
"status": "tool_abort_requested",
|
||||||
|
"conversationId": conversationID,
|
||||||
|
"message": "已请求终止当前 execute 命令;命令返回后本轮推理将继续。",
|
||||||
|
"continueAfter": true,
|
||||||
|
"interruptWithNote": note != "",
|
||||||
|
"continueWithoutTool": false,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false, nil
|
||||||
|
}
|
||||||
|
|
||||||
// CancelAgentLoop 取消正在执行的任务
|
// CancelAgentLoop 取消正在执行的任务
|
||||||
func (h *AgentHandler) CancelAgentLoop(c *gin.Context) {
|
func (h *AgentHandler) CancelAgentLoop(c *gin.Context) {
|
||||||
var req struct {
|
var req struct {
|
||||||
ConversationID string `json:"conversationId" binding:"required"`
|
ConversationID string `json:"conversationId" binding:"required"`
|
||||||
|
ExecutionID string `json:"executionId,omitempty"`
|
||||||
Reason string `json:"reason,omitempty"`
|
Reason string `json:"reason,omitempty"`
|
||||||
ContinueAfter bool `json:"continueAfter,omitempty"`
|
ContinueAfter bool `json:"continueAfter,omitempty"`
|
||||||
}
|
}
|
||||||
@@ -1313,42 +1376,20 @@ func (h *AgentHandler) CancelAgentLoop(c *gin.Context) {
|
|||||||
c.JSON(http.StatusNotFound, gin.H{"error": "未找到正在执行的任务"})
|
c.JSON(http.StatusNotFound, gin.H{"error": "未找到正在执行的任务"})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
execID := h.tasks.ActiveMCPExecutionID(req.ConversationID)
|
|
||||||
note := strings.TrimSpace(req.Reason)
|
note := strings.TrimSpace(req.Reason)
|
||||||
if execID != "" {
|
activeExec := strings.TrimSpace(h.tasks.ActiveMCPExecutionID(req.ConversationID))
|
||||||
if !h.agent.CancelMCPToolExecutionWithNote(execID, note) {
|
if ok, payload := h.cancelToolContinueAfter(req.ConversationID, strings.TrimSpace(req.ExecutionID), note); ok {
|
||||||
c.JSON(http.StatusNotFound, gin.H{"error": "未找到进行中的工具执行或该调用已结束"})
|
execID, _ := payload["executionId"].(string)
|
||||||
return
|
h.logger.Info("对话页仅终止当前工具",
|
||||||
}
|
|
||||||
h.logger.Info("对话页仅终止当前 MCP 工具",
|
|
||||||
zap.String("conversationId", req.ConversationID),
|
zap.String("conversationId", req.ConversationID),
|
||||||
zap.String("executionId", execID),
|
zap.String("executionId", execID),
|
||||||
zap.Bool("hasNote", note != ""),
|
zap.Bool("hasNote", note != ""),
|
||||||
)
|
)
|
||||||
c.JSON(http.StatusOK, gin.H{
|
c.JSON(http.StatusOK, payload)
|
||||||
"status": "tool_abort_requested",
|
|
||||||
"conversationId": req.ConversationID,
|
|
||||||
"executionId": execID,
|
|
||||||
"message": "已请求终止当前工具调用;工具返回后本轮推理将继续(与 MCP 监控页终止一致)。",
|
|
||||||
"continueAfter": true,
|
|
||||||
"interruptWithNote": note != "",
|
|
||||||
"continueWithoutTool": false,
|
|
||||||
})
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if h.tasks.AbortActiveEinoExecute(req.ConversationID, note) {
|
if activeExec != "" {
|
||||||
h.logger.Info("对话页仅终止当前 Eino execute",
|
c.JSON(http.StatusNotFound, gin.H{"error": "未找到进行中的工具执行或该调用已结束"})
|
||||||
zap.String("conversationId", req.ConversationID),
|
|
||||||
zap.Bool("hasNote", note != ""),
|
|
||||||
)
|
|
||||||
c.JSON(http.StatusOK, gin.H{
|
|
||||||
"status": "tool_abort_requested",
|
|
||||||
"conversationId": req.ConversationID,
|
|
||||||
"message": "已请求终止当前 execute 命令;命令返回后本轮推理将继续。",
|
|
||||||
"continueAfter": true,
|
|
||||||
"interruptWithNote": note != "",
|
|
||||||
"continueWithoutTool": false,
|
|
||||||
})
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// 无进行中的 MCP 工具(模型纯推理/流式输出阶段):取消当前上下文并由 Eino 流式处理器合并用户补充后自动续跑。
|
// 无进行中的 MCP 工具(模型纯推理/流式输出阶段):取消当前上下文并由 Eino 流式处理器合并用户补充后自动续跑。
|
||||||
@@ -1380,6 +1421,8 @@ func (h *AgentHandler) CancelAgentLoop(c *gin.Context) {
|
|||||||
|
|
||||||
var cause error = ErrTaskCancelled
|
var cause error = ErrTaskCancelled
|
||||||
msg := "已提交取消请求,任务将在当前步骤完成后停止。"
|
msg := "已提交取消请求,任务将在当前步骤完成后停止。"
|
||||||
|
h.cancelActiveMCPToolForConversation(req.ConversationID)
|
||||||
|
h.tasks.AbortActiveEinoExecute(req.ConversationID, "")
|
||||||
ok, err := h.tasks.CancelTask(req.ConversationID, cause)
|
ok, err := h.tasks.CancelTask(req.ConversationID, cause)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
h.logger.Error("取消任务失败", zap.Error(err))
|
h.logger.Error("取消任务失败", zap.Error(err))
|
||||||
@@ -1470,6 +1513,7 @@ type BatchTaskRequest struct {
|
|||||||
CronExpr string `json:"cronExpr,omitempty"` // scheduleMode=cron 时必填
|
CronExpr string `json:"cronExpr,omitempty"` // scheduleMode=cron 时必填
|
||||||
ExecuteNow bool `json:"executeNow,omitempty"` // 创建后是否立即执行(默认 false)
|
ExecuteNow bool `json:"executeNow,omitempty"` // 创建后是否立即执行(默认 false)
|
||||||
ProjectID string `json:"projectId,omitempty"` // 队列内子对话绑定的项目(可选)
|
ProjectID string `json:"projectId,omitempty"` // 队列内子对话绑定的项目(可选)
|
||||||
|
Concurrency int `json:"concurrency,omitempty"` // 同时执行的子任务数,默认 1,最大 8
|
||||||
}
|
}
|
||||||
|
|
||||||
// batchQueueWantsEino 队列是否配置为走 Eino 多代理。
|
// batchQueueWantsEino 队列是否配置为走 Eino 多代理。
|
||||||
@@ -1529,7 +1573,7 @@ func (h *AgentHandler) CreateBatchQueue(c *gin.Context) {
|
|||||||
nextRunAt = &next
|
nextRunAt = &next
|
||||||
}
|
}
|
||||||
|
|
||||||
queue, createErr := h.batchTaskManager.CreateBatchQueue(req.Title, req.Role, agentMode, scheduleMode, cronExpr, req.ProjectID, nextRunAt, validTasks)
|
queue, createErr := h.batchTaskManager.CreateBatchQueue(req.Title, req.Role, agentMode, scheduleMode, cronExpr, req.ProjectID, nextRunAt, req.Concurrency, validTasks)
|
||||||
if createErr != nil {
|
if createErr != nil {
|
||||||
c.JSON(http.StatusBadRequest, gin.H{"error": createErr.Error()})
|
c.JSON(http.StatusBadRequest, gin.H{"error": createErr.Error()})
|
||||||
return
|
return
|
||||||
@@ -1719,15 +1763,16 @@ func (h *AgentHandler) PauseBatchQueue(c *gin.Context) {
|
|||||||
func (h *AgentHandler) UpdateBatchQueueMetadata(c *gin.Context) {
|
func (h *AgentHandler) UpdateBatchQueueMetadata(c *gin.Context) {
|
||||||
queueID := c.Param("queueId")
|
queueID := c.Param("queueId")
|
||||||
var req struct {
|
var req struct {
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Role string `json:"role"`
|
Role string `json:"role"`
|
||||||
AgentMode string `json:"agentMode"`
|
AgentMode string `json:"agentMode"`
|
||||||
|
Concurrency *int `json:"concurrency"`
|
||||||
}
|
}
|
||||||
if err := c.ShouldBindJSON(&req); err != nil {
|
if err := c.ShouldBindJSON(&req); err != nil {
|
||||||
c.JSON(http.StatusBadRequest, gin.H{"error": err.Error()})
|
c.JSON(http.StatusBadRequest, gin.H{"error": err.Error()})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if err := h.batchTaskManager.UpdateQueueMetadata(queueID, req.Title, req.Role, req.AgentMode); err != nil {
|
if err := h.batchTaskManager.UpdateQueueMetadata(queueID, req.Title, req.Role, req.AgentMode, req.Concurrency); err != nil {
|
||||||
c.JSON(http.StatusBadRequest, gin.H{"error": err.Error()})
|
c.JSON(http.StatusBadRequest, gin.H{"error": err.Error()})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -1802,9 +1847,17 @@ func (h *AgentHandler) SetBatchQueueScheduleEnabled(c *gin.Context) {
|
|||||||
// DeleteBatchQueue 删除批量任务队列
|
// DeleteBatchQueue 删除批量任务队列
|
||||||
func (h *AgentHandler) DeleteBatchQueue(c *gin.Context) {
|
func (h *AgentHandler) DeleteBatchQueue(c *gin.Context) {
|
||||||
queueID := c.Param("queueId")
|
queueID := c.Param("queueId")
|
||||||
success := h.batchTaskManager.DeleteQueue(queueID)
|
if err := h.batchTaskManager.DeleteQueue(queueID); err != nil {
|
||||||
if !success {
|
switch {
|
||||||
c.JSON(http.StatusNotFound, gin.H{"error": "队列不存在"})
|
case errors.Is(err, ErrBatchQueueNotFound):
|
||||||
|
c.JSON(http.StatusNotFound, gin.H{"error": "队列不存在"})
|
||||||
|
case errors.Is(err, ErrBatchQueueExecutorActive):
|
||||||
|
c.JSON(http.StatusConflict, gin.H{"error": "队列执行器仍在运行,请稍后再删除"})
|
||||||
|
case errors.Is(err, ErrBatchQueueStillRunning):
|
||||||
|
c.JSON(http.StatusConflict, gin.H{"error": "队列正在运行中,无法删除"})
|
||||||
|
default:
|
||||||
|
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if h.audit != nil {
|
if h.audit != nil {
|
||||||
@@ -1898,7 +1951,7 @@ func (h *AgentHandler) RunSingleBatchTask(c *gin.Context) {
|
|||||||
|
|
||||||
// 暂停态单条执行:旧批量协程可能仍占用执行槽,先回收以便重新启动
|
// 暂停态单条执行:旧批量协程可能仍占用执行槽,先回收以便重新启动
|
||||||
if queue, ok := h.batchTaskManager.GetBatchQueue(queueID); ok && queue.Status == BatchQueueStatusPaused {
|
if queue, ok := h.batchTaskManager.GetBatchQueue(queueID); ok && queue.Status == BatchQueueStatusPaused {
|
||||||
h.forceUnmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.ForceUnmarkQueueExecutor(queueID)
|
||||||
}
|
}
|
||||||
|
|
||||||
autoStarted := true
|
autoStarted := true
|
||||||
@@ -1957,26 +2010,6 @@ func (h *AgentHandler) DeleteBatchTask(c *gin.Context) {
|
|||||||
c.JSON(http.StatusOK, gin.H{"message": "任务已删除", "queue": queue})
|
c.JSON(http.StatusOK, gin.H{"message": "任务已删除", "queue": queue})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *AgentHandler) markBatchQueueRunning(queueID string) bool {
|
|
||||||
h.batchRunnerMu.Lock()
|
|
||||||
defer h.batchRunnerMu.Unlock()
|
|
||||||
if _, exists := h.batchRunning[queueID]; exists {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
h.batchRunning[queueID] = struct{}{}
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
|
|
||||||
func (h *AgentHandler) unmarkBatchQueueRunning(queueID string) {
|
|
||||||
h.batchRunnerMu.Lock()
|
|
||||||
defer h.batchRunnerMu.Unlock()
|
|
||||||
delete(h.batchRunning, queueID)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (h *AgentHandler) forceUnmarkBatchQueueRunning(queueID string) {
|
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (h *AgentHandler) nextBatchQueueRunAt(cronExpr string, from time.Time) (*time.Time, error) {
|
func (h *AgentHandler) nextBatchQueueRunAt(cronExpr string, from time.Time) (*time.Time, error) {
|
||||||
expr := strings.TrimSpace(cronExpr)
|
expr := strings.TrimSpace(cronExpr)
|
||||||
if expr == "" {
|
if expr == "" {
|
||||||
@@ -1992,43 +2025,43 @@ func (h *AgentHandler) nextBatchQueueRunAt(cronExpr string, from time.Time) (*ti
|
|||||||
|
|
||||||
func (h *AgentHandler) startBatchQueueExecution(queueID string, scheduled bool) (bool, error) {
|
func (h *AgentHandler) startBatchQueueExecution(queueID string, scheduled bool) (bool, error) {
|
||||||
// 先获取执行互斥门,再读取队列状态,避免基于过时快照做判断
|
// 先获取执行互斥门,再读取队列状态,避免基于过时快照做判断
|
||||||
if !h.markBatchQueueRunning(queueID) {
|
if !h.batchTaskManager.TryMarkQueueExecutor(queueID) {
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
queue, exists := h.batchTaskManager.GetBatchQueue(queueID)
|
queue, exists := h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
if !exists {
|
if !exists {
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
return false, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if scheduled {
|
if scheduled {
|
||||||
if queue.ScheduleMode != "cron" {
|
if queue.ScheduleMode != "cron" {
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
err := fmt.Errorf("队列未启用 cron 调度")
|
err := fmt.Errorf("队列未启用 cron 调度")
|
||||||
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
||||||
return true, err
|
return true, err
|
||||||
}
|
}
|
||||||
if queue.Status == "running" || queue.Status == "paused" || queue.Status == "cancelled" {
|
if queue.Status == "running" || queue.Status == "paused" || queue.Status == "cancelled" {
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
err := fmt.Errorf("当前队列状态不允许被调度执行")
|
err := fmt.Errorf("当前队列状态不允许被调度执行")
|
||||||
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
||||||
return true, err
|
return true, err
|
||||||
}
|
}
|
||||||
if !h.batchTaskManager.ResetQueueForRerun(queueID) {
|
if !h.batchTaskManager.ResetQueueForRerun(queueID) {
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
err := fmt.Errorf("重置队列失败")
|
err := fmt.Errorf("重置队列失败")
|
||||||
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
||||||
return true, err
|
return true, err
|
||||||
}
|
}
|
||||||
queue, _ = h.batchTaskManager.GetBatchQueue(queueID)
|
queue, _ = h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
} else if queue.Status != "pending" && queue.Status != "paused" {
|
} else if queue.Status != "pending" && queue.Status != "paused" {
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
return true, fmt.Errorf("队列状态不允许启动")
|
return true, fmt.Errorf("队列状态不允许启动")
|
||||||
}
|
}
|
||||||
|
|
||||||
if queue != nil && batchQueueWantsEino(queue.AgentMode) && (h.config == nil || !h.config.MultiAgent.Enabled) {
|
if queue != nil && batchQueueWantsEino(queue.AgentMode) && (h.config == nil || !h.config.MultiAgent.Enabled) {
|
||||||
h.unmarkBatchQueueRunning(queueID)
|
h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
err := fmt.Errorf("当前队列配置为 Eino 多代理,但系统未启用多代理")
|
err := fmt.Errorf("当前队列配置为 Eino 多代理,但系统未启用多代理")
|
||||||
if scheduled {
|
if scheduled {
|
||||||
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
h.batchTaskManager.SetLastScheduleError(queueID, err.Error())
|
||||||
@@ -2080,325 +2113,6 @@ func (h *AgentHandler) batchQueueSchedulerLoop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// executeBatchQueue 执行批量任务队列
|
|
||||||
func (h *AgentHandler) executeBatchQueue(queueID string) {
|
|
||||||
defer h.unmarkBatchQueueRunning(queueID)
|
|
||||||
h.logger.Info("开始执行批量任务队列", zap.String("queueId", queueID))
|
|
||||||
|
|
||||||
for {
|
|
||||||
// 检查队列状态
|
|
||||||
queue, exists := h.batchTaskManager.GetBatchQueue(queueID)
|
|
||||||
if !exists || queue.Status == "cancelled" || queue.Status == "completed" || queue.Status == "paused" {
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
// 获取下一个任务
|
|
||||||
task, hasNext := h.batchTaskManager.GetNextTask(queueID)
|
|
||||||
if !hasNext {
|
|
||||||
// 所有任务完成:汇总子任务失败信息便于排障
|
|
||||||
q, ok := h.batchTaskManager.GetBatchQueue(queueID)
|
|
||||||
lastRunErr := ""
|
|
||||||
if ok {
|
|
||||||
for _, t := range q.Tasks {
|
|
||||||
if t.Status == "failed" && t.Error != "" {
|
|
||||||
lastRunErr = t.Error
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
h.batchTaskManager.SetLastRunError(queueID, lastRunErr)
|
|
||||||
h.batchTaskManager.UpdateQueueStatus(queueID, "completed")
|
|
||||||
h.logger.Info("批量任务队列执行完成", zap.String("queueId", queueID))
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
// 更新任务状态为运行中
|
|
||||||
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, "running", "", "")
|
|
||||||
|
|
||||||
// 创建新对话
|
|
||||||
title := safeTruncateString(task.Message, 50)
|
|
||||||
batchMeta := audit.ConversationCreateMeta("batch_task")
|
|
||||||
batchMeta.ProjectID = effectiveProjectID(h.config, queue.ProjectID)
|
|
||||||
conv, err := h.db.CreateConversation(title, batchMeta)
|
|
||||||
var conversationID string
|
|
||||||
if err != nil {
|
|
||||||
h.logger.Error("创建对话失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
|
||||||
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, "failed", "", "创建对话失败: "+err.Error())
|
|
||||||
h.batchTaskManager.MoveToNextTask(queueID)
|
|
||||||
if h.batchTaskManager.TakeSingleRunTaskIfMatch(queueID, task.ID) {
|
|
||||||
h.batchTaskManager.UpdateQueueStatus(queueID, "paused")
|
|
||||||
break
|
|
||||||
}
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
conversationID = conv.ID
|
|
||||||
|
|
||||||
// 保存conversationId到任务中(即使是运行中状态也要保存,以便查看对话)
|
|
||||||
h.batchTaskManager.UpdateTaskStatusWithConversationID(queueID, task.ID, "running", "", "", conversationID)
|
|
||||||
|
|
||||||
// 应用角色用户提示词和工具配置
|
|
||||||
finalMessage := task.Message
|
|
||||||
var roleTools []string // 角色配置的工具列表
|
|
||||||
if queue.Role != "" && queue.Role != "默认" {
|
|
||||||
if h.config.Roles != nil {
|
|
||||||
if role, exists := h.config.Roles[queue.Role]; exists && role.Enabled {
|
|
||||||
// 应用用户提示词
|
|
||||||
if role.UserPrompt != "" {
|
|
||||||
finalMessage = role.UserPrompt + "\n\n" + task.Message
|
|
||||||
h.logger.Info("应用角色用户提示词", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("role", queue.Role))
|
|
||||||
}
|
|
||||||
// 获取角色配置的工具列表(优先使用tools字段,向后兼容mcps字段)
|
|
||||||
if len(role.Tools) > 0 {
|
|
||||||
roleTools = role.Tools
|
|
||||||
h.logger.Info("使用角色配置的工具列表", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("role", queue.Role), zap.Int("toolCount", len(roleTools)))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 保存用户消息(保存原始消息,不包含角色提示词)
|
|
||||||
_, err = h.db.AddMessage(conversationID, "user", task.Message, nil)
|
|
||||||
if err != nil {
|
|
||||||
h.logger.Error("保存用户消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
|
||||||
}
|
|
||||||
|
|
||||||
// 预先创建助手消息,以便关联过程详情
|
|
||||||
assistantMsg, err := h.db.AddMessage(conversationID, "assistant", "处理中...", nil)
|
|
||||||
if err != nil {
|
|
||||||
h.logger.Error("创建助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
|
||||||
// 如果创建失败,继续执行但不保存过程详情
|
|
||||||
assistantMsg = nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// 创建进度回调函数,复用统一逻辑(批量任务不需要流式事件,所以传入nil)
|
|
||||||
var assistantMessageID string
|
|
||||||
if assistantMsg != nil {
|
|
||||||
assistantMessageID = assistantMsg.ID
|
|
||||||
}
|
|
||||||
// 注意:批量任务没有前端直连的 POST /stream,因此若要支持「刷新后补流」,
|
|
||||||
// 需要把进度事件镜像到 TaskEventBus(GET /api/agent-loop/task-events 会订阅这里)。
|
|
||||||
// progressCallback 将在子任务的 IIFE 内创建,以便拿到 taskCtx/cancelWithCause 与 sendEvent。
|
|
||||||
var progressCallback func(eventType, message string, data interface{})
|
|
||||||
|
|
||||||
// 执行任务(使用包含角色提示词的finalMessage和角色工具列表)
|
|
||||||
h.logger.Info("执行批量任务", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("message", task.Message), zap.String("role", queue.Role), zap.String("conversationId", conversationID))
|
|
||||||
|
|
||||||
func() {
|
|
||||||
// 与对话流式接口一致:同 conversationId 仅允许一个运行中任务,并支持 /api/agent-loop/cancel 与会话锁对齐。
|
|
||||||
baseCtx, cancelWithCause := context.WithCancelCause(context.Background())
|
|
||||||
// 单个子任务超时:6 小时(与原先 WithTimeout(Background) 一致)
|
|
||||||
taskCtx, timeoutCancel := context.WithTimeout(baseCtx, 6*time.Hour)
|
|
||||||
|
|
||||||
registered := false
|
|
||||||
finishStatus := "completed"
|
|
||||||
|
|
||||||
defer func() {
|
|
||||||
h.batchTaskManager.SetTaskCancel(queueID, nil)
|
|
||||||
timeoutCancel()
|
|
||||||
if registered {
|
|
||||||
// 与流式接口保持一致:结束前补一个 done,便于前端 task-events 侧及时收口 UI。
|
|
||||||
if h.taskEventBus != nil {
|
|
||||||
ev := StreamEvent{Type: "done", Message: "", Data: map[string]interface{}{"conversationId": conversationID}}
|
|
||||||
if b, err := json.Marshal(ev); err == nil {
|
|
||||||
h.taskEventBus.Publish(conversationID, append(append([]byte("data: "), b...), '\n', '\n'))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
h.tasks.FinishTask(conversationID, finishStatus)
|
|
||||||
}
|
|
||||||
cancelWithCause(nil)
|
|
||||||
}()
|
|
||||||
|
|
||||||
// 事件镜像:只发布到 TaskEventBus,不直接写 HTTP Response(用于刷新后的补流)。
|
|
||||||
sendEvent := func(eventType, message string, data interface{}) {
|
|
||||||
if h.taskEventBus == nil {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
ev := StreamEvent{Type: eventType, Message: message, Data: data}
|
|
||||||
b, err := json.Marshal(ev)
|
|
||||||
if err != nil {
|
|
||||||
b = []byte(`{"type":"error","message":"marshal failed"}`)
|
|
||||||
}
|
|
||||||
line := make([]byte, 0, len(b)+8)
|
|
||||||
line = append(line, []byte("data: ")...)
|
|
||||||
line = append(line, b...)
|
|
||||||
line = append(line, '\n', '\n')
|
|
||||||
h.taskEventBus.Publish(conversationID, line)
|
|
||||||
}
|
|
||||||
|
|
||||||
if _, err := h.tasks.StartTask(conversationID, task.Message, cancelWithCause); err != nil {
|
|
||||||
h.logger.Warn("批量队列子任务注册会话运行状态失败",
|
|
||||||
zap.String("queueId", queueID),
|
|
||||||
zap.String("taskId", task.ID),
|
|
||||||
zap.String("conversationId", conversationID),
|
|
||||||
zap.Error(err))
|
|
||||||
failMsg := err.Error()
|
|
||||||
if errors.Is(err, ErrTaskAlreadyRunning) {
|
|
||||||
failMsg = "会话已有任务正在执行,无法在该会话上并行启动批量子任务"
|
|
||||||
}
|
|
||||||
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, "failed", "", failMsg)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
registered = true
|
|
||||||
// 存储取消函数:暂停队列时取消子任务 context(与原先语义一致)
|
|
||||||
h.batchTaskManager.SetTaskCancel(queueID, timeoutCancel)
|
|
||||||
|
|
||||||
// 创建进度回调函数:写 DB + 镜像到 task-events,支持刷新后继续流式展示。
|
|
||||||
progressCallback = h.createProgressCallback(taskCtx, cancelWithCause, conversationID, assistantMessageID, sendEvent)
|
|
||||||
taskCtx = mcp.WithMCPConversationID(taskCtx, conversationID)
|
|
||||||
taskCtx = mcp.WithToolRunRegistry(taskCtx, h.tasks)
|
|
||||||
taskCtx = mcp.WithEinoExecuteRunRegistry(taskCtx, h.tasks)
|
|
||||||
|
|
||||||
// 使用队列配置的角色工具列表(如果为空,表示使用所有工具)
|
|
||||||
useBatchMulti := false
|
|
||||||
batchOrch := "deep"
|
|
||||||
am := strings.TrimSpace(strings.ToLower(queue.AgentMode))
|
|
||||||
if am == "multi" {
|
|
||||||
am = "deep"
|
|
||||||
}
|
|
||||||
if batchQueueWantsEino(queue.AgentMode) && h.config != nil && h.config.MultiAgent.Enabled {
|
|
||||||
useBatchMulti = true
|
|
||||||
batchOrch = config.NormalizeMultiAgentOrchestration(am)
|
|
||||||
} else if queue.AgentMode == "" && h.config != nil && h.config.MultiAgent.Enabled && h.config.MultiAgent.BatchUseMultiAgent {
|
|
||||||
// 兼容历史数据:未配置队列代理模式时,沿用旧的系统级开关
|
|
||||||
useBatchMulti = true
|
|
||||||
batchOrch = "deep"
|
|
||||||
}
|
|
||||||
var resultMA *multiagent.RunResult
|
|
||||||
var runErr error
|
|
||||||
switch {
|
|
||||||
case useBatchMulti:
|
|
||||||
resultMA, runErr = multiagent.RunDeepAgent(taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger, conversationID, h.conversationProjectID(conversationID), finalMessage, []agent.ChatMessage{}, roleTools, progressCallback, h.agentsMarkdownDir, batchOrch, nil, h.projectBlackboardBlock(conversationID))
|
|
||||||
default:
|
|
||||||
if h.config == nil {
|
|
||||||
runErr = fmt.Errorf("服务器配置未加载")
|
|
||||||
} else {
|
|
||||||
resultMA, runErr = multiagent.RunEinoSingleChatModelAgent(taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger, conversationID, h.conversationProjectID(conversationID), finalMessage, []agent.ChatMessage{}, roleTools, progressCallback, nil, h.projectBlackboardBlock(conversationID))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if runErr != nil {
|
|
||||||
if shouldPersistEinoAgentTraceAfterRunError(baseCtx) {
|
|
||||||
h.persistEinoAgentTraceForResume(conversationID, resultMA)
|
|
||||||
}
|
|
||||||
errStr := runErr.Error()
|
|
||||||
partialResp := ""
|
|
||||||
if resultMA != nil {
|
|
||||||
partialResp = resultMA.Response
|
|
||||||
}
|
|
||||||
isCancelled := errors.Is(context.Cause(baseCtx), ErrTaskCancelled) ||
|
|
||||||
errors.Is(runErr, context.Canceled) ||
|
|
||||||
strings.Contains(strings.ToLower(errStr), "context canceled") ||
|
|
||||||
strings.Contains(strings.ToLower(errStr), "context cancelled") ||
|
|
||||||
(partialResp != "" && (strings.Contains(partialResp, "任务已被取消") || strings.Contains(partialResp, "任务执行中断")))
|
|
||||||
isTimeout := errors.Is(runErr, context.DeadlineExceeded) || errors.Is(context.Cause(taskCtx), context.DeadlineExceeded)
|
|
||||||
|
|
||||||
if isTimeout {
|
|
||||||
finishStatus = "timeout"
|
|
||||||
} else if isCancelled {
|
|
||||||
finishStatus = "cancelled"
|
|
||||||
} else {
|
|
||||||
finishStatus = "failed"
|
|
||||||
}
|
|
||||||
|
|
||||||
if isCancelled {
|
|
||||||
h.logger.Info("批量任务被取消", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID))
|
|
||||||
cancelMsg := "任务已被用户取消,后续操作已停止。"
|
|
||||||
// 如果执行结果中有更具体的取消消息,使用它
|
|
||||||
if partialResp != "" && (strings.Contains(partialResp, "任务已被取消") || strings.Contains(partialResp, "任务执行中断")) {
|
|
||||||
cancelMsg = partialResp
|
|
||||||
}
|
|
||||||
// 更新助手消息内容
|
|
||||||
if assistantMessageID != "" {
|
|
||||||
if updateErr := h.appendAssistantMessageNotice(assistantMessageID, cancelMsg); updateErr != nil {
|
|
||||||
h.logger.Warn("更新取消后的助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(updateErr))
|
|
||||||
}
|
|
||||||
// 保存取消详情到数据库
|
|
||||||
if err := h.db.AddProcessDetail(assistantMessageID, conversationID, "cancelled", cancelMsg, nil); err != nil {
|
|
||||||
h.logger.Warn("保存取消详情失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// 如果没有预先创建的助手消息,创建一个新的
|
|
||||||
_, errMsg := h.db.AddMessage(conversationID, "assistant", cancelMsg, nil)
|
|
||||||
if errMsg != nil {
|
|
||||||
h.logger.Warn("保存取消消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(errMsg))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
h.batchTaskManager.UpdateTaskStatusWithConversationID(queueID, task.ID, "cancelled", cancelMsg, "", conversationID)
|
|
||||||
} else {
|
|
||||||
h.logger.Error("批量任务执行失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(runErr))
|
|
||||||
errorMsg := "执行失败: " + runErr.Error()
|
|
||||||
// 更新助手消息内容
|
|
||||||
if assistantMessageID != "" {
|
|
||||||
if _, updateErr := h.db.Exec(
|
|
||||||
"UPDATE messages SET content = ?, updated_at = ? WHERE id = ?",
|
|
||||||
errorMsg,
|
|
||||||
time.Now(), assistantMessageID,
|
|
||||||
); updateErr != nil {
|
|
||||||
h.logger.Warn("更新失败后的助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(updateErr))
|
|
||||||
}
|
|
||||||
// 保存错误详情到数据库
|
|
||||||
if err := h.db.AddProcessDetail(assistantMessageID, conversationID, "error", errorMsg, nil); err != nil {
|
|
||||||
h.logger.Warn("保存错误详情失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, "failed", "", runErr.Error())
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
h.logger.Info("批量任务执行成功", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID))
|
|
||||||
|
|
||||||
resText := resultMA.Response
|
|
||||||
mcpIDs := resultMA.MCPExecutionIDs
|
|
||||||
lastIn := resultMA.LastAgentTraceInput
|
|
||||||
lastOut := resultMA.LastAgentTraceOutput
|
|
||||||
|
|
||||||
// 更新助手消息内容
|
|
||||||
if assistantMessageID != "" {
|
|
||||||
if updateErr := h.db.UpdateAssistantMessageFinalize(assistantMessageID, resText, mcpIDs, multiagent.AggregatedReasoningFromTraceJSON(lastIn)); updateErr != nil {
|
|
||||||
h.logger.Warn("更新助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(updateErr))
|
|
||||||
// 如果更新失败,尝试创建新消息
|
|
||||||
_, err = h.db.AddMessage(conversationID, "assistant", resText, mcpIDs)
|
|
||||||
if err != nil {
|
|
||||||
h.logger.Error("保存助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
// 如果没有预先创建的助手消息,创建一个新的
|
|
||||||
_, err = h.db.AddMessage(conversationID, "assistant", resText, mcpIDs)
|
|
||||||
if err != nil {
|
|
||||||
h.logger.Error("保存助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 保存代理轨迹
|
|
||||||
if lastIn != "" || lastOut != "" {
|
|
||||||
if err := h.db.SaveAgentTrace(conversationID, lastIn, lastOut); err != nil {
|
|
||||||
h.logger.Warn("保存代理轨迹失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
|
||||||
} else {
|
|
||||||
h.logger.Info("已保存代理轨迹", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 保存结果
|
|
||||||
h.batchTaskManager.UpdateTaskStatusWithConversationID(queueID, task.ID, "completed", resText, "", conversationID)
|
|
||||||
}
|
|
||||||
}()
|
|
||||||
|
|
||||||
// 移动到下一个任务
|
|
||||||
h.batchTaskManager.MoveToNextTask(queueID)
|
|
||||||
|
|
||||||
if h.batchTaskManager.TakeSingleRunTaskIfMatch(queueID, task.ID) {
|
|
||||||
h.batchTaskManager.UpdateQueueStatus(queueID, "paused")
|
|
||||||
h.logger.Info("单条执行完成,队列已暂停", zap.String("queueId", queueID), zap.String("taskId", task.ID))
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
// 检查是否被取消或暂停
|
|
||||||
queue, _ = h.batchTaskManager.GetBatchQueue(queueID)
|
|
||||||
if queue.Status == "cancelled" || queue.Status == "paused" {
|
|
||||||
break
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// loadHistoryFromAgentTrace 从库中保存的代理消息轨迹恢复历史(列 last_react_*;含单代理与 Eino)。
|
// loadHistoryFromAgentTrace 从库中保存的代理消息轨迹恢复历史(列 last_react_*;含单代理与 Eino)。
|
||||||
// 逻辑与攻击链一致:优先用已保存的 JSON 消息带 + 最后一轮助手摘要,否则回退消息表。
|
// 逻辑与攻击链一致:优先用已保存的 JSON 消息带 + 最后一轮助手摘要,否则回退消息表。
|
||||||
func (h *AgentHandler) loadHistoryFromAgentTrace(conversationID string) ([]agent.ChatMessage, error) {
|
func (h *AgentHandler) loadHistoryFromAgentTrace(conversationID string) ([]agent.ChatMessage, error) {
|
||||||
|
|||||||
@@ -0,0 +1,352 @@
|
|||||||
|
package handler
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"encoding/json"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
"sync"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/agent"
|
||||||
|
"cyberstrike-ai/internal/audit"
|
||||||
|
"cyberstrike-ai/internal/config"
|
||||||
|
"cyberstrike-ai/internal/mcp"
|
||||||
|
"cyberstrike-ai/internal/multiagent"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
const batchQueueWorkerIdlePoll = 200 * time.Millisecond
|
||||||
|
|
||||||
|
// executeBatchQueue 使用并发 worker 池执行批量任务队列。
|
||||||
|
func (h *AgentHandler) executeBatchQueue(queueID string) {
|
||||||
|
defer h.batchTaskManager.UnmarkQueueExecutor(queueID)
|
||||||
|
|
||||||
|
queue, exists := h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
|
if !exists {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
concurrency := normalizeBatchQueueConcurrency(queue.Concurrency)
|
||||||
|
h.logger.Info("开始执行批量任务队列", zap.String("queueId", queueID), zap.Int("concurrency", concurrency))
|
||||||
|
|
||||||
|
var wg sync.WaitGroup
|
||||||
|
for i := 0; i < concurrency; i++ {
|
||||||
|
wg.Add(1)
|
||||||
|
go func() {
|
||||||
|
defer wg.Done()
|
||||||
|
h.runBatchQueueWorker(queueID)
|
||||||
|
}()
|
||||||
|
}
|
||||||
|
wg.Wait()
|
||||||
|
|
||||||
|
h.tryFinalizeBatchQueue(queueID)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *AgentHandler) runBatchQueueWorker(queueID string) {
|
||||||
|
for {
|
||||||
|
queue, exists := h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
|
if batchQueueExecutionShouldStop(queue, exists) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
task, ok := h.batchTaskManager.ClaimNextPendingTask(queueID)
|
||||||
|
if !ok {
|
||||||
|
if !h.batchTaskManager.HasRunningTasks(queueID) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
time.Sleep(batchQueueWorkerIdlePoll)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
queue, _ = h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
|
if queue == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, BatchTaskStatusRunning, "", "")
|
||||||
|
h.executeOneBatchSubTask(queueID, queue, task)
|
||||||
|
|
||||||
|
if h.batchTaskManager.TakeSingleRunTaskIfMatch(queueID, task.ID) {
|
||||||
|
h.batchTaskManager.UpdateQueueStatus(queueID, BatchQueueStatusPaused)
|
||||||
|
h.logger.Info("单条执行完成,队列已暂停", zap.String("queueId", queueID), zap.String("taskId", task.ID))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
queue, exists = h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
|
if batchQueueExecutionShouldStop(queue, exists) {
|
||||||
|
if !exists {
|
||||||
|
h.logger.Warn("批量队列在执行收尾时已不存在,安全退出", zap.String("queueId", queueID))
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *AgentHandler) tryFinalizeBatchQueue(queueID string) {
|
||||||
|
queue, exists := h.batchTaskManager.GetBatchQueue(queueID)
|
||||||
|
if !exists || queue == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if queue.Status != BatchQueueStatusRunning {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if h.batchTaskManager.HasPendingOrRunningTasks(queueID) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
lastRunErr := ""
|
||||||
|
for _, t := range queue.Tasks {
|
||||||
|
if t != nil && t.Status == BatchTaskStatusFailed && t.Error != "" {
|
||||||
|
lastRunErr = t.Error
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h.batchTaskManager.SetLastRunError(queueID, lastRunErr)
|
||||||
|
h.batchTaskManager.UpdateQueueStatus(queueID, BatchQueueStatusCompleted)
|
||||||
|
h.logger.Info("批量任务队列执行完成", zap.String("queueId", queueID))
|
||||||
|
}
|
||||||
|
|
||||||
|
// executeOneBatchSubTask 执行单条批量子任务(各自独立会话)。
|
||||||
|
func (h *AgentHandler) executeOneBatchSubTask(queueID string, queue *BatchTaskQueue, task *BatchTask) {
|
||||||
|
title := safeTruncateString(task.Message, 50)
|
||||||
|
batchMeta := audit.ConversationCreateMeta("batch_task")
|
||||||
|
batchMeta.ProjectID = effectiveProjectID(h.config, queue.ProjectID)
|
||||||
|
conv, err := h.db.CreateConversation(title, batchMeta)
|
||||||
|
if err != nil {
|
||||||
|
h.logger.Error("创建对话失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
||||||
|
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, BatchTaskStatusFailed, "", "创建对话失败: "+err.Error())
|
||||||
|
return
|
||||||
|
}
|
||||||
|
conversationID := conv.ID
|
||||||
|
|
||||||
|
h.batchTaskManager.UpdateTaskStatusWithConversationID(queueID, task.ID, BatchTaskStatusRunning, "", "", conversationID)
|
||||||
|
|
||||||
|
finalMessage := task.Message
|
||||||
|
var roleTools []string
|
||||||
|
if queue.Role != "" && queue.Role != "默认" {
|
||||||
|
if h.config.Roles != nil {
|
||||||
|
if role, exists := h.config.Roles[queue.Role]; exists && role.Enabled {
|
||||||
|
if role.UserPrompt != "" {
|
||||||
|
finalMessage = role.UserPrompt + "\n\n" + task.Message
|
||||||
|
h.logger.Info("应用角色用户提示词", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("role", queue.Role))
|
||||||
|
}
|
||||||
|
if len(role.Tools) > 0 {
|
||||||
|
roleTools = role.Tools
|
||||||
|
h.logger.Info("使用角色配置的工具列表", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("role", queue.Role), zap.Int("toolCount", len(roleTools)))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if _, err = h.db.AddMessage(conversationID, "user", task.Message, nil); err != nil {
|
||||||
|
h.logger.Error("保存用户消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
||||||
|
}
|
||||||
|
|
||||||
|
assistantMsg, err := h.db.AddMessage(conversationID, "assistant", "处理中...", nil)
|
||||||
|
if err != nil {
|
||||||
|
h.logger.Error("创建助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
||||||
|
assistantMsg = nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var assistantMessageID string
|
||||||
|
if assistantMsg != nil {
|
||||||
|
assistantMessageID = assistantMsg.ID
|
||||||
|
}
|
||||||
|
|
||||||
|
h.logger.Info("执行批量任务", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("message", task.Message), zap.String("role", queue.Role), zap.String("conversationId", conversationID))
|
||||||
|
|
||||||
|
baseCtx, cancelWithCause := context.WithCancelCause(context.Background())
|
||||||
|
taskCtx, timeoutCancel := context.WithTimeout(baseCtx, 6*time.Hour)
|
||||||
|
|
||||||
|
registered := false
|
||||||
|
finishStatus := "completed"
|
||||||
|
|
||||||
|
defer func() {
|
||||||
|
h.batchTaskManager.SetTaskCancel(queueID, task.ID, nil)
|
||||||
|
timeoutCancel()
|
||||||
|
if registered {
|
||||||
|
if h.taskEventBus != nil {
|
||||||
|
ev := StreamEvent{Type: "done", Message: "", Data: map[string]interface{}{"conversationId": conversationID}}
|
||||||
|
if b, err := json.Marshal(ev); err == nil {
|
||||||
|
h.taskEventBus.Publish(conversationID, append(append([]byte("data: "), b...), '\n', '\n'))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h.tasks.FinishTask(conversationID, finishStatus)
|
||||||
|
}
|
||||||
|
cancelWithCause(nil)
|
||||||
|
}()
|
||||||
|
|
||||||
|
sendEvent := func(eventType, message string, data interface{}) {
|
||||||
|
if h.taskEventBus == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
ev := StreamEvent{Type: eventType, Message: message, Data: data}
|
||||||
|
b, err := json.Marshal(ev)
|
||||||
|
if err != nil {
|
||||||
|
b = []byte(`{"type":"error","message":"marshal failed"}`)
|
||||||
|
}
|
||||||
|
line := make([]byte, 0, len(b)+8)
|
||||||
|
line = append(line, []byte("data: ")...)
|
||||||
|
line = append(line, b...)
|
||||||
|
line = append(line, '\n', '\n')
|
||||||
|
h.taskEventBus.Publish(conversationID, line)
|
||||||
|
}
|
||||||
|
|
||||||
|
if _, err := h.tasks.StartTask(conversationID, task.Message, cancelWithCause); err != nil {
|
||||||
|
h.logger.Warn("批量队列子任务注册会话运行状态失败",
|
||||||
|
zap.String("queueId", queueID),
|
||||||
|
zap.String("taskId", task.ID),
|
||||||
|
zap.String("conversationId", conversationID),
|
||||||
|
zap.Error(err))
|
||||||
|
failMsg := err.Error()
|
||||||
|
if errors.Is(err, ErrTaskAlreadyRunning) {
|
||||||
|
failMsg = "会话已有任务正在执行,无法在该会话上并行启动批量子任务"
|
||||||
|
}
|
||||||
|
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, BatchTaskStatusFailed, "", failMsg)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
registered = true
|
||||||
|
h.batchTaskManager.SetTaskCancel(queueID, task.ID, timeoutCancel)
|
||||||
|
|
||||||
|
progressCallback := h.createProgressCallback(taskCtx, cancelWithCause, conversationID, assistantMessageID, sendEvent)
|
||||||
|
taskCtx = mcp.WithMCPConversationID(taskCtx, conversationID)
|
||||||
|
taskCtx = mcp.WithToolRunRegistry(taskCtx, h.tasks)
|
||||||
|
taskCtx = mcp.WithEinoExecuteRunRegistry(taskCtx, h.tasks)
|
||||||
|
|
||||||
|
useBatchMulti := false
|
||||||
|
batchOrch := "deep"
|
||||||
|
am := strings.TrimSpace(strings.ToLower(queue.AgentMode))
|
||||||
|
if am == "multi" {
|
||||||
|
am = "deep"
|
||||||
|
}
|
||||||
|
if batchQueueWantsEino(queue.AgentMode) && h.config != nil && h.config.MultiAgent.Enabled {
|
||||||
|
useBatchMulti = true
|
||||||
|
batchOrch = config.NormalizeMultiAgentOrchestration(am)
|
||||||
|
} else if queue.AgentMode == "" && h.config != nil && h.config.MultiAgent.Enabled && h.config.MultiAgent.BatchUseMultiAgent {
|
||||||
|
useBatchMulti = true
|
||||||
|
batchOrch = "deep"
|
||||||
|
}
|
||||||
|
|
||||||
|
var resultMA *multiagent.RunResult
|
||||||
|
var runErr error
|
||||||
|
switch {
|
||||||
|
case useBatchMulti:
|
||||||
|
resultMA, runErr = multiagent.RunDeepAgent(taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger, conversationID, h.conversationProjectID(conversationID), finalMessage, []agent.ChatMessage{}, roleTools, progressCallback, h.agentsMarkdownDir, batchOrch, nil, h.agentSessionContextBlock(conversationID))
|
||||||
|
default:
|
||||||
|
if h.config == nil {
|
||||||
|
runErr = fmt.Errorf("服务器配置未加载")
|
||||||
|
} else {
|
||||||
|
resultMA, runErr = multiagent.RunEinoSingleChatModelAgent(taskCtx, h.config, &h.config.MultiAgent, h.agent, h.db, h.logger, conversationID, h.conversationProjectID(conversationID), finalMessage, []agent.ChatMessage{}, roleTools, progressCallback, nil, h.agentSessionContextBlock(conversationID))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if runErr != nil {
|
||||||
|
h.handleBatchSubTaskRunError(queueID, task, conversationID, assistantMessageID, baseCtx, taskCtx, resultMA, runErr, &finishStatus)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if resultMA == nil {
|
||||||
|
h.logger.Error("批量任务执行成功但无结果对象",
|
||||||
|
zap.String("queueId", queueID),
|
||||||
|
zap.String("taskId", task.ID),
|
||||||
|
zap.String("conversationId", conversationID))
|
||||||
|
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, BatchTaskStatusFailed, "", "内部错误:无执行结果")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
h.logger.Info("批量任务执行成功", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID))
|
||||||
|
|
||||||
|
resText := resultMA.Response
|
||||||
|
mcpIDs := resultMA.MCPExecutionIDs
|
||||||
|
lastIn := resultMA.LastAgentTraceInput
|
||||||
|
lastOut := resultMA.LastAgentTraceOutput
|
||||||
|
|
||||||
|
if assistantMessageID != "" {
|
||||||
|
if updateErr := h.db.UpdateAssistantMessageFinalize(assistantMessageID, resText, mcpIDs, multiagent.AggregatedReasoningFromTraceJSON(lastIn)); updateErr != nil {
|
||||||
|
h.logger.Warn("更新助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(updateErr))
|
||||||
|
if _, err = h.db.AddMessage(conversationID, "assistant", resText, mcpIDs); err != nil {
|
||||||
|
h.logger.Error("保存助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if _, err = h.db.AddMessage(conversationID, "assistant", resText, mcpIDs); err != nil {
|
||||||
|
h.logger.Error("保存助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(err))
|
||||||
|
}
|
||||||
|
|
||||||
|
if lastIn != "" || lastOut != "" {
|
||||||
|
if err := h.db.SaveAgentTrace(conversationID, lastIn, lastOut); err != nil {
|
||||||
|
h.logger.Warn("保存代理轨迹失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h.batchTaskManager.UpdateTaskStatusWithConversationID(queueID, task.ID, BatchTaskStatusCompleted, resText, "", conversationID)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *AgentHandler) handleBatchSubTaskRunError(
|
||||||
|
queueID string,
|
||||||
|
task *BatchTask,
|
||||||
|
conversationID, assistantMessageID string,
|
||||||
|
baseCtx, taskCtx context.Context,
|
||||||
|
resultMA *multiagent.RunResult,
|
||||||
|
runErr error,
|
||||||
|
finishStatus *string,
|
||||||
|
) {
|
||||||
|
if shouldPersistEinoAgentTraceAfterRunError(baseCtx) {
|
||||||
|
h.persistEinoAgentTraceForResume(conversationID, resultMA)
|
||||||
|
}
|
||||||
|
errStr := runErr.Error()
|
||||||
|
partialResp := ""
|
||||||
|
if resultMA != nil {
|
||||||
|
partialResp = resultMA.Response
|
||||||
|
}
|
||||||
|
isCancelled := errors.Is(context.Cause(baseCtx), ErrTaskCancelled) ||
|
||||||
|
errors.Is(runErr, context.Canceled) ||
|
||||||
|
strings.Contains(strings.ToLower(errStr), "context canceled") ||
|
||||||
|
strings.Contains(strings.ToLower(errStr), "context cancelled") ||
|
||||||
|
(partialResp != "" && (strings.Contains(partialResp, "任务已被取消") || strings.Contains(partialResp, "任务执行中断")))
|
||||||
|
isTimeout := errors.Is(runErr, context.DeadlineExceeded) || errors.Is(context.Cause(taskCtx), context.DeadlineExceeded)
|
||||||
|
|
||||||
|
if isTimeout {
|
||||||
|
*finishStatus = "timeout"
|
||||||
|
} else if isCancelled {
|
||||||
|
*finishStatus = "cancelled"
|
||||||
|
} else {
|
||||||
|
*finishStatus = "failed"
|
||||||
|
}
|
||||||
|
|
||||||
|
if isCancelled {
|
||||||
|
h.logger.Info("批量任务被取消", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID))
|
||||||
|
cancelMsg := "任务已被用户取消,后续操作已停止。"
|
||||||
|
if partialResp != "" && (strings.Contains(partialResp, "任务已被取消") || strings.Contains(partialResp, "任务执行中断")) {
|
||||||
|
cancelMsg = partialResp
|
||||||
|
}
|
||||||
|
if assistantMessageID != "" {
|
||||||
|
if updateErr := h.appendAssistantMessageNotice(assistantMessageID, cancelMsg); updateErr != nil {
|
||||||
|
h.logger.Warn("更新取消后的助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(updateErr))
|
||||||
|
}
|
||||||
|
if err := h.db.AddProcessDetail(assistantMessageID, conversationID, "cancelled", cancelMsg, nil); err != nil {
|
||||||
|
h.logger.Warn("保存取消详情失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
||||||
|
}
|
||||||
|
} else if _, errMsg := h.db.AddMessage(conversationID, "assistant", cancelMsg, nil); errMsg != nil {
|
||||||
|
h.logger.Warn("保存取消消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(errMsg))
|
||||||
|
}
|
||||||
|
h.batchTaskManager.UpdateTaskStatusWithConversationID(queueID, task.ID, BatchTaskStatusCancelled, cancelMsg, "", conversationID)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
h.logger.Error("批量任务执行失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.String("conversationId", conversationID), zap.Error(runErr))
|
||||||
|
errorMsg := "执行失败: " + runErr.Error()
|
||||||
|
if assistantMessageID != "" {
|
||||||
|
if _, updateErr := h.db.Exec(
|
||||||
|
"UPDATE messages SET content = ?, updated_at = ? WHERE id = ?",
|
||||||
|
errorMsg,
|
||||||
|
time.Now(), assistantMessageID,
|
||||||
|
); updateErr != nil {
|
||||||
|
h.logger.Warn("更新失败后的助手消息失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(updateErr))
|
||||||
|
}
|
||||||
|
if err := h.db.AddProcessDetail(assistantMessageID, conversationID, "error", errorMsg, nil); err != nil {
|
||||||
|
h.logger.Warn("保存错误详情失败", zap.String("queueId", queueID), zap.String("taskId", task.ID), zap.Error(err))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
h.batchTaskManager.UpdateTaskStatus(queueID, task.ID, BatchTaskStatusFailed, "", runErr.Error())
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@ import (
|
|||||||
"context"
|
"context"
|
||||||
"crypto/rand"
|
"crypto/rand"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"sort"
|
"sort"
|
||||||
"strings"
|
"strings"
|
||||||
@@ -17,6 +18,15 @@ import (
|
|||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
// ErrBatchQueueNotFound 队列不存在或已从内存卸载。
|
||||||
|
ErrBatchQueueNotFound = errors.New("batch queue not found")
|
||||||
|
// ErrBatchQueueExecutorActive executeBatchQueue 协程仍在收尾,禁止删除。
|
||||||
|
ErrBatchQueueExecutorActive = errors.New("batch queue executor is still active")
|
||||||
|
// ErrBatchQueueStillRunning 队列状态仍为 running(无活跃执行器时的兜底保护)。
|
||||||
|
ErrBatchQueueStillRunning = errors.New("batch queue is still running")
|
||||||
|
)
|
||||||
|
|
||||||
// 批量任务状态常量
|
// 批量任务状态常量
|
||||||
const (
|
const (
|
||||||
BatchQueueStatusPending = "pending"
|
BatchQueueStatusPending = "pending"
|
||||||
@@ -39,6 +49,12 @@ const (
|
|||||||
|
|
||||||
// MaxBatchQueueRoleLen 角色名最大长度
|
// MaxBatchQueueRoleLen 角色名最大长度
|
||||||
MaxBatchQueueRoleLen = 100
|
MaxBatchQueueRoleLen = 100
|
||||||
|
|
||||||
|
// DefaultBatchQueueConcurrency 批量队列默认并发数(串行)
|
||||||
|
DefaultBatchQueueConcurrency = 1
|
||||||
|
|
||||||
|
// MaxBatchQueueConcurrency 批量队列最大并发数
|
||||||
|
MaxBatchQueueConcurrency = 8
|
||||||
)
|
)
|
||||||
|
|
||||||
// BatchTask 批量任务项
|
// BatchTask 批量任务项
|
||||||
@@ -67,6 +83,7 @@ type BatchTaskQueue struct {
|
|||||||
LastScheduleError string `json:"lastScheduleError,omitempty"`
|
LastScheduleError string `json:"lastScheduleError,omitempty"`
|
||||||
LastRunError string `json:"lastRunError,omitempty"`
|
LastRunError string `json:"lastRunError,omitempty"`
|
||||||
ProjectID string `json:"projectId,omitempty"`
|
ProjectID string `json:"projectId,omitempty"`
|
||||||
|
Concurrency int `json:"concurrency"` // 同时执行的子任务数,默认 1
|
||||||
Tasks []*BatchTask `json:"tasks"`
|
Tasks []*BatchTask `json:"tasks"`
|
||||||
Status string `json:"status"` // pending, running, paused, completed, cancelled
|
Status string `json:"status"` // pending, running, paused, completed, cancelled
|
||||||
CreatedAt time.Time `json:"createdAt"`
|
CreatedAt time.Time `json:"createdAt"`
|
||||||
@@ -80,8 +97,9 @@ type BatchTaskManager struct {
|
|||||||
db *database.DB
|
db *database.DB
|
||||||
logger *zap.Logger
|
logger *zap.Logger
|
||||||
queues map[string]*BatchTaskQueue
|
queues map[string]*BatchTaskQueue
|
||||||
taskCancels map[string]context.CancelFunc // 存储每个队列当前任务的取消函数
|
taskCancels map[string]map[string]context.CancelFunc // queueID -> taskID -> 取消函数
|
||||||
singleRunTasks map[string]string // queueID -> taskID,单条执行完成后暂停队列
|
singleRunTasks map[string]string // queueID -> taskID,单条执行完成后暂停队列
|
||||||
|
queueExecutors map[string]struct{} // executeBatchQueue 协程活跃标记(与队列 status 解耦)
|
||||||
mu sync.RWMutex
|
mu sync.RWMutex
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -93,11 +111,56 @@ func NewBatchTaskManager(logger *zap.Logger) *BatchTaskManager {
|
|||||||
return &BatchTaskManager{
|
return &BatchTaskManager{
|
||||||
logger: logger,
|
logger: logger,
|
||||||
queues: make(map[string]*BatchTaskQueue),
|
queues: make(map[string]*BatchTaskQueue),
|
||||||
taskCancels: make(map[string]context.CancelFunc),
|
taskCancels: make(map[string]map[string]context.CancelFunc),
|
||||||
singleRunTasks: make(map[string]string),
|
singleRunTasks: make(map[string]string),
|
||||||
|
queueExecutors: make(map[string]struct{}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// batchQueueExecutionShouldStop 判断 executeBatchQueue 主循环是否应退出。
|
||||||
|
func batchQueueExecutionShouldStop(queue *BatchTaskQueue, exists bool) bool {
|
||||||
|
if !exists || queue == nil {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
switch queue.Status {
|
||||||
|
case BatchQueueStatusCancelled, BatchQueueStatusCompleted, BatchQueueStatusPaused:
|
||||||
|
return true
|
||||||
|
default:
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TryMarkQueueExecutor 标记队列执行协程已启动;若已有执行协程则返回 false。
|
||||||
|
func (m *BatchTaskManager) TryMarkQueueExecutor(queueID string) bool {
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
if _, exists := m.queueExecutors[queueID]; exists {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
m.queueExecutors[queueID] = struct{}{}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
// UnmarkQueueExecutor 清除队列执行协程标记(executeBatchQueue defer 调用)。
|
||||||
|
func (m *BatchTaskManager) UnmarkQueueExecutor(queueID string) {
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
delete(m.queueExecutors, queueID)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ForceUnmarkQueueExecutor 强制清除执行协程标记(暂停态单条重跑等场景回收陈旧槽位)。
|
||||||
|
func (m *BatchTaskManager) ForceUnmarkQueueExecutor(queueID string) {
|
||||||
|
m.UnmarkQueueExecutor(queueID)
|
||||||
|
}
|
||||||
|
|
||||||
|
// IsQueueExecutorActive 队列 executeBatchQueue 协程是否仍在运行。
|
||||||
|
func (m *BatchTaskManager) IsQueueExecutorActive(queueID string) bool {
|
||||||
|
m.mu.RLock()
|
||||||
|
defer m.mu.RUnlock()
|
||||||
|
_, ok := m.queueExecutors[queueID]
|
||||||
|
return ok
|
||||||
|
}
|
||||||
|
|
||||||
// SetDB 设置数据库连接
|
// SetDB 设置数据库连接
|
||||||
func (m *BatchTaskManager) SetDB(db *database.DB) {
|
func (m *BatchTaskManager) SetDB(db *database.DB) {
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
@@ -105,10 +168,22 @@ func (m *BatchTaskManager) SetDB(db *database.DB) {
|
|||||||
m.db = db
|
m.db = db
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// normalizeBatchQueueConcurrency 规范化队列并发数。
|
||||||
|
func normalizeBatchQueueConcurrency(n int) int {
|
||||||
|
if n < 1 {
|
||||||
|
return DefaultBatchQueueConcurrency
|
||||||
|
}
|
||||||
|
if n > MaxBatchQueueConcurrency {
|
||||||
|
return MaxBatchQueueConcurrency
|
||||||
|
}
|
||||||
|
return n
|
||||||
|
}
|
||||||
|
|
||||||
// CreateBatchQueue 创建批量任务队列
|
// CreateBatchQueue 创建批量任务队列
|
||||||
func (m *BatchTaskManager) CreateBatchQueue(
|
func (m *BatchTaskManager) CreateBatchQueue(
|
||||||
title, role, agentMode, scheduleMode, cronExpr, projectID string,
|
title, role, agentMode, scheduleMode, cronExpr, projectID string,
|
||||||
nextRunAt *time.Time,
|
nextRunAt *time.Time,
|
||||||
|
concurrency int,
|
||||||
tasks []string,
|
tasks []string,
|
||||||
) (*BatchTaskQueue, error) {
|
) (*BatchTaskQueue, error) {
|
||||||
// 输入校验
|
// 输入校验
|
||||||
@@ -136,6 +211,7 @@ func (m *BatchTaskManager) CreateBatchQueue(
|
|||||||
CronExpr: strings.TrimSpace(cronExpr),
|
CronExpr: strings.TrimSpace(cronExpr),
|
||||||
NextRunAt: nextRunAt,
|
NextRunAt: nextRunAt,
|
||||||
ScheduleEnabled: true,
|
ScheduleEnabled: true,
|
||||||
|
Concurrency: normalizeBatchQueueConcurrency(concurrency),
|
||||||
Tasks: make([]*BatchTask, 0, len(tasks)),
|
Tasks: make([]*BatchTask, 0, len(tasks)),
|
||||||
Status: BatchQueueStatusPending,
|
Status: BatchQueueStatusPending,
|
||||||
CreatedAt: time.Now(),
|
CreatedAt: time.Now(),
|
||||||
@@ -177,6 +253,7 @@ func (m *BatchTaskManager) CreateBatchQueue(
|
|||||||
queue.CronExpr,
|
queue.CronExpr,
|
||||||
queue.NextRunAt,
|
queue.NextRunAt,
|
||||||
queue.ProjectID,
|
queue.ProjectID,
|
||||||
|
queue.Concurrency,
|
||||||
dbTasks,
|
dbTasks,
|
||||||
); err != nil {
|
); err != nil {
|
||||||
m.logger.Warn("batch queue DB create failed", zap.String("queueId", queueID), zap.Error(err))
|
m.logger.Warn("batch queue DB create failed", zap.String("queueId", queueID), zap.Error(err))
|
||||||
@@ -272,6 +349,7 @@ func (m *BatchTaskManager) loadQueueFromDB(queueID string) *BatchTaskQueue {
|
|||||||
if queueRow.ProjectID.Valid {
|
if queueRow.ProjectID.Valid {
|
||||||
queue.ProjectID = strings.TrimSpace(queueRow.ProjectID.String)
|
queue.ProjectID = strings.TrimSpace(queueRow.ProjectID.String)
|
||||||
}
|
}
|
||||||
|
queue.Concurrency = batchQueueConcurrencyFromRow(queueRow)
|
||||||
if queueRow.StartedAt.Valid {
|
if queueRow.StartedAt.Valid {
|
||||||
queue.StartedAt = &queueRow.StartedAt.Time
|
queue.StartedAt = &queueRow.StartedAt.Time
|
||||||
}
|
}
|
||||||
@@ -511,6 +589,7 @@ func (m *BatchTaskManager) LoadFromDB() error {
|
|||||||
if queueRow.ProjectID.Valid {
|
if queueRow.ProjectID.Valid {
|
||||||
queue.ProjectID = strings.TrimSpace(queueRow.ProjectID.String)
|
queue.ProjectID = strings.TrimSpace(queueRow.ProjectID.String)
|
||||||
}
|
}
|
||||||
|
queue.Concurrency = batchQueueConcurrencyFromRow(queueRow)
|
||||||
if queueRow.StartedAt.Valid {
|
if queueRow.StartedAt.Valid {
|
||||||
queue.StartedAt = &queueRow.StartedAt.Time
|
queue.StartedAt = &queueRow.StartedAt.Time
|
||||||
}
|
}
|
||||||
@@ -651,8 +730,16 @@ func (m *BatchTaskManager) UpdateQueueSchedule(queueID, scheduleMode, cronExpr s
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateQueueMetadata 更新队列标题、角色和代理模式(非 running 时可用)
|
// batchQueueConcurrencyFromRow 从数据库行读取并发数(缺省为 1)。
|
||||||
func (m *BatchTaskManager) UpdateQueueMetadata(queueID, title, role, agentMode string) error {
|
func batchQueueConcurrencyFromRow(row *database.BatchTaskQueueRow) int {
|
||||||
|
if row == nil || !row.Concurrency.Valid {
|
||||||
|
return DefaultBatchQueueConcurrency
|
||||||
|
}
|
||||||
|
return normalizeBatchQueueConcurrency(int(row.Concurrency.Int64))
|
||||||
|
}
|
||||||
|
|
||||||
|
// UpdateQueueMetadata 更新队列标题、角色、代理模式和并发数(非 running 时可用)
|
||||||
|
func (m *BatchTaskManager) UpdateQueueMetadata(queueID, title, role, agentMode string, concurrency *int) error {
|
||||||
if utf8.RuneCountInString(title) > MaxBatchQueueTitleLen {
|
if utf8.RuneCountInString(title) > MaxBatchQueueTitleLen {
|
||||||
return fmt.Errorf("标题不能超过 %d 个字符", MaxBatchQueueTitleLen)
|
return fmt.Errorf("标题不能超过 %d 个字符", MaxBatchQueueTitleLen)
|
||||||
}
|
}
|
||||||
@@ -680,9 +767,12 @@ func (m *BatchTaskManager) UpdateQueueMetadata(queueID, title, role, agentMode s
|
|||||||
queue.Title = title
|
queue.Title = title
|
||||||
queue.Role = role
|
queue.Role = role
|
||||||
queue.AgentMode = agentMode
|
queue.AgentMode = agentMode
|
||||||
|
if concurrency != nil {
|
||||||
|
queue.Concurrency = normalizeBatchQueueConcurrency(*concurrency)
|
||||||
|
}
|
||||||
|
|
||||||
if m.db != nil {
|
if m.db != nil {
|
||||||
if err := m.db.UpdateBatchQueueMetadata(queueID, title, role, agentMode); err != nil {
|
if err := m.db.UpdateBatchQueueMetadata(queueID, title, role, agentMode, queue.Concurrency); err != nil {
|
||||||
m.logger.Warn("batch queue DB metadata update failed", zap.String("queueId", queueID), zap.Error(err))
|
m.logger.Warn("batch queue DB metadata update failed", zap.String("queueId", queueID), zap.Error(err))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -868,7 +958,6 @@ func (m *BatchTaskManager) AddTaskToQueue(queueID, message string) (*BatchTask,
|
|||||||
|
|
||||||
// PrepareSingleTaskRun 准备单条执行:重置目标任务(若已有结果)并定位队列索引
|
// PrepareSingleTaskRun 准备单条执行:重置目标任务(若已有结果)并定位队列索引
|
||||||
func (m *BatchTaskManager) PrepareSingleTaskRun(queueID, taskID string) error {
|
func (m *BatchTaskManager) PrepareSingleTaskRun(queueID, taskID string) error {
|
||||||
var cancelFunc context.CancelFunc
|
|
||||||
var siblingRunningIDs []string
|
var siblingRunningIDs []string
|
||||||
|
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
@@ -898,11 +987,9 @@ func (m *BatchTaskManager) PrepareSingleTaskRun(queueID, taskID string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 暂停态:中止在途子任务并收口仍标记 running 的其它子任务,以便单条执行非冲突项
|
// 暂停态:中止在途子任务并收口仍标记 running 的其它子任务,以便单条执行非冲突项
|
||||||
|
var cancelFuncs []context.CancelFunc
|
||||||
if queue.Status == BatchQueueStatusPaused {
|
if queue.Status == BatchQueueStatusPaused {
|
||||||
if c, ok := m.taskCancels[queueID]; ok {
|
cancelFuncs = m.drainTaskCancelsLocked(queueID)
|
||||||
cancelFunc = c
|
|
||||||
delete(m.taskCancels, queueID)
|
|
||||||
}
|
|
||||||
for _, t := range queue.Tasks {
|
for _, t := range queue.Tasks {
|
||||||
if t != nil && t.ID != taskID && t.Status == BatchTaskStatusRunning {
|
if t != nil && t.ID != taskID && t.Status == BatchTaskStatusRunning {
|
||||||
siblingRunningIDs = append(siblingRunningIDs, t.ID)
|
siblingRunningIDs = append(siblingRunningIDs, t.ID)
|
||||||
@@ -914,8 +1001,10 @@ func (m *BatchTaskManager) PrepareSingleTaskRun(queueID, taskID string) error {
|
|||||||
resumeQueue := queue.Status == BatchQueueStatusCompleted || queue.Status == BatchQueueStatusCancelled
|
resumeQueue := queue.Status == BatchQueueStatusCompleted || queue.Status == BatchQueueStatusCancelled
|
||||||
m.mu.Unlock()
|
m.mu.Unlock()
|
||||||
|
|
||||||
if cancelFunc != nil {
|
for _, c := range cancelFuncs {
|
||||||
cancelFunc()
|
if c != nil {
|
||||||
|
c()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const staleRunMsg = "为单条执行其它任务,已中止"
|
const staleRunMsg = "为单条执行其它任务,已中止"
|
||||||
for _, sid := range siblingRunningIDs {
|
for _, sid := range siblingRunningIDs {
|
||||||
@@ -1089,7 +1178,90 @@ func queueAllowsSingleTaskRunLocked(queue *BatchTaskQueue, task *BatchTask) bool
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetNextTask 获取下一个待执行的任务
|
// ClaimNextPendingTask 原子领取下一个待执行子任务(并发 worker 安全)。
|
||||||
|
func (m *BatchTaskManager) ClaimNextPendingTask(queueID string) (*BatchTask, bool) {
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
|
||||||
|
queue, exists := m.queues[queueID]
|
||||||
|
if !exists || queue == nil {
|
||||||
|
return nil, false
|
||||||
|
}
|
||||||
|
if queue.Status == BatchQueueStatusCancelled || queue.Status == BatchQueueStatusCompleted || queue.Status == BatchQueueStatusPaused {
|
||||||
|
return nil, false
|
||||||
|
}
|
||||||
|
|
||||||
|
onlyTaskID := ""
|
||||||
|
if m.singleRunTasks != nil {
|
||||||
|
onlyTaskID = m.singleRunTasks[queueID]
|
||||||
|
}
|
||||||
|
|
||||||
|
for i, task := range queue.Tasks {
|
||||||
|
if task == nil || task.Status != BatchTaskStatusPending {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if onlyTaskID != "" && task.ID != onlyTaskID {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
task.Status = BatchTaskStatusRunning
|
||||||
|
queue.CurrentIndex = i
|
||||||
|
return task, true
|
||||||
|
}
|
||||||
|
return nil, false
|
||||||
|
}
|
||||||
|
|
||||||
|
// HasRunningTasks 队列是否仍有 running 状态的子任务。
|
||||||
|
func (m *BatchTaskManager) HasRunningTasks(queueID string) bool {
|
||||||
|
m.mu.RLock()
|
||||||
|
defer m.mu.RUnlock()
|
||||||
|
queue, exists := m.queues[queueID]
|
||||||
|
if !exists || queue == nil {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
for _, task := range queue.Tasks {
|
||||||
|
if task != nil && task.Status == BatchTaskStatusRunning {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// HasPendingOrRunningTasks 队列是否仍有未完成的子任务。
|
||||||
|
func (m *BatchTaskManager) HasPendingOrRunningTasks(queueID string) bool {
|
||||||
|
m.mu.RLock()
|
||||||
|
defer m.mu.RUnlock()
|
||||||
|
queue, exists := m.queues[queueID]
|
||||||
|
if !exists || queue == nil {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
for _, task := range queue.Tasks {
|
||||||
|
if task == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if task.Status == BatchTaskStatusPending || task.Status == BatchTaskStatusRunning {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// drainTaskCancelsLocked 取出并清空队列下所有子任务取消函数(调用方须已持 m.mu)。
|
||||||
|
func (m *BatchTaskManager) drainTaskCancelsLocked(queueID string) []context.CancelFunc {
|
||||||
|
taskMap, ok := m.taskCancels[queueID]
|
||||||
|
if !ok || len(taskMap) == 0 {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
cancels := make([]context.CancelFunc, 0, len(taskMap))
|
||||||
|
for _, c := range taskMap {
|
||||||
|
if c != nil {
|
||||||
|
cancels = append(cancels, c)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
delete(m.taskCancels, queueID)
|
||||||
|
return cancels
|
||||||
|
}
|
||||||
|
|
||||||
|
// GetNextTask 获取下一个待执行的任务(串行兼容,优先使用 ClaimNextPendingTask)
|
||||||
func (m *BatchTaskManager) GetNextTask(queueID string) (*BatchTask, bool) {
|
func (m *BatchTaskManager) GetNextTask(queueID string) (*BatchTask, bool) {
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
defer m.mu.Unlock()
|
defer m.mu.Unlock()
|
||||||
@@ -1130,20 +1302,28 @@ func (m *BatchTaskManager) MoveToNextTask(queueID string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetTaskCancel 设置当前任务的取消函数
|
// SetTaskCancel 设置子任务的取消函数
|
||||||
func (m *BatchTaskManager) SetTaskCancel(queueID string, cancel context.CancelFunc) {
|
func (m *BatchTaskManager) SetTaskCancel(queueID, taskID string, cancel context.CancelFunc) {
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
defer m.mu.Unlock()
|
defer m.mu.Unlock()
|
||||||
if cancel != nil {
|
if cancel == nil {
|
||||||
m.taskCancels[queueID] = cancel
|
if taskMap, ok := m.taskCancels[queueID]; ok {
|
||||||
} else {
|
delete(taskMap, taskID)
|
||||||
delete(m.taskCancels, queueID)
|
if len(taskMap) == 0 {
|
||||||
|
delete(m.taskCancels, queueID)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
if m.taskCancels[queueID] == nil {
|
||||||
|
m.taskCancels[queueID] = make(map[string]context.CancelFunc)
|
||||||
|
}
|
||||||
|
m.taskCancels[queueID][taskID] = cancel
|
||||||
}
|
}
|
||||||
|
|
||||||
// PauseQueue 暂停队列
|
// PauseQueue 暂停队列
|
||||||
func (m *BatchTaskManager) PauseQueue(queueID string) bool {
|
func (m *BatchTaskManager) PauseQueue(queueID string) bool {
|
||||||
var cancelFunc context.CancelFunc
|
var cancelFuncs []context.CancelFunc
|
||||||
|
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
queue, exists := m.queues[queueID]
|
queue, exists := m.queues[queueID]
|
||||||
@@ -1168,17 +1348,11 @@ func (m *BatchTaskManager) PauseQueue(queueID string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
queue.Status = BatchQueueStatusPaused
|
queue.Status = BatchQueueStatusPaused
|
||||||
|
cancelFuncs = m.drainTaskCancelsLocked(queueID)
|
||||||
// 取消当前正在执行的任务(通过取消context)
|
|
||||||
if cancel, ok := m.taskCancels[queueID]; ok {
|
|
||||||
cancelFunc = cancel
|
|
||||||
delete(m.taskCancels, queueID)
|
|
||||||
}
|
|
||||||
m.mu.Unlock()
|
m.mu.Unlock()
|
||||||
|
|
||||||
// 释放锁后执行取消回调(cancel 可能阻塞,不应持锁)
|
for _, c := range cancelFuncs {
|
||||||
if cancelFunc != nil {
|
c()
|
||||||
cancelFunc()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true
|
return true
|
||||||
@@ -1187,7 +1361,7 @@ func (m *BatchTaskManager) PauseQueue(queueID string) bool {
|
|||||||
// CancelQueue 取消队列(保留此方法以保持向后兼容,但建议使用PauseQueue)
|
// CancelQueue 取消队列(保留此方法以保持向后兼容,但建议使用PauseQueue)
|
||||||
func (m *BatchTaskManager) CancelQueue(queueID string) bool {
|
func (m *BatchTaskManager) CancelQueue(queueID string) bool {
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
var cancelFunc context.CancelFunc
|
var cancelFuncs []context.CancelFunc
|
||||||
|
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
queue, exists := m.queues[queueID]
|
queue, exists := m.queues[queueID]
|
||||||
@@ -1228,34 +1402,33 @@ func (m *BatchTaskManager) CancelQueue(queueID string) bool {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 取消当前正在执行的任务
|
cancelFuncs = m.drainTaskCancelsLocked(queueID)
|
||||||
if cancel, ok := m.taskCancels[queueID]; ok {
|
|
||||||
cancelFunc = cancel
|
|
||||||
delete(m.taskCancels, queueID)
|
|
||||||
}
|
|
||||||
m.mu.Unlock()
|
m.mu.Unlock()
|
||||||
|
|
||||||
// 释放锁后执行取消回调(cancel 可能阻塞,不应持锁)
|
for _, c := range cancelFuncs {
|
||||||
if cancelFunc != nil {
|
c()
|
||||||
cancelFunc()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeleteQueue 删除队列(运行中的队列不允许删除)
|
// DeleteQueue 删除队列。执行协程活跃或 status 为 running 时拒绝删除,避免 executeBatchQueue 空指针 panic。
|
||||||
func (m *BatchTaskManager) DeleteQueue(queueID string) bool {
|
func (m *BatchTaskManager) DeleteQueue(queueID string) error {
|
||||||
m.mu.Lock()
|
m.mu.Lock()
|
||||||
defer m.mu.Unlock()
|
defer m.mu.Unlock()
|
||||||
|
|
||||||
queue, exists := m.queues[queueID]
|
queue, exists := m.queues[queueID]
|
||||||
if !exists {
|
if !exists {
|
||||||
return false
|
return ErrBatchQueueNotFound
|
||||||
|
}
|
||||||
|
|
||||||
|
if _, exec := m.queueExecutors[queueID]; exec {
|
||||||
|
return ErrBatchQueueExecutorActive
|
||||||
}
|
}
|
||||||
|
|
||||||
// 运行中的队列不允许删除,防止孤儿协程和数据丢失
|
// 运行中的队列不允许删除,防止孤儿协程和数据丢失
|
||||||
if queue.Status == BatchQueueStatusRunning {
|
if queue.Status == BatchQueueStatusRunning {
|
||||||
return false
|
return ErrBatchQueueStillRunning
|
||||||
}
|
}
|
||||||
|
|
||||||
// 清理取消函数
|
// 清理取消函数
|
||||||
@@ -1269,7 +1442,7 @@ func (m *BatchTaskManager) DeleteQueue(queueID string) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
delete(m.queues, queueID)
|
delete(m.queues, queueID)
|
||||||
return true
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// generateShortID 生成短ID
|
// generateShortID 生成短ID
|
||||||
|
|||||||
@@ -0,0 +1,121 @@
|
|||||||
|
package handler
|
||||||
|
|
||||||
|
import (
|
||||||
|
"errors"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestNormalizeBatchQueueConcurrency(t *testing.T) {
|
||||||
|
if got := normalizeBatchQueueConcurrency(0); got != DefaultBatchQueueConcurrency {
|
||||||
|
t.Fatalf("expected default %d, got %d", DefaultBatchQueueConcurrency, got)
|
||||||
|
}
|
||||||
|
if got := normalizeBatchQueueConcurrency(99); got != MaxBatchQueueConcurrency {
|
||||||
|
t.Fatalf("expected max %d, got %d", MaxBatchQueueConcurrency, got)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestClaimNextPendingTaskParallel(t *testing.T) {
|
||||||
|
m := NewBatchTaskManager(zap.NewNop())
|
||||||
|
queue, err := m.CreateBatchQueue("test", "", "eino_single", "manual", "", "", nil, 3, []string{"a", "b", "c"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CreateBatchQueue: %v", err)
|
||||||
|
}
|
||||||
|
m.UpdateQueueStatus(queue.ID, BatchQueueStatusRunning)
|
||||||
|
|
||||||
|
t1, ok1 := m.ClaimNextPendingTask(queue.ID)
|
||||||
|
t2, ok2 := m.ClaimNextPendingTask(queue.ID)
|
||||||
|
if !ok1 || !ok2 || t1.ID == t2.ID {
|
||||||
|
t.Fatalf("expected two distinct claims, got ok1=%v ok2=%v t1=%v t2=%v", ok1, ok2, t1, t2)
|
||||||
|
}
|
||||||
|
if t1.Status != BatchTaskStatusRunning || t2.Status != BatchTaskStatusRunning {
|
||||||
|
t.Fatalf("claimed tasks should be running")
|
||||||
|
}
|
||||||
|
t3, ok3 := m.ClaimNextPendingTask(queue.ID)
|
||||||
|
if !ok3 {
|
||||||
|
t.Fatal("expected third claim")
|
||||||
|
}
|
||||||
|
_, ok4 := m.ClaimNextPendingTask(queue.ID)
|
||||||
|
if ok4 {
|
||||||
|
t.Fatal("expected no fourth pending task")
|
||||||
|
}
|
||||||
|
_ = t3
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestBatchQueueExecutionShouldStop(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
if !batchQueueExecutionShouldStop(nil, false) {
|
||||||
|
t.Fatal("expected stop when queue missing")
|
||||||
|
}
|
||||||
|
if !batchQueueExecutionShouldStop(nil, true) {
|
||||||
|
t.Fatal("expected stop when queue is nil but exists=true")
|
||||||
|
}
|
||||||
|
q := &BatchTaskQueue{Status: BatchQueueStatusRunning}
|
||||||
|
if batchQueueExecutionShouldStop(q, true) {
|
||||||
|
t.Fatal("expected continue when running")
|
||||||
|
}
|
||||||
|
q.Status = BatchQueueStatusCancelled
|
||||||
|
if !batchQueueExecutionShouldStop(q, true) {
|
||||||
|
t.Fatal("expected stop when cancelled")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestDeleteQueueBlockedWhileExecutorActive(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
m := NewBatchTaskManager(zap.NewNop())
|
||||||
|
queue, err := m.CreateBatchQueue("test", "", "eino_single", "manual", "", "", nil, 1, []string{"hello"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CreateBatchQueue: %v", err)
|
||||||
|
}
|
||||||
|
if !m.TryMarkQueueExecutor(queue.ID) {
|
||||||
|
t.Fatal("expected to mark executor")
|
||||||
|
}
|
||||||
|
m.UpdateQueueStatus(queue.ID, BatchQueueStatusCancelled)
|
||||||
|
|
||||||
|
err = m.DeleteQueue(queue.ID)
|
||||||
|
if !errors.Is(err, ErrBatchQueueExecutorActive) {
|
||||||
|
t.Fatalf("expected ErrBatchQueueExecutorActive, got %v", err)
|
||||||
|
}
|
||||||
|
if _, ok := m.GetBatchQueue(queue.ID); !ok {
|
||||||
|
t.Fatal("queue should still exist while executor active")
|
||||||
|
}
|
||||||
|
|
||||||
|
m.UnmarkQueueExecutor(queue.ID)
|
||||||
|
if err := m.DeleteQueue(queue.ID); err != nil {
|
||||||
|
t.Fatalf("expected delete after executor unmarked, got %v", err)
|
||||||
|
}
|
||||||
|
if _, ok := m.GetBatchQueue(queue.ID); ok {
|
||||||
|
t.Fatal("queue should be deleted")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestDeleteQueueBlockedWhileRunning(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
m := NewBatchTaskManager(zap.NewNop())
|
||||||
|
queue, err := m.CreateBatchQueue("test", "", "eino_single", "manual", "", "", nil, 1, []string{"hello"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("CreateBatchQueue: %v", err)
|
||||||
|
}
|
||||||
|
m.UpdateQueueStatus(queue.ID, BatchQueueStatusRunning)
|
||||||
|
|
||||||
|
err = m.DeleteQueue(queue.ID)
|
||||||
|
if !errors.Is(err, ErrBatchQueueStillRunning) {
|
||||||
|
t.Fatalf("expected ErrBatchQueueStillRunning, got %v", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestTryMarkQueueExecutorDedupes(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
m := NewBatchTaskManager(zap.NewNop())
|
||||||
|
if !m.TryMarkQueueExecutor("q-1") {
|
||||||
|
t.Fatal("first mark should succeed")
|
||||||
|
}
|
||||||
|
if m.TryMarkQueueExecutor("q-1") {
|
||||||
|
t.Fatal("second mark should fail")
|
||||||
|
}
|
||||||
|
m.UnmarkQueueExecutor("q-1")
|
||||||
|
if !m.TryMarkQueueExecutor("q-1") {
|
||||||
|
t.Fatal("mark after unmark should succeed")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,6 +3,7 @@ package handler
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
@@ -181,6 +182,10 @@ func RegisterBatchTaskMCPTools(mcpServer *mcp.Server, h *AgentHandler, logger *z
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "队列内子对话绑定的项目 ID(可选,未指定时使用 config.project.default_project_id)",
|
"description": "队列内子对话绑定的项目 ID(可选,未指定时使用 config.project.default_project_id)",
|
||||||
},
|
},
|
||||||
|
"concurrency": map[string]interface{}{
|
||||||
|
"type": "integer",
|
||||||
|
"description": "同时执行的子任务数,默认 1(串行),最大 8。含扫描类工具时建议 1-2。",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}, func(ctx context.Context, args map[string]interface{}) (*mcp.ToolResult, error) {
|
}, func(ctx context.Context, args map[string]interface{}) (*mcp.ToolResult, error) {
|
||||||
@@ -210,7 +215,8 @@ func RegisterBatchTaskMCPTools(mcpServer *mcp.Server, h *AgentHandler, logger *z
|
|||||||
executeNow = false
|
executeNow = false
|
||||||
}
|
}
|
||||||
projectID := strings.TrimSpace(mcpArgString(args, "project_id"))
|
projectID := strings.TrimSpace(mcpArgString(args, "project_id"))
|
||||||
queue, createErr := h.batchTaskManager.CreateBatchQueue(title, role, agentMode, scheduleMode, cronExpr, projectID, nextRunAt, tasks)
|
concurrency := int(mcpArgFloat(args, "concurrency"))
|
||||||
|
queue, createErr := h.batchTaskManager.CreateBatchQueue(title, role, agentMode, scheduleMode, cronExpr, projectID, nextRunAt, concurrency, tasks)
|
||||||
if createErr != nil {
|
if createErr != nil {
|
||||||
return batchMCPTextResult("创建队列失败: "+createErr.Error(), true), nil
|
return batchMCPTextResult("创建队列失败: "+createErr.Error(), true), nil
|
||||||
}
|
}
|
||||||
@@ -365,8 +371,17 @@ func RegisterBatchTaskMCPTools(mcpServer *mcp.Server, h *AgentHandler, logger *z
|
|||||||
if qid == "" {
|
if qid == "" {
|
||||||
return batchMCPTextResult("queue_id 不能为空", true), nil
|
return batchMCPTextResult("queue_id 不能为空", true), nil
|
||||||
}
|
}
|
||||||
if !h.batchTaskManager.DeleteQueue(qid) {
|
if err := h.batchTaskManager.DeleteQueue(qid); err != nil {
|
||||||
return batchMCPTextResult("删除失败:队列不存在", true), nil
|
switch {
|
||||||
|
case errors.Is(err, ErrBatchQueueNotFound):
|
||||||
|
return batchMCPTextResult("删除失败:队列不存在", true), nil
|
||||||
|
case errors.Is(err, ErrBatchQueueExecutorActive):
|
||||||
|
return batchMCPTextResult("删除失败:队列执行器仍在运行,请稍后再试", true), nil
|
||||||
|
case errors.Is(err, ErrBatchQueueStillRunning):
|
||||||
|
return batchMCPTextResult("删除失败:队列正在运行中", true), nil
|
||||||
|
default:
|
||||||
|
return batchMCPTextResult("删除失败:"+err.Error(), true), nil
|
||||||
|
}
|
||||||
}
|
}
|
||||||
logger.Info("MCP batch_task_delete", zap.String("queueId", qid))
|
logger.Info("MCP batch_task_delete", zap.String("queueId", qid))
|
||||||
return batchMCPTextResult("队列已删除。", false), nil
|
return batchMCPTextResult("队列已删除。", false), nil
|
||||||
@@ -397,6 +412,10 @@ func RegisterBatchTaskMCPTools(mcpServer *mcp.Server, h *AgentHandler, logger *z
|
|||||||
"description": "代理模式:eino_single、deep、plan_execute、supervisor",
|
"description": "代理模式:eino_single、deep、plan_execute、supervisor",
|
||||||
"enum": []string{"eino_single", "deep", "plan_execute", "supervisor"},
|
"enum": []string{"eino_single", "deep", "plan_execute", "supervisor"},
|
||||||
},
|
},
|
||||||
|
"concurrency": map[string]interface{}{
|
||||||
|
"type": "integer",
|
||||||
|
"description": "同时执行的子任务数,默认 1,最大 8",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"required": []string{"queue_id"},
|
"required": []string{"queue_id"},
|
||||||
},
|
},
|
||||||
@@ -408,7 +427,12 @@ func RegisterBatchTaskMCPTools(mcpServer *mcp.Server, h *AgentHandler, logger *z
|
|||||||
title := mcpArgString(args, "title")
|
title := mcpArgString(args, "title")
|
||||||
role := mcpArgString(args, "role")
|
role := mcpArgString(args, "role")
|
||||||
agentMode := mcpArgString(args, "agent_mode")
|
agentMode := mcpArgString(args, "agent_mode")
|
||||||
if err := h.batchTaskManager.UpdateQueueMetadata(qid, title, role, agentMode); err != nil {
|
var concurrency *int
|
||||||
|
if raw, ok := args["concurrency"]; ok && raw != nil {
|
||||||
|
v := int(mcpArgFloat(args, "concurrency"))
|
||||||
|
concurrency = &v
|
||||||
|
}
|
||||||
|
if err := h.batchTaskManager.UpdateQueueMetadata(qid, title, role, agentMode, concurrency); err != nil {
|
||||||
return batchMCPTextResult(err.Error(), true), nil
|
return batchMCPTextResult(err.Error(), true), nil
|
||||||
}
|
}
|
||||||
updated, _ := h.batchTaskManager.GetBatchQueue(qid)
|
updated, _ := h.batchTaskManager.GetBatchQueue(qid)
|
||||||
@@ -652,6 +676,7 @@ type batchTaskQueueMCPListItem struct {
|
|||||||
StartedAt *time.Time `json:"startedAt,omitempty"`
|
StartedAt *time.Time `json:"startedAt,omitempty"`
|
||||||
CompletedAt *time.Time `json:"completedAt,omitempty"`
|
CompletedAt *time.Time `json:"completedAt,omitempty"`
|
||||||
CurrentIndex int `json:"currentIndex"`
|
CurrentIndex int `json:"currentIndex"`
|
||||||
|
Concurrency int `json:"concurrency"`
|
||||||
TaskTotal int `json:"task_total"`
|
TaskTotal int `json:"task_total"`
|
||||||
TaskCounts map[string]int `json:"task_counts"`
|
TaskCounts map[string]int `json:"task_counts"`
|
||||||
Tasks []batchTaskMCPListSummary `json:"tasks"`
|
Tasks []batchTaskMCPListSummary `json:"tasks"`
|
||||||
@@ -715,6 +740,7 @@ func toBatchTaskQueueMCPListItem(q *BatchTaskQueue) batchTaskQueueMCPListItem {
|
|||||||
StartedAt: q.StartedAt,
|
StartedAt: q.StartedAt,
|
||||||
CompletedAt: q.CompletedAt,
|
CompletedAt: q.CompletedAt,
|
||||||
CurrentIndex: q.CurrentIndex,
|
CurrentIndex: q.CurrentIndex,
|
||||||
|
Concurrency: q.Concurrency,
|
||||||
TaskTotal: len(tasks),
|
TaskTotal: len(tasks),
|
||||||
TaskCounts: counts,
|
TaskCounts: counts,
|
||||||
Tasks: tasks,
|
Tasks: tasks,
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ func (h *ConversationHandler) ListConversations(c *gin.Context) {
|
|||||||
limitStr := c.DefaultQuery("limit", "50")
|
limitStr := c.DefaultQuery("limit", "50")
|
||||||
offsetStr := c.DefaultQuery("offset", "0")
|
offsetStr := c.DefaultQuery("offset", "0")
|
||||||
search := c.Query("search") // 获取搜索参数
|
search := c.Query("search") // 获取搜索参数
|
||||||
|
projectID := strings.TrimSpace(c.Query("project_id"))
|
||||||
|
|
||||||
limit, _ := strconv.Atoi(limitStr)
|
limit, _ := strconv.Atoi(limitStr)
|
||||||
offset, _ := strconv.Atoi(offsetStr)
|
offset, _ := strconv.Atoi(offsetStr)
|
||||||
@@ -114,7 +115,7 @@ func (h *ConversationHandler) ListConversations(c *gin.Context) {
|
|||||||
limit = 1000
|
limit = 1000
|
||||||
}
|
}
|
||||||
|
|
||||||
excludeGrouped := strings.TrimSpace(search) == "" &&
|
excludeGrouped := strings.TrimSpace(search) == "" && projectID == "" &&
|
||||||
(c.Query("exclude_grouped") == "true" || c.Query("exclude_grouped") == "1")
|
(c.Query("exclude_grouped") == "true" || c.Query("exclude_grouped") == "1")
|
||||||
sortBy := strings.TrimSpace(c.Query("sort_by"))
|
sortBy := strings.TrimSpace(c.Query("sort_by"))
|
||||||
|
|
||||||
@@ -122,14 +123,14 @@ func (h *ConversationHandler) ListConversations(c *gin.Context) {
|
|||||||
var total int
|
var total int
|
||||||
var err error
|
var err error
|
||||||
if excludeGrouped {
|
if excludeGrouped {
|
||||||
conversations, err = h.db.ListUngroupedConversations(limit, offset, sortBy)
|
conversations, err = h.db.ListUngroupedConversations(limit, offset, sortBy, projectID)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
total, err = h.db.CountUngroupedConversations()
|
total, err = h.db.CountUngroupedConversations(projectID)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
conversations, err = h.db.ListConversations(limit, offset, search, sortBy)
|
conversations, err = h.db.ListConversations(limit, offset, search, sortBy, projectID)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
total, err = h.db.CountConversations(search)
|
total, err = h.db.CountConversations(search, projectID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ func (h *AgentHandler) EinoSingleAgentLoopStream(c *gin.Context) {
|
|||||||
roleTools,
|
roleTools,
|
||||||
progressCallback,
|
progressCallback,
|
||||||
chatReasoningToClientIntent(req.Reasoning),
|
chatReasoningToClientIntent(req.Reasoning),
|
||||||
h.projectBlackboardBlock(conversationID),
|
h.agentSessionContextBlock(conversationID),
|
||||||
)
|
)
|
||||||
|
|
||||||
if result != nil && len(result.MCPExecutionIDs) > 0 {
|
if result != nil && len(result.MCPExecutionIDs) > 0 {
|
||||||
@@ -416,7 +416,7 @@ func (h *AgentHandler) EinoSingleAgentLoop(c *gin.Context) {
|
|||||||
prep.RoleTools,
|
prep.RoleTools,
|
||||||
progressCallback,
|
progressCallback,
|
||||||
chatReasoningToClientIntent(req.Reasoning),
|
chatReasoningToClientIntent(req.Reasoning),
|
||||||
h.projectBlackboardBlock(prep.ConversationID),
|
h.agentSessionContextBlock(prep.ConversationID),
|
||||||
)
|
)
|
||||||
if runErr == nil {
|
if runErr == nil {
|
||||||
break
|
break
|
||||||
|
|||||||
+295
-14
@@ -5,6 +5,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
"sort"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
@@ -23,6 +24,8 @@ import (
|
|||||||
type MonitorHandler struct {
|
type MonitorHandler struct {
|
||||||
mcpServer *mcp.Server
|
mcpServer *mcp.Server
|
||||||
externalMCPMgr *mcp.ExternalMCPManager
|
externalMCPMgr *mcp.ExternalMCPManager
|
||||||
|
taskManager *AgentTaskManager
|
||||||
|
agentHandler *AgentHandler
|
||||||
executor *security.Executor
|
executor *security.Executor
|
||||||
db *database.DB
|
db *database.DB
|
||||||
logger *zap.Logger
|
logger *zap.Logger
|
||||||
@@ -56,16 +59,44 @@ func (h *MonitorHandler) SetExternalMCPManager(mgr *mcp.ExternalMCPManager) {
|
|||||||
h.externalMCPMgr = mgr
|
h.externalMCPMgr = mgr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetTaskManager 设置 Agent 任务管理器(用于 Eino execute 等按 executionId 终止)。
|
||||||
|
func (h *MonitorHandler) SetTaskManager(mgr *AgentTaskManager) {
|
||||||
|
h.taskManager = mgr
|
||||||
|
}
|
||||||
|
|
||||||
|
// SetAgentHandler 设置 Agent 处理器(MCP 监控终止与对话页「中断并继续」共用逻辑)。
|
||||||
|
func (h *MonitorHandler) SetAgentHandler(ah *AgentHandler) {
|
||||||
|
h.agentHandler = ah
|
||||||
|
}
|
||||||
|
|
||||||
|
const monitorPageTopTools = 6
|
||||||
|
|
||||||
|
// MonitorStatsSummary 工具调用汇总
|
||||||
|
type MonitorStatsSummary struct {
|
||||||
|
TotalCalls int `json:"totalCalls"`
|
||||||
|
SuccessCalls int `json:"successCalls"`
|
||||||
|
FailedCalls int `json:"failedCalls"`
|
||||||
|
LastCallTime *time.Time `json:"lastCallTime,omitempty"`
|
||||||
|
ToolCount int `json:"toolCount"`
|
||||||
|
}
|
||||||
|
|
||||||
// MonitorResponse 监控响应
|
// MonitorResponse 监控响应
|
||||||
type MonitorResponse struct {
|
type MonitorResponse struct {
|
||||||
Executions []*mcp.ToolExecution `json:"executions"`
|
Executions []*mcp.ToolExecution `json:"executions"`
|
||||||
Stats map[string]*mcp.ToolStats `json:"stats"`
|
Summary *MonitorStatsSummary `json:"summary"`
|
||||||
Timestamp time.Time `json:"timestamp"`
|
TopTools []*mcp.ToolStats `json:"topTools"`
|
||||||
Total int `json:"total,omitempty"`
|
Timestamp time.Time `json:"timestamp"`
|
||||||
Page int `json:"page,omitempty"`
|
Total int `json:"total"`
|
||||||
PageSize int `json:"page_size,omitempty"`
|
Page int `json:"page"`
|
||||||
TotalPages int `json:"total_pages,omitempty"`
|
PageSize int `json:"pageSize"`
|
||||||
RetentionDays int `json:"retention_days,omitempty"`
|
TotalPages int `json:"totalPages"`
|
||||||
|
RetentionDays int `json:"retentionDays"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// StatsResponse 统计信息响应(Dashboard 等)
|
||||||
|
type StatsResponse struct {
|
||||||
|
Summary *MonitorStatsSummary `json:"summary"`
|
||||||
|
TopTools []*mcp.ToolStats `json:"topTools"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Monitor 获取监控信息
|
// Monitor 获取监控信息
|
||||||
@@ -89,8 +120,9 @@ func (h *MonitorHandler) Monitor(c *gin.Context) {
|
|||||||
// 解析工具筛选参数(兼容 mcp__tool 与内部 mcp::tool)
|
// 解析工具筛选参数(兼容 mcp__tool 与内部 mcp::tool)
|
||||||
toolName := normalizeToolNameFilter(c.Query("tool"))
|
toolName := normalizeToolNameFilter(c.Query("tool"))
|
||||||
|
|
||||||
executions, total := h.loadExecutionsWithPagination(page, pageSize, status, toolName)
|
executions, total := h.loadExecutionListWithPagination(page, pageSize, status, toolName)
|
||||||
stats := h.loadStats()
|
h.enrichExecutionsConversationID(executions)
|
||||||
|
summary, topTools := h.loadStatsSummary(monitorPageTopTools)
|
||||||
|
|
||||||
totalPages := (total + pageSize - 1) / pageSize
|
totalPages := (total + pageSize - 1) / pageSize
|
||||||
if totalPages == 0 {
|
if totalPages == 0 {
|
||||||
@@ -99,7 +131,8 @@ func (h *MonitorHandler) Monitor(c *gin.Context) {
|
|||||||
|
|
||||||
c.JSON(http.StatusOK, MonitorResponse{
|
c.JSON(http.StatusOK, MonitorResponse{
|
||||||
Executions: executions,
|
Executions: executions,
|
||||||
Stats: stats,
|
Summary: summary,
|
||||||
|
TopTools: topTools,
|
||||||
Timestamp: time.Now(),
|
Timestamp: time.Now(),
|
||||||
Total: total,
|
Total: total,
|
||||||
Page: page,
|
Page: page,
|
||||||
@@ -121,6 +154,112 @@ func (h *MonitorHandler) loadExecutions() []*mcp.ToolExecution {
|
|||||||
return executions
|
return executions
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (h *MonitorHandler) loadExecutionListWithPagination(page, pageSize int, status, toolName string) ([]*mcp.ToolExecution, int) {
|
||||||
|
if h.db == nil {
|
||||||
|
allExecutions := h.mcpServer.GetAllExecutions()
|
||||||
|
if status != "" || toolName != "" {
|
||||||
|
filtered := make([]*mcp.ToolExecution, 0)
|
||||||
|
for _, exec := range allExecutions {
|
||||||
|
matchStatus := status == "" || exec.Status == status
|
||||||
|
matchTool := toolNameFilterMatches(exec.ToolName, toolName)
|
||||||
|
if matchStatus && matchTool {
|
||||||
|
filtered = append(filtered, exec)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
allExecutions = filtered
|
||||||
|
}
|
||||||
|
total := len(allExecutions)
|
||||||
|
offset := (page - 1) * pageSize
|
||||||
|
end := offset + pageSize
|
||||||
|
if end > total {
|
||||||
|
end = total
|
||||||
|
}
|
||||||
|
if offset >= total {
|
||||||
|
return []*mcp.ToolExecution{}, total
|
||||||
|
}
|
||||||
|
pageSlice := allExecutions[offset:end]
|
||||||
|
out := make([]*mcp.ToolExecution, 0, len(pageSlice))
|
||||||
|
for _, exec := range pageSlice {
|
||||||
|
if exec == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
out = append(out, slimToolExecution(exec))
|
||||||
|
}
|
||||||
|
return out, total
|
||||||
|
}
|
||||||
|
|
||||||
|
offset := (page - 1) * pageSize
|
||||||
|
executions, err := h.db.LoadToolExecutionListPage(offset, pageSize, status, toolName)
|
||||||
|
if err != nil {
|
||||||
|
h.logger.Warn("从数据库加载执行记录列表失败,回退到内存数据", zap.Error(err))
|
||||||
|
return h.loadExecutionListWithPaginationFromMemory(page, pageSize, status, toolName)
|
||||||
|
}
|
||||||
|
|
||||||
|
total, err := h.db.CountToolExecutions(status, toolName)
|
||||||
|
if err != nil {
|
||||||
|
h.logger.Warn("获取执行记录总数失败", zap.Error(err))
|
||||||
|
total = offset + len(executions)
|
||||||
|
if len(executions) == pageSize {
|
||||||
|
total = offset + len(executions) + 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return executions, total
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *MonitorHandler) loadExecutionListWithPaginationFromMemory(page, pageSize int, status, toolName string) ([]*mcp.ToolExecution, int) {
|
||||||
|
allExecutions := h.mcpServer.GetAllExecutions()
|
||||||
|
if status != "" || toolName != "" {
|
||||||
|
filtered := make([]*mcp.ToolExecution, 0)
|
||||||
|
for _, exec := range allExecutions {
|
||||||
|
matchStatus := status == "" || exec.Status == status
|
||||||
|
matchTool := toolNameFilterMatches(exec.ToolName, toolName)
|
||||||
|
if matchStatus && matchTool {
|
||||||
|
filtered = append(filtered, exec)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
allExecutions = filtered
|
||||||
|
}
|
||||||
|
total := len(allExecutions)
|
||||||
|
offset := (page - 1) * pageSize
|
||||||
|
end := offset + pageSize
|
||||||
|
if end > total {
|
||||||
|
end = total
|
||||||
|
}
|
||||||
|
if offset >= total {
|
||||||
|
return []*mcp.ToolExecution{}, total
|
||||||
|
}
|
||||||
|
pageSlice := allExecutions[offset:end]
|
||||||
|
out := make([]*mcp.ToolExecution, 0, len(pageSlice))
|
||||||
|
for _, exec := range pageSlice {
|
||||||
|
if exec == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
out = append(out, slimToolExecution(exec))
|
||||||
|
}
|
||||||
|
return out, total
|
||||||
|
}
|
||||||
|
|
||||||
|
func slimToolExecution(exec *mcp.ToolExecution) *mcp.ToolExecution {
|
||||||
|
if exec == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
slim := &mcp.ToolExecution{
|
||||||
|
ID: exec.ID,
|
||||||
|
ToolName: exec.ToolName,
|
||||||
|
Status: exec.Status,
|
||||||
|
StartTime: exec.StartTime,
|
||||||
|
}
|
||||||
|
if exec.EndTime != nil {
|
||||||
|
end := *exec.EndTime
|
||||||
|
slim.EndTime = &end
|
||||||
|
}
|
||||||
|
if exec.Duration > 0 {
|
||||||
|
slim.Duration = exec.Duration
|
||||||
|
}
|
||||||
|
return slim
|
||||||
|
}
|
||||||
|
|
||||||
func (h *MonitorHandler) loadExecutionsWithPagination(page, pageSize int, status, toolName string) ([]*mcp.ToolExecution, int) {
|
func (h *MonitorHandler) loadExecutionsWithPagination(page, pageSize int, status, toolName string) ([]*mcp.ToolExecution, int) {
|
||||||
if h.db == nil {
|
if h.db == nil {
|
||||||
allExecutions := h.mcpServer.GetAllExecutions()
|
allExecutions := h.mcpServer.GetAllExecutions()
|
||||||
@@ -193,7 +332,78 @@ func (h *MonitorHandler) loadExecutionsWithPagination(page, pageSize int, status
|
|||||||
return executions, total
|
return executions, total
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *MonitorHandler) loadStats() map[string]*mcp.ToolStats {
|
func (h *MonitorHandler) loadStatsSummary(topN int) (*MonitorStatsSummary, []*mcp.ToolStats) {
|
||||||
|
if topN <= 0 {
|
||||||
|
topN = monitorPageTopTools
|
||||||
|
}
|
||||||
|
|
||||||
|
if h.db != nil {
|
||||||
|
result, err := h.db.LoadToolStatsSummary(topN)
|
||||||
|
if err == nil {
|
||||||
|
return dbStatsSummaryToMonitor(result), result.TopTools
|
||||||
|
}
|
||||||
|
h.logger.Warn("从数据库加载统计汇总失败,回退到内存数据", zap.Error(err))
|
||||||
|
}
|
||||||
|
|
||||||
|
stats := h.loadStatsMap()
|
||||||
|
return summarizeToolStats(stats, topN)
|
||||||
|
}
|
||||||
|
|
||||||
|
func dbStatsSummaryToMonitor(result *database.ToolStatsSummaryResult) *MonitorStatsSummary {
|
||||||
|
if result == nil {
|
||||||
|
return &MonitorStatsSummary{}
|
||||||
|
}
|
||||||
|
summary := &MonitorStatsSummary{
|
||||||
|
TotalCalls: result.Summary.TotalCalls,
|
||||||
|
SuccessCalls: result.Summary.SuccessCalls,
|
||||||
|
FailedCalls: result.Summary.FailedCalls,
|
||||||
|
ToolCount: result.Summary.ToolCount,
|
||||||
|
}
|
||||||
|
if result.Summary.LastCallTime != nil {
|
||||||
|
t := *result.Summary.LastCallTime
|
||||||
|
summary.LastCallTime = &t
|
||||||
|
}
|
||||||
|
return summary
|
||||||
|
}
|
||||||
|
|
||||||
|
func summarizeToolStats(stats map[string]*mcp.ToolStats, topN int) (*MonitorStatsSummary, []*mcp.ToolStats) {
|
||||||
|
summary := &MonitorStatsSummary{}
|
||||||
|
if len(stats) == 0 {
|
||||||
|
return summary, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
all := make([]*mcp.ToolStats, 0, len(stats))
|
||||||
|
for _, stat := range stats {
|
||||||
|
if stat == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
summary.ToolCount++
|
||||||
|
summary.TotalCalls += stat.TotalCalls
|
||||||
|
summary.SuccessCalls += stat.SuccessCalls
|
||||||
|
summary.FailedCalls += stat.FailedCalls
|
||||||
|
if stat.LastCallTime != nil && (summary.LastCallTime == nil || stat.LastCallTime.After(*summary.LastCallTime)) {
|
||||||
|
t := *stat.LastCallTime
|
||||||
|
summary.LastCallTime = &t
|
||||||
|
}
|
||||||
|
if stat.TotalCalls > 0 {
|
||||||
|
statCopy := *stat
|
||||||
|
all = append(all, &statCopy)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sort.Slice(all, func(i, j int) bool {
|
||||||
|
if all[i].TotalCalls == all[j].TotalCalls {
|
||||||
|
return all[i].ToolName < all[j].ToolName
|
||||||
|
}
|
||||||
|
return all[i].TotalCalls > all[j].TotalCalls
|
||||||
|
})
|
||||||
|
if len(all) > topN {
|
||||||
|
all = all[:topN]
|
||||||
|
}
|
||||||
|
return summary, all
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *MonitorHandler) loadStatsMap() map[string]*mcp.ToolStats {
|
||||||
// 合并内部MCP服务器和外部MCP管理器的统计信息
|
// 合并内部MCP服务器和外部MCP管理器的统计信息
|
||||||
stats := make(map[string]*mcp.ToolStats)
|
stats := make(map[string]*mcp.ToolStats)
|
||||||
|
|
||||||
@@ -247,6 +457,7 @@ func (h *MonitorHandler) GetExecution(c *gin.Context) {
|
|||||||
// 先从内部MCP服务器查找
|
// 先从内部MCP服务器查找
|
||||||
exec, exists := h.mcpServer.GetExecution(id)
|
exec, exists := h.mcpServer.GetExecution(id)
|
||||||
if exists {
|
if exists {
|
||||||
|
h.enrichExecutionsConversationID([]*mcp.ToolExecution{exec})
|
||||||
c.JSON(http.StatusOK, exec)
|
c.JSON(http.StatusOK, exec)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -255,6 +466,7 @@ func (h *MonitorHandler) GetExecution(c *gin.Context) {
|
|||||||
if h.externalMCPMgr != nil {
|
if h.externalMCPMgr != nil {
|
||||||
exec, exists = h.externalMCPMgr.GetExecution(id)
|
exec, exists = h.externalMCPMgr.GetExecution(id)
|
||||||
if exists {
|
if exists {
|
||||||
|
h.enrichExecutionsConversationID([]*mcp.ToolExecution{exec})
|
||||||
c.JSON(http.StatusOK, exec)
|
c.JSON(http.StatusOK, exec)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -264,6 +476,7 @@ func (h *MonitorHandler) GetExecution(c *gin.Context) {
|
|||||||
if h.db != nil {
|
if h.db != nil {
|
||||||
exec, err := h.db.GetToolExecution(id)
|
exec, err := h.db.GetToolExecution(id)
|
||||||
if err == nil && exec != nil {
|
if err == nil && exec != nil {
|
||||||
|
h.enrichExecutionsConversationID([]*mcp.ToolExecution{exec})
|
||||||
c.JSON(http.StatusOK, exec)
|
c.JSON(http.StatusOK, exec)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -290,6 +503,19 @@ func (h *MonitorHandler) CancelExecution(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
note = strings.TrimSpace(body.Note)
|
note = strings.TrimSpace(body.Note)
|
||||||
|
|
||||||
|
convID := h.conversationIDForRunningExecution(id)
|
||||||
|
if convID != "" && h.agentHandler != nil {
|
||||||
|
if ok, payload := h.agentHandler.cancelToolContinueAfter(convID, id, note); ok {
|
||||||
|
h.logger.Info("MCP 监控页终止工具(与对话中断并继续一致)",
|
||||||
|
zap.String("executionId", id),
|
||||||
|
zap.String("conversationId", convID),
|
||||||
|
zap.Bool("hasNote", note != ""),
|
||||||
|
)
|
||||||
|
c.JSON(http.StatusOK, payload)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
if h.mcpServer.CancelToolExecutionWithNote(id, note) {
|
if h.mcpServer.CancelToolExecutionWithNote(id, note) {
|
||||||
h.logger.Info("已请求取消 MCP 工具执行", zap.String("executionId", id), zap.String("source", "internal"), zap.Bool("hasNote", note != ""))
|
h.logger.Info("已请求取消 MCP 工具执行", zap.String("executionId", id), zap.String("source", "internal"), zap.Bool("hasNote", note != ""))
|
||||||
c.JSON(http.StatusOK, gin.H{"message": "已发送终止信号", "executionId": id})
|
c.JSON(http.StatusOK, gin.H{"message": "已发送终止信号", "executionId": id})
|
||||||
@@ -303,6 +529,52 @@ func (h *MonitorHandler) CancelExecution(c *gin.Context) {
|
|||||||
c.JSON(http.StatusNotFound, gin.H{"error": "未找到进行中的工具执行,或该任务已结束"})
|
c.JSON(http.StatusNotFound, gin.H{"error": "未找到进行中的工具执行,或该任务已结束"})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (h *MonitorHandler) enrichExecutionsConversationID(executions []*mcp.ToolExecution) {
|
||||||
|
for _, exec := range executions {
|
||||||
|
if exec == nil || exec.Status != "running" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
exec.ConversationID = h.conversationIDForRunningExecution(exec.ID)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *MonitorHandler) conversationIDForRunningExecution(executionID string) string {
|
||||||
|
executionID = strings.TrimSpace(executionID)
|
||||||
|
if executionID == "" || h.taskManager == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
if conv := h.taskManager.ConversationIDForActiveMCPExecution(executionID); conv != "" {
|
||||||
|
return conv
|
||||||
|
}
|
||||||
|
exec := h.lookupExecution(executionID)
|
||||||
|
if exec == nil || exec.Status != "running" {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
if strings.TrimSpace(exec.ToolName) == "execute" {
|
||||||
|
if onlyConv, ok := h.taskManager.ConversationIDForActiveEinoExecute(); ok {
|
||||||
|
return onlyConv
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *MonitorHandler) lookupExecution(id string) *mcp.ToolExecution {
|
||||||
|
if exec, ok := h.mcpServer.GetExecution(id); ok {
|
||||||
|
return exec
|
||||||
|
}
|
||||||
|
if h.externalMCPMgr != nil {
|
||||||
|
if exec, ok := h.externalMCPMgr.GetExecution(id); ok {
|
||||||
|
return exec
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if h.db != nil {
|
||||||
|
if exec, err := h.db.GetToolExecution(id); err == nil && exec != nil {
|
||||||
|
return exec
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
// BatchGetToolNames 批量获取工具执行的工具名称(消除前端 N+1 请求)
|
// BatchGetToolNames 批量获取工具执行的工具名称(消除前端 N+1 请求)
|
||||||
func (h *MonitorHandler) BatchGetToolNames(c *gin.Context) {
|
func (h *MonitorHandler) BatchGetToolNames(c *gin.Context) {
|
||||||
var req struct {
|
var req struct {
|
||||||
@@ -340,8 +612,17 @@ func (h *MonitorHandler) BatchGetToolNames(c *gin.Context) {
|
|||||||
|
|
||||||
// GetStats 获取统计信息
|
// GetStats 获取统计信息
|
||||||
func (h *MonitorHandler) GetStats(c *gin.Context) {
|
func (h *MonitorHandler) GetStats(c *gin.Context) {
|
||||||
stats := h.loadStats()
|
topN := 30
|
||||||
c.JSON(http.StatusOK, stats)
|
if topStr := c.Query("top"); topStr != "" {
|
||||||
|
if t, err := strconv.Atoi(topStr); err == nil && t > 0 && t <= 100 {
|
||||||
|
topN = t
|
||||||
|
}
|
||||||
|
}
|
||||||
|
summary, topTools := h.loadStatsSummary(topN)
|
||||||
|
c.JSON(http.StatusOK, StatsResponse{
|
||||||
|
Summary: summary,
|
||||||
|
TopTools: topTools,
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// CallsTimelinePoint 调用趋势数据点
|
// CallsTimelinePoint 调用趋势数据点
|
||||||
|
|||||||
@@ -243,7 +243,7 @@ func (h *AgentHandler) MultiAgentLoopStream(c *gin.Context) {
|
|||||||
h.agentsMarkdownDir,
|
h.agentsMarkdownDir,
|
||||||
orch,
|
orch,
|
||||||
chatReasoningToClientIntent(req.Reasoning),
|
chatReasoningToClientIntent(req.Reasoning),
|
||||||
h.projectBlackboardBlock(conversationID),
|
h.agentSessionContextBlock(conversationID),
|
||||||
)
|
)
|
||||||
|
|
||||||
if result != nil && len(result.MCPExecutionIDs) > 0 {
|
if result != nil && len(result.MCPExecutionIDs) > 0 {
|
||||||
@@ -430,7 +430,7 @@ func (h *AgentHandler) MultiAgentLoop(c *gin.Context) {
|
|||||||
h.agentsMarkdownDir,
|
h.agentsMarkdownDir,
|
||||||
strings.TrimSpace(req.Orchestration),
|
strings.TrimSpace(req.Orchestration),
|
||||||
chatReasoningToClientIntent(req.Reasoning),
|
chatReasoningToClientIntent(req.Reasoning),
|
||||||
h.projectBlackboardBlock(prep.ConversationID),
|
h.agentSessionContextBlock(prep.ConversationID),
|
||||||
)
|
)
|
||||||
if runErr == nil {
|
if runErr == nil {
|
||||||
break
|
break
|
||||||
|
|||||||
@@ -740,14 +740,21 @@ func (h *OpenAPIHandler) GetOpenAPISpec(c *gin.Context) {
|
|||||||
"properties": map[string]interface{}{
|
"properties": map[string]interface{}{
|
||||||
"executions": map[string]interface{}{
|
"executions": map[string]interface{}{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "执行记录列表",
|
"description": "执行记录列表(轻量字段,不含 arguments/result)",
|
||||||
"items": map[string]interface{}{
|
"items": map[string]interface{}{
|
||||||
"$ref": "#/components/schemas/ToolExecution",
|
"$ref": "#/components/schemas/ToolExecution",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"stats": map[string]interface{}{
|
"summary": map[string]interface{}{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "统计信息",
|
"description": "工具调用汇总",
|
||||||
|
},
|
||||||
|
"topTools": map[string]interface{}{
|
||||||
|
"type": "array",
|
||||||
|
"description": "调用量 Top N 工具",
|
||||||
|
"items": map[string]interface{}{
|
||||||
|
"type": "object",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"timestamp": map[string]interface{}{
|
"timestamp": map[string]interface{}{
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -756,20 +763,24 @@ func (h *OpenAPIHandler) GetOpenAPISpec(c *gin.Context) {
|
|||||||
},
|
},
|
||||||
"total": map[string]interface{}{
|
"total": map[string]interface{}{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "总数",
|
"description": "执行记录总数",
|
||||||
},
|
},
|
||||||
"page": map[string]interface{}{
|
"page": map[string]interface{}{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "当前页",
|
"description": "当前页",
|
||||||
},
|
},
|
||||||
"page_size": map[string]interface{}{
|
"pageSize": map[string]interface{}{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "每页数量",
|
"description": "每页数量",
|
||||||
},
|
},
|
||||||
"total_pages": map[string]interface{}{
|
"totalPages": map[string]interface{}{
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"description": "总页数",
|
"description": "总页数",
|
||||||
},
|
},
|
||||||
|
"retentionDays": map[string]interface{}{
|
||||||
|
"type": "integer",
|
||||||
|
"description": "执行记录保留天数",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"ConfigResponse": map[string]interface{}{
|
"ConfigResponse": map[string]interface{}{
|
||||||
@@ -1232,6 +1243,34 @@ func (h *OpenAPIHandler) GetOpenAPISpec(c *gin.Context) {
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "project_id",
|
||||||
|
"in": "query",
|
||||||
|
"required": false,
|
||||||
|
"description": "按项目筛选;传 __none__ 表示仅未绑定项目的对话",
|
||||||
|
"schema": map[string]interface{}{
|
||||||
|
"type": "string",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exclude_grouped",
|
||||||
|
"in": "query",
|
||||||
|
"required": false,
|
||||||
|
"description": "为 true 时排除已加入分组的对话(默认在未搜索且未按项目筛选时启用)",
|
||||||
|
"schema": map[string]interface{}{
|
||||||
|
"type": "boolean",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sort_by",
|
||||||
|
"in": "query",
|
||||||
|
"required": false,
|
||||||
|
"description": "排序字段:updated_at(默认)或 created_at",
|
||||||
|
"schema": map[string]interface{}{
|
||||||
|
"type": "string",
|
||||||
|
"enum": []string{"updated_at", "created_at"},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"responses": map[string]interface{}{
|
"responses": map[string]interface{}{
|
||||||
"200": map[string]interface{}{
|
"200": map[string]interface{}{
|
||||||
|
|||||||
@@ -7,6 +7,45 @@ import (
|
|||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// agentSessionContextBlock 注入会话工作目录、项目黑板与用户原文锚点(用于 system prompt 追加块)。
|
||||||
|
func (h *AgentHandler) agentSessionContextBlock(conversationID string) string {
|
||||||
|
var parts []string
|
||||||
|
if ws := h.buildWorkspaceBlock(conversationID); ws != "" {
|
||||||
|
parts = append(parts, ws)
|
||||||
|
}
|
||||||
|
if bb := h.projectBlackboardBlock(conversationID); bb != "" {
|
||||||
|
parts = append(parts, bb)
|
||||||
|
}
|
||||||
|
if uv := h.userVerbatimAnchorBlock(conversationID); uv != "" {
|
||||||
|
parts = append(parts, uv)
|
||||||
|
}
|
||||||
|
return strings.Join(parts, "\n\n")
|
||||||
|
}
|
||||||
|
|
||||||
|
func (h *AgentHandler) buildWorkspaceBlock(conversationID string) string {
|
||||||
|
if h == nil || h.config == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
conversationID = strings.TrimSpace(conversationID)
|
||||||
|
if conversationID == "" {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
projectID := h.conversationProjectID(conversationID)
|
||||||
|
rel := project.WorkspaceRootDir(h.config.Agent.WorkspaceRootDir, projectID, conversationID)
|
||||||
|
abs, err := project.EnsureWorkspace(rel)
|
||||||
|
if err != nil {
|
||||||
|
if h.logger != nil {
|
||||||
|
h.logger.Warn("创建会话工作目录失败",
|
||||||
|
zap.String("conversationId", conversationID),
|
||||||
|
zap.String("projectId", projectID),
|
||||||
|
zap.String("path", rel),
|
||||||
|
zap.Error(err))
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
return project.BuildWorkspaceBlock(abs)
|
||||||
|
}
|
||||||
|
|
||||||
// projectBlackboardBlock 根据对话 ID 构建项目事实索引块(用于注入 system prompt)。
|
// projectBlackboardBlock 根据对话 ID 构建项目事实索引块(用于注入 system prompt)。
|
||||||
func (h *AgentHandler) projectBlackboardBlock(conversationID string) string {
|
func (h *AgentHandler) projectBlackboardBlock(conversationID string) string {
|
||||||
if h == nil || h.db == nil || h.config == nil {
|
if h == nil || h.db == nil || h.config == nil {
|
||||||
@@ -31,6 +70,29 @@ func (h *AgentHandler) projectBlackboardBlock(conversationID string) string {
|
|||||||
return strings.TrimSpace(block)
|
return strings.TrimSpace(block)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// userVerbatimAnchorBlock 从 messages 表构建用户各轮原文锚点(压缩后仍由 summarization Finalize 刷新)。
|
||||||
|
func (h *AgentHandler) userVerbatimAnchorBlock(conversationID string) string {
|
||||||
|
if h == nil || h.db == nil || h.config == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
conversationID = strings.TrimSpace(conversationID)
|
||||||
|
if conversationID == "" {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
maxRunes := h.config.MultiAgent.UserVerbatimAnchorMaxRunesEffective()
|
||||||
|
if maxRunes < 0 {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
msgs, err := h.db.GetMessages(conversationID)
|
||||||
|
if err != nil {
|
||||||
|
if h.logger != nil {
|
||||||
|
h.logger.Warn("构建用户原文锚点失败", zap.String("conversationId", conversationID), zap.Error(err))
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
return project.BuildUserVerbatimAnchorBlockFromMessages(msgs, maxRunes)
|
||||||
|
}
|
||||||
|
|
||||||
// conversationProjectID 返回对话绑定的项目 ID;未绑定或查询失败时返回空字符串。
|
// conversationProjectID 返回对话绑定的项目 ID;未绑定或查询失败时返回空字符串。
|
||||||
func (h *AgentHandler) conversationProjectID(conversationID string) string {
|
func (h *AgentHandler) conversationProjectID(conversationID string) string {
|
||||||
if h == nil || h.db == nil {
|
if h == nil || h.db == nil {
|
||||||
|
|||||||
@@ -447,7 +447,7 @@ func (h *RobotHandler) cmdUnbindProject(platform, userID string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (h *RobotHandler) cmdList() string {
|
func (h *RobotHandler) cmdList() string {
|
||||||
convs, err := h.db.ListConversations(50, 0, "", "")
|
convs, err := h.db.ListConversations(50, 0, "", "", "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "获取对话列表失败: " + err.Error()
|
return "获取对话列表失败: " + err.Error()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -103,6 +103,40 @@ func (m *AgentTaskManager) UnregisterActiveEinoExecute(conversationID string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ConversationIDForActiveMCPExecution 根据当前登记的工具 executionId 反查会话 ID(供 MCP 监控页按 executionId 终止)。
|
||||||
|
func (m *AgentTaskManager) ConversationIDForActiveMCPExecution(executionID string) string {
|
||||||
|
executionID = strings.TrimSpace(executionID)
|
||||||
|
if executionID == "" {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
for convID, t := range m.tasks {
|
||||||
|
if t != nil && t.ActiveMCPExecutionID == executionID {
|
||||||
|
return convID
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
|
// ConversationIDForActiveEinoExecute 返回当前唯一进行 Eino execute 的会话 ID;多会话并行时返回空。
|
||||||
|
func (m *AgentTaskManager) ConversationIDForActiveEinoExecute() (string, bool) {
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
var found string
|
||||||
|
count := 0
|
||||||
|
for convID, t := range m.tasks {
|
||||||
|
if t != nil && t.activeEinoExecuteCancel != nil {
|
||||||
|
found = convID
|
||||||
|
count++
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if count == 1 {
|
||||||
|
return found, true
|
||||||
|
}
|
||||||
|
return "", false
|
||||||
|
}
|
||||||
|
|
||||||
// AbortActiveEinoExecute 终止当前 Eino execute 并暂存用户说明(与 MCP 工具终止一致)。
|
// AbortActiveEinoExecute 终止当前 Eino execute 并暂存用户说明(与 MCP 工具终止一致)。
|
||||||
func (m *AgentTaskManager) AbortActiveEinoExecute(conversationID, note string) bool {
|
func (m *AgentTaskManager) AbortActiveEinoExecute(conversationID, note string) bool {
|
||||||
conversationID = strings.TrimSpace(conversationID)
|
conversationID = strings.TrimSpace(conversationID)
|
||||||
@@ -213,6 +247,8 @@ type AgentTaskManager struct {
|
|||||||
maxHistorySize int // 最大历史记录数
|
maxHistorySize int // 最大历史记录数
|
||||||
historyRetention time.Duration // 历史记录保留时间
|
historyRetention time.Duration // 历史记录保留时间
|
||||||
eventBus *TaskEventBus // 可选:任务结束时关闭镜像 SSE 订阅
|
eventBus *TaskEventBus // 可选:任务结束时关闭镜像 SSE 订阅
|
||||||
|
// toolCanceler 在用户整轮停止任务时终止当前 MCP 工具(非「中断并继续」)。
|
||||||
|
toolCanceler func(conversationID string)
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
@@ -243,6 +279,13 @@ func (m *AgentTaskManager) SetTaskEventBus(b *TaskEventBus) {
|
|||||||
m.eventBus = b
|
m.eventBus = b
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetToolCanceler 设置整轮停止任务时终止当前 MCP 工具的回调(由 AgentHandler 注入)。
|
||||||
|
func (m *AgentTaskManager) SetToolCanceler(fn func(conversationID string)) {
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
m.toolCanceler = fn
|
||||||
|
}
|
||||||
|
|
||||||
// GetTask 返回运行中任务(无则 nil)。
|
// GetTask 返回运行中任务(无则 nil)。
|
||||||
func (m *AgentTaskManager) GetTask(conversationID string) *AgentTask {
|
func (m *AgentTaskManager) GetTask(conversationID string) *AgentTask {
|
||||||
m.mu.RLock()
|
m.mu.RLock()
|
||||||
@@ -338,14 +381,21 @@ func (m *AgentTaskManager) CancelTask(conversationID string, cause error) (bool,
|
|||||||
task.InterruptContinueNote = ""
|
task.InterruptContinueNote = ""
|
||||||
}
|
}
|
||||||
cancel := task.cancel
|
cancel := task.cancel
|
||||||
m.mu.Unlock()
|
|
||||||
|
|
||||||
if cause == nil {
|
if cause == nil {
|
||||||
cause = ErrTaskCancelled
|
cause = ErrTaskCancelled
|
||||||
}
|
}
|
||||||
|
var toolCanceler func(string)
|
||||||
|
if errors.Is(cause, ErrTaskCancelled) {
|
||||||
|
toolCanceler = m.toolCanceler
|
||||||
|
}
|
||||||
|
m.mu.Unlock()
|
||||||
|
|
||||||
if cancel != nil {
|
if cancel != nil {
|
||||||
cancel(cause)
|
cancel(cause)
|
||||||
}
|
}
|
||||||
|
if toolCanceler != nil {
|
||||||
|
toolCanceler(conversationID)
|
||||||
|
}
|
||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -38,3 +38,19 @@ func TestAbortActiveEinoExecute(t *testing.T) {
|
|||||||
t.Fatal("second abort should fail when no active execute")
|
t.Fatal("second abort should fail when no active execute")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestConversationIDForActiveMCPExecution(t *testing.T) {
|
||||||
|
m := NewAgentTaskManager()
|
||||||
|
conv := "conv-mcp-exec"
|
||||||
|
_, err := m.StartTask(conv, "test", func(error) {})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("StartTask: %v", err)
|
||||||
|
}
|
||||||
|
m.RegisterRunningTool(conv, "exec-123")
|
||||||
|
if got := m.ConversationIDForActiveMCPExecution("exec-123"); got != conv {
|
||||||
|
t.Fatalf("got %q, want %q", got, conv)
|
||||||
|
}
|
||||||
|
if got := m.ConversationIDForActiveMCPExecution("missing"); got != "" {
|
||||||
|
t.Fatalf("missing should be empty, got %q", got)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,80 @@
|
|||||||
|
package handler
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/multiagent"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestCancelTaskInvokesToolCancelerOnFullStop(t *testing.T) {
|
||||||
|
tm := NewAgentTaskManager()
|
||||||
|
called := false
|
||||||
|
tm.SetToolCanceler(func(conversationID string) {
|
||||||
|
if conversationID == "conv-1" {
|
||||||
|
called = true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
_, cancel := context.WithCancelCause(context.Background())
|
||||||
|
_, err := tm.StartTask("conv-1", "hello", cancel)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("StartTask: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
ok, err := tm.CancelTask("conv-1", ErrTaskCancelled)
|
||||||
|
if err != nil || !ok {
|
||||||
|
t.Fatalf("CancelTask: ok=%v err=%v", ok, err)
|
||||||
|
}
|
||||||
|
if !called {
|
||||||
|
t.Fatal("expected tool canceler to be invoked on full task cancel")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestCancelTaskSkipsToolCancelerOnInterruptContinue(t *testing.T) {
|
||||||
|
tm := NewAgentTaskManager()
|
||||||
|
called := false
|
||||||
|
tm.SetToolCanceler(func(conversationID string) {
|
||||||
|
called = true
|
||||||
|
})
|
||||||
|
|
||||||
|
_, cancel := context.WithCancelCause(context.Background())
|
||||||
|
_, err := tm.StartTask("conv-1", "hello", cancel)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("StartTask: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
ok, err := tm.CancelTask("conv-1", multiagent.ErrInterruptContinue)
|
||||||
|
if err != nil || !ok {
|
||||||
|
t.Fatalf("CancelTask: ok=%v err=%v", ok, err)
|
||||||
|
}
|
||||||
|
if called {
|
||||||
|
t.Fatal("tool canceler must not run for interrupt-continue")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestCancelTaskDefaultCauseIsTaskCancelled(t *testing.T) {
|
||||||
|
tm := NewAgentTaskManager()
|
||||||
|
var gotCause error
|
||||||
|
tm.SetToolCanceler(func(conversationID string) {
|
||||||
|
if conversationID == "conv-2" {
|
||||||
|
gotCause = ErrTaskCancelled
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
ctx, cancel := context.WithCancelCause(context.Background())
|
||||||
|
if _, err := tm.StartTask("conv-2", "hello", cancel); err != nil {
|
||||||
|
t.Fatalf("StartTask: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
if _, err := tm.CancelTask("conv-2", nil); err != nil {
|
||||||
|
t.Fatalf("CancelTask: %v", err)
|
||||||
|
}
|
||||||
|
if !errors.Is(context.Cause(ctx), ErrTaskCancelled) {
|
||||||
|
t.Fatalf("expected ErrTaskCancelled cause, got %v", context.Cause(ctx))
|
||||||
|
}
|
||||||
|
if gotCause != ErrTaskCancelled {
|
||||||
|
t.Fatalf("expected tool canceler path for default cancel cause")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
//go:build windows
|
||||||
|
|
||||||
|
package handler
|
||||||
|
|
||||||
|
import (
|
||||||
|
"net/http"
|
||||||
|
|
||||||
|
"github.com/gin-gonic/gin"
|
||||||
|
)
|
||||||
|
|
||||||
|
// RunCommandWS 交互式 PTY 终端依赖 Unix PTY(见 terminal_ws_unix.go);Windows 暂不支持。
|
||||||
|
func (h *TerminalHandler) RunCommandWS(c *gin.Context) {
|
||||||
|
c.JSON(http.StatusNotImplemented, gin.H{
|
||||||
|
"error": "Interactive WebSocket terminal is not supported on Windows; use POST /terminal/run or /terminal/run/stream instead.",
|
||||||
|
})
|
||||||
|
}
|
||||||
@@ -814,6 +814,23 @@ func (m *ExternalMCPManager) CancelToolExecution(id string) bool {
|
|||||||
return m.CancelToolExecutionWithNote(id, "")
|
return m.CancelToolExecutionWithNote(id, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ActiveRunningExecutionIDs 返回当前进程内仍登记 cancel 的外部 MCP executionId 快照。
|
||||||
|
func (m *ExternalMCPManager) ActiveRunningExecutionIDs() map[string]struct{} {
|
||||||
|
if m == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
m.mu.Lock()
|
||||||
|
defer m.mu.Unlock()
|
||||||
|
if len(m.runningCancels) == 0 {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
out := make(map[string]struct{}, len(m.runningCancels))
|
||||||
|
for id := range m.runningCancels {
|
||||||
|
out[id] = struct{}{}
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
// updateStats 更新统计信息
|
// updateStats 更新统计信息
|
||||||
func (m *ExternalMCPManager) updateStats(toolName string, failed bool) {
|
func (m *ExternalMCPManager) updateStats(toolName string, failed bool) {
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
|
|||||||
+100
-16
@@ -921,9 +921,8 @@ func (s *Server) CallTool(ctx context.Context, toolName string, args map[string]
|
|||||||
return finalResult, executionID, nil
|
return finalResult, executionID, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// RecordCompletedToolInvocation 将已在其它路径完成的工具调用写入监控存储(格式与 CallTool 结束后一致),
|
// BeginToolExecution 创建 running 状态的执行记录,供 Eino 等非 CallTool 路径在工具开始时落库。
|
||||||
// 用于 Eino ADK filesystem execute 等未经过 CallTool 的场景;返回 executionId 供助手消息 mcpExecutionIds 关联。
|
func (s *Server) BeginToolExecution(toolName string, args map[string]interface{}) string {
|
||||||
func (s *Server) RecordCompletedToolInvocation(toolName string, args map[string]interface{}, resultText string, invokeErr error) string {
|
|
||||||
if s == nil {
|
if s == nil {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
@@ -931,21 +930,73 @@ func (s *Server) RecordCompletedToolInvocation(toolName string, args map[string]
|
|||||||
args = map[string]interface{}{}
|
args = map[string]interface{}{}
|
||||||
}
|
}
|
||||||
executionID := uuid.New().String()
|
executionID := uuid.New().String()
|
||||||
now := time.Now()
|
execution := &ToolExecution{
|
||||||
failed := invokeErr != nil
|
|
||||||
exec := &ToolExecution{
|
|
||||||
ID: executionID,
|
ID: executionID,
|
||||||
ToolName: toolName,
|
ToolName: toolName,
|
||||||
Arguments: args,
|
Arguments: args,
|
||||||
StartTime: now,
|
Status: "running",
|
||||||
EndTime: &now,
|
StartTime: time.Now(),
|
||||||
Duration: 0,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s.mu.Lock()
|
||||||
|
s.executions[executionID] = execution
|
||||||
|
s.cleanupOldExecutions()
|
||||||
|
s.mu.Unlock()
|
||||||
|
|
||||||
|
if s.storage != nil {
|
||||||
|
if err := s.storage.SaveToolExecution(execution); err != nil {
|
||||||
|
s.logger.Warn("保存执行记录到数据库失败", zap.Error(err))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return executionID
|
||||||
|
}
|
||||||
|
|
||||||
|
// FinishToolExecution 完成先前 BeginToolExecution 创建的记录;executionID 为空时等同 RecordCompletedToolInvocation。
|
||||||
|
func (s *Server) FinishToolExecution(executionID, toolName string, args map[string]interface{}, resultText string, invokeErr error) string {
|
||||||
|
if s == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
if args == nil {
|
||||||
|
args = map[string]interface{}{}
|
||||||
|
}
|
||||||
|
id := strings.TrimSpace(executionID)
|
||||||
|
if id == "" {
|
||||||
|
return s.RecordCompletedToolInvocation(toolName, args, resultText, invokeErr)
|
||||||
|
}
|
||||||
|
|
||||||
|
now := time.Now()
|
||||||
|
failed := invokeErr != nil
|
||||||
|
var finalResult *ToolResult
|
||||||
|
|
||||||
|
s.mu.Lock()
|
||||||
|
exec, inMem := s.executions[id]
|
||||||
|
if !inMem || exec == nil {
|
||||||
|
exec = &ToolExecution{
|
||||||
|
ID: id,
|
||||||
|
ToolName: toolName,
|
||||||
|
Arguments: args,
|
||||||
|
StartTime: now,
|
||||||
|
}
|
||||||
|
s.executions[id] = exec
|
||||||
|
} else if toolName != "" {
|
||||||
|
exec.ToolName = toolName
|
||||||
|
}
|
||||||
|
if len(args) > 0 {
|
||||||
|
exec.Arguments = args
|
||||||
|
}
|
||||||
|
exec.EndTime = &now
|
||||||
|
if exec.StartTime.IsZero() {
|
||||||
|
exec.StartTime = now
|
||||||
|
}
|
||||||
|
exec.Duration = now.Sub(exec.StartTime)
|
||||||
|
|
||||||
if failed {
|
if failed {
|
||||||
exec.Status = "failed"
|
st, msg := executionStatusAndMessage(invokeErr)
|
||||||
exec.Error = invokeErr.Error()
|
exec.Status = st
|
||||||
|
exec.Error = msg
|
||||||
if strings.TrimSpace(resultText) != "" {
|
if strings.TrimSpace(resultText) != "" {
|
||||||
exec.Result = &ToolResult{Content: []Content{{Type: "text", Text: resultText}}}
|
finalResult = &ToolResult{Content: []Content{{Type: "text", Text: resultText}}}
|
||||||
|
exec.Result = finalResult
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
exec.Status = "completed"
|
exec.Status = "completed"
|
||||||
@@ -953,15 +1004,31 @@ func (s *Server) RecordCompletedToolInvocation(toolName string, args map[string]
|
|||||||
if strings.TrimSpace(text) == "" {
|
if strings.TrimSpace(text) == "" {
|
||||||
text = "(无输出)"
|
text = "(无输出)"
|
||||||
}
|
}
|
||||||
exec.Result = &ToolResult{Content: []Content{{Type: "text", Text: text}}}
|
finalResult = &ToolResult{Content: []Content{{Type: "text", Text: text}}}
|
||||||
|
exec.Result = finalResult
|
||||||
}
|
}
|
||||||
|
s.mu.Unlock()
|
||||||
|
|
||||||
if s.storage != nil {
|
if s.storage != nil {
|
||||||
if err := s.storage.SaveToolExecution(exec); err != nil {
|
if err := s.storage.SaveToolExecution(exec); err != nil {
|
||||||
s.logger.Warn("RecordCompletedToolInvocation 保存失败", zap.Error(err))
|
s.logger.Warn("保存执行记录到数据库失败", zap.Error(err))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
s.updateStats(toolName, failed)
|
|
||||||
return executionID
|
s.updateStats(exec.ToolName, failed)
|
||||||
|
|
||||||
|
if s.storage != nil {
|
||||||
|
s.mu.Lock()
|
||||||
|
delete(s.executions, id)
|
||||||
|
s.mu.Unlock()
|
||||||
|
}
|
||||||
|
return id
|
||||||
|
}
|
||||||
|
|
||||||
|
// RecordCompletedToolInvocation 将已在其它路径完成的工具调用写入监控存储(格式与 CallTool 结束后一致),
|
||||||
|
// 用于 Eino ADK filesystem execute 等未经过 CallTool 的场景;返回 executionId 供助手消息 mcpExecutionIds 关联。
|
||||||
|
func (s *Server) RecordCompletedToolInvocation(toolName string, args map[string]interface{}, resultText string, invokeErr error) string {
|
||||||
|
return s.FinishToolExecution("", toolName, args, resultText, invokeErr)
|
||||||
}
|
}
|
||||||
|
|
||||||
// UpdateToolExecutionResult 将监控库中的工具结果更新为送入模型的展示正文(如 reduction 后的 persisted-output)。
|
// UpdateToolExecutionResult 将监控库中的工具结果更新为送入模型的展示正文(如 reduction 后的 persisted-output)。
|
||||||
@@ -1103,6 +1170,23 @@ func (s *Server) CancelToolExecution(id string) bool {
|
|||||||
return s.CancelToolExecutionWithNote(id, "")
|
return s.CancelToolExecutionWithNote(id, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ActiveRunningExecutionIDs 返回当前进程内仍登记 cancel 的 executionId 快照。
|
||||||
|
func (s *Server) ActiveRunningExecutionIDs() map[string]struct{} {
|
||||||
|
if s == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
s.runningCancelsMu.Lock()
|
||||||
|
defer s.runningCancelsMu.Unlock()
|
||||||
|
if len(s.runningCancels) == 0 {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
out := make(map[string]struct{}, len(s.runningCancels))
|
||||||
|
for id := range s.runningCancels {
|
||||||
|
out[id] = struct{}{}
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
// initDefaultPrompts 初始化默认提示词模板
|
// initDefaultPrompts 初始化默认提示词模板
|
||||||
func (s *Server) initDefaultPrompts() {
|
func (s *Server) initDefaultPrompts() {
|
||||||
s.mu.Lock()
|
s.mu.Lock()
|
||||||
|
|||||||
@@ -199,6 +199,8 @@ type ToolExecution struct {
|
|||||||
StartTime time.Time `json:"startTime"`
|
StartTime time.Time `json:"startTime"`
|
||||||
EndTime *time.Time `json:"endTime,omitempty"`
|
EndTime *time.Time `json:"endTime,omitempty"`
|
||||||
Duration time.Duration `json:"duration,omitempty"`
|
Duration time.Duration `json:"duration,omitempty"`
|
||||||
|
// ConversationID 仅 API 展示用(进行中的 Agent 任务),不写入 tool_executions 表。
|
||||||
|
ConversationID string `json:"conversationId,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToolStats 工具统计信息
|
// ToolStats 工具统计信息
|
||||||
|
|||||||
@@ -0,0 +1,101 @@
|
|||||||
|
package monitor
|
||||||
|
|
||||||
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/database"
|
||||||
|
"cyberstrike-ai/internal/mcp"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
staleRunningMinAge = 45 * time.Second
|
||||||
|
staleRunningReconcileGap = 2 * time.Minute
|
||||||
|
)
|
||||||
|
|
||||||
|
// ExecutionReconciler 在启动或运行期将无对应协程的 running 执行记录收尾为 cancelled。
|
||||||
|
type ExecutionReconciler struct {
|
||||||
|
db *database.DB
|
||||||
|
mcpServer *mcp.Server
|
||||||
|
externalMgr *mcp.ExternalMCPManager
|
||||||
|
logger *zap.Logger
|
||||||
|
}
|
||||||
|
|
||||||
|
// NewExecutionReconciler creates a reconciler for orphaned MCP tool executions.
|
||||||
|
func NewExecutionReconciler(db *database.DB, mcpServer *mcp.Server, externalMgr *mcp.ExternalMCPManager, logger *zap.Logger) *ExecutionReconciler {
|
||||||
|
return &ExecutionReconciler{
|
||||||
|
db: db,
|
||||||
|
mcpServer: mcpServer,
|
||||||
|
externalMgr: externalMgr,
|
||||||
|
logger: logger,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ReconcileOnStartup marks every persisted running row as cancelled (safe right after process start).
|
||||||
|
func (r *ExecutionReconciler) ReconcileOnStartup() {
|
||||||
|
if r == nil || r.db == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
now := time.Now()
|
||||||
|
n, err := r.db.CancelOrphanedRunningToolExecutions(now, "执行已中断(服务重启)")
|
||||||
|
if err != nil {
|
||||||
|
if r.logger != nil {
|
||||||
|
r.logger.Warn("启动时清理孤儿 running 工具执行记录失败", zap.Error(err))
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if n > 0 && r.logger != nil {
|
||||||
|
r.logger.Info("启动时已收尾孤儿 running 工具执行记录", zap.Int64("count", n))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (r *ExecutionReconciler) activeExecutionIDs() map[string]struct{} {
|
||||||
|
ids := make(map[string]struct{})
|
||||||
|
if r.mcpServer != nil {
|
||||||
|
for id := range r.mcpServer.ActiveRunningExecutionIDs() {
|
||||||
|
ids[id] = struct{}{}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if r.externalMgr != nil {
|
||||||
|
for id := range r.externalMgr.ActiveRunningExecutionIDs() {
|
||||||
|
ids[id] = struct{}{}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return ids
|
||||||
|
}
|
||||||
|
|
||||||
|
// ReconcileStaleRunning finalizes running rows that are not tracked in-memory and older than staleRunningMinAge.
|
||||||
|
func (r *ExecutionReconciler) ReconcileStaleRunning() {
|
||||||
|
if r == nil || r.db == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
now := time.Now()
|
||||||
|
n, err := r.db.FinalizeStaleRunningToolExecutions(now, staleRunningMinAge, r.activeExecutionIDs(), "执行已中断(会话已结束)")
|
||||||
|
if err != nil {
|
||||||
|
if r.logger != nil {
|
||||||
|
r.logger.Warn("定期收尾 stale running 工具执行记录失败", zap.Error(err))
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if n > 0 && r.logger != nil {
|
||||||
|
r.logger.Info("已收尾 stale running 工具执行记录", zap.Int64("count", n))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// StartStaleRunningReconcileLoop periodically reconciles orphaned running tool executions.
|
||||||
|
func StartStaleRunningReconcileLoop(r *ExecutionReconciler, logger *zap.Logger) {
|
||||||
|
if r == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
go func() {
|
||||||
|
ticker := time.NewTicker(staleRunningReconcileGap)
|
||||||
|
defer ticker.Stop()
|
||||||
|
for range ticker.C {
|
||||||
|
r.ReconcileStaleRunning()
|
||||||
|
if logger != nil {
|
||||||
|
logger.Debug("monitor stale running reconcile tick completed")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
}
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
package monitor
|
||||||
|
|
||||||
|
import (
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/database"
|
||||||
|
"cyberstrike-ai/internal/mcp"
|
||||||
|
|
||||||
|
"go.uber.org/zap"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestExecutionReconciler_ReconcileOnStartup(t *testing.T) {
|
||||||
|
dbPath := filepath.Join(t.TempDir(), "monitor.db")
|
||||||
|
db, err := database.NewDB(dbPath, zap.NewNop())
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("NewDB: %v", err)
|
||||||
|
}
|
||||||
|
defer db.Close()
|
||||||
|
|
||||||
|
if err := db.SaveToolExecution(&mcp.ToolExecution{
|
||||||
|
ID: "run-1", ToolName: "hydra", Status: "running", StartTime: time.Now().Add(-time.Hour),
|
||||||
|
}); err != nil {
|
||||||
|
t.Fatalf("SaveToolExecution: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
r := NewExecutionReconciler(db, mcp.NewServer(zap.NewNop()), nil, zap.NewNop())
|
||||||
|
r.ReconcileOnStartup()
|
||||||
|
|
||||||
|
got, err := db.GetToolExecution("run-1")
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("GetToolExecution: %v", err)
|
||||||
|
}
|
||||||
|
if got.Status != "cancelled" {
|
||||||
|
t.Fatalf("expected cancelled after startup reconcile, got %s", got.Status)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk"
|
||||||
|
)
|
||||||
|
|
||||||
|
// InitADK configures global Eino ADK settings. Call once at process startup before
|
||||||
|
// any ADK middleware or agents are created.
|
||||||
|
func InitADK() error {
|
||||||
|
if err := adk.SetLanguage(adk.LanguageChinese); err != nil {
|
||||||
|
return fmt.Errorf("adk set language: %w", err)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
@@ -18,6 +18,7 @@ import (
|
|||||||
"cyberstrike-ai/internal/einomcp"
|
"cyberstrike-ai/internal/einomcp"
|
||||||
"cyberstrike-ai/internal/einoobserve"
|
"cyberstrike-ai/internal/einoobserve"
|
||||||
"cyberstrike-ai/internal/openai"
|
"cyberstrike-ai/internal/openai"
|
||||||
|
"cyberstrike-ai/internal/security"
|
||||||
|
|
||||||
"github.com/cloudwego/eino/adk"
|
"github.com/cloudwego/eino/adk"
|
||||||
"github.com/cloudwego/eino/schema"
|
"github.com/cloudwego/eino/schema"
|
||||||
@@ -90,7 +91,7 @@ type einoADKRunLoopArgs struct {
|
|||||||
FilesystemMonitorRecord einomcp.ExecutionRecorder
|
FilesystemMonitorRecord einomcp.ExecutionRecorder
|
||||||
MCPExecutionBinder *MCPExecutionBinder
|
MCPExecutionBinder *MCPExecutionBinder
|
||||||
|
|
||||||
// ToolInvokeNotify 与 einomcp.ToolsFromDefinitions 共享:run loop 在迭代前 Set,MCP 桥 Fire 以补全 tool_result。
|
// ToolInvokeNotify 与 einomcp.ToolsFromDefinitions 共享:run loop 在迭代前 Set,execute/MCP 桥 Fire 时立即推送 tool_result(ADK 晚到经 toolResultSent 去重)。
|
||||||
ToolInvokeNotify *einomcp.ToolInvokeNotifyHolder
|
ToolInvokeNotify *einomcp.ToolInvokeNotifyHolder
|
||||||
|
|
||||||
DA adk.Agent
|
DA adk.Agent
|
||||||
@@ -196,6 +197,16 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
pendingByID[tc.ToolCallID] = tc
|
pendingByID[tc.ToolCallID] = tc
|
||||||
pendingQueueByAgent[tc.EinoAgent] = append(pendingQueueByAgent[tc.EinoAgent], tc.ToolCallID)
|
pendingQueueByAgent[tc.EinoAgent] = append(pendingQueueByAgent[tc.EinoAgent], tc.ToolCallID)
|
||||||
}
|
}
|
||||||
|
markPendingWithMonitor := func(tc toolCallPendingInfo) {
|
||||||
|
markPending(tc)
|
||||||
|
beginEinoADKFilesystemToolMonitor(
|
||||||
|
args.FilesystemMonitorAgent,
|
||||||
|
args.FilesystemMonitorRecord,
|
||||||
|
args.MCPExecutionBinder,
|
||||||
|
tc.ToolCallID,
|
||||||
|
tc.ToolName,
|
||||||
|
)
|
||||||
|
}
|
||||||
popNextPendingForAgent := func(agentName string) (toolCallPendingInfo, bool) {
|
popNextPendingForAgent := func(agentName string) (toolCallPendingInfo, bool) {
|
||||||
pendingMu.Lock()
|
pendingMu.Lock()
|
||||||
defer pendingMu.Unlock()
|
defer pendingMu.Unlock()
|
||||||
@@ -288,6 +299,8 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
|
|
||||||
var toolResultSent sync.Map // toolCallID -> struct{};ADK Tool 事件去重(权威正文来自 reduction 处理后的 agent 上下文)
|
var toolResultSent sync.Map // toolCallID -> struct{};ADK Tool 事件去重(权威正文来自 reduction 处理后的 agent 上下文)
|
||||||
tryEmitToolResultProgress := func(toolName, content, toolCallID string, isErr bool, agentName string) {
|
tryEmitToolResultProgress := func(toolName, content, toolCallID string, isErr bool, agentName string) {
|
||||||
|
// 仅由 ADK schema.Tool 事件调用;MCP/execute 桥在 reduction 前的 ToolInvokeNotify 不得推送 tool_result,
|
||||||
|
// 否则全量输出会先占位并触发 toolResultSent 去重,导致 UI/监控展示与 agent 实际收到的截断正文不一致。
|
||||||
if progress == nil {
|
if progress == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@@ -305,6 +318,7 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
"isError": isErr,
|
"isError": isErr,
|
||||||
"result": content,
|
"result": content,
|
||||||
"resultPreview": preview,
|
"resultPreview": preview,
|
||||||
|
"agentFacing": true, // 与 reduction 后送入 ChatModel 的正文一致,供前端展示
|
||||||
"conversationId": conversationID,
|
"conversationId": conversationID,
|
||||||
"einoAgent": agentName,
|
"einoAgent": agentName,
|
||||||
"einoRole": einoRoleTag(agentName),
|
"einoRole": einoRoleTag(agentName),
|
||||||
@@ -331,7 +345,7 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
toolCallID = tid
|
toolCallID = tid
|
||||||
}
|
}
|
||||||
recordPendingExecuteStdoutDup(toolName, content, isErr)
|
recordPendingExecuteStdoutDup(toolName, content, isErr)
|
||||||
recordEinoADKFilesystemToolMonitor(args.FilesystemMonitorAgent, args.FilesystemMonitorRecord, toolName, toolCallID, runAccumulatedMsgs, content, isErr)
|
recordEinoADKFilesystemToolMonitor(args.FilesystemMonitorAgent, args.FilesystemMonitorRecord, args.MCPExecutionBinder, toolName, toolCallID, runAccumulatedMsgs, content, isErr)
|
||||||
if args.FilesystemMonitorAgent != nil && args.MCPExecutionBinder != nil {
|
if args.FilesystemMonitorAgent != nil && args.MCPExecutionBinder != nil {
|
||||||
if execID := args.MCPExecutionBinder.ExecutionID(toolCallID); execID != "" {
|
if execID := args.MCPExecutionBinder.ExecutionID(toolCallID); execID != "" {
|
||||||
args.FilesystemMonitorAgent.UpdateMCPExecutionDisplayResult(execID, content)
|
args.FilesystemMonitorAgent.UpdateMCPExecutionDisplayResult(execID, content)
|
||||||
@@ -339,12 +353,6 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
}
|
}
|
||||||
progress("tool_result", fmt.Sprintf("工具结果 (%s)", toolName), data)
|
progress("tool_result", fmt.Sprintf("工具结果 (%s)", toolName), data)
|
||||||
}
|
}
|
||||||
if args.ToolInvokeNotify != nil {
|
|
||||||
args.ToolInvokeNotify.Set(func(toolCallID, toolName, einoAgent string, success bool, content string, invokeErr error) {
|
|
||||||
removePendingByID(strings.TrimSpace(toolCallID))
|
|
||||||
// tool_result 仅由下方 ADK schema.Tool 事件推送,正文与送入模型的上下文一致(含 reduction 截断)。
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
if args.EinoCallbacks != nil {
|
if args.EinoCallbacks != nil {
|
||||||
ctx = einoobserve.AttachAgentRunCallbacks(ctx, args.EinoCallbacks, einoobserve.Params{
|
ctx = einoobserve.AttachAgentRunCallbacks(ctx, args.EinoCallbacks, einoobserve.Params{
|
||||||
@@ -539,6 +547,13 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 仅在退避重试后真正收到数据/完成一步时清零,避免重启后首个无错 ADK 事件误把计数打回 0。
|
||||||
|
confirmTransientRetryRecovery := func() {
|
||||||
|
if transientRetrier.attempt() > 0 {
|
||||||
|
transientRetrier.reset()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
takePartial := func(runErr error) (*RunResult, error) {
|
takePartial := func(runErr error) (*RunResult, error) {
|
||||||
if len(runAccumulatedMsgs) <= baseAccumulatedCount {
|
if len(runAccumulatedMsgs) <= baseAccumulatedCount {
|
||||||
return nil, runErr
|
return nil, runErr
|
||||||
@@ -551,10 +566,10 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
}
|
}
|
||||||
|
|
||||||
for {
|
for {
|
||||||
// 检测 context 取消(用户关闭浏览器、请求超时等),flush pending 工具状态避免 UI 卡在 "执行中"。
|
// iter.Next 可能长时间阻塞(工具执行、模型推理);须与 ctx 联动,否则取消/超时无法及时 flush pending。
|
||||||
select {
|
ev, ok, iterCtxErr := nextAgentEventWithContext(ctx, iter)
|
||||||
case <-ctx.Done():
|
if iterCtxErr != nil {
|
||||||
flushAllPendingAsFailed(ctx.Err())
|
flushAllPendingAsFailed(iterCtxErr)
|
||||||
if progress != nil {
|
if progress != nil {
|
||||||
if isInterruptContinue(ctx) {
|
if isInterruptContinue(ctx) {
|
||||||
progress("progress", "已暂停当前输出,正在合并用户补充并继续…", map[string]interface{}{
|
progress("progress", "已暂停当前输出,正在合并用户补充并继续…", map[string]interface{}{
|
||||||
@@ -563,17 +578,14 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
"kind": "interrupt_continue",
|
"kind": "interrupt_continue",
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
progress("error", "Request cancelled / 请求已取消", map[string]interface{}{
|
progress("error", iterCtxErr.Error(), map[string]interface{}{
|
||||||
"conversationId": conversationID,
|
"conversationId": conversationID,
|
||||||
"source": "eino",
|
"source": "eino",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return takePartial(ctx.Err())
|
return takePartial(iterCtxErr)
|
||||||
default:
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ev, ok := iter.Next()
|
|
||||||
if !ok {
|
if !ok {
|
||||||
// iter 结束并不总是“正常完成”:
|
// iter 结束并不总是“正常完成”:
|
||||||
// 当取消/超时发生在 iter.Next() 阻塞期间时,可能直接返回 !ok。
|
// 当取消/超时发生在 iter.Next() 阻塞期间时,可能直接返回 !ok。
|
||||||
@@ -627,8 +639,6 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
if restarted {
|
if restarted {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
transientRetrier.reset()
|
|
||||||
}
|
}
|
||||||
if ev.AgentName != "" && progress != nil {
|
if ev.AgentName != "" && progress != nil {
|
||||||
iterEinoAgent := orchestratorName
|
iterEinoAgent := orchestratorName
|
||||||
@@ -691,34 +701,9 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
|
|
||||||
if mv.IsStreaming && mv.MessageStream != nil && mv.Role == schema.Tool {
|
if mv.IsStreaming && mv.MessageStream != nil && mv.Role == schema.Tool {
|
||||||
toolName := strings.TrimSpace(mv.ToolName)
|
toolName := strings.TrimSpace(mv.ToolName)
|
||||||
var toolBuf strings.Builder
|
content, streamToolCallID, toolStreamRecvErr := recvSchemaMessageStream(ctx, mv.MessageStream)
|
||||||
streamToolCallID := ""
|
isErr := einoToolResultIsError(toolName, content)
|
||||||
var toolStreamRecvErr error
|
content = einoToolResultBody(content)
|
||||||
for {
|
|
||||||
chunk, rerr := mv.MessageStream.Recv()
|
|
||||||
if errors.Is(rerr, io.EOF) {
|
|
||||||
break
|
|
||||||
}
|
|
||||||
if rerr != nil {
|
|
||||||
toolStreamRecvErr = rerr
|
|
||||||
break
|
|
||||||
}
|
|
||||||
if chunk == nil {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if chunk.Content != "" {
|
|
||||||
toolBuf.WriteString(chunk.Content)
|
|
||||||
}
|
|
||||||
if tid := strings.TrimSpace(chunk.ToolCallID); tid != "" {
|
|
||||||
streamToolCallID = tid
|
|
||||||
}
|
|
||||||
}
|
|
||||||
content := toolBuf.String()
|
|
||||||
isErr := false
|
|
||||||
if strings.HasPrefix(content, einomcp.ToolErrorPrefix) {
|
|
||||||
isErr = true
|
|
||||||
content = strings.TrimPrefix(content, einomcp.ToolErrorPrefix)
|
|
||||||
}
|
|
||||||
if streamToolCallID != "" {
|
if streamToolCallID != "" {
|
||||||
opts := []schema.ToolMessageOption{schema.WithToolName(toolName)}
|
opts := []schema.ToolMessageOption{schema.WithToolName(toolName)}
|
||||||
runAccumulatedMsgs = append(runAccumulatedMsgs, schema.ToolMessage(content, streamToolCallID, opts...))
|
runAccumulatedMsgs = append(runAccumulatedMsgs, schema.ToolMessage(content, streamToolCallID, opts...))
|
||||||
@@ -730,6 +715,9 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
zap.String("agent", ev.AgentName),
|
zap.String("agent", ev.AgentName),
|
||||||
zap.String("tool", toolName))
|
zap.String("tool", toolName))
|
||||||
}
|
}
|
||||||
|
if toolStreamRecvErr == nil {
|
||||||
|
confirmTransientRetryRecovery()
|
||||||
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -977,7 +965,7 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
if merged := mergeStreamingToolCallFragments(toolStreamFragments); len(merged) > 0 {
|
if merged := mergeStreamingToolCallFragments(toolStreamFragments); len(merged) > 0 {
|
||||||
lastToolChunk = mergeMessageToolCalls(&schema.Message{ToolCalls: merged})
|
lastToolChunk = mergeMessageToolCalls(&schema.Message{ToolCalls: merged})
|
||||||
}
|
}
|
||||||
tryEmitToolCallsOnce(lastToolChunk, ev.AgentName, orchestratorName, conversationID, orchMode, progress, toolEmitSeen, subAgentToolStep, mainAgentToolStep, markPending)
|
tryEmitToolCallsOnce(lastToolChunk, ev.AgentName, orchestratorName, conversationID, orchMode, progress, toolEmitSeen, subAgentToolStep, mainAgentToolStep, markPendingWithMonitor)
|
||||||
// 流式路径此前只把 tool_calls 推给进度 UI,未写入 runAccumulatedMsgs;落库后 loadHistory→RepairOrphan 会删掉全部 tool 结果,表现为「续跑/下轮失忆」。
|
// 流式路径此前只把 tool_calls 推给进度 UI,未写入 runAccumulatedMsgs;落库后 loadHistory→RepairOrphan 会删掉全部 tool 结果,表现为「续跑/下轮失忆」。
|
||||||
if lastToolChunk != nil && len(lastToolChunk.ToolCalls) > 0 {
|
if lastToolChunk != nil && len(lastToolChunk.ToolCalls) > 0 {
|
||||||
runAccumulatedMsgs = append(runAccumulatedMsgs, schema.AssistantMessage("", lastToolChunk.ToolCalls))
|
runAccumulatedMsgs = append(runAccumulatedMsgs, schema.AssistantMessage("", lastToolChunk.ToolCalls))
|
||||||
@@ -1001,6 +989,8 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
if restarted {
|
if restarted {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
confirmTransientRetryRecovery()
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
@@ -1010,7 +1000,7 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
runAccumulatedMsgs = append(runAccumulatedMsgs, msg)
|
runAccumulatedMsgs = append(runAccumulatedMsgs, msg)
|
||||||
tryEmitToolCallsOnce(mergeMessageToolCalls(msg), ev.AgentName, orchestratorName, conversationID, orchMode, progress, toolEmitSeen, subAgentToolStep, mainAgentToolStep, markPending)
|
tryEmitToolCallsOnce(mergeMessageToolCalls(msg), ev.AgentName, orchestratorName, conversationID, orchMode, progress, toolEmitSeen, subAgentToolStep, mainAgentToolStep, markPendingWithMonitor)
|
||||||
|
|
||||||
if mv.Role == schema.Assistant {
|
if mv.Role == schema.Assistant {
|
||||||
if progress != nil && strings.TrimSpace(msg.ReasoningContent) != "" {
|
if progress != nil && strings.TrimSpace(msg.ReasoningContent) != "" {
|
||||||
@@ -1085,15 +1075,13 @@ func runEinoADKAgentLoop(ctx context.Context, args *einoADKRunLoopArgs, baseMsgs
|
|||||||
}
|
}
|
||||||
|
|
||||||
content := msg.Content
|
content := msg.Content
|
||||||
isErr := false
|
isErr := einoToolResultIsError(toolName, content)
|
||||||
if strings.HasPrefix(content, einomcp.ToolErrorPrefix) {
|
content = einoToolResultBody(content)
|
||||||
isErr = true
|
|
||||||
content = strings.TrimPrefix(content, einomcp.ToolErrorPrefix)
|
|
||||||
}
|
|
||||||
|
|
||||||
toolCallID := strings.TrimSpace(msg.ToolCallID)
|
toolCallID := strings.TrimSpace(msg.ToolCallID)
|
||||||
tryEmitToolResultProgress(toolName, content, toolCallID, isErr, ev.AgentName)
|
tryEmitToolResultProgress(toolName, content, toolCallID, isErr, ev.AgentName)
|
||||||
}
|
}
|
||||||
|
confirmTransientRetryRecovery()
|
||||||
}
|
}
|
||||||
|
|
||||||
mcpIDsMu.Lock()
|
mcpIDsMu.Lock()
|
||||||
@@ -1121,17 +1109,119 @@ func einoPartialRunLastOutputHint() string {
|
|||||||
"[Run ended abnormally; continue from the trace above without repeating completed steps.]"
|
"[Run ended abnormally; continue from the trace above without repeating completed steps.]"
|
||||||
}
|
}
|
||||||
|
|
||||||
// friendlyEinoExecuteInvokeTail 将 Eino execute 等非 MCP 路径的结尾错误转成简短提示;其它情况保留原 error 文本。
|
// friendlyEinoExecuteInvokeTail 将 Eino execute 超时/中断/流异常转为简短提示。
|
||||||
|
// 命令非零退出(ExecuteExitError)已有 exec 对齐的正文,不再追加「执行未正常结束」。
|
||||||
func friendlyEinoExecuteInvokeTail(invokeErr error) string {
|
func friendlyEinoExecuteInvokeTail(invokeErr error) string {
|
||||||
if invokeErr == nil {
|
if invokeErr == nil {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
var exitErr *ExecuteExitError
|
||||||
|
if errors.As(invokeErr, &exitErr) {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
if errors.Is(invokeErr, context.DeadlineExceeded) {
|
if errors.Is(invokeErr, context.DeadlineExceeded) {
|
||||||
return einoExecuteTimeoutUserHint()
|
return einoExecuteTimeoutUserHint()
|
||||||
}
|
}
|
||||||
|
if errors.Is(invokeErr, context.Canceled) {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
if strings.Contains(invokeErr.Error(), "shell inactivity timeout") {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
return "[执行未正常结束] " + invokeErr.Error()
|
return "[执行未正常结束] " + invokeErr.Error()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// einoToolResultIsError 统一判断 Eino 工具结果是否应标记为错误(与 MCP exec 的 IsError 对齐)。
|
||||||
|
func einoToolResultIsError(toolName, content string) bool {
|
||||||
|
if strings.HasPrefix(content, einomcp.ToolErrorPrefix) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
if strings.TrimSpace(toolName) == "execute" && security.IsCommandFailureResult(content) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// einoToolResultBody 去掉工具错误前缀,返回展示/持久化正文。
|
||||||
|
func einoToolResultBody(content string) string {
|
||||||
|
if strings.HasPrefix(content, einomcp.ToolErrorPrefix) {
|
||||||
|
return strings.TrimPrefix(content, einomcp.ToolErrorPrefix)
|
||||||
|
}
|
||||||
|
return content
|
||||||
|
}
|
||||||
|
|
||||||
|
// nextAgentEventWithContext 在 ctx 取消时不再无限阻塞于 iter.Next()(工具执行/模型推理期间常见)。
|
||||||
|
func nextAgentEventWithContext(ctx context.Context, iter *adk.AsyncIterator[*adk.AgentEvent]) (ev *adk.AgentEvent, ok bool, ctxErr error) {
|
||||||
|
if iter == nil {
|
||||||
|
return nil, false, nil
|
||||||
|
}
|
||||||
|
type nextRes struct {
|
||||||
|
ev *adk.AgentEvent
|
||||||
|
ok bool
|
||||||
|
}
|
||||||
|
ch := make(chan nextRes, 1)
|
||||||
|
go func() {
|
||||||
|
e, o := iter.Next()
|
||||||
|
ch <- nextRes{e, o}
|
||||||
|
}()
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return nil, false, ctx.Err()
|
||||||
|
case res := <-ch:
|
||||||
|
return res.ev, res.ok, nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// recvSchemaMessageStream 消费 ADK Tool 流式结果;ctx 取消时立即返回,避免 amass 等无输出时永久阻塞。
|
||||||
|
func recvSchemaMessageStream(ctx context.Context, stream *schema.StreamReader[*schema.Message]) (content, toolCallID string, recvErr error) {
|
||||||
|
if stream == nil {
|
||||||
|
return "", "", nil
|
||||||
|
}
|
||||||
|
type streamMsg struct {
|
||||||
|
chunk *schema.Message
|
||||||
|
err error
|
||||||
|
}
|
||||||
|
recvCh := make(chan streamMsg, 8)
|
||||||
|
go func() {
|
||||||
|
defer close(recvCh)
|
||||||
|
for {
|
||||||
|
ch, rerr := stream.Recv()
|
||||||
|
recvCh <- streamMsg{chunk: ch, err: rerr}
|
||||||
|
if rerr != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
var buf strings.Builder
|
||||||
|
for {
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
return buf.String(), toolCallID, ctx.Err()
|
||||||
|
case sm, open := <-recvCh:
|
||||||
|
if !open {
|
||||||
|
return buf.String(), toolCallID, nil
|
||||||
|
}
|
||||||
|
rerr := sm.err
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
return buf.String(), toolCallID, nil
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
return buf.String(), toolCallID, rerr
|
||||||
|
}
|
||||||
|
chunk := sm.chunk
|
||||||
|
if chunk == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if chunk.Content != "" {
|
||||||
|
buf.WriteString(chunk.Content)
|
||||||
|
}
|
||||||
|
if tid := strings.TrimSpace(chunk.ToolCallID); tid != "" {
|
||||||
|
toolCallID = tid
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func buildEinoRunResultFromAccumulated(
|
func buildEinoRunResultFromAccumulated(
|
||||||
orchMode string,
|
orchMode string,
|
||||||
runAccumulatedMsgs []adk.Message,
|
runAccumulatedMsgs []adk.Message,
|
||||||
|
|||||||
@@ -0,0 +1,74 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"io"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestRecvSchemaMessageStream_EOF(t *testing.T) {
|
||||||
|
sr, sw := schema.Pipe[*schema.Message](4)
|
||||||
|
_ = sw.Send(schema.ToolMessage("hello", "tc-1"), nil)
|
||||||
|
sw.Close()
|
||||||
|
|
||||||
|
content, tid, err := recvSchemaMessageStream(context.Background(), sr)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("unexpected err: %v", err)
|
||||||
|
}
|
||||||
|
if content != "hello" {
|
||||||
|
t.Fatalf("content=%q want hello", content)
|
||||||
|
}
|
||||||
|
if tid != "tc-1" {
|
||||||
|
t.Fatalf("toolCallID=%q want tc-1", tid)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRecvSchemaMessageStream_ContextCancel(t *testing.T) {
|
||||||
|
sr, sw := schema.Pipe[*schema.Message](4)
|
||||||
|
t.Cleanup(func() { sw.Close() })
|
||||||
|
|
||||||
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
|
go func() {
|
||||||
|
time.Sleep(30 * time.Millisecond)
|
||||||
|
cancel()
|
||||||
|
}()
|
||||||
|
|
||||||
|
content, _, err := recvSchemaMessageStream(ctx, sr)
|
||||||
|
if !errors.Is(err, context.Canceled) {
|
||||||
|
t.Fatalf("want context.Canceled, got %v content=%q", err, content)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRecvSchemaMessageStream_RecvError(t *testing.T) {
|
||||||
|
sr, sw := schema.Pipe[*schema.Message](4)
|
||||||
|
want := errors.New("stream broken")
|
||||||
|
_ = sw.Send(nil, want)
|
||||||
|
sw.Close()
|
||||||
|
|
||||||
|
_, _, err := recvSchemaMessageStream(context.Background(), sr)
|
||||||
|
if !errors.Is(err, want) {
|
||||||
|
t.Fatalf("want %v, got %v", want, err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRecvSchemaMessageStream_NilStream(t *testing.T) {
|
||||||
|
content, tid, err := recvSchemaMessageStream(context.Background(), nil)
|
||||||
|
if err != nil || content != "" || tid != "" {
|
||||||
|
t.Fatalf("nil stream: content=%q tid=%q err=%v", content, tid, err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRecvSchemaMessageStream_EOFViaEmptyRead(t *testing.T) {
|
||||||
|
sr, sw := schema.Pipe[*schema.Message](4)
|
||||||
|
_ = sw.Send(nil, io.EOF)
|
||||||
|
sw.Close()
|
||||||
|
|
||||||
|
_, _, err := recvSchemaMessageStream(context.Background(), sr)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("EOF should not surface as error, got %v", err)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,114 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"io"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/einomcp"
|
||||||
|
"cyberstrike-ai/internal/security"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk/filesystem"
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
type mockStreamingShellExitFail struct {
|
||||||
|
output string
|
||||||
|
code int
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *mockStreamingShellExitFail) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
||||||
|
outR, outW := schema.Pipe[*filesystem.ExecuteResponse](4)
|
||||||
|
go func() {
|
||||||
|
defer outW.Close()
|
||||||
|
if m.output != "" {
|
||||||
|
_ = outW.Send(&filesystem.ExecuteResponse{Output: m.output}, nil)
|
||||||
|
}
|
||||||
|
code := m.code
|
||||||
|
_ = outW.Send(&filesystem.ExecuteResponse{ExitCode: &code}, nil)
|
||||||
|
}()
|
||||||
|
return outR, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestEinoStreamingShellWrap_CommandFailureFormat(t *testing.T) {
|
||||||
|
inner := &mockStreamingShellExitFail{
|
||||||
|
output: "sudo: a password is required\n",
|
||||||
|
code: 1,
|
||||||
|
}
|
||||||
|
notify := einomcp.NewToolInvokeNotifyHolder()
|
||||||
|
var firedBody string
|
||||||
|
var firedSuccess bool
|
||||||
|
var firedErr error
|
||||||
|
notify.Set(func(toolCallID, toolName, einoAgent string, success bool, content string, invokeErr error) {
|
||||||
|
firedBody = content
|
||||||
|
firedSuccess = success
|
||||||
|
firedErr = invokeErr
|
||||||
|
})
|
||||||
|
wrap := &einoStreamingShellWrap{inner: inner, invokeNotify: notify}
|
||||||
|
sr, err := wrap.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: "sudo whoami"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
|
||||||
|
var stream strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
if resp != nil {
|
||||||
|
stream.WriteString(resp.Output)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if firedSuccess {
|
||||||
|
t.Fatal("expected success=false")
|
||||||
|
}
|
||||||
|
var exitErr *ExecuteExitError
|
||||||
|
if !errors.As(firedErr, &exitErr) || exitErr.Code != 1 {
|
||||||
|
t.Fatalf("expected ExecuteExitError code 1, got %v", firedErr)
|
||||||
|
}
|
||||||
|
if !strings.HasPrefix(firedBody, einomcp.ToolErrorPrefix) {
|
||||||
|
t.Fatalf("missing tool error prefix: %q", firedBody)
|
||||||
|
}
|
||||||
|
body := strings.TrimPrefix(firedBody, einomcp.ToolErrorPrefix)
|
||||||
|
if body != security.FormatCommandFailureResult(1, "sudo: a password is required\n") {
|
||||||
|
t.Fatalf("fire body = %q", body)
|
||||||
|
}
|
||||||
|
if !strings.Contains(stream.String(), "sudo:") {
|
||||||
|
t.Fatalf("stream missing sudo output: %q", stream.String())
|
||||||
|
}
|
||||||
|
if strings.Contains(stream.String(), "command exited with non-zero") {
|
||||||
|
t.Fatalf("stream has legacy noise: %q", stream.String())
|
||||||
|
}
|
||||||
|
if strings.Contains(stream.String(), "执行未正常结束") {
|
||||||
|
t.Fatalf("stream has abnormal tail: %q", stream.String())
|
||||||
|
}
|
||||||
|
if !security.IsCommandFailureResult(stream.String()) {
|
||||||
|
t.Fatalf("stream missing failure status line: %q", stream.String())
|
||||||
|
}
|
||||||
|
if tail := friendlyEinoExecuteInvokeTail(firedErr); tail != "" {
|
||||||
|
t.Fatalf("unexpected invoke tail: %q", tail)
|
||||||
|
}
|
||||||
|
if !einoToolResultIsError("execute", firedBody) {
|
||||||
|
t.Fatal("expected isError for execute failure")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFriendlyEinoExecuteInvokeTail(t *testing.T) {
|
||||||
|
if friendlyEinoExecuteInvokeTail(&ExecuteExitError{Code: 1}) != "" {
|
||||||
|
t.Fatal("exit error should not get abnormal tail")
|
||||||
|
}
|
||||||
|
if !strings.Contains(friendlyEinoExecuteInvokeTail(context.DeadlineExceeded), "Timed out") {
|
||||||
|
t.Fatal("deadline should get timeout hint")
|
||||||
|
}
|
||||||
|
if friendlyEinoExecuteInvokeTail(errors.New("broken pipe")) == "" {
|
||||||
|
t.Fatal("unexpected error should get tail")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,11 +7,25 @@ import (
|
|||||||
"cyberstrike-ai/internal/einomcp"
|
"cyberstrike-ai/internal/einomcp"
|
||||||
)
|
)
|
||||||
|
|
||||||
// newEinoExecuteMonitorCallback 在 Eino filesystem execute 结束时写入 MCP 监控库并 recorder(executionId),
|
// newEinoExecuteMonitorCallbacks 在 Eino filesystem execute 开始/结束时写入 MCP 监控库并 recorder(executionId),
|
||||||
// 与 CallTool 路径一致,供助手消息展示「渗透测试详情」芯片。
|
// 与 CallTool 路径一致,使监控页能展示「执行中」状态。
|
||||||
func newEinoExecuteMonitorCallback(ag *agent.Agent, recorder einomcp.ExecutionRecorder) func(toolCallID, command, stdout string, success bool, invokeErr error) {
|
func newEinoExecuteMonitorCallbacks(ag *agent.Agent, recorder einomcp.ExecutionRecorder) (
|
||||||
return func(toolCallID, command, stdout string, success bool, invokeErr error) {
|
begin func(toolCallID, command string) string,
|
||||||
if ag == nil || recorder == nil {
|
finish func(executionID, toolCallID, command, stdout string, success bool, invokeErr error),
|
||||||
|
) {
|
||||||
|
begin = func(toolCallID, command string) string {
|
||||||
|
if ag == nil {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
args := map[string]interface{}{"command": command}
|
||||||
|
id := ag.BeginLocalToolExecution("execute", args)
|
||||||
|
if id != "" && recorder != nil {
|
||||||
|
recorder(id, toolCallID)
|
||||||
|
}
|
||||||
|
return id
|
||||||
|
}
|
||||||
|
finish = func(executionID, toolCallID, command, stdout string, success bool, invokeErr error) {
|
||||||
|
if ag == nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var err error
|
var err error
|
||||||
@@ -23,9 +37,10 @@ func newEinoExecuteMonitorCallback(ag *agent.Agent, recorder einomcp.ExecutionRe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
args := map[string]interface{}{"command": command}
|
args := map[string]interface{}{"command": command}
|
||||||
id := ag.RecordLocalToolExecution("execute", args, stdout, err)
|
id := ag.FinishLocalToolExecution(executionID, "execute", args, stdout, err)
|
||||||
if id != "" {
|
if id != "" && recorder != nil && executionID == "" {
|
||||||
recorder(id, toolCallID)
|
recorder(id, toolCallID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return begin, finish
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ func einoExecuteRecvErrIsToolTimeout(rerr error, tctx context.Context) bool {
|
|||||||
// 对「完全后台」命令自动开启 RunInBackendGround,与 local.runCmdInBackground 行为对齐。
|
// 对「完全后台」命令自动开启 RunInBackendGround,与 local.runCmdInBackground 行为对齐。
|
||||||
//
|
//
|
||||||
// 使用 Pipe 将内层流转发给调用方:在 inner EOF 后、关闭 Pipe 前同步调用 ToolInvokeNotify.Fire,
|
// 使用 Pipe 将内层流转发给调用方:在 inner EOF 后、关闭 Pipe 前同步调用 ToolInvokeNotify.Fire,
|
||||||
// 保证 run loop 在模型开始下一轮输出前已记录 execute 结果(用于 UI 与「重复助手复述」去重)。
|
// run loop 收到 Fire 后立即推送 tool_result(toolResultSent 去重),避免 ADK Tool 事件迟到时 UI 卡在「执行中」。
|
||||||
//
|
//
|
||||||
// 若 inner 在校验阶段直接返回 error(未建立 reader),不会进入下方 goroutine,也必须 Fire;
|
// 若 inner 在校验阶段直接返回 error(未建立 reader),不会进入下方 goroutine,也必须 Fire;
|
||||||
// 否则 pending tool_call 要等整轮 run 结束才被 force-close,与已展示的助手/工具软错误文案不同步。
|
// 否则 pending tool_call 要等整轮 run 结束才被 force-close,与已展示的助手/工具软错误文案不同步。
|
||||||
@@ -63,8 +63,11 @@ type einoStreamingShellWrap struct {
|
|||||||
outputChunk func(toolName, toolCallID, chunk string)
|
outputChunk func(toolName, toolCallID, chunk string)
|
||||||
// toolTimeoutMinutes 与 agent.tool_timeout_minutes 对齐;>0 时对单次 execute 套用 context 超时(与 MCP 工具经 executeToolViaMCP 行为一致)。0 表示仅依赖上层 ctx(如整任务 10h 上限)。
|
// toolTimeoutMinutes 与 agent.tool_timeout_minutes 对齐;>0 时对单次 execute 套用 context 超时(与 MCP 工具经 executeToolViaMCP 行为一致)。0 表示仅依赖上层 ctx(如整任务 10h 上限)。
|
||||||
toolTimeoutMinutes int
|
toolTimeoutMinutes int
|
||||||
// recordMonitor 在 execute 流结束后写入 tool_executions 并 recorder(executionId),使「渗透测试详情」与常规 MCP 一致。
|
// shellNoOutputTimeoutSec:无任何输出时的空闲秒数;0=关闭。
|
||||||
recordMonitor func(toolCallID, command, stdout string, success bool, invokeErr error)
|
shellNoOutputTimeoutSec int
|
||||||
|
// beginMonitor 在 execute 开始时写入 running 状态;finishMonitor 在流结束后更新为 completed/failed。
|
||||||
|
beginMonitor func(toolCallID, command string) string
|
||||||
|
finishMonitor func(executionID, toolCallID, command, stdout string, success bool, invokeErr error)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
||||||
@@ -76,15 +79,26 @@ func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *fi
|
|||||||
}
|
}
|
||||||
req := *input
|
req := *input
|
||||||
userCmd := strings.TrimSpace(req.Command)
|
userCmd := strings.TrimSpace(req.Command)
|
||||||
|
tid := strings.TrimSpace(compose.GetToolCallID(ctx))
|
||||||
|
agentTag := strings.TrimSpace(w.einoAgentName)
|
||||||
if security.IsBackgroundShellCommand(req.Command) && !req.RunInBackendGround {
|
if security.IsBackgroundShellCommand(req.Command) && !req.RunInBackendGround {
|
||||||
req.RunInBackendGround = true
|
req.RunInBackendGround = true
|
||||||
}
|
}
|
||||||
req.Command = prependPythonUnbufferedEnv(req.Command)
|
req.Command = prependPythonUnbufferedEnv(req.Command)
|
||||||
tid := strings.TrimSpace(compose.GetToolCallID(ctx))
|
|
||||||
agentTag := strings.TrimSpace(w.einoAgentName)
|
|
||||||
convID := mcp.MCPConversationIDFromContext(ctx)
|
convID := mcp.MCPConversationIDFromContext(ctx)
|
||||||
execReg := mcp.EinoExecuteRunRegistryFromContext(ctx)
|
execReg := mcp.EinoExecuteRunRegistryFromContext(ctx)
|
||||||
|
|
||||||
|
var monitorExecID string
|
||||||
|
if w.beginMonitor != nil {
|
||||||
|
monitorExecID = w.beginMonitor(tid, userCmd)
|
||||||
|
}
|
||||||
|
if monitorExecID != "" && convID != "" {
|
||||||
|
if toolReg := mcp.ToolRunRegistryFromContext(ctx); toolReg != nil {
|
||||||
|
toolReg.RegisterRunningTool(convID, monitorExecID)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
toolRunReg := mcp.ToolRunRegistryFromContext(ctx)
|
||||||
|
|
||||||
execCtx, execCancel := context.WithCancel(ctx)
|
execCtx, execCancel := context.WithCancel(ctx)
|
||||||
var timeoutCancel context.CancelFunc
|
var timeoutCancel context.CancelFunc
|
||||||
if w.toolTimeoutMinutes > 0 {
|
if w.toolTimeoutMinutes > 0 {
|
||||||
@@ -104,23 +118,23 @@ func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *fi
|
|||||||
}
|
}
|
||||||
if einoExecuteRecvErrIsToolTimeout(err, execCtx) {
|
if einoExecuteRecvErrIsToolTimeout(err, execCtx) {
|
||||||
hint := "\n\n" + einoExecuteTimeoutUserHint() + "\n"
|
hint := "\n\n" + einoExecuteTimeoutUserHint() + "\n"
|
||||||
if w.recordMonitor != nil {
|
if w.finishMonitor != nil {
|
||||||
w.recordMonitor(tid, userCmd, hint, false, context.DeadlineExceeded)
|
w.finishMonitor(monitorExecID, tid, userCmd, hint, false, context.DeadlineExceeded)
|
||||||
}
|
}
|
||||||
if w.invokeNotify != nil && tid != "" {
|
if w.invokeNotify != nil && tid != "" {
|
||||||
w.invokeNotify.Fire(tid, "execute", agentTag, false, hint, context.DeadlineExceeded)
|
w.invokeNotify.Fire(tid, "execute", agentTag, false, hint, context.DeadlineExceeded)
|
||||||
}
|
}
|
||||||
return schema.StreamReaderFromArray([]*filesystem.ExecuteResponse{{Output: hint}}), nil
|
return schema.StreamReaderFromArray([]*filesystem.ExecuteResponse{{Output: hint}}), nil
|
||||||
}
|
}
|
||||||
if w.recordMonitor != nil {
|
if w.finishMonitor != nil {
|
||||||
w.recordMonitor(tid, userCmd, "", false, err)
|
w.finishMonitor(monitorExecID, tid, userCmd, "", false, err)
|
||||||
}
|
}
|
||||||
if w.invokeNotify != nil && tid != "" {
|
if w.invokeNotify != nil && tid != "" {
|
||||||
w.invokeNotify.Fire(tid, "execute", agentTag, false, "", err)
|
w.invokeNotify.Fire(tid, "execute", agentTag, false, "", err)
|
||||||
}
|
}
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if sr == nil || w.invokeNotify == nil {
|
if sr == nil {
|
||||||
if timeoutCancel != nil {
|
if timeoutCancel != nil {
|
||||||
timeoutCancel()
|
timeoutCancel()
|
||||||
}
|
}
|
||||||
@@ -132,7 +146,7 @@ func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *fi
|
|||||||
|
|
||||||
outR, outW := schema.Pipe[*filesystem.ExecuteResponse](32)
|
outR, outW := schema.Pipe[*filesystem.ExecuteResponse](32)
|
||||||
|
|
||||||
go func(inner *schema.StreamReader[*filesystem.ExecuteResponse], command string, cancel context.CancelFunc, timeoutCleanup context.CancelFunc, tctx context.Context, conversationID string, reg mcp.EinoExecuteRunRegistry) {
|
go func(inner *schema.StreamReader[*filesystem.ExecuteResponse], command string, cancel context.CancelFunc, timeoutCleanup context.CancelFunc, tctx context.Context, conversationID string, reg mcp.EinoExecuteRunRegistry, toolReg mcp.ToolRunRegistry, execID string, toolCallID string, noOutputSec int) {
|
||||||
var innerCloseOnce sync.Once
|
var innerCloseOnce sync.Once
|
||||||
closeInner := func() {
|
closeInner := func() {
|
||||||
innerCloseOnce.Do(func() { inner.Close() })
|
innerCloseOnce.Do(func() { inner.Close() })
|
||||||
@@ -147,6 +161,9 @@ func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *fi
|
|||||||
if reg != nil && conversationID != "" {
|
if reg != nil && conversationID != "" {
|
||||||
defer reg.UnregisterActiveEinoExecute(conversationID)
|
defer reg.UnregisterActiveEinoExecute(conversationID)
|
||||||
}
|
}
|
||||||
|
if toolReg != nil && conversationID != "" && execID != "" {
|
||||||
|
defer toolReg.UnregisterRunningTool(conversationID, execID)
|
||||||
|
}
|
||||||
|
|
||||||
// ctx 取消时关闭内层流,避免 amass 等长时间无换行输出时 Recv 永久阻塞。
|
// ctx 取消时关闭内层流,避免 amass 等长时间无换行输出时 Recv 永久阻塞。
|
||||||
stopWatch := make(chan struct{})
|
stopWatch := make(chan struct{})
|
||||||
@@ -165,50 +182,103 @@ func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *fi
|
|||||||
exitCode := 0
|
exitCode := 0
|
||||||
hasExitCode := false
|
hasExitCode := false
|
||||||
|
|
||||||
|
idleWatch := security.NewShellInactivityWatch(noOutputSec)
|
||||||
|
if idleWatch != nil {
|
||||||
|
defer idleWatch.Stop()
|
||||||
|
}
|
||||||
|
|
||||||
|
type execRecvMsg struct {
|
||||||
|
resp *filesystem.ExecuteResponse
|
||||||
|
err error
|
||||||
|
}
|
||||||
|
recvCh := make(chan execRecvMsg, 1)
|
||||||
|
go func() {
|
||||||
|
for {
|
||||||
|
resp, rerr := inner.Recv()
|
||||||
|
recvCh <- execRecvMsg{resp: resp, err: rerr}
|
||||||
|
if rerr != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
|
||||||
|
fireInactivityTimeout := func() {
|
||||||
|
success = false
|
||||||
|
invokeErr = fmt.Errorf("shell inactivity timeout (%ds)", idleWatch.Sec)
|
||||||
|
msg := security.ShellNoOutputTimeoutMessage(idleWatch.Sec)
|
||||||
|
_ = outW.Send(&filesystem.ExecuteResponse{Output: msg}, nil)
|
||||||
|
sb.WriteString(msg)
|
||||||
|
if w.outputChunk != nil && toolCallID != "" {
|
||||||
|
w.outputChunk("execute", toolCallID, msg)
|
||||||
|
}
|
||||||
|
if cancel != nil {
|
||||||
|
cancel()
|
||||||
|
}
|
||||||
|
closeInner()
|
||||||
|
}
|
||||||
|
|
||||||
|
recvLoop:
|
||||||
for {
|
for {
|
||||||
resp, rerr := inner.Recv()
|
var idleCh <-chan struct{}
|
||||||
if errors.Is(rerr, io.EOF) {
|
if idleWatch != nil {
|
||||||
break
|
idleCh = idleWatch.Expired
|
||||||
}
|
}
|
||||||
if rerr != nil {
|
select {
|
||||||
success = false
|
case <-idleCh:
|
||||||
invokeErr = rerr
|
fireInactivityTimeout()
|
||||||
// 单次 execute 超时须与 MCP 工具一致:写入工具结果尾标、继续迭代,不得向 ADK 流注入硬错误。
|
break recvLoop
|
||||||
if einoExecuteRecvErrIsToolTimeout(rerr, tctx) {
|
case msg := <-recvCh:
|
||||||
invokeErr = context.DeadlineExceeded
|
rerr := msg.err
|
||||||
break
|
resp := msg.resp
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break recvLoop
|
||||||
}
|
}
|
||||||
if errors.Is(rerr, context.Canceled) || (tctx != nil && errors.Is(tctx.Err(), context.Canceled)) {
|
if rerr != nil {
|
||||||
invokeErr = context.Canceled
|
|
||||||
break
|
|
||||||
}
|
|
||||||
_ = outW.Send(nil, rerr)
|
|
||||||
break
|
|
||||||
}
|
|
||||||
if resp != nil {
|
|
||||||
if resp.ExitCode != nil {
|
|
||||||
hasExitCode = true
|
|
||||||
exitCode = *resp.ExitCode
|
|
||||||
}
|
|
||||||
var appended string
|
|
||||||
if resp.Output != "" {
|
|
||||||
sb.WriteString(resp.Output)
|
|
||||||
appended = resp.Output
|
|
||||||
}
|
|
||||||
if w.outputChunk != nil && strings.TrimSpace(appended) != "" {
|
|
||||||
w.outputChunk("execute", tid, appended)
|
|
||||||
}
|
|
||||||
if outW.Send(resp, nil) {
|
|
||||||
success = false
|
success = false
|
||||||
invokeErr = fmt.Errorf("execute stream closed by consumer")
|
invokeErr = rerr
|
||||||
break
|
if einoExecuteRecvErrIsToolTimeout(rerr, tctx) {
|
||||||
|
invokeErr = context.DeadlineExceeded
|
||||||
|
break recvLoop
|
||||||
|
}
|
||||||
|
if errors.Is(rerr, context.Canceled) || (tctx != nil && errors.Is(tctx.Err(), context.Canceled)) {
|
||||||
|
invokeErr = context.Canceled
|
||||||
|
break recvLoop
|
||||||
|
}
|
||||||
|
_ = outW.Send(nil, rerr)
|
||||||
|
break recvLoop
|
||||||
|
}
|
||||||
|
if resp != nil {
|
||||||
|
if resp.ExitCode != nil {
|
||||||
|
hasExitCode = true
|
||||||
|
exitCode = *resp.ExitCode
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
var appended string
|
||||||
|
if resp.Output != "" {
|
||||||
|
if security.IsLegacyShellExitNoise(resp.Output) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if idleWatch != nil {
|
||||||
|
idleWatch.Bump()
|
||||||
|
}
|
||||||
|
sb.WriteString(resp.Output)
|
||||||
|
appended = resp.Output
|
||||||
|
}
|
||||||
|
if w.outputChunk != nil && strings.TrimSpace(appended) != "" {
|
||||||
|
w.outputChunk("execute", toolCallID, appended)
|
||||||
|
}
|
||||||
|
if outW.Send(resp, nil) {
|
||||||
|
success = false
|
||||||
|
invokeErr = fmt.Errorf("execute stream closed by consumer")
|
||||||
|
break recvLoop
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if success && hasExitCode && exitCode != 0 {
|
if success && hasExitCode && exitCode != 0 {
|
||||||
success = false
|
success = false
|
||||||
invokeErr = fmt.Errorf("execute exited with code %d", exitCode)
|
invokeErr = &ExecuteExitError{Code: exitCode}
|
||||||
}
|
}
|
||||||
// WithTimeout 触发后,子进程常被信号结束,local 侧多报 exit -1 / canceled,错误链里不一定带 DeadlineExceeded。
|
// WithTimeout 触发后,子进程常被信号结束,local 侧多报 exit -1 / canceled,错误链里不一定带 DeadlineExceeded。
|
||||||
// 用执行所用 ctx 归一化,便于 UI 展示「超时」而非含糊的 -1。
|
// 用执行所用 ctx 归一化,便于 UI 展示「超时」而非含糊的 -1。
|
||||||
@@ -248,12 +318,24 @@ func (w *einoStreamingShellWrap) ExecuteStreaming(ctx context.Context, input *fi
|
|||||||
_ = outW.Send(&filesystem.ExecuteResponse{Output: text + "\n"}, nil)
|
_ = outW.Send(&filesystem.ExecuteResponse{Output: text + "\n"}, nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if w.recordMonitor != nil {
|
rawOutput := sb.String()
|
||||||
w.recordMonitor(tid, command, sb.String(), success, invokeErr)
|
fireBody := rawOutput
|
||||||
|
if !success && hasExitCode && exitCode != 0 {
|
||||||
|
statusLine := security.ExecuteFailureStatusLine(exitCode)
|
||||||
|
if !strings.Contains(rawOutput, "命令执行失败:") {
|
||||||
|
_ = outW.Send(&filesystem.ExecuteResponse{Output: statusLine}, nil)
|
||||||
|
sb.WriteString(statusLine)
|
||||||
|
}
|
||||||
|
fireBody = einomcp.ToolErrorPrefix + security.FormatCommandFailureResult(exitCode, rawOutput)
|
||||||
|
}
|
||||||
|
if w.finishMonitor != nil {
|
||||||
|
w.finishMonitor(execID, toolCallID, command, sb.String(), success, invokeErr)
|
||||||
|
}
|
||||||
|
if w.invokeNotify != nil {
|
||||||
|
w.invokeNotify.Fire(toolCallID, "execute", agentTag, success, fireBody, invokeErr)
|
||||||
}
|
}
|
||||||
w.invokeNotify.Fire(tid, "execute", agentTag, success, sb.String(), invokeErr)
|
|
||||||
outW.Close()
|
outW.Close()
|
||||||
}(sr, userCmd, execCancel, timeoutCancel, execCtx, convID, execReg)
|
}(sr, userCmd, execCancel, timeoutCancel, execCtx, convID, execReg, toolRunReg, monitorExecID, tid, w.shellNoOutputTimeoutSec)
|
||||||
|
|
||||||
return outR, nil
|
return outR, nil
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,9 +19,15 @@ type mockStreamingShell struct {
|
|||||||
immediateErr error
|
immediateErr error
|
||||||
recvErr error
|
recvErr error
|
||||||
output string
|
output string
|
||||||
|
called bool
|
||||||
|
lastCommand string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *mockStreamingShell) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
func (m *mockStreamingShell) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
||||||
|
m.called = true
|
||||||
|
if input != nil {
|
||||||
|
m.lastCommand = input.Command
|
||||||
|
}
|
||||||
if m.immediateErr != nil {
|
if m.immediateErr != nil {
|
||||||
return nil, m.immediateErr
|
return nil, m.immediateErr
|
||||||
}
|
}
|
||||||
@@ -38,6 +44,129 @@ func (m *mockStreamingShell) ExecuteStreaming(ctx context.Context, input *filesy
|
|||||||
return outR, nil
|
return outR, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestEinoStreamingShellWrap_PreparesNonInteractiveCommand(t *testing.T) {
|
||||||
|
inner := &mockStreamingShell{output: "ok\n"}
|
||||||
|
wrap := &einoStreamingShellWrap{inner: inner}
|
||||||
|
sr, err := wrap.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: "echo ok"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
for {
|
||||||
|
_, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if !strings.Contains(inner.lastCommand, "PYTHONUNBUFFERED=1") {
|
||||||
|
t.Fatalf("missing python unbuffer in inner command: %q", inner.lastCommand)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestEinoStreamingShellWrap_NoOutputTimeout(t *testing.T) {
|
||||||
|
inner := &mockStreamingShellHanging{}
|
||||||
|
notify := einomcp.NewToolInvokeNotifyHolder()
|
||||||
|
var fired string
|
||||||
|
notify.Set(func(toolCallID, toolName, einoAgent string, success bool, content string, invokeErr error) {
|
||||||
|
fired = content
|
||||||
|
})
|
||||||
|
wrap := &einoStreamingShellWrap{
|
||||||
|
inner: inner,
|
||||||
|
invokeNotify: notify,
|
||||||
|
shellNoOutputTimeoutSec: 1,
|
||||||
|
}
|
||||||
|
sr, err := wrap.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: "sudo whoami"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
var got strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
if resp != nil {
|
||||||
|
got.WriteString(resp.Output)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if !inner.called {
|
||||||
|
t.Fatal("inner shell should run (no command blacklist)")
|
||||||
|
}
|
||||||
|
out := got.String()
|
||||||
|
if !strings.Contains(out, "没有新的输出") && !strings.Contains(out, "no new output") {
|
||||||
|
t.Fatalf("expected inactivity timeout message, got: %q notify=%q", out, fired)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type mockStreamingShellPartialThenHang struct {
|
||||||
|
called bool
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *mockStreamingShellPartialThenHang) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
||||||
|
m.called = true
|
||||||
|
outR, outW := schema.Pipe[*filesystem.ExecuteResponse](4)
|
||||||
|
go func() {
|
||||||
|
_ = outW.Send(&filesystem.ExecuteResponse{Output: "[sudo] password:\n"}, nil)
|
||||||
|
<-ctx.Done()
|
||||||
|
outW.Close()
|
||||||
|
}()
|
||||||
|
return outR, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestEinoStreamingShellWrap_InactivityAfterPartialOutput(t *testing.T) {
|
||||||
|
inner := &mockStreamingShellPartialThenHang{}
|
||||||
|
wrap := &einoStreamingShellWrap{
|
||||||
|
inner: inner,
|
||||||
|
shellNoOutputTimeoutSec: 1,
|
||||||
|
}
|
||||||
|
start := time.Now()
|
||||||
|
sr, err := wrap.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: "sudo whoami"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
var got strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
if resp != nil {
|
||||||
|
got.WriteString(resp.Output)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if time.Since(start) > 5*time.Second {
|
||||||
|
t.Fatalf("expected inactivity timeout ~1s, took %v", time.Since(start))
|
||||||
|
}
|
||||||
|
if !strings.Contains(got.String(), "没有新的输出") && !strings.Contains(got.String(), "no new output") {
|
||||||
|
t.Fatalf("expected inactivity message, got: %q", got.String())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type mockStreamingShellHanging struct {
|
||||||
|
called bool
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *mockStreamingShellHanging) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
||||||
|
m.called = true
|
||||||
|
outR, outW := schema.Pipe[*filesystem.ExecuteResponse](4)
|
||||||
|
go func() {
|
||||||
|
<-ctx.Done()
|
||||||
|
outW.Close()
|
||||||
|
}()
|
||||||
|
return outR, nil
|
||||||
|
}
|
||||||
|
|
||||||
func TestEinoExecuteRecvErrIsToolTimeout(t *testing.T) {
|
func TestEinoExecuteRecvErrIsToolTimeout(t *testing.T) {
|
||||||
tctx, cancel := context.WithTimeout(context.Background(), time.Millisecond)
|
tctx, cancel := context.WithTimeout(context.Background(), time.Millisecond)
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|||||||
@@ -63,10 +63,43 @@ func toolCallArgsFromAccumulated(msgs []adk.Message, toolCallID, expectToolName
|
|||||||
return map[string]interface{}{}
|
return map[string]interface{}{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// beginEinoADKFilesystemToolMonitor 在 Eino ADK filesystem 工具开始调用时写入 running 状态。
|
||||||
|
func beginEinoADKFilesystemToolMonitor(
|
||||||
|
ag *agent.Agent,
|
||||||
|
rec einomcp.ExecutionRecorder,
|
||||||
|
binder *MCPExecutionBinder,
|
||||||
|
toolCallID, toolName string,
|
||||||
|
) {
|
||||||
|
if ag == nil || rec == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
name := strings.TrimSpace(toolName)
|
||||||
|
if name == "" || strings.EqualFold(name, "execute") {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if !isBuiltinEinoADKFilesystemToolName(name) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
tid := strings.TrimSpace(toolCallID)
|
||||||
|
if tid == "" {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
storedName := "eino_fs::" + strings.ToLower(name)
|
||||||
|
id := ag.BeginLocalToolExecution(storedName, map[string]interface{}{})
|
||||||
|
if id == "" {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
rec(id, tid)
|
||||||
|
if binder != nil {
|
||||||
|
binder.Bind(tid, id)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// recordEinoADKFilesystemToolMonitor 将 Eino ADK filesystem 中间件工具结果写入 MCP 监控(与 execute / MCP 桥芯片一致)。
|
// recordEinoADKFilesystemToolMonitor 将 Eino ADK filesystem 中间件工具结果写入 MCP 监控(与 execute / MCP 桥芯片一致)。
|
||||||
func recordEinoADKFilesystemToolMonitor(
|
func recordEinoADKFilesystemToolMonitor(
|
||||||
ag *agent.Agent,
|
ag *agent.Agent,
|
||||||
rec einomcp.ExecutionRecorder,
|
rec einomcp.ExecutionRecorder,
|
||||||
|
binder *MCPExecutionBinder,
|
||||||
toolName string,
|
toolName string,
|
||||||
toolCallID string,
|
toolCallID string,
|
||||||
msgs []adk.Message,
|
msgs []adk.Message,
|
||||||
@@ -94,8 +127,12 @@ func recordEinoADKFilesystemToolMonitor(
|
|||||||
invErr = errors.New(t)
|
invErr = errors.New(t)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
id := ag.RecordLocalToolExecution(storedName, args, resultText, invErr)
|
execID := ""
|
||||||
if id != "" {
|
if binder != nil {
|
||||||
|
execID = binder.ExecutionID(toolCallID)
|
||||||
|
}
|
||||||
|
id := ag.FinishLocalToolExecution(execID, storedName, args, resultText, invErr)
|
||||||
|
if id != "" && execID == "" {
|
||||||
rec(id, toolCallID)
|
rec(id, toolCallID)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ func RunEinoSingleChatModelAgent(
|
|||||||
}
|
}
|
||||||
|
|
||||||
toolInvokeNotify := einomcp.NewToolInvokeNotifyHolder()
|
toolInvokeNotify := einomcp.NewToolInvokeNotifyHolder()
|
||||||
einoExecMonitor := newEinoExecuteMonitorCallback(ag, recorder)
|
einoExecBegin, einoExecFinish := newEinoExecuteMonitorCallbacks(ag, recorder)
|
||||||
mainDefs := ag.ToolsForRole(roleTools)
|
mainDefs := ag.ToolsForRole(roleTools)
|
||||||
mainTools, err := einomcp.ToolsFromDefinitions(ag, holder, mainDefs, recorder, nil, toolInvokeNotify, einoSingleAgentName)
|
mainTools, err := einomcp.ToolsFromDefinitions(ag, holder, mainDefs, recorder, nil, toolInvokeNotify, einoSingleAgentName)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@@ -136,7 +136,7 @@ func RunEinoSingleChatModelAgent(
|
|||||||
}
|
}
|
||||||
if einoSkillMW != nil {
|
if einoSkillMW != nil {
|
||||||
if einoFSTools && einoLoc != nil {
|
if einoFSTools && einoLoc != nil {
|
||||||
fsMw, fsErr := subAgentFilesystemMiddleware(ctx, einoLoc, toolInvokeNotify, einoSingleAgentName, einoExecMonitor, agentToolTimeoutMinutes(appCfg), nil)
|
fsMw, fsErr := subAgentFilesystemMiddleware(ctx, einoLoc, toolInvokeNotify, einoSingleAgentName, einoExecBegin, einoExecFinish, agentToolTimeoutMinutes(appCfg), agentShellNoOutputTimeoutSeconds(appCfg), nil)
|
||||||
if fsErr != nil {
|
if fsErr != nil {
|
||||||
return nil, fmt.Errorf("eino single filesystem 中间件: %w", fsErr)
|
return nil, fmt.Errorf("eino single filesystem 中间件: %w", fsErr)
|
||||||
}
|
}
|
||||||
@@ -184,6 +184,7 @@ func RunEinoSingleChatModelAgent(
|
|||||||
Name: einoSingleAgentName,
|
Name: einoSingleAgentName,
|
||||||
Description: "Eino ADK ChatModelAgent with MCP tools for authorized security testing.",
|
Description: "Eino ADK ChatModelAgent with MCP tools for authorized security testing.",
|
||||||
Instruction: ins,
|
Instruction: ins,
|
||||||
|
GenModelInput: literalInstructionGenModelInput,
|
||||||
Model: mainModel,
|
Model: mainModel,
|
||||||
ToolsConfig: mainToolsCfg,
|
ToolsConfig: mainToolsCfg,
|
||||||
MaxIterations: maxIter,
|
MaxIterations: maxIter,
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import (
|
|||||||
|
|
||||||
"cyberstrike-ai/internal/config"
|
"cyberstrike-ai/internal/config"
|
||||||
"cyberstrike-ai/internal/einomcp"
|
"cyberstrike-ai/internal/einomcp"
|
||||||
|
"cyberstrike-ai/internal/security"
|
||||||
|
|
||||||
localbk "github.com/cloudwego/eino-ext/adk/backend/local"
|
localbk "github.com/cloudwego/eino-ext/adk/backend/local"
|
||||||
"github.com/cloudwego/eino/adk"
|
"github.com/cloudwego/eino/adk"
|
||||||
@@ -81,8 +82,10 @@ func subAgentFilesystemMiddleware(
|
|||||||
loc *localbk.Local,
|
loc *localbk.Local,
|
||||||
invokeNotify *einomcp.ToolInvokeNotifyHolder,
|
invokeNotify *einomcp.ToolInvokeNotifyHolder,
|
||||||
einoAgentName string,
|
einoAgentName string,
|
||||||
recordMonitor func(toolCallID, command, stdout string, success bool, invokeErr error),
|
beginMonitor func(toolCallID, command string) string,
|
||||||
|
finishMonitor func(executionID, toolCallID, command, stdout string, success bool, invokeErr error),
|
||||||
toolTimeoutMinutes int,
|
toolTimeoutMinutes int,
|
||||||
|
shellNoOutputTimeoutSec int,
|
||||||
outputChunk func(toolName, toolCallID, chunk string),
|
outputChunk func(toolName, toolCallID, chunk string),
|
||||||
) (adk.ChatModelAgentMiddleware, error) {
|
) (adk.ChatModelAgentMiddleware, error) {
|
||||||
if loc == nil {
|
if loc == nil {
|
||||||
@@ -91,12 +94,14 @@ func subAgentFilesystemMiddleware(
|
|||||||
return filesystem.New(ctx, &filesystem.MiddlewareConfig{
|
return filesystem.New(ctx, &filesystem.MiddlewareConfig{
|
||||||
Backend: loc,
|
Backend: loc,
|
||||||
StreamingShell: &einoStreamingShellWrap{
|
StreamingShell: &einoStreamingShellWrap{
|
||||||
inner: loc,
|
inner: security.NewEinoStreamingShell(),
|
||||||
invokeNotify: invokeNotify,
|
invokeNotify: invokeNotify,
|
||||||
einoAgentName: strings.TrimSpace(einoAgentName),
|
einoAgentName: strings.TrimSpace(einoAgentName),
|
||||||
outputChunk: outputChunk,
|
outputChunk: outputChunk,
|
||||||
recordMonitor: recordMonitor,
|
beginMonitor: beginMonitor,
|
||||||
toolTimeoutMinutes: toolTimeoutMinutes,
|
finishMonitor: finishMonitor,
|
||||||
|
toolTimeoutMinutes: toolTimeoutMinutes,
|
||||||
|
shellNoOutputTimeoutSec: shellNoOutputTimeoutSec,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -108,3 +113,18 @@ func agentToolTimeoutMinutes(cfg *config.Config) int {
|
|||||||
}
|
}
|
||||||
return cfg.Agent.ToolTimeoutMinutes
|
return cfg.Agent.ToolTimeoutMinutes
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// agentShellNoOutputTimeoutSeconds:0=默认 300s(5 分钟);-1=关闭;>0=自定义秒数。
|
||||||
|
func agentShellNoOutputTimeoutSeconds(cfg *config.Config) int {
|
||||||
|
if cfg == nil {
|
||||||
|
return 300
|
||||||
|
}
|
||||||
|
v := cfg.Agent.ShellNoOutputTimeoutSeconds
|
||||||
|
if v < 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
if v == 0 {
|
||||||
|
return 300
|
||||||
|
}
|
||||||
|
return v
|
||||||
|
}
|
||||||
|
|||||||
@@ -150,6 +150,7 @@ func newEinoSummarizationMiddleware(
|
|||||||
}
|
}
|
||||||
if appCfg != nil {
|
if appCfg != nil {
|
||||||
out = refreshFactIndexInMessages(out, db, projectID, appCfg.Project, logger)
|
out = refreshFactIndexInMessages(out, db, projectID, appCfg.Project, logger)
|
||||||
|
out = refreshUserVerbatimAnchorInMessages(out, db, conversationID, appCfg.MultiAgent.UserVerbatimAnchorMaxRunesEffective(), logger)
|
||||||
}
|
}
|
||||||
return out, nil
|
return out, nil
|
||||||
},
|
},
|
||||||
@@ -413,6 +414,36 @@ func writeSummarizationTranscript(path string, msgs []adk.Message) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// refreshUserVerbatimAnchorInMessages 压缩后从 messages 表刷新 system 中的用户原文锚点。
|
||||||
|
func refreshUserVerbatimAnchorInMessages(msgs []adk.Message, db *database.DB, conversationID string, maxRunes int, logger *zap.Logger) []adk.Message {
|
||||||
|
if maxRunes < 0 || db == nil {
|
||||||
|
return msgs
|
||||||
|
}
|
||||||
|
conversationID = strings.TrimSpace(conversationID)
|
||||||
|
if conversationID == "" {
|
||||||
|
return msgs
|
||||||
|
}
|
||||||
|
rows, err := db.GetMessages(conversationID)
|
||||||
|
if err != nil {
|
||||||
|
if logger != nil {
|
||||||
|
logger.Warn("summarization: 刷新用户原文锚点失败",
|
||||||
|
zap.String("conversationId", conversationID),
|
||||||
|
zap.Error(err),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
return msgs
|
||||||
|
}
|
||||||
|
block := project.BuildUserVerbatimAnchorBlockFromMessages(rows, maxRunes)
|
||||||
|
if block == "" {
|
||||||
|
return msgs
|
||||||
|
}
|
||||||
|
out := project.RefreshUserVerbatimAnchorInMessages(msgs, block)
|
||||||
|
if logger != nil {
|
||||||
|
logger.Info("summarization: 已刷新用户原文锚点", zap.String("conversationId", conversationID))
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
func einoSummarizationTokenCounter(openAIModel string) summarization.TokenCounterFunc {
|
func einoSummarizationTokenCounter(openAIModel string) summarization.TokenCounterFunc {
|
||||||
tc := agent.NewTikTokenCounter()
|
tc := agent.NewTikTokenCounter()
|
||||||
return func(ctx context.Context, input *summarization.TokenCounterInput) (int, error) {
|
return func(ctx context.Context, input *summarization.TokenCounterInput) (int, error) {
|
||||||
|
|||||||
@@ -409,9 +409,9 @@ func TestSanitizeSystemContentForTranscript_BestPractice(t *testing.T) {
|
|||||||
"需要写入请使用 upsert_project_fact。",
|
"需要写入请使用 upsert_project_fact。",
|
||||||
project.FactIndexSectionEndMarker,
|
project.FactIndexSectionEndMarker,
|
||||||
"",
|
"",
|
||||||
"# Skills System",
|
transcriptSkillsSystemMarker,
|
||||||
"**How to Use Skills**",
|
"**如何使用 Skill(技能)(渐进式展示):**",
|
||||||
"Remember: Skills make you more capable",
|
"记住:Skill 让你更加强大和稳定",
|
||||||
}, "\n")
|
}, "\n")
|
||||||
|
|
||||||
out := sanitizeSystemContentForTranscript(system)
|
out := sanitizeSystemContentForTranscript(system)
|
||||||
@@ -421,7 +421,7 @@ func TestSanitizeSystemContentForTranscript_BestPractice(t *testing.T) {
|
|||||||
if strings.Contains(out, "- nmap") || strings.Contains(out, "高强度扫描要求") {
|
if strings.Contains(out, "- nmap") || strings.Contains(out, "高强度扫描要求") {
|
||||||
t.Fatalf("static persona should be stripped: %q", out)
|
t.Fatalf("static persona should be stripped: %q", out)
|
||||||
}
|
}
|
||||||
if strings.Contains(out, "# Skills System") || strings.Contains(out, "How to Use Skills") {
|
if strings.Contains(out, transcriptSkillsSystemMarker) || strings.Contains(out, "如何使用 Skill") {
|
||||||
t.Fatalf("skills boilerplate should be stripped: %q", out)
|
t.Fatalf("skills boilerplate should be stripped: %q", out)
|
||||||
}
|
}
|
||||||
if !strings.Contains(out, transcriptStaticSystemOmitNote) {
|
if !strings.Contains(out, transcriptStaticSystemOmitNote) {
|
||||||
@@ -435,7 +435,7 @@ func TestSanitizeSystemContentForTranscript_BestPractice(t *testing.T) {
|
|||||||
func TestFormatSummarizationTranscript_OmitsBloatedSystem(t *testing.T) {
|
func TestFormatSummarizationTranscript_OmitsBloatedSystem(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
msgs := []adk.Message{
|
msgs := []adk.Message{
|
||||||
schema.SystemMessage("以下是当前会话绑定的工具名称索引\n- nmap\n\n你是CyberStrikeAI\n" + project.FactIndexSectionStartMarker + "\n## 项目黑板索引(project: p1, id: x)\n(暂无事实)\n" + project.FactIndexSectionEndMarker + "\n# Skills System\nboiler"),
|
schema.SystemMessage("以下是当前会话绑定的工具名称索引\n- nmap\n\n你是CyberStrikeAI\n" + project.FactIndexSectionStartMarker + "\n## 项目黑板索引(project: p1, id: x)\n(暂无事实)\n" + project.FactIndexSectionEndMarker + "\n" + transcriptSkillsSystemMarker + "\nboiler"),
|
||||||
schema.UserMessage("hello"),
|
schema.UserMessage("hello"),
|
||||||
schema.AssistantMessage("reply", nil),
|
schema.AssistantMessage("reply", nil),
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,9 @@ const (
|
|||||||
transcriptStaticSystemOmitNote = "[static system prompt omitted — unchanged in live context after compaction]"
|
transcriptStaticSystemOmitNote = "[static system prompt omitted — unchanged in live context after compaction]"
|
||||||
transcriptToolIndexStartMarker = "以下是当前会话绑定的工具名称索引"
|
transcriptToolIndexStartMarker = "以下是当前会话绑定的工具名称索引"
|
||||||
transcriptPersonaStartMarker = "你是CyberStrikeAI"
|
transcriptPersonaStartMarker = "你是CyberStrikeAI"
|
||||||
transcriptSkillsSystemMarker = "# Skills System"
|
// ADK LanguageChinese injects skill middleware prompt with this header (see eino adk/middlewares/skill/prompt.go).
|
||||||
|
transcriptSkillsSystemMarker = "# Skill 系统"
|
||||||
|
transcriptSkillsSystemMarkerEnglish = "# Skills System"
|
||||||
)
|
)
|
||||||
|
|
||||||
type transcriptToolCall struct {
|
type transcriptToolCall struct {
|
||||||
@@ -86,13 +88,23 @@ func stripToolNamesIndexFromSystem(s string) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func stripSkillsSystemBoilerplate(s string) string {
|
func stripSkillsSystemBoilerplate(s string) string {
|
||||||
idx := strings.Index(s, transcriptSkillsSystemMarker)
|
idx := indexFirstSubstring(s, transcriptSkillsSystemMarker, transcriptSkillsSystemMarkerEnglish)
|
||||||
if idx < 0 {
|
if idx < 0 {
|
||||||
return strings.TrimSpace(s)
|
return strings.TrimSpace(s)
|
||||||
}
|
}
|
||||||
return strings.TrimSpace(s[:idx])
|
return strings.TrimSpace(s[:idx])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func indexFirstSubstring(s string, markers ...string) int {
|
||||||
|
first := -1
|
||||||
|
for _, m := range markers {
|
||||||
|
if i := strings.Index(s, m); i >= 0 && (first < 0 || i < first) {
|
||||||
|
first = i
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return first
|
||||||
|
}
|
||||||
|
|
||||||
func extractProjectBlackboardSection(s string) string {
|
func extractProjectBlackboardSection(s string) string {
|
||||||
start := strings.Index(s, project.FactIndexSectionStartMarker)
|
start := strings.Index(s, project.FactIndexSectionStartMarker)
|
||||||
if start < 0 {
|
if start < 0 {
|
||||||
|
|||||||
@@ -46,6 +46,10 @@ func injectToolNamesOnlyInstruction(ctx context.Context, instruction string, too
|
|||||||
sb.WriteString("2) 调用具体工具前,请先确认该工具的参数要求(以当前请求中的工具定义为准);不确定时先澄清再调用。\n")
|
sb.WriteString("2) 调用具体工具前,请先确认该工具的参数要求(以当前请求中的工具定义为准);不确定时先澄清再调用。\n")
|
||||||
sb.WriteString("3) 不要臆造不存在的工具名。\n\n")
|
sb.WriteString("3) 不要臆造不存在的工具名。\n\n")
|
||||||
}
|
}
|
||||||
|
if s := strings.TrimSpace(injectShellToolGuidance("", names)); s != "" {
|
||||||
|
sb.WriteString(s)
|
||||||
|
sb.WriteString("\n\n")
|
||||||
|
}
|
||||||
if s := strings.TrimSpace(instruction); s != "" {
|
if s := strings.TrimSpace(instruction); s != "" {
|
||||||
sb.WriteString(s)
|
sb.WriteString(s)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ func (r *einoTransientRunRetrier) attempt() int { return r.attempts }
|
|||||||
|
|
||||||
func (r *einoTransientRunRetrier) maxAttempts() int { return r.policy.maxAttempts }
|
func (r *einoTransientRunRetrier) maxAttempts() int { return r.policy.maxAttempts }
|
||||||
|
|
||||||
// reset 在一次成功推进后清零重试计数,使后续临时错误从第 1 次退避重新开始。
|
// reset 在退避重试后成功推进(流/消息完整接收)时清零计数,使后续临时错误从第 1 次退避重新开始。
|
||||||
func (r *einoTransientRunRetrier) reset() { r.attempts = 0 }
|
func (r *einoTransientRunRetrier) reset() { r.attempts = 0 }
|
||||||
|
|
||||||
func einoRunRetryMaxAttempts(args *einoADKRunLoopArgs) int {
|
func einoRunRetryMaxAttempts(args *einoADKRunLoopArgs) int {
|
||||||
@@ -190,29 +190,26 @@ func einoMessagesForRunRestart(args *einoADKRunLoopArgs, baseMsgs, accumulated [
|
|||||||
return append([]adk.Message(nil), baseMsgs...), einoRestartContextInitial
|
return append([]adk.Message(nil), baseMsgs...), einoRestartContextInitial
|
||||||
}
|
}
|
||||||
|
|
||||||
// adkMessagesHasUserContent 从尾部向前查找,是否已有与 want 相同的 user 消息(避免重复 append)。
|
// adkMessagesHasUserContent reports whether the conversation tail is already a user turn
|
||||||
|
// with the given content. Only the last message counts: matching text in an earlier round
|
||||||
|
// (e.g. user repeats the same prompt after an assistant reply) must not suppress appending
|
||||||
|
// the new user turn — Claude 4.6+ rejects requests whose final message is assistant.
|
||||||
func adkMessagesHasUserContent(msgs []adk.Message, want string) bool {
|
func adkMessagesHasUserContent(msgs []adk.Message, want string) bool {
|
||||||
want = strings.TrimSpace(want)
|
want = strings.TrimSpace(want)
|
||||||
if want == "" {
|
if want == "" {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
for i := len(msgs) - 1; i >= 0; i-- {
|
if len(msgs) == 0 {
|
||||||
m := msgs[i]
|
return false
|
||||||
if m == nil {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if m.Role == schema.User {
|
|
||||||
return strings.TrimSpace(m.Content) == want
|
|
||||||
}
|
|
||||||
if m.Role == schema.Assistant || m.Role == schema.Tool {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
break
|
|
||||||
}
|
}
|
||||||
return false
|
last := msgs[len(msgs)-1]
|
||||||
|
if last == nil || last.Role != schema.User {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
return strings.TrimSpace(last.Content) == want
|
||||||
}
|
}
|
||||||
|
|
||||||
// appendUserMessageIfNeeded 在 history 轨迹之后追加本轮 user 消息(仅当轨迹中尚未包含该句)。
|
// appendUserMessageIfNeeded 在 history 轨迹之后追加本轮 user 消息(仅当尾部已是相同 user 句)。
|
||||||
func appendUserMessageIfNeeded(msgs []adk.Message, userMessage string) []adk.Message {
|
func appendUserMessageIfNeeded(msgs []adk.Message, userMessage string) []adk.Message {
|
||||||
if strings.TrimSpace(userMessage) == "" || adkMessagesHasUserContent(msgs, userMessage) {
|
if strings.TrimSpace(userMessage) == "" || adkMessagesHasUserContent(msgs, userMessage) {
|
||||||
return msgs
|
return msgs
|
||||||
|
|||||||
@@ -105,6 +105,32 @@ func TestEinoTransientRunRetrierReset(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestEinoTransientRunRetrierConsecutiveFailures(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
r := newEinoTransientRunRetrier(einoTransientRunRetryPolicy{maxAttempts: 10, maxBackoff: 30 * time.Second})
|
||||||
|
ctx := context.Background()
|
||||||
|
runErr := errors.New("internal server error")
|
||||||
|
args := &einoADKRunLoopArgs{}
|
||||||
|
base := []adk.Message{schema.UserMessage("hi")}
|
||||||
|
|
||||||
|
for want := 1; want <= 3; want++ {
|
||||||
|
restarted, _, _, _, err := r.tryRetry(ctx, runErr, args, base, nil, len(base))
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("tryRetry attempt %d: %v", want, err)
|
||||||
|
}
|
||||||
|
if !restarted {
|
||||||
|
t.Fatalf("tryRetry attempt %d: want restarted", want)
|
||||||
|
}
|
||||||
|
if got := r.attempt(); got != want {
|
||||||
|
t.Fatalf("after failure %d: attempt=%d, want %d", want, got, want)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
r.reset()
|
||||||
|
if r.attempt() != 0 {
|
||||||
|
t.Fatalf("after successful recovery reset: attempt=%d, want 0", r.attempt())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func TestAppendUserMessageIfNeeded(t *testing.T) {
|
func TestAppendUserMessageIfNeeded(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
msgs := []adk.Message{schema.UserMessage("old task")}
|
msgs := []adk.Message{schema.UserMessage("old task")}
|
||||||
@@ -117,3 +143,18 @@ func TestAppendUserMessageIfNeeded(t *testing.T) {
|
|||||||
t.Fatalf("should not duplicate user message: len=%d", len(dup))
|
t.Fatalf("should not duplicate user message: len=%d", len(dup))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestAppendUserMessageIfNeeded_repeatPromptAfterAssistant(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
msgs := []adk.Message{
|
||||||
|
schema.UserMessage("扫描 example.com"),
|
||||||
|
schema.AssistantMessage("开始扫描...", nil),
|
||||||
|
}
|
||||||
|
out := appendUserMessageIfNeeded(msgs, "扫描 example.com")
|
||||||
|
if len(out) != 3 {
|
||||||
|
t.Fatalf("should append new user turn after assistant reply: len=%d", len(out))
|
||||||
|
}
|
||||||
|
if out[2].Role != schema.User || out[2].Content != "扫描 example.com" {
|
||||||
|
t.Fatalf("tail should be repeated user prompt, got role=%s content=%q", out[2].Role, out[2].Content)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
// ExecuteExitError 表示 execute 命令非零退出(预期失败,非超时/中断/流异常)。
|
||||||
|
type ExecuteExitError struct {
|
||||||
|
Code int
|
||||||
|
}
|
||||||
|
|
||||||
|
func (e *ExecuteExitError) Error() string {
|
||||||
|
if e == nil {
|
||||||
|
return "exit status unknown"
|
||||||
|
}
|
||||||
|
return fmt.Sprintf("exit status %d", e.Code)
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk"
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
// literalInstructionGenModelInput passes Instruction through as a system message without
|
||||||
|
// FString template formatting. Eino defaultGenModelInput formats instruction whenever
|
||||||
|
// SessionValues exist; prompts with literal curly braces (project blackboard "{关系边: ...}",
|
||||||
|
// JSON examples, link syntax) then fail with "could not find key".
|
||||||
|
//
|
||||||
|
// Matches eino/adk/prebuilt/deep genModelInput — the supported fix per Eino docs.
|
||||||
|
func literalInstructionGenModelInput(ctx context.Context, instruction string, input *adk.AgentInput) ([]adk.Message, error) {
|
||||||
|
msgs := make([]adk.Message, 0, len(input.Messages)+1)
|
||||||
|
if instruction != "" {
|
||||||
|
msgs = append(msgs, schema.SystemMessage(instruction))
|
||||||
|
}
|
||||||
|
msgs = append(msgs, input.Messages...)
|
||||||
|
return msgs, nil
|
||||||
|
}
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk"
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestLiteralInstructionGenModelInput_PreservesLiteralCurlyBraces(t *testing.T) {
|
||||||
|
t.Parallel()
|
||||||
|
instruction := "- [finding/x] summary {关系边: discovered_on←target/dev}\n" +
|
||||||
|
"如 finding 上 {from:target/*, type:discovered_on}"
|
||||||
|
msgs, err := literalInstructionGenModelInput(context.Background(), instruction, &adk.AgentInput{
|
||||||
|
Messages: []adk.Message{schema.UserMessage("继续")},
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("unexpected error: %v", err)
|
||||||
|
}
|
||||||
|
if len(msgs) != 2 {
|
||||||
|
t.Fatalf("expected 2 messages, got %d", len(msgs))
|
||||||
|
}
|
||||||
|
if msgs[0].Role != schema.System {
|
||||||
|
t.Fatalf("first message must be system, got %s", msgs[0].Role)
|
||||||
|
}
|
||||||
|
for _, want := range []string{"{关系边:", "{from:target/*, type:discovered_on}"} {
|
||||||
|
if !strings.Contains(msgs[0].Content, want) {
|
||||||
|
t.Fatalf("system content missing %q: %q", want, msgs[0].Content)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,6 +6,7 @@ import (
|
|||||||
"cyberstrike-ai/internal/agents"
|
"cyberstrike-ai/internal/agents"
|
||||||
"cyberstrike-ai/internal/config"
|
"cyberstrike-ai/internal/config"
|
||||||
"cyberstrike-ai/internal/project"
|
"cyberstrike-ai/internal/project"
|
||||||
|
"cyberstrike-ai/internal/projectprompt"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DefaultPlanExecuteOrchestratorInstruction 当未配置 plan_execute 专用 Markdown / YAML 时的内置主代理(规划/重规划侧)提示。
|
// DefaultPlanExecuteOrchestratorInstruction 当未配置 plan_execute 专用 Markdown / YAML 时的内置主代理(规划/重规划侧)提示。
|
||||||
@@ -122,7 +123,9 @@ func DefaultPlanExecuteOrchestratorInstruction() string {
|
|||||||
|
|
||||||
## 表达
|
## 表达
|
||||||
|
|
||||||
在调用工具或给出计划变更前,用 2~5 句中文说明当前决策依据与期望证据形态;最终对用户交付结构化结论(发现摘要、证据、风险、下一步)。`
|
在调用工具或给出计划变更前,用 2~5 句中文说明当前决策依据与期望证据形态;最终对用户交付结构化结论(发现摘要、证据、风险、下一步)。
|
||||||
|
|
||||||
|
` + projectprompt.ShellExecExecuteGuidanceSection()
|
||||||
}
|
}
|
||||||
|
|
||||||
// DefaultSupervisorOrchestratorInstruction 当未配置 supervisor 专用 Markdown / YAML 时的内置监督者提示(transfer / exit 说明仍由运行时在末尾追加)。
|
// DefaultSupervisorOrchestratorInstruction 当未配置 supervisor 专用 Markdown / YAML 时的内置监督者提示(transfer / exit 说明仍由运行时在末尾追加)。
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ import (
|
|||||||
"cyberstrike-ai/internal/openai"
|
"cyberstrike-ai/internal/openai"
|
||||||
"cyberstrike-ai/internal/project"
|
"cyberstrike-ai/internal/project"
|
||||||
"cyberstrike-ai/internal/reasoning"
|
"cyberstrike-ai/internal/reasoning"
|
||||||
|
"cyberstrike-ai/internal/security"
|
||||||
|
|
||||||
einoopenai "github.com/cloudwego/eino-ext/components/model/openai"
|
einoopenai "github.com/cloudwego/eino-ext/components/model/openai"
|
||||||
"github.com/cloudwego/eino/adk"
|
"github.com/cloudwego/eino/adk"
|
||||||
@@ -120,7 +121,7 @@ func RunDeepAgent(
|
|||||||
mcpIDs = append(mcpIDs, id)
|
mcpIDs = append(mcpIDs, id)
|
||||||
mcpIDsMu.Unlock()
|
mcpIDsMu.Unlock()
|
||||||
}
|
}
|
||||||
einoExecMonitor := newEinoExecuteMonitorCallback(ag, recorder)
|
einoExecBegin, einoExecFinish := newEinoExecuteMonitorCallbacks(ag, recorder)
|
||||||
|
|
||||||
// 与单代理流式一致:在 response_start / response_delta 的 data 中带当前 mcpExecutionIds,供主聊天绑定复制与展示。
|
// 与单代理流式一致:在 response_start / response_delta 的 data 中带当前 mcpExecutionIds,供主聊天绑定复制与展示。
|
||||||
snapshotMCPIDs := func() []string {
|
snapshotMCPIDs := func() []string {
|
||||||
@@ -223,7 +224,7 @@ func RunDeepAgent(
|
|||||||
}
|
}
|
||||||
if einoSkillMW != nil {
|
if einoSkillMW != nil {
|
||||||
if einoFSTools && einoLoc != nil {
|
if einoFSTools && einoLoc != nil {
|
||||||
subFs, fsErr := subAgentFilesystemMiddleware(ctx, einoLoc, toolInvokeNotify, id, einoExecMonitor, agentToolTimeoutMinutes(appCfg), nil)
|
subFs, fsErr := subAgentFilesystemMiddleware(ctx, einoLoc, toolInvokeNotify, id, einoExecBegin, einoExecFinish, agentToolTimeoutMinutes(appCfg), agentShellNoOutputTimeoutSeconds(appCfg), nil)
|
||||||
if fsErr != nil {
|
if fsErr != nil {
|
||||||
return nil, fmt.Errorf("子代理 %q filesystem 中间件: %w", id, fsErr)
|
return nil, fmt.Errorf("子代理 %q filesystem 中间件: %w", id, fsErr)
|
||||||
}
|
}
|
||||||
@@ -253,10 +254,11 @@ func RunDeepAgent(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
sa, err := adk.NewChatModelAgent(ctx, &adk.ChatModelAgentConfig{
|
sa, err := adk.NewChatModelAgent(ctx, &adk.ChatModelAgentConfig{
|
||||||
Name: id,
|
Name: id,
|
||||||
Description: desc,
|
Description: desc,
|
||||||
Instruction: subInstrFinal,
|
Instruction: subInstrFinal,
|
||||||
Model: subModel,
|
GenModelInput: literalInstructionGenModelInput,
|
||||||
|
Model: subModel,
|
||||||
ToolsConfig: adk.ToolsConfig{
|
ToolsConfig: adk.ToolsConfig{
|
||||||
ToolsNodeConfig: compose.ToolsNodeConfig{
|
ToolsNodeConfig: compose.ToolsNodeConfig{
|
||||||
Tools: subToolsForCfg,
|
Tools: subToolsForCfg,
|
||||||
@@ -358,19 +360,28 @@ func RunDeepAgent(
|
|||||||
if einoLoc != nil && einoFSTools {
|
if einoLoc != nil && einoFSTools {
|
||||||
deepBackend = einoLoc
|
deepBackend = einoLoc
|
||||||
deepShell = &einoStreamingShellWrap{
|
deepShell = &einoStreamingShellWrap{
|
||||||
inner: einoLoc,
|
inner: security.NewEinoStreamingShell(),
|
||||||
invokeNotify: toolInvokeNotify,
|
invokeNotify: toolInvokeNotify,
|
||||||
einoAgentName: orchestratorName,
|
einoAgentName: orchestratorName,
|
||||||
outputChunk: nil,
|
outputChunk: nil,
|
||||||
recordMonitor: einoExecMonitor,
|
beginMonitor: einoExecBegin,
|
||||||
toolTimeoutMinutes: agentToolTimeoutMinutes(appCfg),
|
finishMonitor: einoExecFinish,
|
||||||
|
toolTimeoutMinutes: agentToolTimeoutMinutes(appCfg),
|
||||||
|
shellNoOutputTimeoutSec: agentShellNoOutputTimeoutSeconds(appCfg),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// noNestedTaskMiddleware 必须在最外层(最先拦截),防止 skill 或其他中间件内部触发 task 调用绕过检测。
|
// noNestedTaskMiddleware 必须在最外层(最先拦截),防止 skill 或其他中间件内部触发 task 调用绕过检测。
|
||||||
deepHandlers := []adk.ChatModelAgentMiddleware{newNoNestedTaskMiddleware()}
|
deepHandlers := []adk.ChatModelAgentMiddleware{newNoNestedTaskMiddleware()}
|
||||||
taskEnrichExtra := systemPromptExtra
|
var taskBlackboardSupplement string
|
||||||
if mw := newTaskContextEnrichMiddleware(userMessage, history, ma.SubAgentUserContextMaxRunes, taskEnrichExtra); mw != nil {
|
if appCfg.Project.Enabled && db != nil {
|
||||||
|
if pid := strings.TrimSpace(projectID); pid != "" {
|
||||||
|
if block, err := project.BuildFactIndexBlock(db, pid, appCfg.Project); err == nil {
|
||||||
|
taskBlackboardSupplement = strings.TrimSpace(block)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if mw := newTaskContextEnrichMiddleware(userMessage, history, ma.SubAgentUserContextMaxRunesEffective(), taskBlackboardSupplement); mw != nil {
|
||||||
deepHandlers = append(deepHandlers, mw)
|
deepHandlers = append(deepHandlers, mw)
|
||||||
}
|
}
|
||||||
if len(mainOrchestratorPre) > 0 {
|
if len(mainOrchestratorPre) > 0 {
|
||||||
@@ -428,7 +439,7 @@ func RunDeepAgent(
|
|||||||
// 构建 filesystem 中间件(与 Deep sub-agent 一致)
|
// 构建 filesystem 中间件(与 Deep sub-agent 一致)
|
||||||
var peFsMw adk.ChatModelAgentMiddleware
|
var peFsMw adk.ChatModelAgentMiddleware
|
||||||
if einoSkillMW != nil && einoFSTools && einoLoc != nil {
|
if einoSkillMW != nil && einoFSTools && einoLoc != nil {
|
||||||
peFsMw, err = subAgentFilesystemMiddleware(ctx, einoLoc, toolInvokeNotify, "executor", einoExecMonitor, agentToolTimeoutMinutes(appCfg), nil)
|
peFsMw, err = subAgentFilesystemMiddleware(ctx, einoLoc, toolInvokeNotify, "executor", einoExecBegin, einoExecFinish, agentToolTimeoutMinutes(appCfg), agentShellNoOutputTimeoutSeconds(appCfg), nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("plan_execute filesystem 中间件: %w", err)
|
return nil, fmt.Errorf("plan_execute filesystem 中间件: %w", err)
|
||||||
}
|
}
|
||||||
@@ -469,6 +480,7 @@ func RunDeepAgent(
|
|||||||
Name: orchestratorName,
|
Name: orchestratorName,
|
||||||
Description: orchDescription,
|
Description: orchDescription,
|
||||||
Instruction: supInstr,
|
Instruction: supInstr,
|
||||||
|
GenModelInput: literalInstructionGenModelInput,
|
||||||
Model: mainModel,
|
Model: mainModel,
|
||||||
ToolsConfig: mainToolsCfg,
|
ToolsConfig: mainToolsCfg,
|
||||||
MaxIterations: deepMaxIter,
|
MaxIterations: deepMaxIter,
|
||||||
|
|||||||
@@ -0,0 +1,33 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/projectprompt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func shellToolsPresent(toolNames []string) bool {
|
||||||
|
for _, n := range toolNames {
|
||||||
|
switch strings.ToLower(strings.TrimSpace(n)) {
|
||||||
|
case "exec", "execute":
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// injectShellToolGuidance 在系统提示末尾追加 exec/execute 分工(仅当工具列表含 exec 或 execute)。
|
||||||
|
func injectShellToolGuidance(instruction string, toolNames []string) string {
|
||||||
|
if !shellToolsPresent(toolNames) {
|
||||||
|
return instruction
|
||||||
|
}
|
||||||
|
block := strings.TrimSpace(projectprompt.ShellExecExecuteGuidanceSection())
|
||||||
|
if block == "" {
|
||||||
|
return instruction
|
||||||
|
}
|
||||||
|
s := strings.TrimSpace(instruction)
|
||||||
|
if s == "" {
|
||||||
|
return block
|
||||||
|
}
|
||||||
|
return s + "\n\n" + block
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
package multiagent
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestInjectShellToolGuidance(t *testing.T) {
|
||||||
|
got := injectShellToolGuidance("base", []string{"nmap"})
|
||||||
|
if got != "base" {
|
||||||
|
t.Fatalf("expected unchanged, got %q", got)
|
||||||
|
}
|
||||||
|
got = injectShellToolGuidance("base", []string{"exec", "nmap"})
|
||||||
|
if !strings.Contains(got, "exec/execute") || !strings.Contains(got, "base") {
|
||||||
|
t.Fatalf("expected shell guidance appended, got %q", got)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,6 +3,7 @@ package multiagent
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"cyberstrike-ai/internal/agent"
|
"cyberstrike-ai/internal/agent"
|
||||||
@@ -11,7 +12,7 @@ import (
|
|||||||
"github.com/cloudwego/eino/components/tool"
|
"github.com/cloudwego/eino/components/tool"
|
||||||
)
|
)
|
||||||
|
|
||||||
const defaultSubAgentUserContextMaxRunes = 2000
|
const userContextSupplementHeader = "\n\n## 用户历史输入(原文,子代理必读)\n"
|
||||||
|
|
||||||
// taskContextEnrichMiddleware intercepts "task" tool calls on the orchestrator
|
// taskContextEnrichMiddleware intercepts "task" tool calls on the orchestrator
|
||||||
// and appends the user's original conversation messages to the task description.
|
// and appends the user's original conversation messages to the task description.
|
||||||
@@ -30,13 +31,14 @@ type taskContextEnrichMiddleware struct {
|
|||||||
// newTaskContextEnrichMiddleware returns a middleware that enriches task
|
// newTaskContextEnrichMiddleware returns a middleware that enriches task
|
||||||
// descriptions with user conversation context. Returns nil if disabled
|
// descriptions with user conversation context. Returns nil if disabled
|
||||||
// (maxRunes < 0) or no user messages exist.
|
// (maxRunes < 0) or no user messages exist.
|
||||||
|
// projectBlackboard 仅传项目黑板索引块(BuildFactIndexBlock);勿传完整 systemPromptExtra。
|
||||||
func newTaskContextEnrichMiddleware(userMessage string, history []agent.ChatMessage, maxRunes int, projectBlackboard string) adk.ChatModelAgentMiddleware {
|
func newTaskContextEnrichMiddleware(userMessage string, history []agent.ChatMessage, maxRunes int, projectBlackboard string) adk.ChatModelAgentMiddleware {
|
||||||
supplement := buildUserContextSupplement(userMessage, history, maxRunes)
|
supplement := buildUserContextSupplement(userMessage, history, maxRunes)
|
||||||
if bb := strings.TrimSpace(projectBlackboard); bb != "" {
|
if bb := strings.TrimSpace(projectBlackboard); bb != "" {
|
||||||
if supplement != "" {
|
if supplement != "" {
|
||||||
supplement += "\n\n## 项目黑板索引\n" + bb
|
supplement += "\n\n" + bb
|
||||||
} else {
|
} else {
|
||||||
supplement = "\n\n## 项目黑板索引\n" + bb
|
supplement = "\n\n" + bb
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if supplement == "" {
|
if supplement == "" {
|
||||||
@@ -86,9 +88,6 @@ func buildUserContextSupplement(userMessage string, history []agent.ChatMessage,
|
|||||||
if maxRunes < 0 {
|
if maxRunes < 0 {
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
if maxRunes == 0 {
|
|
||||||
maxRunes = defaultSubAgentUserContextMaxRunes
|
|
||||||
}
|
|
||||||
|
|
||||||
var userMsgs []string
|
var userMsgs []string
|
||||||
for _, h := range history {
|
for _, h := range history {
|
||||||
@@ -107,12 +106,16 @@ func buildUserContextSupplement(userMessage string, history []agent.ChatMessage,
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
joined := strings.Join(userMsgs, "\n---\n")
|
lines := make([]string, 0, len(userMsgs))
|
||||||
if len([]rune(joined)) > maxRunes {
|
for i, msg := range userMsgs {
|
||||||
|
lines = append(lines, fmt.Sprintf("[第%d轮] %s", i+1, msg))
|
||||||
|
}
|
||||||
|
joined := strings.Join(lines, "\n")
|
||||||
|
if maxRunes > 0 && len([]rune(joined)) > maxRunes {
|
||||||
joined = truncateKeepFirstLast(userMsgs, maxRunes)
|
joined = truncateKeepFirstLast(userMsgs, maxRunes)
|
||||||
}
|
}
|
||||||
|
|
||||||
return "\n\n## 会话上下文(自动补充,确保你了解用户完整意图)\n" + joined
|
return userContextSupplementHeader + joined
|
||||||
}
|
}
|
||||||
|
|
||||||
// truncateKeepFirstLast keeps the first and last user messages, giving each
|
// truncateKeepFirstLast keeps the first and last user messages, giving each
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ func TestBuildUserContextSupplement_DisabledByNegative(t *testing.T) {
|
|||||||
func TestBuildUserContextSupplement_CustomMaxRunes(t *testing.T) {
|
func TestBuildUserContextSupplement_CustomMaxRunes(t *testing.T) {
|
||||||
msg := strings.Repeat("A", 200)
|
msg := strings.Repeat("A", 200)
|
||||||
result := buildUserContextSupplement(msg, nil, 50)
|
result := buildUserContextSupplement(msg, nil, 50)
|
||||||
header := "\n\n## 会话上下文(自动补充,确保你了解用户完整意图)\n"
|
header := userContextSupplementHeader
|
||||||
body := strings.TrimPrefix(result, header)
|
body := strings.TrimPrefix(result, header)
|
||||||
if len([]rune(body)) > 50 {
|
if len([]rune(body)) > 50 {
|
||||||
t.Errorf("body should be capped at 50 runes, got %d", len([]rune(body)))
|
t.Errorf("body should be capped at 50 runes, got %d", len([]rune(body)))
|
||||||
@@ -89,7 +89,7 @@ func TestBuildUserContextSupplement_TruncateKeepsFirstAndLast(t *testing.T) {
|
|||||||
history = append(history, agent.ChatMessage{Role: "user", Content: strings.Repeat("B", 500)})
|
history = append(history, agent.ChatMessage{Role: "user", Content: strings.Repeat("B", 500)})
|
||||||
}
|
}
|
||||||
last := "最后一条指令"
|
last := "最后一条指令"
|
||||||
result := buildUserContextSupplement(last, history, 0)
|
result := buildUserContextSupplement(last, history, 800)
|
||||||
if !strings.Contains(result, "http://target.com") {
|
if !strings.Contains(result, "http://target.com") {
|
||||||
t.Error("first message (target URL) should survive truncation")
|
t.Error("first message (target URL) should survive truncation")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,170 @@
|
|||||||
|
package project
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"strings"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/database"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk"
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
// UserVerbatimSectionHeading 用户原文锚点可读标题(块内保留,供 Agent 阅读)。
|
||||||
|
UserVerbatimSectionHeading = "## 用户历史输入(原文保留,勿省略或改写)"
|
||||||
|
|
||||||
|
// UserVerbatimSectionStartMarker / EndMarker:HTML 注释边界,供程序化替换;对模型无指令语义。
|
||||||
|
UserVerbatimSectionStartMarker = "<!-- user-verbatim-start -->"
|
||||||
|
UserVerbatimSectionEndMarker = "<!-- user-verbatim-end -->"
|
||||||
|
)
|
||||||
|
|
||||||
|
// ExtractUserContentsFromMessages 按时间顺序提取 user 角色消息的原文(跳过空白)。
|
||||||
|
func ExtractUserContentsFromMessages(msgs []database.Message) []string {
|
||||||
|
out := make([]string, 0, len(msgs))
|
||||||
|
for i := range msgs {
|
||||||
|
if !strings.EqualFold(strings.TrimSpace(msgs[i].Role), "user") {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
content := strings.TrimSpace(msgs[i].Content)
|
||||||
|
if content == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
out = append(out, content)
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
|
// BuildUserVerbatimAnchorBlockFromMessages 从 messages 表行构建用户原文锚点块。
|
||||||
|
// maxRunes: 0 = 不截断;>0 = 总 rune 上限(仍保留每一轮,仅对超长单条做尾部截断提示)。
|
||||||
|
func BuildUserVerbatimAnchorBlockFromMessages(msgs []database.Message, maxRunes int) string {
|
||||||
|
return BuildUserVerbatimAnchorBlock(ExtractUserContentsFromMessages(msgs), maxRunes)
|
||||||
|
}
|
||||||
|
|
||||||
|
// BuildUserVerbatimAnchorBlock 将各轮用户原文格式化为 system prompt 锚点块。
|
||||||
|
func BuildUserVerbatimAnchorBlock(userContents []string, maxRunes int) string {
|
||||||
|
if len(userContents) == 0 {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
lines := make([]string, 0, len(userContents))
|
||||||
|
for _, content := range userContents {
|
||||||
|
content = strings.TrimSpace(content)
|
||||||
|
if content == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
lines = append(lines, fmt.Sprintf("[第%d轮] %s", len(lines)+1, content))
|
||||||
|
}
|
||||||
|
if len(lines) == 0 {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
body := strings.Join(lines, "\n")
|
||||||
|
if maxRunes > 0 {
|
||||||
|
body = capUserVerbatimBody(body, maxRunes)
|
||||||
|
}
|
||||||
|
return wrapUserVerbatimBlock(UserVerbatimSectionHeading + "\n\n" + body)
|
||||||
|
}
|
||||||
|
|
||||||
|
func capUserVerbatimBody(body string, maxRunes int) string {
|
||||||
|
rs := []rune(body)
|
||||||
|
if len(rs) <= maxRunes {
|
||||||
|
return body
|
||||||
|
}
|
||||||
|
suffix := "\n\n...(用户原文锚点已达配置上限,更早轮次可能被截断;完整原文见 messages 表)..."
|
||||||
|
suffixRunes := []rune(suffix)
|
||||||
|
keep := maxRunes - len(suffixRunes)
|
||||||
|
if keep <= 0 {
|
||||||
|
return string(rs[:maxRunes])
|
||||||
|
}
|
||||||
|
return string(rs[:keep]) + suffix
|
||||||
|
}
|
||||||
|
|
||||||
|
func wrapUserVerbatimBlock(content string) string {
|
||||||
|
content = strings.TrimSpace(content)
|
||||||
|
if content == "" {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
return UserVerbatimSectionStartMarker + "\n" + content + "\n" + UserVerbatimSectionEndMarker + "\n"
|
||||||
|
}
|
||||||
|
|
||||||
|
// ReplaceUserVerbatimAnchorSection 用 freshBlock 替换 content 中已有的用户原文锚点段。
|
||||||
|
func ReplaceUserVerbatimAnchorSection(content, freshBlock string) (string, bool) {
|
||||||
|
content = strings.TrimSpace(content)
|
||||||
|
freshBlock = strings.TrimSpace(freshBlock)
|
||||||
|
if freshBlock == "" {
|
||||||
|
return content, false
|
||||||
|
}
|
||||||
|
start, ok := userVerbatimSectionStart(content)
|
||||||
|
if !ok {
|
||||||
|
return content, false
|
||||||
|
}
|
||||||
|
end, ok := userVerbatimSectionEnd(content, start)
|
||||||
|
if !ok {
|
||||||
|
return content, false
|
||||||
|
}
|
||||||
|
return strings.TrimSpace(content[:start] + freshBlock + content[end:]), true
|
||||||
|
}
|
||||||
|
|
||||||
|
func userVerbatimSectionStart(content string) (int, bool) {
|
||||||
|
idx := strings.Index(content, UserVerbatimSectionStartMarker)
|
||||||
|
if idx < 0 {
|
||||||
|
return 0, false
|
||||||
|
}
|
||||||
|
return idx, true
|
||||||
|
}
|
||||||
|
|
||||||
|
func userVerbatimSectionEnd(content string, start int) (int, bool) {
|
||||||
|
if start < 0 || start >= len(content) {
|
||||||
|
return 0, false
|
||||||
|
}
|
||||||
|
tail := content[start:]
|
||||||
|
idx := strings.LastIndex(tail, UserVerbatimSectionEndMarker)
|
||||||
|
if idx < 0 {
|
||||||
|
return 0, false
|
||||||
|
}
|
||||||
|
return start + idx + len(UserVerbatimSectionEndMarker), true
|
||||||
|
}
|
||||||
|
|
||||||
|
// RefreshUserVerbatimAnchorInMessages 在 summarization 等压缩后,用 freshBlock 刷新 system 中的用户原文锚点。
|
||||||
|
// 若尚无锚点段,则追加到首条 system 消息;若无 system 消息则在开头插入一条。
|
||||||
|
func RefreshUserVerbatimAnchorInMessages(msgs []adk.Message, freshBlock string) []adk.Message {
|
||||||
|
freshBlock = strings.TrimSpace(freshBlock)
|
||||||
|
if freshBlock == "" || len(msgs) == 0 {
|
||||||
|
return msgs
|
||||||
|
}
|
||||||
|
|
||||||
|
out := make([]adk.Message, len(msgs))
|
||||||
|
changed := false
|
||||||
|
for i, msg := range msgs {
|
||||||
|
if msg == nil || msg.Role != schema.System {
|
||||||
|
out[i] = msg
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
newContent, ok := ReplaceUserVerbatimAnchorSection(msg.Content, freshBlock)
|
||||||
|
if !ok {
|
||||||
|
out[i] = msg
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
cloned := *msg
|
||||||
|
cloned.Content = newContent
|
||||||
|
out[i] = &cloned
|
||||||
|
changed = true
|
||||||
|
}
|
||||||
|
|
||||||
|
if changed {
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
|
for i, msg := range msgs {
|
||||||
|
if msg == nil || msg.Role != schema.System {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
cloned := *msg
|
||||||
|
cloned.Content = AppendSystemPromptBlock(cloned.Content, freshBlock)
|
||||||
|
out[i] = &cloned
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
|
prefix := make([]adk.Message, 0, len(msgs)+1)
|
||||||
|
prefix = append(prefix, schema.SystemMessage(freshBlock))
|
||||||
|
return append(prefix, msgs...)
|
||||||
|
}
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
package project
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"cyberstrike-ai/internal/database"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk"
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestBuildUserVerbatimAnchorBlock_MultiTurn(t *testing.T) {
|
||||||
|
msgs := []database.Message{
|
||||||
|
{Role: "user", Content: "目标 https://a.com 仅测 /api"},
|
||||||
|
{Role: "assistant", Content: "好的"},
|
||||||
|
{Role: "user", Content: "用 admin:test 登录"},
|
||||||
|
}
|
||||||
|
block := BuildUserVerbatimAnchorBlockFromMessages(msgs, 0)
|
||||||
|
if block == "" {
|
||||||
|
t.Fatal("expected non-empty block")
|
||||||
|
}
|
||||||
|
if !strings.Contains(block, UserVerbatimSectionStartMarker) {
|
||||||
|
t.Error("missing start marker")
|
||||||
|
}
|
||||||
|
if !strings.Contains(block, "[第1轮]") || !strings.Contains(block, "https://a.com") {
|
||||||
|
t.Error("missing first user turn")
|
||||||
|
}
|
||||||
|
if !strings.Contains(block, "[第2轮]") || !strings.Contains(block, "admin:test") {
|
||||||
|
t.Error("missing second user turn")
|
||||||
|
}
|
||||||
|
if strings.Contains(block, "好的") {
|
||||||
|
t.Error("assistant content should not appear")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestReplaceUserVerbatimAnchorSection(t *testing.T) {
|
||||||
|
old := "prefix\n\n" + wrapUserVerbatimBlock("## old\n\n[第1轮] a") + "\nsuffix"
|
||||||
|
newBlock := wrapUserVerbatimBlock(UserVerbatimSectionHeading + "\n\n[第1轮] b\n[第2轮] c")
|
||||||
|
out, ok := ReplaceUserVerbatimAnchorSection(old, newBlock)
|
||||||
|
if !ok {
|
||||||
|
t.Fatal("expected replace ok")
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "[第2轮] c") {
|
||||||
|
t.Errorf("expected new block, got %q", out)
|
||||||
|
}
|
||||||
|
if !strings.HasPrefix(strings.TrimSpace(out), "prefix") {
|
||||||
|
t.Error("prefix should remain")
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "suffix") {
|
||||||
|
t.Error("suffix should remain")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRefreshUserVerbatimAnchorInMessages_ReplaceExisting(t *testing.T) {
|
||||||
|
oldBlock := wrapUserVerbatimBlock(UserVerbatimSectionHeading + "\n\n[第1轮] old")
|
||||||
|
msgs := []adk.Message{
|
||||||
|
schema.SystemMessage("instr\n\n" + oldBlock),
|
||||||
|
schema.UserMessage("hi"),
|
||||||
|
}
|
||||||
|
newBlock := wrapUserVerbatimBlock(UserVerbatimSectionHeading + "\n\n[第1轮] new")
|
||||||
|
out := RefreshUserVerbatimAnchorInMessages(msgs, newBlock)
|
||||||
|
if len(out) != 2 {
|
||||||
|
t.Fatalf("message count: got %d", len(out))
|
||||||
|
}
|
||||||
|
if !strings.Contains(out[0].Content, "[第1轮] new") {
|
||||||
|
t.Errorf("system content: %q", out[0].Content)
|
||||||
|
}
|
||||||
|
if strings.Contains(out[0].Content, "[第1轮] old") {
|
||||||
|
t.Error("old anchor should be replaced")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRefreshUserVerbatimAnchorInMessages_InsertWhenMissing(t *testing.T) {
|
||||||
|
msgs := []adk.Message{
|
||||||
|
schema.SystemMessage("base instruction"),
|
||||||
|
schema.UserMessage("hi"),
|
||||||
|
}
|
||||||
|
block := wrapUserVerbatimBlock(UserVerbatimSectionHeading + "\n\n[第1轮] anchor")
|
||||||
|
out := RefreshUserVerbatimAnchorInMessages(msgs, block)
|
||||||
|
if !strings.Contains(out[0].Content, "[第1轮] anchor") {
|
||||||
|
t.Errorf("expected appended anchor, got %q", out[0].Content)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestBuildUserVerbatimAnchorBlock_MaxRunes(t *testing.T) {
|
||||||
|
long := strings.Repeat("字", 200)
|
||||||
|
block := BuildUserVerbatimAnchorBlock([]string{long}, 50)
|
||||||
|
body := block
|
||||||
|
if idx := strings.Index(body, UserVerbatimSectionStartMarker); idx >= 0 {
|
||||||
|
body = strings.TrimPrefix(body[idx+len(UserVerbatimSectionStartMarker):], "\n")
|
||||||
|
}
|
||||||
|
if len([]rune(body)) > 120 {
|
||||||
|
t.Errorf("expected capped body, got %d runes", len([]rune(body)))
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
package project
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
"path/filepath"
|
||||||
|
"strings"
|
||||||
|
)
|
||||||
|
|
||||||
|
func sanitizeWorkspacePathSegment(s string) string {
|
||||||
|
s = strings.TrimSpace(s)
|
||||||
|
if s == "" {
|
||||||
|
return "default"
|
||||||
|
}
|
||||||
|
s = strings.ReplaceAll(s, string(filepath.Separator), "-")
|
||||||
|
s = strings.ReplaceAll(s, "/", "-")
|
||||||
|
s = strings.ReplaceAll(s, "\\", "-")
|
||||||
|
s = strings.ReplaceAll(s, "..", "__")
|
||||||
|
if len(s) > 180 {
|
||||||
|
s = s[:180]
|
||||||
|
}
|
||||||
|
return s
|
||||||
|
}
|
||||||
|
|
||||||
|
// WorkspaceRootDir returns the relative workspace root for downloads and local analysis.
|
||||||
|
// Project-bound sessions share projects/<id>/; otherwise conversations/<id>/.
|
||||||
|
func WorkspaceRootDir(configuredBase, projectID, conversationID string) string {
|
||||||
|
base := strings.TrimSpace(configuredBase)
|
||||||
|
if base == "" {
|
||||||
|
base = filepath.Join("tmp", "workspace")
|
||||||
|
}
|
||||||
|
if pid := strings.TrimSpace(projectID); pid != "" {
|
||||||
|
return filepath.Join(base, "projects", sanitizeWorkspacePathSegment(pid))
|
||||||
|
}
|
||||||
|
conv := strings.TrimSpace(conversationID)
|
||||||
|
if conv == "" {
|
||||||
|
conv = "default"
|
||||||
|
}
|
||||||
|
return filepath.Join(base, "conversations", sanitizeWorkspacePathSegment(conv))
|
||||||
|
}
|
||||||
|
|
||||||
|
// EnsureWorkspace creates the workspace directory and returns its absolute path.
|
||||||
|
func EnsureWorkspace(root string) (string, error) {
|
||||||
|
abs, err := filepath.Abs(strings.TrimSpace(root))
|
||||||
|
if err != nil {
|
||||||
|
return "", fmt.Errorf("workspace abs: %w", err)
|
||||||
|
}
|
||||||
|
if err := os.MkdirAll(abs, 0o755); err != nil {
|
||||||
|
return "", fmt.Errorf("workspace mkdir: %w", err)
|
||||||
|
}
|
||||||
|
return abs, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// BuildWorkspaceBlock instructs the agent to use the session workspace instead of /tmp.
|
||||||
|
func BuildWorkspaceBlock(absPath string) string {
|
||||||
|
absPath = strings.TrimSpace(absPath)
|
||||||
|
if absPath == "" {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
return fmt.Sprintf(`## 会话工作目录(下载与本地分析)
|
||||||
|
|
||||||
|
**必须使用以下目录**保存 curl/wget 下载的文件、临时 HTML/JS,以及 read_file/glob/grep 的检索范围:
|
||||||
|
`+"`%s`"+`
|
||||||
|
|
||||||
|
- **禁止**使用系统 `+"`/tmp`"+` 或其它全局临时目录(多项目/多会话会互窜遗留文件)。
|
||||||
|
- 下载示例:`+"`curl -o '%s/page.html' 'https://target/'`"+`;exec 时可将 `+"`workdir`"+` 设为该目录。
|
||||||
|
- 读取前用 glob/grep/read_file **限定在该目录**下搜索,勿在 `+"`/tmp`"+` 盲目检索。`, absPath, absPath)
|
||||||
|
}
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
package project
|
||||||
|
|
||||||
|
import (
|
||||||
|
"os"
|
||||||
|
"path/filepath"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestWorkspaceRootDirProjectScoped(t *testing.T) {
|
||||||
|
got := WorkspaceRootDir("", "proj-1", "conv-1")
|
||||||
|
want := filepath.Join("tmp", "workspace", "projects", "proj-1")
|
||||||
|
if got != want {
|
||||||
|
t.Fatalf("got %q want %q", got, want)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestWorkspaceRootDirConversationScoped(t *testing.T) {
|
||||||
|
got := WorkspaceRootDir("/data/ws", "", "conv-abc")
|
||||||
|
want := filepath.Join("/data/ws", "conversations", "conv-abc")
|
||||||
|
if got != want {
|
||||||
|
t.Fatalf("got %q want %q", got, want)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestEnsureWorkspaceCreatesDir(t *testing.T) {
|
||||||
|
root := filepath.Join(t.TempDir(), "nested", "workspace")
|
||||||
|
abs, err := EnsureWorkspace(root)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("EnsureWorkspace: %v", err)
|
||||||
|
}
|
||||||
|
st, err := os.Stat(abs)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("Stat: %v", err)
|
||||||
|
}
|
||||||
|
if !st.IsDir() {
|
||||||
|
t.Fatal("expected directory")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestBuildWorkspaceBlockMentionsPath(t *testing.T) {
|
||||||
|
block := BuildWorkspaceBlock("/opt/csai/tmp/workspace/projects/p1")
|
||||||
|
if block == "" {
|
||||||
|
t.Fatal("expected non-empty block")
|
||||||
|
}
|
||||||
|
if !strings.Contains(block, "/opt/csai/tmp/workspace/projects/p1") {
|
||||||
|
t.Fatalf("block missing path: %s", block)
|
||||||
|
}
|
||||||
|
if !strings.Contains(block, "/tmp") {
|
||||||
|
t.Fatalf("block should warn about /tmp: %s", block)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
package projectprompt
|
||||||
|
|
||||||
|
// ShellExecExecuteGuidanceSection 供单代理/多代理系统提示追加:exec 与 execute 分工(尽量短)。
|
||||||
|
func ShellExecExecuteGuidanceSection() string {
|
||||||
|
return `Shell(exec/execute):有专用 MCP 工具时优先专用工具;系统命令(管道、workdir、后台 &)用 exec;skills/ 内脚本(配合 read_file、skill)用 execute;多步扫描分拆调用,禁止一条 shell 串多个扫描器。下载/临时文件须写入系统提示中的「会话工作目录」,禁止用 /tmp。`
|
||||||
|
}
|
||||||
|
|
||||||
|
// ShellExecExecuteGuidanceReconSuffix 侦察子代理可选追加(一行)。
|
||||||
|
func ShellExecExecuteGuidanceReconSuffix() string {
|
||||||
|
return `枚举优先 subfinder、amass 等专用 MCP,勿 exec/execute 拼长链。`
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"os/exec"
|
||||||
|
"strings"
|
||||||
|
)
|
||||||
|
|
||||||
|
// FormatCommandFailureResult 与 exec 工具 ToolResult 文案一致(不含 ToolErrorPrefix)。
|
||||||
|
func FormatCommandFailureResult(exitCode int, output string) string {
|
||||||
|
output = strings.TrimSpace(output)
|
||||||
|
errMsg := fmt.Sprintf("exit status %d", exitCode)
|
||||||
|
if output == "" {
|
||||||
|
return fmt.Sprintf("命令执行失败: %s", errMsg)
|
||||||
|
}
|
||||||
|
if strings.HasPrefix(output, "命令执行失败:") {
|
||||||
|
return output
|
||||||
|
}
|
||||||
|
return fmt.Sprintf("命令执行失败: %s\n输出: %s", errMsg, output)
|
||||||
|
}
|
||||||
|
|
||||||
|
// FormatCommandFailureFromErr 根据 exec/execute 返回的 error 生成统一失败文案(IsError 正文)。
|
||||||
|
func FormatCommandFailureFromErr(err error, output string) string {
|
||||||
|
if err == nil {
|
||||||
|
return strings.TrimSpace(output)
|
||||||
|
}
|
||||||
|
var exitError *exec.ExitError
|
||||||
|
if errors.As(err, &exitError) {
|
||||||
|
return FormatCommandFailureResult(exitError.ExitCode(), output)
|
||||||
|
}
|
||||||
|
output = strings.TrimSpace(output)
|
||||||
|
if output == "" {
|
||||||
|
return fmt.Sprintf("命令执行失败: %v", err)
|
||||||
|
}
|
||||||
|
if strings.HasPrefix(output, "命令执行失败:") {
|
||||||
|
return output
|
||||||
|
}
|
||||||
|
return fmt.Sprintf("命令执行失败: %v\n输出: %s", err, output)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ExecuteFailureStatusLine 流式 execute 结束时追加的单行状态(输出正文已在流中推送过)。
|
||||||
|
func ExecuteFailureStatusLine(exitCode int) string {
|
||||||
|
return fmt.Sprintf("\n命令执行失败: exit status %d", exitCode)
|
||||||
|
}
|
||||||
|
|
||||||
|
// IsCommandFailureResult 判断工具结果正文是否表示命令非零退出(用于 execute / exec 对齐 isError)。
|
||||||
|
func IsCommandFailureResult(content string) bool {
|
||||||
|
return strings.Contains(content, "命令执行失败:")
|
||||||
|
}
|
||||||
|
|
||||||
|
// IsLegacyShellExitNoise 过滤旧版 shell 流中冗余的 exit code 行。
|
||||||
|
func IsLegacyShellExitNoise(s string) bool {
|
||||||
|
trimmed := strings.TrimSpace(s)
|
||||||
|
return strings.HasPrefix(trimmed, "command exited with non-zero code ")
|
||||||
|
}
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"errors"
|
||||||
|
"os/exec"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestFormatCommandFailureResult(t *testing.T) {
|
||||||
|
got := FormatCommandFailureResult(1, "sudo: password required")
|
||||||
|
want := "命令执行失败: exit status 1\n输出: sudo: password required"
|
||||||
|
if got != want {
|
||||||
|
t.Fatalf("got %q want %q", got, want)
|
||||||
|
}
|
||||||
|
if FormatCommandFailureResult(2, "") != "命令执行失败: exit status 2" {
|
||||||
|
t.Fatal("empty output format")
|
||||||
|
}
|
||||||
|
if FormatCommandFailureResult(1, "命令执行失败: exit status 1") != "命令执行失败: exit status 1" {
|
||||||
|
t.Fatal("should not double-wrap")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestIsCommandFailureResult(t *testing.T) {
|
||||||
|
if !IsCommandFailureResult("sudo: err\n命令执行失败: exit status 1") {
|
||||||
|
t.Fatal("expected true")
|
||||||
|
}
|
||||||
|
if IsCommandFailureResult("sudo: err only") {
|
||||||
|
t.Fatal("expected false")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestFormatCommandFailureFromErr(t *testing.T) {
|
||||||
|
cmd := exec.Command("sh", "-c", "exit 42")
|
||||||
|
err := cmd.Run()
|
||||||
|
got := FormatCommandFailureFromErr(err, "oops")
|
||||||
|
if got != "命令执行失败: exit status 42\n输出: oops" {
|
||||||
|
t.Fatalf("got %q", got)
|
||||||
|
}
|
||||||
|
timeoutErr := errors.New("shell inactivity timeout (300s)")
|
||||||
|
got2 := FormatCommandFailureFromErr(timeoutErr, "already timed out")
|
||||||
|
if !strings.Contains(got2, "shell inactivity timeout") || !strings.Contains(got2, "already timed out") {
|
||||||
|
t.Fatalf("got %q", got2)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestIsLegacyShellExitNoise(t *testing.T) {
|
||||||
|
if !IsLegacyShellExitNoise("command exited with non-zero code 1\n") {
|
||||||
|
t.Fatal("expected legacy noise")
|
||||||
|
}
|
||||||
|
if IsLegacyShellExitNoise("sudo: failed") {
|
||||||
|
t.Fatal("unexpected noise")
|
||||||
|
}
|
||||||
|
}
|
||||||
+139
-110
@@ -32,10 +32,11 @@ var ToolOutputCallbackCtxKey = toolOutputCallbackCtxKey{}
|
|||||||
|
|
||||||
// Executor 安全工具执行器
|
// Executor 安全工具执行器
|
||||||
type Executor struct {
|
type Executor struct {
|
||||||
config *config.SecurityConfig
|
config *config.SecurityConfig
|
||||||
toolIndex map[string]*config.ToolConfig // 工具索引,用于 O(1) 查找
|
toolIndex map[string]*config.ToolConfig // 工具索引,用于 O(1) 查找
|
||||||
mcpServer *mcp.Server
|
mcpServer *mcp.Server
|
||||||
logger *zap.Logger
|
logger *zap.Logger
|
||||||
|
shellNoOutputTimeoutSec int // execute/exec 无新输出空闲秒数;0=默认 300;-1=关闭(见 SetShellNoOutputTimeoutSeconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewExecutor 创建新的执行器
|
// NewExecutor 创建新的执行器
|
||||||
@@ -51,6 +52,11 @@ func NewExecutor(cfg *config.SecurityConfig, mcpServer *mcp.Server, logger *zap.
|
|||||||
return executor
|
return executor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SetShellNoOutputTimeoutSeconds 配置 exec 工具无输出空闲终止(与 agent.shell_no_output_timeout_seconds 一致)。
|
||||||
|
func (e *Executor) SetShellNoOutputTimeoutSeconds(sec int) {
|
||||||
|
e.shellNoOutputTimeoutSec = sec
|
||||||
|
}
|
||||||
|
|
||||||
// buildToolIndex 构建工具索引,将 O(n) 查找优化为 O(1)
|
// buildToolIndex 构建工具索引,将 O(n) 查找优化为 O(1)
|
||||||
func (e *Executor) buildToolIndex() {
|
func (e *Executor) buildToolIndex() {
|
||||||
e.toolIndex = make(map[string]*config.ToolConfig)
|
e.toolIndex = make(map[string]*config.ToolConfig)
|
||||||
@@ -133,6 +139,7 @@ func (e *Executor) ExecuteTool(ctx context.Context, toolName string, args map[st
|
|||||||
// 执行命令
|
// 执行命令
|
||||||
cmd := exec.CommandContext(ctx, toolConfig.Command, cmdArgs...)
|
cmd := exec.CommandContext(ctx, toolConfig.Command, cmdArgs...)
|
||||||
applyDefaultTerminalEnv(cmd)
|
applyDefaultTerminalEnv(cmd)
|
||||||
|
attachNonInteractiveStdin(cmd)
|
||||||
_ = prepareShellCmdSession(cmd)
|
_ = prepareShellCmdSession(cmd)
|
||||||
|
|
||||||
e.logger.Info("执行安全工具",
|
e.logger.Info("执行安全工具",
|
||||||
@@ -144,7 +151,7 @@ func (e *Executor) ExecuteTool(ctx context.Context, toolName string, args map[st
|
|||||||
var err error
|
var err error
|
||||||
// 如果上层提供了 stdout/stderr 增量回调,则边执行边读取并回调。
|
// 如果上层提供了 stdout/stderr 增量回调,则边执行边读取并回调。
|
||||||
if cb, ok := ctx.Value(ToolOutputCallbackCtxKey).(ToolOutputCallback); ok && cb != nil {
|
if cb, ok := ctx.Value(ToolOutputCallbackCtxKey).(ToolOutputCallback); ok && cb != nil {
|
||||||
output, err = streamCommandOutput(ctx, cmd, cb)
|
output, err = streamCommandOutput(ctx, cmd, cb, ResolveShellNoOutputTimeoutSeconds(e.shellNoOutputTimeoutSec))
|
||||||
if err != nil && shouldRetryWithPTY(output) {
|
if err != nil && shouldRetryWithPTY(output) {
|
||||||
e.logger.Info("检测到工具需要 TTY,使用 PTY 重试",
|
e.logger.Info("检测到工具需要 TTY,使用 PTY 重试",
|
||||||
zap.String("tool", toolName),
|
zap.String("tool", toolName),
|
||||||
@@ -155,9 +162,8 @@ func (e *Executor) ExecuteTool(ctx context.Context, toolName string, args map[st
|
|||||||
output, err = runCommandWithPTY(ctx, cmd2, cb)
|
output, err = runCommandWithPTY(ctx, cmd2, cb)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
outputBytes, err2 := cmd.CombinedOutput()
|
// 非流式:内存缓冲 + ctx 取消杀进程组;行为对齐原 CombinedOutput,避免双流管道 fan-in 死锁。
|
||||||
output = string(outputBytes)
|
output, err = combinedOutputCancellable(ctx, cmd)
|
||||||
err = err2
|
|
||||||
if err != nil && shouldRetryWithPTY(output) {
|
if err != nil && shouldRetryWithPTY(output) {
|
||||||
e.logger.Info("检测到工具需要 TTY,使用 PTY 重试",
|
e.logger.Info("检测到工具需要 TTY,使用 PTY 重试",
|
||||||
zap.String("tool", toolName),
|
zap.String("tool", toolName),
|
||||||
@@ -685,83 +691,21 @@ func (e *Executor) formatParamValue(param config.ParameterConfig, value interfac
|
|||||||
// IsBackgroundShellCommand 检测命令是否为完全后台命令(末尾有独立 &,且不在引号内)。
|
// IsBackgroundShellCommand 检测命令是否为完全后台命令(末尾有独立 &,且不在引号内)。
|
||||||
// command1 & command2 不算完全后台(command2 仍在前台执行)。
|
// command1 & command2 不算完全后台(command2 仍在前台执行)。
|
||||||
func IsBackgroundShellCommand(command string) bool {
|
func IsBackgroundShellCommand(command string) bool {
|
||||||
// 移除首尾空格
|
|
||||||
command = strings.TrimSpace(command)
|
command = strings.TrimSpace(command)
|
||||||
if command == "" {
|
if command == "" {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
positions := findStandaloneAmpersandPositions(command)
|
||||||
// 检查命令中所有不在引号内的 & 符号
|
if len(positions) == 0 {
|
||||||
// 找到最后一个 & 符号,检查它是否在命令末尾
|
|
||||||
inSingleQuote := false
|
|
||||||
inDoubleQuote := false
|
|
||||||
escaped := false
|
|
||||||
lastAmpersandPos := -1
|
|
||||||
|
|
||||||
for i, r := range command {
|
|
||||||
if escaped {
|
|
||||||
escaped = false
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if r == '\\' {
|
|
||||||
escaped = true
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if r == '\'' && !inDoubleQuote {
|
|
||||||
inSingleQuote = !inSingleQuote
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if r == '"' && !inSingleQuote {
|
|
||||||
inDoubleQuote = !inDoubleQuote
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if r == '&' && !inSingleQuote && !inDoubleQuote {
|
|
||||||
// 检查 & 前后是否有空格或换行(确保是独立的 &,而不是变量名的一部分)
|
|
||||||
isStandalone := false
|
|
||||||
|
|
||||||
// 检查前面:空格、制表符、换行符,或者是命令开头
|
|
||||||
if i == 0 {
|
|
||||||
isStandalone = true
|
|
||||||
} else {
|
|
||||||
prev := command[i-1]
|
|
||||||
if prev == ' ' || prev == '\t' || prev == '\n' || prev == '\r' {
|
|
||||||
isStandalone = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 检查后面:空格、制表符、换行符,或者是命令末尾
|
|
||||||
if isStandalone {
|
|
||||||
if i == len(command)-1 {
|
|
||||||
// 在末尾,肯定是独立的 &
|
|
||||||
lastAmpersandPos = i
|
|
||||||
} else {
|
|
||||||
next := command[i+1]
|
|
||||||
if next == ' ' || next == '\t' || next == '\n' || next == '\r' {
|
|
||||||
// 后面有空格,是独立的 &
|
|
||||||
lastAmpersandPos = i
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// 如果没有找到 & 符号,不是后台命令
|
|
||||||
if lastAmpersandPos == -1 {
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
last := positions[len(positions)-1]
|
||||||
// 检查最后一个 & 后面是否还有非空内容
|
afterAmpersand := strings.TrimSpace(command[last+1:])
|
||||||
afterAmpersand := strings.TrimSpace(command[lastAmpersandPos+1:])
|
if afterAmpersand != "" {
|
||||||
if afterAmpersand == "" {
|
return false
|
||||||
// & 在末尾或后面只有空白字符,这是完全后台命令
|
|
||||||
// 检查 & 前面是否有内容
|
|
||||||
beforeAmpersand := strings.TrimSpace(command[:lastAmpersandPos])
|
|
||||||
return beforeAmpersand != ""
|
|
||||||
}
|
}
|
||||||
|
beforeAmpersand := strings.TrimSpace(command[:last])
|
||||||
// 如果 & 后面还有非空内容,说明是 command1 & command2 的情况
|
return beforeAmpersand != ""
|
||||||
// 这种情况下,command2会在前台执行,所以不算完全后台命令
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// executeSystemCommand 执行系统命令
|
// executeSystemCommand 执行系统命令
|
||||||
@@ -797,6 +741,8 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
zap.String("command", command),
|
zap.String("command", command),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
command = PrepareShellCommandForExecute(command)
|
||||||
|
|
||||||
// 获取shell类型(可选,默认为sh)
|
// 获取shell类型(可选,默认为sh)
|
||||||
shell := "sh"
|
shell := "sh"
|
||||||
if s, ok := args["shell"].(string); ok && s != "" {
|
if s, ok := args["shell"].(string); ok && s != "" {
|
||||||
@@ -820,8 +766,7 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
} else {
|
} else {
|
||||||
cmd = exec.CommandContext(ctx, shell, "-c", command)
|
cmd = exec.CommandContext(ctx, shell, "-c", command)
|
||||||
}
|
}
|
||||||
applyDefaultTerminalEnv(cmd)
|
ConfigureShellCmdForAgentExecute(cmd)
|
||||||
_ = prepareShellCmdSession(cmd)
|
|
||||||
|
|
||||||
// 执行命令
|
// 执行命令
|
||||||
e.logger.Info("执行系统命令",
|
e.logger.Info("执行系统命令",
|
||||||
@@ -837,10 +782,8 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
commandWithoutAmpersand := strings.TrimSuffix(strings.TrimSpace(command), "&")
|
commandWithoutAmpersand := strings.TrimSuffix(strings.TrimSpace(command), "&")
|
||||||
commandWithoutAmpersand = strings.TrimSpace(commandWithoutAmpersand)
|
commandWithoutAmpersand = strings.TrimSpace(commandWithoutAmpersand)
|
||||||
|
|
||||||
// 构建新命令:将用户命令置于独立重定向的后台作业,再 echo $pid。
|
// 构建新命令:后台作业重定向标准流后 echo $pid(与 RedirectBackgroundJobStdio 一致)。
|
||||||
// 若子进程与 echo 共享同一 stdout 管道,且长时间不向 stdout 写入换行,
|
pidCommand := RedirectBackgroundJobStdio(commandWithoutAmpersand+" &") + " pid=$!; echo $pid"
|
||||||
// bufio.ReadString('\n') 会永久阻塞(例如 beacon 持续写二进制/单行日志)。
|
|
||||||
pidCommand := fmt.Sprintf("%s </dev/null >/dev/null 2>&1 & pid=$!; echo $pid", commandWithoutAmpersand)
|
|
||||||
|
|
||||||
// 创建新命令来获取PID
|
// 创建新命令来获取PID
|
||||||
var pidCmd *exec.Cmd
|
var pidCmd *exec.Cmd
|
||||||
@@ -850,8 +793,7 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
} else {
|
} else {
|
||||||
pidCmd = exec.CommandContext(ctx, shell, "-c", pidCommand)
|
pidCmd = exec.CommandContext(ctx, shell, "-c", pidCommand)
|
||||||
}
|
}
|
||||||
applyDefaultTerminalEnv(pidCmd)
|
ConfigureShellCmdForAgentExecute(pidCmd)
|
||||||
_ = prepareShellCmdSession(pidCmd)
|
|
||||||
|
|
||||||
// 获取stdout管道
|
// 获取stdout管道
|
||||||
stdout, err := pidCmd.StdoutPipe()
|
stdout, err := pidCmd.StdoutPipe()
|
||||||
@@ -963,29 +905,25 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
var err error
|
var err error
|
||||||
// 若上层提供工具输出增量回调,则边执行边流式读取。
|
// 若上层提供工具输出增量回调,则边执行边流式读取。
|
||||||
if cb, ok := ctx.Value(ToolOutputCallbackCtxKey).(ToolOutputCallback); ok && cb != nil {
|
if cb, ok := ctx.Value(ToolOutputCallbackCtxKey).(ToolOutputCallback); ok && cb != nil {
|
||||||
output, err = streamCommandOutput(ctx, cmd, cb)
|
output, err = streamCommandOutput(ctx, cmd, cb, ResolveShellNoOutputTimeoutSeconds(e.shellNoOutputTimeoutSec))
|
||||||
if err != nil && shouldRetryWithPTY(output) {
|
if err != nil && shouldRetryWithPTY(output) {
|
||||||
e.logger.Info("检测到系统命令需要 TTY,使用 PTY 重试")
|
e.logger.Info("检测到系统命令需要 TTY,使用 PTY 重试")
|
||||||
cmd2 := exec.CommandContext(ctx, shell, "-c", command)
|
cmd2 := exec.CommandContext(ctx, shell, "-c", command)
|
||||||
if workDir != "" {
|
if workDir != "" {
|
||||||
cmd2.Dir = workDir
|
cmd2.Dir = workDir
|
||||||
}
|
}
|
||||||
applyDefaultTerminalEnv(cmd2)
|
ConfigureShellCmdForAgentExecute(cmd2)
|
||||||
_ = prepareShellCmdSession(cmd2)
|
|
||||||
output, err = runCommandWithPTY(ctx, cmd2, cb)
|
output, err = runCommandWithPTY(ctx, cmd2, cb)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
outputBytes, err2 := cmd.CombinedOutput()
|
output, err = combinedOutputCancellable(ctx, cmd)
|
||||||
output = string(outputBytes)
|
|
||||||
err = err2
|
|
||||||
if err != nil && shouldRetryWithPTY(output) {
|
if err != nil && shouldRetryWithPTY(output) {
|
||||||
e.logger.Info("检测到系统命令需要 TTY,使用 PTY 重试")
|
e.logger.Info("检测到系统命令需要 TTY,使用 PTY 重试")
|
||||||
cmd2 := exec.CommandContext(ctx, shell, "-c", command)
|
cmd2 := exec.CommandContext(ctx, shell, "-c", command)
|
||||||
if workDir != "" {
|
if workDir != "" {
|
||||||
cmd2.Dir = workDir
|
cmd2.Dir = workDir
|
||||||
}
|
}
|
||||||
applyDefaultTerminalEnv(cmd2)
|
ConfigureShellCmdForAgentExecute(cmd2)
|
||||||
_ = prepareShellCmdSession(cmd2)
|
|
||||||
output, err = runCommandWithPTY(ctx, cmd2, nil)
|
output, err = runCommandWithPTY(ctx, cmd2, nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -999,7 +937,7 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
Content: []mcp.Content{
|
Content: []mcp.Content{
|
||||||
{
|
{
|
||||||
Type: "text",
|
Type: "text",
|
||||||
Text: fmt.Sprintf("命令执行失败: %v\n输出: %s", err, string(output)),
|
Text: FormatCommandFailureFromErr(err, output),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
IsError: true,
|
IsError: true,
|
||||||
@@ -1022,12 +960,58 @@ func (e *Executor) executeSystemCommand(ctx context.Context, args map[string]int
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// streamCommandOutput 以“边读边回调”的方式读取命令 stdout/stderr。
|
// combinedOutputCancellable 行为对齐 cmd.CombinedOutput(stdout/stderr 写入内存缓冲),
|
||||||
// 使用定长块读取,避免按行读取在无换行输出时永久阻塞;ctx 取消时终止进程树。
|
// 但在 ctx 取消时 terminateCmdTree 终止整棵进程树。
|
||||||
func streamCommandOutput(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallback) (string, error) {
|
// 非流式路径不使用双流管道 fan-in,避免 stderr 撑满管道缓冲区时与 stdout 互相阻塞导致死锁。
|
||||||
if err := prepareShellCmdSession(cmd); err != nil {
|
// 无输出空闲检测由上层 agent.tool_timeout_minutes 兜底,不改变原 CombinedOutput 语义。
|
||||||
|
func combinedOutputCancellable(ctx context.Context, cmd *exec.Cmd) (string, error) {
|
||||||
|
var stdoutBuf, stderrBuf strings.Builder
|
||||||
|
cmd.Stdout = &stdoutBuf
|
||||||
|
cmd.Stderr = &stderrBuf
|
||||||
|
|
||||||
|
session, err := StartShellSession(cmd)
|
||||||
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
done := make(chan error, 1)
|
||||||
|
go func() {
|
||||||
|
done <- session.Wait()
|
||||||
|
}()
|
||||||
|
|
||||||
|
stopWatch := make(chan struct{})
|
||||||
|
go func() {
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
|
case <-stopWatch:
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
defer close(stopWatch)
|
||||||
|
|
||||||
|
var waitErr error
|
||||||
|
select {
|
||||||
|
case waitErr = <-done:
|
||||||
|
case <-ctx.Done():
|
||||||
|
waitErr = <-done
|
||||||
|
return joinCommandOutput(stdoutBuf.String(), stderrBuf.String()), ctx.Err()
|
||||||
|
}
|
||||||
|
return joinCommandOutput(stdoutBuf.String(), stderrBuf.String()), waitErr
|
||||||
|
}
|
||||||
|
|
||||||
|
func joinCommandOutput(stdout, stderr string) string {
|
||||||
|
if stderr == "" {
|
||||||
|
return stdout
|
||||||
|
}
|
||||||
|
if stdout == "" {
|
||||||
|
return stderr
|
||||||
|
}
|
||||||
|
return stdout + stderr
|
||||||
|
}
|
||||||
|
|
||||||
|
// streamCommandOutput 以“边读边回调”的方式读取命令 stdout/stderr。
|
||||||
|
// 使用定长块读取,避免按行读取在无换行输出时永久阻塞;ctx 取消时终止进程树。
|
||||||
|
func streamCommandOutput(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallback, noOutputSec int) (string, error) {
|
||||||
stdoutPipe, err := cmd.StdoutPipe()
|
stdoutPipe, err := cmd.StdoutPipe()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
@@ -1037,7 +1021,8 @@ func streamCommandOutput(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallba
|
|||||||
_ = stdoutPipe.Close()
|
_ = stdoutPipe.Close()
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
if err := cmd.Start(); err != nil {
|
session, err := StartShellSession(cmd)
|
||||||
|
if err != nil {
|
||||||
_ = stdoutPipe.Close()
|
_ = stdoutPipe.Close()
|
||||||
_ = stderrPipe.Close()
|
_ = stderrPipe.Close()
|
||||||
return "", err
|
return "", err
|
||||||
@@ -1047,7 +1032,7 @@ func streamCommandOutput(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallba
|
|||||||
go func() {
|
go func() {
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
terminateCmdTree(cmd)
|
TerminateShellCmdSession(session)
|
||||||
case <-stopWatch:
|
case <-stopWatch:
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
@@ -1086,23 +1071,61 @@ func streamCommandOutput(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallba
|
|||||||
if deltaBuilder.Len() == 0 {
|
if deltaBuilder.Len() == 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
cb(deltaBuilder.String())
|
if cb != nil {
|
||||||
|
cb(deltaBuilder.String())
|
||||||
|
}
|
||||||
deltaBuilder.Reset()
|
deltaBuilder.Reset()
|
||||||
lastFlush = time.Now()
|
lastFlush = time.Now()
|
||||||
}
|
}
|
||||||
|
|
||||||
for chunk := range chunks {
|
idleWatch := NewShellInactivityWatch(noOutputSec)
|
||||||
outBuilder.WriteString(chunk)
|
if idleWatch != nil {
|
||||||
deltaBuilder.WriteString(chunk)
|
defer idleWatch.Stop()
|
||||||
// 简单节流:buffer 大于 2KB 或 200ms 就刷新一次
|
}
|
||||||
if deltaBuilder.Len() >= 2048 || time.Since(lastFlush) >= 200*time.Millisecond {
|
|
||||||
|
fireInactivity := func() {
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
|
msg := ShellNoOutputTimeoutMessage(idleWatch.Sec)
|
||||||
|
outBuilder.WriteString(msg)
|
||||||
|
if cb != nil {
|
||||||
|
cb(msg)
|
||||||
|
}
|
||||||
|
_ = session.Wait()
|
||||||
|
}
|
||||||
|
|
||||||
|
chunksLoop:
|
||||||
|
for {
|
||||||
|
var idleCh <-chan struct{}
|
||||||
|
if idleWatch != nil {
|
||||||
|
idleCh = idleWatch.Expired
|
||||||
|
}
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
flush()
|
flush()
|
||||||
|
_ = session.Wait()
|
||||||
|
return outBuilder.String(), ctx.Err()
|
||||||
|
case <-idleCh:
|
||||||
|
fireInactivity()
|
||||||
|
return outBuilder.String(), fmt.Errorf("shell inactivity timeout (%ds)", idleWatch.Sec)
|
||||||
|
case chunk, ok := <-chunks:
|
||||||
|
if !ok {
|
||||||
|
break chunksLoop
|
||||||
|
}
|
||||||
|
if chunk != "" && idleWatch != nil {
|
||||||
|
idleWatch.Bump()
|
||||||
|
}
|
||||||
|
outBuilder.WriteString(chunk)
|
||||||
|
deltaBuilder.WriteString(chunk)
|
||||||
|
if deltaBuilder.Len() >= 2048 || time.Since(lastFlush) >= 200*time.Millisecond {
|
||||||
|
flush()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
flush()
|
flush()
|
||||||
|
|
||||||
// 等待命令结束,返回最终退出状态
|
// 等待命令结束,返回最终退出状态
|
||||||
waitErr := cmd.Wait()
|
waitErr := session.Wait()
|
||||||
return outBuilder.String(), waitErr
|
return outBuilder.String(), waitErr
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1116,6 +1139,7 @@ func applyDefaultTerminalEnv(cmd *exec.Cmd) {
|
|||||||
if cmd.Env == nil {
|
if cmd.Env == nil {
|
||||||
cmd.Env = os.Environ()
|
cmd.Env = os.Environ()
|
||||||
}
|
}
|
||||||
|
cmd.Env = ApplyNonInteractivePagerEnv(cmd.Env)
|
||||||
// 如果用户已设置 TERM/COLUMNS/LINES,则不覆盖
|
// 如果用户已设置 TERM/COLUMNS/LINES,则不覆盖
|
||||||
has := func(k string) bool {
|
has := func(k string) bool {
|
||||||
prefix := k + "="
|
prefix := k + "="
|
||||||
@@ -1159,7 +1183,7 @@ func runCommandWithPTY(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallback
|
|||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
// PTY 方案为类 Unix;Windows 走原逻辑
|
// PTY 方案为类 Unix;Windows 走原逻辑
|
||||||
if cb != nil {
|
if cb != nil {
|
||||||
return streamCommandOutput(ctx, cmd, cb)
|
return streamCommandOutput(ctx, cmd, cb, 0)
|
||||||
}
|
}
|
||||||
_ = prepareShellCmdSession(cmd)
|
_ = prepareShellCmdSession(cmd)
|
||||||
out, err := cmd.CombinedOutput()
|
out, err := cmd.CombinedOutput()
|
||||||
@@ -1173,13 +1197,18 @@ func runCommandWithPTY(ctx context.Context, cmd *exec.Cmd, cb ToolOutputCallback
|
|||||||
}
|
}
|
||||||
defer func() { _ = ptmx.Close() }()
|
defer func() { _ = ptmx.Close() }()
|
||||||
|
|
||||||
|
rootPID := 0
|
||||||
|
if cmd.Process != nil {
|
||||||
|
rootPID = cmd.Process.Pid
|
||||||
|
}
|
||||||
|
|
||||||
// ctx 取消时尽快终止子进程
|
// ctx 取消时尽快终止子进程
|
||||||
done := make(chan struct{})
|
done := make(chan struct{})
|
||||||
go func() {
|
go func() {
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
_ = ptmx.Close() // 触发读退出
|
_ = ptmx.Close() // 触发读退出
|
||||||
terminateCmdTree(cmd)
|
terminateProcessGroup(rootPID, cmd)
|
||||||
case <-done:
|
case <-done:
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ package security
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"os/exec"
|
||||||
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
@@ -71,6 +73,27 @@ func TestExecuteSystemCommand_BackgroundDoesNotBlockOnChildStdout(t *testing.T)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestExecuteSystemCommand_FailureFormat(t *testing.T) {
|
||||||
|
executor, _ := setupTestExecutor(t)
|
||||||
|
res, err := executor.executeSystemCommand(context.Background(), map[string]interface{}{
|
||||||
|
"command": "echo fail-msg >&2; exit 7",
|
||||||
|
"shell": "sh",
|
||||||
|
})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("executeSystemCommand: %v", err)
|
||||||
|
}
|
||||||
|
if res == nil || !res.IsError {
|
||||||
|
t.Fatalf("expected IsError, got %+v", res)
|
||||||
|
}
|
||||||
|
text := res.Content[0].Text
|
||||||
|
if text != FormatCommandFailureResult(7, "fail-msg\n") && text != FormatCommandFailureResult(7, "fail-msg") {
|
||||||
|
t.Fatalf("unexpected failure text: %q", text)
|
||||||
|
}
|
||||||
|
if !strings.Contains(text, "exit status 7") || !strings.Contains(text, "fail-msg") {
|
||||||
|
t.Fatalf("unexpected failure text: %q", text)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func TestBuildCommandArgs_NmapSkipsEmptyOptionalFlags(t *testing.T) {
|
func TestBuildCommandArgs_NmapSkipsEmptyOptionalFlags(t *testing.T) {
|
||||||
pos1 := 1
|
pos1 := 1
|
||||||
executor, _ := setupTestExecutor(t)
|
executor, _ := setupTestExecutor(t)
|
||||||
@@ -126,3 +149,33 @@ func indexOf(slice []string, s string) int {
|
|||||||
}
|
}
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TestCombinedOutputCancellable_ContextCancelKillsTree 验证 ctx 取消时能在数秒内结束(杀进程组,非挂死)。
|
||||||
|
func TestCombinedOutputCancellable_ContextCancelKillsTree(t *testing.T) {
|
||||||
|
if runtime.GOOS == "windows" {
|
||||||
|
t.Skip("unix process group kill")
|
||||||
|
}
|
||||||
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
|
defer cancel()
|
||||||
|
|
||||||
|
cmd := exec.CommandContext(ctx, "sh", "-c", "sleep 300")
|
||||||
|
ConfigureShellCmdForAgentExecute(cmd)
|
||||||
|
|
||||||
|
done := make(chan error, 1)
|
||||||
|
go func() {
|
||||||
|
_, err := combinedOutputCancellable(ctx, cmd)
|
||||||
|
done <- err
|
||||||
|
}()
|
||||||
|
|
||||||
|
time.Sleep(150 * time.Millisecond)
|
||||||
|
cancel()
|
||||||
|
|
||||||
|
select {
|
||||||
|
case err := <-done:
|
||||||
|
if err == nil {
|
||||||
|
t.Fatal("expected context cancel error")
|
||||||
|
}
|
||||||
|
case <-time.After(5 * time.Second):
|
||||||
|
t.Fatal("combinedOutputCancellable did not return within 5s after context cancel")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -19,13 +19,23 @@ func prepareShellCmdSession(cmd *exec.Cmd) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// terminateCmdTree 尽力终止 cmd 及其进程组(Unix 下 Setsid 后 PGID == 首进程 PID)。
|
// terminateProcessGroup 对 rootPID 对应进程组发 SIGKILL;rootPID 为 0 时回退到 cmd.Process.Pid。
|
||||||
func terminateCmdTree(cmd *exec.Cmd) {
|
func terminateProcessGroup(rootPID int, cmd *exec.Cmd) {
|
||||||
if cmd == nil || cmd.Process == nil {
|
pid := rootPID
|
||||||
|
if pid <= 0 && cmd != nil && cmd.Process != nil {
|
||||||
|
pid = cmd.Process.Pid
|
||||||
|
}
|
||||||
|
if pid <= 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
pid := cmd.Process.Pid
|
|
||||||
if err := syscall.Kill(-pid, syscall.SIGKILL); err != nil {
|
if err := syscall.Kill(-pid, syscall.SIGKILL); err != nil {
|
||||||
_ = cmd.Process.Kill()
|
if cmd != nil && cmd.Process != nil {
|
||||||
|
_ = cmd.Process.Kill()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// terminateCmdTree 尽力终止 cmd 及其进程组(Unix 下 Setsid 后 PGID == 首进程 PID)。
|
||||||
|
func terminateCmdTree(cmd *exec.Cmd) {
|
||||||
|
terminateProcessGroup(0, cmd)
|
||||||
|
}
|
||||||
|
|||||||
@@ -2,16 +2,42 @@
|
|||||||
|
|
||||||
package security
|
package security
|
||||||
|
|
||||||
import "os/exec"
|
import (
|
||||||
|
"os/exec"
|
||||||
|
"strconv"
|
||||||
|
"syscall"
|
||||||
|
)
|
||||||
|
|
||||||
func prepareShellCmdSession(cmd *exec.Cmd) error {
|
func prepareShellCmdSession(cmd *exec.Cmd) error {
|
||||||
_ = cmd
|
if cmd == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
// 独立进程组,便于 taskkill /T 终止整棵子进程树。
|
||||||
|
if cmd.SysProcAttr == nil {
|
||||||
|
cmd.SysProcAttr = &syscall.SysProcAttr{}
|
||||||
|
}
|
||||||
|
cmd.SysProcAttr.CreationFlags = syscall.CREATE_NEW_PROCESS_GROUP
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func terminateCmdTree(cmd *exec.Cmd) {
|
// terminateProcessGroup 使用 taskkill /F /T 终止进程及其子进程;rootPID 为 0 时回退到 cmd.Process.Pid。
|
||||||
if cmd == nil || cmd.Process == nil {
|
func terminateProcessGroup(rootPID int, cmd *exec.Cmd) {
|
||||||
|
pid := rootPID
|
||||||
|
if pid <= 0 && cmd != nil && cmd.Process != nil {
|
||||||
|
pid = cmd.Process.Pid
|
||||||
|
}
|
||||||
|
if pid <= 0 {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
_ = cmd.Process.Kill()
|
tk := exec.Command("taskkill", "/F", "/T", "/PID", strconv.Itoa(pid))
|
||||||
|
if err := tk.Run(); err != nil {
|
||||||
|
if cmd != nil && cmd.Process != nil {
|
||||||
|
_ = cmd.Process.Kill()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// terminateCmdTree 使用 taskkill /F /T 终止进程及其子进程(Windows 上 Process.Kill 无法保证杀掉 python 等孙进程)。
|
||||||
|
func terminateCmdTree(cmd *exec.Cmd) {
|
||||||
|
terminateProcessGroup(0, cmd)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,111 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import "strings"
|
||||||
|
|
||||||
|
const backgroundJobStdioRedirect = " </dev/null >/dev/null 2>&1"
|
||||||
|
|
||||||
|
// findStandaloneAmpersandPositions 返回不在引号内的独立 & 下标(排除 &&)。
|
||||||
|
func findStandaloneAmpersandPositions(command string) []int {
|
||||||
|
command = strings.TrimSpace(command)
|
||||||
|
if command == "" {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
var positions []int
|
||||||
|
inSingleQuote := false
|
||||||
|
inDoubleQuote := false
|
||||||
|
escaped := false
|
||||||
|
|
||||||
|
for i := 0; i < len(command); i++ {
|
||||||
|
r := command[i]
|
||||||
|
if escaped {
|
||||||
|
escaped = false
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if r == '\\' {
|
||||||
|
escaped = true
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if r == '\'' && !inDoubleQuote {
|
||||||
|
inSingleQuote = !inSingleQuote
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if r == '"' && !inSingleQuote {
|
||||||
|
inDoubleQuote = !inDoubleQuote
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if r != '&' || inSingleQuote || inDoubleQuote {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if i+1 < len(command) && command[i+1] == '&' {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if i > 0 && command[i-1] == '&' {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
|
isStandalone := i == 0
|
||||||
|
if !isStandalone {
|
||||||
|
prev := command[i-1]
|
||||||
|
isStandalone = prev == ' ' || prev == '\t' || prev == '\n' || prev == '\r'
|
||||||
|
}
|
||||||
|
if !isStandalone {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
if i == len(command)-1 {
|
||||||
|
positions = append(positions, i)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
next := command[i+1]
|
||||||
|
if next == ' ' || next == '\t' || next == '\n' || next == '\r' {
|
||||||
|
positions = append(positions, i)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return positions
|
||||||
|
}
|
||||||
|
|
||||||
|
func segmentHasStdioRedirect(segment string) bool {
|
||||||
|
lower := strings.ToLower(strings.TrimSpace(segment))
|
||||||
|
if lower == "" {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if strings.Contains(lower, ">/dev/null") || strings.Contains(lower, "2>/dev/null") {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
if strings.Contains(lower, "&>") || strings.Contains(lower, "&>>") {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
if strings.Contains(lower, "2>&1") && strings.Contains(lower, "/dev/null") {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
// RedirectBackgroundJobStdio 为每个独立 & 前的后台段注入 </dev/null >/dev/null 2>&1,
|
||||||
|
// 避免后台子进程占用 execute/exec 管道导致挂死。
|
||||||
|
func RedirectBackgroundJobStdio(command string) string {
|
||||||
|
positions := findStandaloneAmpersandPositions(command)
|
||||||
|
if len(positions) == 0 {
|
||||||
|
return command
|
||||||
|
}
|
||||||
|
|
||||||
|
out := command
|
||||||
|
for j := len(positions) - 1; j >= 0; j-- {
|
||||||
|
i := positions[j]
|
||||||
|
before := out[:i]
|
||||||
|
after := out[i:]
|
||||||
|
trimmed := strings.TrimRight(before, " \t\r\n")
|
||||||
|
if segmentHasStdioRedirect(trimmed) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
trailing := before[len(trimmed):]
|
||||||
|
out = trimmed + backgroundJobStdioRedirect + trailing + after
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
|
// PrepareShellCommandForExecute 组合 execute/exec 用的非交互包装与后台 IO 重定向。
|
||||||
|
// 须先注入 exec </dev/null,再改写 & 后台段,否则段内 </dev/null 会使 stdin 重定向被误判为已存在。
|
||||||
|
func PrepareShellCommandForExecute(shellCommand string) string {
|
||||||
|
return RedirectBackgroundJobStdio(PrepareNonInteractiveShellCommand(shellCommand))
|
||||||
|
}
|
||||||
@@ -0,0 +1,64 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestRedirectBackgroundJobStdio_mixedCommand(t *testing.T) {
|
||||||
|
in := "java -jar app.jar & JRMP_PID=$!; echo started"
|
||||||
|
out := RedirectBackgroundJobStdio(in)
|
||||||
|
if !strings.Contains(out, "java -jar app.jar </dev/null >/dev/null 2>&1 &") {
|
||||||
|
t.Fatalf("expected redirect before &: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "echo started") {
|
||||||
|
t.Fatalf("foreground tail preserved: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRedirectBackgroundJobStdio_trailingOnly(t *testing.T) {
|
||||||
|
in := "sleep 120 &"
|
||||||
|
out := RedirectBackgroundJobStdio(in)
|
||||||
|
want := "sleep 120 </dev/null >/dev/null 2>&1 &"
|
||||||
|
if strings.TrimSpace(out) != want {
|
||||||
|
t.Fatalf("got %q want %q", out, want)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRedirectBackgroundJobStdio_skipsAlreadyRedirected(t *testing.T) {
|
||||||
|
in := "sleep 1 >/dev/null 2>&1 & echo ok"
|
||||||
|
out := RedirectBackgroundJobStdio(in)
|
||||||
|
if out != in {
|
||||||
|
t.Fatalf("should not double-redirect: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestRedirectBackgroundJobStdio_skipsAndAnd(t *testing.T) {
|
||||||
|
in := "test -f /etc/passwd && echo ok"
|
||||||
|
out := RedirectBackgroundJobStdio(in)
|
||||||
|
if out != in {
|
||||||
|
t.Fatalf("&& must not be treated as background &: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPrepareShellCommandForExecute(t *testing.T) {
|
||||||
|
out := PrepareShellCommandForExecute("java -jar x & echo hi")
|
||||||
|
if !strings.Contains(out, "exec </dev/null") {
|
||||||
|
t.Fatalf("missing stdin redirect: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "GIT_PAGER=cat") {
|
||||||
|
t.Fatalf("missing pager export: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "java -jar x </dev/null >/dev/null 2>&1 &") {
|
||||||
|
t.Fatalf("missing background redirect: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestIsBackgroundShellCommand_usesSharedParser(t *testing.T) {
|
||||||
|
if !IsBackgroundShellCommand("sleep 1 &") {
|
||||||
|
t.Fatal("trailing & should be background")
|
||||||
|
}
|
||||||
|
if IsBackgroundShellCommand("sleep 1 & echo hi") {
|
||||||
|
t.Fatal("mixed should not be fully background")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,211 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"fmt"
|
||||||
|
"io"
|
||||||
|
"os/exec"
|
||||||
|
"sync"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk/filesystem"
|
||||||
|
"github.com/cloudwego/eino/schema"
|
||||||
|
)
|
||||||
|
|
||||||
|
// ConfigureShellCmdForAgentExecute 与 exec 工具一致:非交互 stdin、pager/TERM 环境、独立进程组。
|
||||||
|
func ConfigureShellCmdForAgentExecute(cmd *exec.Cmd) {
|
||||||
|
if cmd == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
applyDefaultTerminalEnv(cmd)
|
||||||
|
attachNonInteractiveStdin(cmd)
|
||||||
|
_ = prepareShellCmdSession(cmd)
|
||||||
|
}
|
||||||
|
|
||||||
|
// TerminateShellCmdTree 尽力终止 shell 及其子进程组(与 exec/execute 超时取消一致)。
|
||||||
|
func TerminateShellCmdTree(cmd *exec.Cmd) {
|
||||||
|
terminateCmdTree(cmd)
|
||||||
|
}
|
||||||
|
|
||||||
|
// TerminateShellCmdSession 使用 Start 时缓存的进程组 ID 终止(shell 已退出时仍有效)。
|
||||||
|
func TerminateShellCmdSession(session *ShellSession) {
|
||||||
|
TerminateShellSession(session)
|
||||||
|
}
|
||||||
|
|
||||||
|
// EinoStreamingShell 为 Eino ADK execute 工具提供流式 shell,行为与 exec 对齐:
|
||||||
|
// 并发读取 stdout/stderr(定长块,非按行),避免官方 local.ExecuteStreaming 先排空 stdout
|
||||||
|
// 导致 stderr 错误(如 sudo 密码提示)长时间不可见、UI 一直显示「执行中」。
|
||||||
|
type EinoStreamingShell struct{}
|
||||||
|
|
||||||
|
// NewEinoStreamingShell 创建 execute 流式 shell 实现。
|
||||||
|
func NewEinoStreamingShell() *EinoStreamingShell {
|
||||||
|
return &EinoStreamingShell{}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ExecuteStreaming 实现 filesystem.StreamingShell。
|
||||||
|
func (s *EinoStreamingShell) ExecuteStreaming(ctx context.Context, input *filesystem.ExecuteRequest) (*schema.StreamReader[*filesystem.ExecuteResponse], error) {
|
||||||
|
if input == nil || input.Command == "" {
|
||||||
|
return nil, fmt.Errorf("command is required")
|
||||||
|
}
|
||||||
|
|
||||||
|
sr, w := schema.Pipe[*filesystem.ExecuteResponse](100)
|
||||||
|
if input.RunInBackendGround {
|
||||||
|
go runShellInBackground(ctx, input.Command, w)
|
||||||
|
return sr, nil
|
||||||
|
}
|
||||||
|
go streamShellForeground(ctx, input.Command, w)
|
||||||
|
return sr, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func runShellInBackground(ctx context.Context, command string, w *schema.StreamWriter[*filesystem.ExecuteResponse]) {
|
||||||
|
defer w.Close()
|
||||||
|
|
||||||
|
command = PrepareShellCommandForExecute(command)
|
||||||
|
cmd := exec.CommandContext(ctx, "/bin/sh", "-c", command)
|
||||||
|
applyDefaultTerminalEnv(cmd)
|
||||||
|
attachNonInteractiveStdin(cmd)
|
||||||
|
stdout, err := cmd.StdoutPipe()
|
||||||
|
if err != nil {
|
||||||
|
_ = w.Send(nil, fmt.Errorf("failed to create stdout pipe: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
stderr, err := cmd.StderrPipe()
|
||||||
|
if err != nil {
|
||||||
|
_ = stdout.Close()
|
||||||
|
_ = w.Send(nil, fmt.Errorf("failed to create stderr pipe: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
session, err := StartShellSession(cmd)
|
||||||
|
if err != nil {
|
||||||
|
_ = stdout.Close()
|
||||||
|
_ = stderr.Close()
|
||||||
|
_ = w.Send(nil, fmt.Errorf("failed to start command: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
done := make(chan struct{})
|
||||||
|
go func() {
|
||||||
|
drainShellPipes(stdout, stderr)
|
||||||
|
_ = session.Wait()
|
||||||
|
close(done)
|
||||||
|
}()
|
||||||
|
|
||||||
|
select {
|
||||||
|
case <-done:
|
||||||
|
case <-ctx.Done():
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
|
}
|
||||||
|
|
||||||
|
exitCode := 0
|
||||||
|
_ = w.Send(&filesystem.ExecuteResponse{
|
||||||
|
Output: "command started in background\n",
|
||||||
|
ExitCode: &exitCode,
|
||||||
|
}, nil)
|
||||||
|
}
|
||||||
|
|
||||||
|
func drainShellPipes(stdout, stderr io.Reader) {
|
||||||
|
var wg sync.WaitGroup
|
||||||
|
wg.Add(2)
|
||||||
|
go func() {
|
||||||
|
defer wg.Done()
|
||||||
|
_, _ = io.Copy(io.Discard, stdout)
|
||||||
|
}()
|
||||||
|
go func() {
|
||||||
|
defer wg.Done()
|
||||||
|
_, _ = io.Copy(io.Discard, stderr)
|
||||||
|
}()
|
||||||
|
wg.Wait()
|
||||||
|
}
|
||||||
|
|
||||||
|
func streamShellForeground(ctx context.Context, command string, w *schema.StreamWriter[*filesystem.ExecuteResponse]) {
|
||||||
|
defer w.Close()
|
||||||
|
|
||||||
|
command = PrepareShellCommandForExecute(command)
|
||||||
|
cmd := exec.CommandContext(ctx, "/bin/sh", "-c", command)
|
||||||
|
applyDefaultTerminalEnv(cmd)
|
||||||
|
attachNonInteractiveStdin(cmd)
|
||||||
|
|
||||||
|
stdoutPipe, err := cmd.StdoutPipe()
|
||||||
|
if err != nil {
|
||||||
|
_ = w.Send(nil, fmt.Errorf("failed to create stdout pipe: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
stderrPipe, err := cmd.StderrPipe()
|
||||||
|
if err != nil {
|
||||||
|
_ = stdoutPipe.Close()
|
||||||
|
_ = w.Send(nil, fmt.Errorf("failed to create stderr pipe: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
session, err := StartShellSession(cmd)
|
||||||
|
if err != nil {
|
||||||
|
_ = stdoutPipe.Close()
|
||||||
|
_ = stderrPipe.Close()
|
||||||
|
_ = w.Send(nil, fmt.Errorf("failed to start command: %w", err))
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
stopWatch := make(chan struct{})
|
||||||
|
go func() {
|
||||||
|
select {
|
||||||
|
case <-ctx.Done():
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
|
case <-stopWatch:
|
||||||
|
}
|
||||||
|
}()
|
||||||
|
defer close(stopWatch)
|
||||||
|
|
||||||
|
chunks := make(chan string, 64)
|
||||||
|
var wg sync.WaitGroup
|
||||||
|
readFn := func(r io.Reader) {
|
||||||
|
defer wg.Done()
|
||||||
|
buf := make([]byte, 8192)
|
||||||
|
for {
|
||||||
|
n, readErr := r.Read(buf)
|
||||||
|
if n > 0 {
|
||||||
|
chunks <- string(buf[:n])
|
||||||
|
}
|
||||||
|
if readErr != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
wg.Add(2)
|
||||||
|
go readFn(stdoutPipe)
|
||||||
|
go readFn(stderrPipe)
|
||||||
|
go func() {
|
||||||
|
wg.Wait()
|
||||||
|
close(chunks)
|
||||||
|
}()
|
||||||
|
|
||||||
|
hadOutput := false
|
||||||
|
for chunk := range chunks {
|
||||||
|
if chunk == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
hadOutput = true
|
||||||
|
if w.Send(&filesystem.ExecuteResponse{Output: chunk}, nil) {
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
waitErr := session.Wait()
|
||||||
|
if waitErr == nil {
|
||||||
|
exitCode := 0
|
||||||
|
_ = w.Send(&filesystem.ExecuteResponse{ExitCode: &exitCode}, nil)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
var exitError *exec.ExitError
|
||||||
|
if errors.As(waitErr, &exitError) {
|
||||||
|
exitCode := exitError.ExitCode()
|
||||||
|
resp := &filesystem.ExecuteResponse{ExitCode: &exitCode}
|
||||||
|
if !hadOutput {
|
||||||
|
resp.Output = FormatCommandFailureResult(exitCode, "")
|
||||||
|
}
|
||||||
|
_ = w.Send(resp, nil)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
_ = w.Send(nil, fmt.Errorf("command failed: %w", waitErr))
|
||||||
|
}
|
||||||
@@ -0,0 +1,152 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"errors"
|
||||||
|
"io"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/cloudwego/eino/adk/filesystem"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestEinoStreamingShell_StreamsStderrBeforeStdoutEOF(t *testing.T) {
|
||||||
|
shell := NewEinoStreamingShell()
|
||||||
|
cmd := PrepareNonInteractiveShellCommand("echo err-only >&2; exit 1")
|
||||||
|
sr, err := shell.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: cmd})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
var got strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
if resp != nil && resp.Output != "" {
|
||||||
|
got.WriteString(resp.Output)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if time.Since(start) > 3*time.Second {
|
||||||
|
t.Fatalf("expected fast completion, took %v", time.Since(start))
|
||||||
|
}
|
||||||
|
if !strings.Contains(got.String(), "err-only") {
|
||||||
|
t.Fatalf("expected stderr in output, got: %q", got.String())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestEinoStreamingShell_SudoFailsFast(t *testing.T) {
|
||||||
|
shell := NewEinoStreamingShell()
|
||||||
|
cmd := PrepareNonInteractiveShellCommand("sudo whoami && sudo cat /etc/os-release")
|
||||||
|
sr, err := shell.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: cmd})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
var got strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
if resp == nil {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
got.WriteString(resp.Output)
|
||||||
|
}
|
||||||
|
if time.Since(start) > 5*time.Second {
|
||||||
|
t.Fatalf("sudo should fail quickly, took %v output=%q", time.Since(start), got.String())
|
||||||
|
}
|
||||||
|
out := got.String()
|
||||||
|
if strings.Contains(out, "command exited with non-zero code") {
|
||||||
|
t.Fatalf("legacy exit line present: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "sudo") && !strings.Contains(out, "password") && !strings.Contains(out, "terminal") {
|
||||||
|
t.Fatalf("expected sudo error text, got: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestEinoStreamingShell_StderrWhileStdoutBlocks(t *testing.T) {
|
||||||
|
shell := NewEinoStreamingShell()
|
||||||
|
// 模拟 sudo:stderr 先有输出,stdout 侧进程仍挂起;旧 eino local 在首包 stderr 前不会向流写任何内容。
|
||||||
|
cmd := PrepareNonInteractiveShellCommand(`echo "password prompt" >&2; sleep 30`)
|
||||||
|
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Second)
|
||||||
|
defer cancel()
|
||||||
|
|
||||||
|
sr, err := shell.ExecuteStreaming(ctx, &filesystem.ExecuteRequest{Command: cmd})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
var got strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if resp != nil && resp.Output != "" {
|
||||||
|
got.WriteString(resp.Output)
|
||||||
|
if strings.Contains(got.String(), "password prompt") {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if time.Since(start) > 1500*time.Millisecond {
|
||||||
|
t.Fatalf("expected stderr promptly, took %v output=%q", time.Since(start), got.String())
|
||||||
|
}
|
||||||
|
if !strings.Contains(got.String(), "password prompt") {
|
||||||
|
t.Fatalf("expected early stderr, got: %q", got.String())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TestEinoStreamingShell_BackgroundJobDoesNotHoldPipe 模拟 cmd & 后继续前台逻辑:重定向后应快速结束。
|
||||||
|
func TestEinoStreamingShell_BackgroundJobDoesNotHoldPipe(t *testing.T) {
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("skipping shell integration in -short")
|
||||||
|
}
|
||||||
|
shell := NewEinoStreamingShell()
|
||||||
|
cmd := `(sh -c 'printf x; sleep 120') & echo started; sleep 0`
|
||||||
|
sr, err := shell.ExecuteStreaming(context.Background(), &filesystem.ExecuteRequest{Command: cmd})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("ExecuteStreaming: %v", err)
|
||||||
|
}
|
||||||
|
defer sr.Close()
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
var got strings.Builder
|
||||||
|
for {
|
||||||
|
resp, rerr := sr.Recv()
|
||||||
|
if errors.Is(rerr, io.EOF) {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
if rerr != nil {
|
||||||
|
t.Fatalf("recv: %v", rerr)
|
||||||
|
}
|
||||||
|
if resp != nil && resp.Output != "" {
|
||||||
|
got.WriteString(resp.Output)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if time.Since(start) > 3*time.Second {
|
||||||
|
t.Fatalf("expected fast completion, took %v output=%q", time.Since(start), got.String())
|
||||||
|
}
|
||||||
|
if !strings.Contains(got.String(), "started") {
|
||||||
|
t.Fatalf("expected foreground echo, got: %q", got.String())
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,163 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"os"
|
||||||
|
"os/exec"
|
||||||
|
"strings"
|
||||||
|
"sync"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
// ShellNoOutputTimeoutMessage 长时间无新 stdout/stderr 时的提示(软失败,模型可见)。
|
||||||
|
func ShellNoOutputTimeoutMessage(idleSec int) string {
|
||||||
|
return fmt.Sprintf(`命令已终止:超过 %d 秒没有新的输出,疑似在等待交互输入或已挂起。
|
||||||
|
|
||||||
|
长时静默任务请使用末尾 & 后台运行,或增大 agent.shell_no_output_timeout_seconds(-1=关闭此检测)。
|
||||||
|
|
||||||
|
Command terminated: no new output for %d seconds (possible interactive wait or hung process).`, idleSec, idleSec)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ShellInactivityWatch 在 noOutputSec 内无任何新输出时向 expired 发送信号;每次 Bump 重置计时。
|
||||||
|
// 与「仅有首包输出就永久取消计时」不同,可兜住 sudo 打印 Password 提示后继续挂起等情况。
|
||||||
|
type ShellInactivityWatch struct {
|
||||||
|
Sec int
|
||||||
|
mu sync.Mutex
|
||||||
|
timer *time.Timer
|
||||||
|
Expired chan struct{}
|
||||||
|
}
|
||||||
|
|
||||||
|
func NewShellInactivityWatch(noOutputSec int) *ShellInactivityWatch {
|
||||||
|
sec := ResolveShellNoOutputTimeoutSeconds(noOutputSec)
|
||||||
|
if sec <= 0 {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
w := &ShellInactivityWatch{
|
||||||
|
Sec: sec,
|
||||||
|
Expired: make(chan struct{}, 1),
|
||||||
|
}
|
||||||
|
w.Bump()
|
||||||
|
return w
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *ShellInactivityWatch) Bump() {
|
||||||
|
if w == nil || w.Sec <= 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
w.mu.Lock()
|
||||||
|
defer w.mu.Unlock()
|
||||||
|
if w.timer != nil {
|
||||||
|
w.timer.Stop()
|
||||||
|
}
|
||||||
|
w.timer = time.AfterFunc(time.Duration(w.Sec)*time.Second, func() {
|
||||||
|
select {
|
||||||
|
case w.Expired <- struct{}{}:
|
||||||
|
default:
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
func (w *ShellInactivityWatch) Stop() {
|
||||||
|
if w == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
w.mu.Lock()
|
||||||
|
defer w.mu.Unlock()
|
||||||
|
if w.timer != nil {
|
||||||
|
w.timer.Stop()
|
||||||
|
w.timer = nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// ResolveShellNoOutputTimeoutSeconds:0=默认 300(5 分钟);-1=关闭;>0=自定义。
|
||||||
|
func ResolveShellNoOutputTimeoutSeconds(sec int) int {
|
||||||
|
if sec < 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
if sec == 0 {
|
||||||
|
return 300
|
||||||
|
}
|
||||||
|
return sec
|
||||||
|
}
|
||||||
|
|
||||||
|
// PrependNonInteractiveShellExports 为 sh -c 注入通用非交互环境(pager 等),不维护命令黑名单。
|
||||||
|
func PrependNonInteractiveShellExports(shellCommand string) string {
|
||||||
|
if strings.TrimSpace(shellCommand) == "" {
|
||||||
|
return shellCommand
|
||||||
|
}
|
||||||
|
upper := strings.ToUpper(shellCommand)
|
||||||
|
var pairs []string
|
||||||
|
add := func(key, val string) {
|
||||||
|
if strings.Contains(upper, strings.ToUpper(key)) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
pairs = append(pairs, key+"="+val)
|
||||||
|
}
|
||||||
|
add("GIT_PAGER", "cat")
|
||||||
|
add("PAGER", "cat")
|
||||||
|
add("SYSTEMD_PAGER", "cat")
|
||||||
|
add("DEBIAN_FRONTEND", "noninteractive")
|
||||||
|
if len(pairs) == 0 {
|
||||||
|
return shellCommand
|
||||||
|
}
|
||||||
|
return "export " + strings.Join(pairs, " ") + "\n" + shellCommand
|
||||||
|
}
|
||||||
|
|
||||||
|
// PrependNonInteractiveStdinRedirect 为 sh -c 关闭 stdin(与 attachNonInteractiveStdin 等价),
|
||||||
|
// 使 read/input()/sudo -S 等从 stdin 读取的程序快速失败而非挂起。已含 </dev/null 时不重复注入。
|
||||||
|
func PrependNonInteractiveStdinRedirect(shellCommand string) string {
|
||||||
|
if strings.TrimSpace(shellCommand) == "" {
|
||||||
|
return shellCommand
|
||||||
|
}
|
||||||
|
lower := strings.ToLower(shellCommand)
|
||||||
|
if strings.Contains(lower, "</dev/null") || strings.Contains(lower, "0</dev/null") {
|
||||||
|
return shellCommand
|
||||||
|
}
|
||||||
|
return "exec </dev/null\n" + shellCommand
|
||||||
|
}
|
||||||
|
|
||||||
|
// PrepareNonInteractiveShellCommand 组合非交互包装:stdin 关闭 + pager 等环境变量(零名单)。
|
||||||
|
func PrepareNonInteractiveShellCommand(shellCommand string) string {
|
||||||
|
return PrependNonInteractiveStdinRedirect(PrependNonInteractiveShellExports(shellCommand))
|
||||||
|
}
|
||||||
|
|
||||||
|
// ApplyNonInteractivePagerEnv 为 exec.Cmd 补齐与 PrependNonInteractiveShellExports 一致的环境变量。
|
||||||
|
func ApplyNonInteractivePagerEnv(cmdEnv []string) []string {
|
||||||
|
if cmdEnv == nil {
|
||||||
|
cmdEnv = []string{}
|
||||||
|
}
|
||||||
|
has := func(k string) bool {
|
||||||
|
prefix := k + "="
|
||||||
|
for _, e := range cmdEnv {
|
||||||
|
if strings.HasPrefix(e, prefix) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if !has("GIT_PAGER") {
|
||||||
|
cmdEnv = append(cmdEnv, "GIT_PAGER=cat")
|
||||||
|
}
|
||||||
|
if !has("PAGER") {
|
||||||
|
cmdEnv = append(cmdEnv, "PAGER=cat")
|
||||||
|
}
|
||||||
|
if !has("SYSTEMD_PAGER") {
|
||||||
|
cmdEnv = append(cmdEnv, "SYSTEMD_PAGER=cat")
|
||||||
|
}
|
||||||
|
if !has("DEBIAN_FRONTEND") {
|
||||||
|
cmdEnv = append(cmdEnv, "DEBIAN_FRONTEND=noninteractive")
|
||||||
|
}
|
||||||
|
return cmdEnv
|
||||||
|
}
|
||||||
|
|
||||||
|
// attachNonInteractiveStdin 关闭交互式 stdin,使部分命令快速失败而非等待输入。
|
||||||
|
func attachNonInteractiveStdin(cmd *exec.Cmd) {
|
||||||
|
if cmd == nil || cmd.Stdin != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
f, err := os.Open(os.DevNull)
|
||||||
|
if err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
cmd.Stdin = f
|
||||||
|
}
|
||||||
@@ -0,0 +1,128 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"os"
|
||||||
|
"os/exec"
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestPrependNonInteractiveShellExports(t *testing.T) {
|
||||||
|
out := PrependNonInteractiveShellExports("echo hi")
|
||||||
|
if !strings.Contains(out, "GIT_PAGER=cat") || !strings.Contains(out, "PAGER=cat") {
|
||||||
|
t.Fatalf("missing pager exports: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.HasSuffix(strings.TrimSpace(out), "echo hi") {
|
||||||
|
t.Fatalf("command suffix lost: %q", out)
|
||||||
|
}
|
||||||
|
skip := PrependNonInteractiveShellExports("GIT_PAGER=less echo hi")
|
||||||
|
if strings.Contains(skip, "export GIT_PAGER=cat") {
|
||||||
|
t.Fatalf("should not override existing GIT_PAGER: %q", skip)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPrependNonInteractiveStdinRedirect(t *testing.T) {
|
||||||
|
out := PrependNonInteractiveStdinRedirect("echo hi")
|
||||||
|
if !strings.HasPrefix(out, "exec </dev/null") {
|
||||||
|
t.Fatalf("missing stdin redirect: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.HasSuffix(strings.TrimSpace(out), "echo hi") {
|
||||||
|
t.Fatalf("command suffix lost: %q", out)
|
||||||
|
}
|
||||||
|
skip := PrependNonInteractiveStdinRedirect("cmd </dev/null")
|
||||||
|
if strings.HasPrefix(skip, "exec </dev/null") {
|
||||||
|
t.Fatalf("should not double redirect: %q", skip)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestPrepareNonInteractiveShellCommand(t *testing.T) {
|
||||||
|
out := PrepareNonInteractiveShellCommand("echo hi")
|
||||||
|
if !strings.Contains(out, "exec </dev/null") {
|
||||||
|
t.Fatalf("missing stdin redirect: %q", out)
|
||||||
|
}
|
||||||
|
if !strings.Contains(out, "GIT_PAGER=cat") {
|
||||||
|
t.Fatalf("missing pager export: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestNewShellInactivityWatch(t *testing.T) {
|
||||||
|
w := NewShellInactivityWatch(1)
|
||||||
|
if w == nil {
|
||||||
|
t.Fatal("expected watch")
|
||||||
|
}
|
||||||
|
w.Bump()
|
||||||
|
select {
|
||||||
|
case <-w.Expired:
|
||||||
|
case <-time.After(3 * time.Second):
|
||||||
|
t.Fatal("expected inactivity fire within 3s")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestResolveShellNoOutputTimeoutSeconds(t *testing.T) {
|
||||||
|
if ResolveShellNoOutputTimeoutSeconds(0) != 300 {
|
||||||
|
t.Fatal("zero should default to 300")
|
||||||
|
}
|
||||||
|
if ResolveShellNoOutputTimeoutSeconds(-1) != 0 {
|
||||||
|
t.Fatal("-1 should disable")
|
||||||
|
}
|
||||||
|
if ResolveShellNoOutputTimeoutSeconds(30) != 30 {
|
||||||
|
t.Fatal("explicit value")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TestNonInteractiveStdinReadExitsQuickly 验证 exec </dev/null + attachNonInteractiveStdin 时 read 立即 EOF,不挂起。
|
||||||
|
func TestNonInteractiveStdinReadExitsQuickly(t *testing.T) {
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("skipping shell integration in -short")
|
||||||
|
}
|
||||||
|
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
|
||||||
|
defer cancel()
|
||||||
|
|
||||||
|
cmd := exec.CommandContext(ctx, "sh", "-c", PrepareNonInteractiveShellCommand(`read x; echo "x=<$x>"`))
|
||||||
|
attachNonInteractiveStdin(cmd)
|
||||||
|
|
||||||
|
start := time.Now()
|
||||||
|
out, err := cmd.CombinedOutput()
|
||||||
|
elapsed := time.Since(start)
|
||||||
|
if elapsed > 2*time.Second {
|
||||||
|
t.Fatalf("read with closed stdin took %v, want <2s", elapsed)
|
||||||
|
}
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("unexpected error: %v output=%q", err, out)
|
||||||
|
}
|
||||||
|
if !strings.Contains(string(out), "x=<>") {
|
||||||
|
t.Fatalf("unexpected output: %q", out)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TestNonInteractiveStdinReadBlocksWithoutRedirect 对照:stdin 为永不写入的管道时 read 会挂起。
|
||||||
|
func TestNonInteractiveStdinReadBlocksWithoutRedirect(t *testing.T) {
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("skipping shell integration in -short")
|
||||||
|
}
|
||||||
|
r, w, err := os.Pipe()
|
||||||
|
if err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
defer r.Close()
|
||||||
|
// 保持 w 打开且不写数据,模拟「等待用户输入」
|
||||||
|
|
||||||
|
cmd := exec.Command("sh", "-c", `read x; echo done`)
|
||||||
|
cmd.Stdin = r
|
||||||
|
|
||||||
|
done := make(chan error, 1)
|
||||||
|
go func() { done <- cmd.Run() }()
|
||||||
|
|
||||||
|
select {
|
||||||
|
case err := <-done:
|
||||||
|
t.Fatalf("expected hang, but command finished: %v", err)
|
||||||
|
case <-time.After(500 * time.Millisecond):
|
||||||
|
if cmd.Process != nil {
|
||||||
|
_ = cmd.Process.Kill()
|
||||||
|
}
|
||||||
|
_ = w.Close()
|
||||||
|
<-done // 等待 goroutine 退出
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import "os/exec"
|
||||||
|
|
||||||
|
// ShellSession 在 Start 时记录根 shell 的进程组 ID,取消/超时时可杀整组(即使 cmd.Process 已失效)。
|
||||||
|
type ShellSession struct {
|
||||||
|
Cmd *exec.Cmd
|
||||||
|
rootPID int
|
||||||
|
}
|
||||||
|
|
||||||
|
// StartShellSession 配置独立进程组并启动 shell,缓存 rootPID(Unix 下即 PGID)。
|
||||||
|
func StartShellSession(cmd *exec.Cmd) (*ShellSession, error) {
|
||||||
|
if err := prepareShellCmdSession(cmd); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
if err := cmd.Start(); err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
pid := 0
|
||||||
|
if cmd.Process != nil {
|
||||||
|
pid = cmd.Process.Pid
|
||||||
|
}
|
||||||
|
return &ShellSession{Cmd: cmd, rootPID: pid}, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
// Wait 等待 shell 退出。
|
||||||
|
func (s *ShellSession) Wait() error {
|
||||||
|
if s == nil || s.Cmd == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
return s.Cmd.Wait()
|
||||||
|
}
|
||||||
|
|
||||||
|
// Terminate 终止 shell 及其进程组。
|
||||||
|
func (s *ShellSession) Terminate() {
|
||||||
|
if s == nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
terminateProcessGroup(s.rootPID, s.Cmd)
|
||||||
|
}
|
||||||
|
|
||||||
|
// TerminateShellSession 终止由 StartShellSession 启动的会话。
|
||||||
|
func TerminateShellSession(session *ShellSession) {
|
||||||
|
if session != nil {
|
||||||
|
session.Terminate()
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,65 @@
|
|||||||
|
package security
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"os/exec"
|
||||||
|
"runtime"
|
||||||
|
"testing"
|
||||||
|
"time"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestShellSession_TerminateUsesCachedRootPID(t *testing.T) {
|
||||||
|
if runtime.GOOS == "windows" {
|
||||||
|
t.Skip("unix process group kill")
|
||||||
|
}
|
||||||
|
|
||||||
|
cmd := exec.Command("sh", "-c", "sleep 300")
|
||||||
|
ConfigureShellCmdForAgentExecute(cmd)
|
||||||
|
|
||||||
|
session, err := StartShellSession(cmd)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("StartShellSession: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
time.Sleep(100 * time.Millisecond)
|
||||||
|
session.Terminate()
|
||||||
|
|
||||||
|
done := make(chan error, 1)
|
||||||
|
go func() { done <- session.Wait() }()
|
||||||
|
|
||||||
|
select {
|
||||||
|
case <-done:
|
||||||
|
case <-time.After(5 * time.Second):
|
||||||
|
t.Fatal("session did not finish within 5s after Terminate")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestShellSession_TerminateAfterContextCancel(t *testing.T) {
|
||||||
|
if runtime.GOOS == "windows" {
|
||||||
|
t.Skip("unix process group kill")
|
||||||
|
}
|
||||||
|
|
||||||
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
|
defer cancel()
|
||||||
|
|
||||||
|
cmd := exec.CommandContext(ctx, "sh", "-c", "sleep 300")
|
||||||
|
ConfigureShellCmdForAgentExecute(cmd)
|
||||||
|
|
||||||
|
session, err := StartShellSession(cmd)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("StartShellSession: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
time.Sleep(100 * time.Millisecond)
|
||||||
|
cancel()
|
||||||
|
TerminateShellCmdSession(session)
|
||||||
|
|
||||||
|
done := make(chan error, 1)
|
||||||
|
go func() { done <- session.Wait() }()
|
||||||
|
|
||||||
|
select {
|
||||||
|
case <-done:
|
||||||
|
case <-time.After(5 * time.Second):
|
||||||
|
t.Fatal("session did not finish within 5s after cancel+terminate")
|
||||||
|
}
|
||||||
|
}
|
||||||
+63
-28
@@ -1,60 +1,95 @@
|
|||||||
name: "hydra"
|
name: "hydra"
|
||||||
command: "hydra"
|
command: "hydra"
|
||||||
|
args: ["-I"]
|
||||||
enabled: true
|
enabled: true
|
||||||
short_description: "密码暴力破解工具,支持多种协议和服务"
|
short_description: "密码暴力破解工具,支持多种协议和服务"
|
||||||
description: |
|
description: |
|
||||||
Hydra是一个快速的网络登录破解工具,支持多种协议和服务的密码暴力破解。
|
Hydra 是网络登录口令爆破工具,支持 SSH、FTP、HTTP、SMB 等多种协议。
|
||||||
|
|
||||||
**主要功能:**
|
**调用约定(必读):**
|
||||||
- 支持多种协议(SSH, FTP, HTTP, SMB等)
|
- 必须提供 **用户名**:`username`(-l)或 `username_file`(-L)至少其一
|
||||||
- 快速并行破解
|
- 必须提供 **口令**:`password`(-p)、`password_file`(-P)或 `-C`(经 `additional_args`)至少其一
|
||||||
- 支持用户名和密码字典
|
- **先用小字典试跑**(几十~几百条),确认目标可达再扩大;禁止默认使用 rockyou 等超大字典
|
||||||
- 可恢复的会话
|
- 默认已启用:找到即停(-f)、并行 4(-t)、忽略 restore(-I);长任务请设 `output_file`
|
||||||
|
|
||||||
**使用场景:**
|
**CLI 顺序:** `hydra [选项] <target> <service>`(本工具已按此顺序组参,勿把 target 写在选项前)
|
||||||
- 密码强度测试
|
|
||||||
- 渗透测试
|
**使用场景:** 授权环境下的弱口令检测、密码强度评估
|
||||||
- 安全评估
|
|
||||||
- 弱密码检测
|
**注意:** 仅用于已授权目标;对无响应目标请减小 `wait_time` 或缩小字典,避免长时间挂起。
|
||||||
parameters:
|
parameters:
|
||||||
- name: "target"
|
|
||||||
type: "string"
|
|
||||||
description: "目标IP或主机名"
|
|
||||||
required: true
|
|
||||||
position: 0
|
|
||||||
format: "positional"
|
|
||||||
- name: "service"
|
|
||||||
type: "string"
|
|
||||||
description: "服务类型(ssh, ftp, http等)"
|
|
||||||
required: true
|
|
||||||
position: 1
|
|
||||||
format: "positional"
|
|
||||||
- name: "username"
|
- name: "username"
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "单个用户名"
|
description: "单个用户名(-l);与 username_file 二选一至少填一个"
|
||||||
required: false
|
required: false
|
||||||
flag: "-l"
|
flag: "-l"
|
||||||
format: "flag"
|
format: "flag"
|
||||||
- name: "username_file"
|
- name: "username_file"
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "用户名字典文件"
|
description: "用户名字典文件(-L)"
|
||||||
required: false
|
required: false
|
||||||
flag: "-L"
|
flag: "-L"
|
||||||
format: "flag"
|
format: "flag"
|
||||||
- name: "password"
|
- name: "password"
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "单个密码"
|
description: "单个密码(-p)"
|
||||||
required: false
|
required: false
|
||||||
flag: "-p"
|
flag: "-p"
|
||||||
format: "flag"
|
format: "flag"
|
||||||
- name: "password_file"
|
- name: "password_file"
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "密码字典文件"
|
description: "密码字典文件(-P);优先使用小字典试跑"
|
||||||
required: false
|
required: false
|
||||||
flag: "-P"
|
flag: "-P"
|
||||||
format: "flag"
|
format: "flag"
|
||||||
|
- name: "stop_on_first"
|
||||||
|
type: "bool"
|
||||||
|
description: "找到一对有效账密后立即退出(-f,默认 true)"
|
||||||
|
required: false
|
||||||
|
flag: "-f"
|
||||||
|
format: "flag"
|
||||||
|
default: true
|
||||||
|
- name: "tasks"
|
||||||
|
type: "int"
|
||||||
|
description: "每目标并行连接数(-t);SSH 等建议 4,默认 4"
|
||||||
|
required: false
|
||||||
|
flag: "-t"
|
||||||
|
format: "flag"
|
||||||
|
default: 4
|
||||||
|
- name: "wait_time"
|
||||||
|
type: "int"
|
||||||
|
description: "单次连接等待响应秒数(-w),默认 16(低于 Hydra 默认 32,减少挂起感)"
|
||||||
|
required: false
|
||||||
|
flag: "-w"
|
||||||
|
format: "flag"
|
||||||
|
default: 16
|
||||||
|
- name: "wait_between"
|
||||||
|
type: "int"
|
||||||
|
description: "每线程连接间隔秒数(-W),默认 1"
|
||||||
|
required: false
|
||||||
|
flag: "-W"
|
||||||
|
format: "flag"
|
||||||
|
default: 1
|
||||||
|
- name: "output_file"
|
||||||
|
type: "string"
|
||||||
|
description: "将结果写入文件(-o),长任务建议指定"
|
||||||
|
required: false
|
||||||
|
flag: "-o"
|
||||||
|
format: "flag"
|
||||||
|
- name: "target"
|
||||||
|
type: "string"
|
||||||
|
description: "目标 IP、主机名或 CIDR(须在选项之后)"
|
||||||
|
required: true
|
||||||
|
position: 1
|
||||||
|
format: "positional"
|
||||||
|
- name: "service"
|
||||||
|
type: "string"
|
||||||
|
description: "服务类型(ssh、ftp、http-get、http-post-form、smb 等,见 hydra -h)"
|
||||||
|
required: true
|
||||||
|
position: 2
|
||||||
|
format: "positional"
|
||||||
- name: "additional_args"
|
- name: "additional_args"
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "额外的Hydra参数"
|
description: "额外参数(如 -s 端口、-S SSL、-m 模块选项、-C login:pass 文件),追加在命令末尾"
|
||||||
required: false
|
required: false
|
||||||
format: "positional"
|
format: "positional"
|
||||||
|
|||||||
+556
-6
@@ -1615,9 +1615,34 @@ header {
|
|||||||
|
|
||||||
.conversation-search-box {
|
.conversation-search-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-sidebar .sidebar-content {
|
||||||
|
padding: 10px 16px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-sidebar .conversation-search-box {
|
||||||
|
margin-top: 8px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-sidebar .conversation-project-filter {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-sidebar .conversation-groups-section {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conversation-sidebar .recent-conversations-section {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-sidebar .section-header {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.conversation-search-box input {
|
.conversation-search-box input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px 32px 8px 12px;
|
padding: 8px 32px 8px 12px;
|
||||||
@@ -1668,6 +1693,170 @@ header {
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-label {
|
||||||
|
display: block;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 500;
|
||||||
|
color: var(--text-muted);
|
||||||
|
margin-bottom: 4px;
|
||||||
|
padding: 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-native {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0, 0, 0, 0);
|
||||||
|
white-space: nowrap;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-ui {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-trigger {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 8px;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
padding: 8px 10px;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
border-radius: 6px;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.875rem;
|
||||||
|
line-height: 1.25;
|
||||||
|
cursor: pointer;
|
||||||
|
font-family: inherit;
|
||||||
|
transition: border-color 0.2s ease, box-shadow 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-trigger:hover:not(:disabled) {
|
||||||
|
border-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-ui.open .conversation-project-filter-trigger {
|
||||||
|
outline: none;
|
||||||
|
border-color: var(--accent-color);
|
||||||
|
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-ui.open {
|
||||||
|
z-index: 120;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-value {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-caret {
|
||||||
|
flex-shrink: 0;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
transition: transform 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-ui.open .conversation-project-filter-caret {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-dropdown {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
top: calc(100% + 4px);
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 200;
|
||||||
|
max-height: 280px;
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding: 4px;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: var(--shadow-lg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-ui.open .conversation-project-filter-dropdown {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-option {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
padding: 8px 10px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: transparent;
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.8125rem;
|
||||||
|
font-family: inherit;
|
||||||
|
cursor: pointer;
|
||||||
|
text-align: left;
|
||||||
|
transition: background 0.12s ease, color 0.12s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-option:hover {
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-option.is-selected {
|
||||||
|
background: rgba(0, 102, 255, 0.08);
|
||||||
|
color: var(--accent-color);
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-check {
|
||||||
|
width: 14px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
opacity: 0;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1;
|
||||||
|
color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-option.is-selected .conversation-project-filter-check {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-project-filter-option-label {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.conversation-item-project-badge {
|
||||||
|
font-size: 0.6875rem;
|
||||||
|
color: var(--text-muted);
|
||||||
|
margin-top: 2px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
.conversations-list {
|
.conversations-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -11196,6 +11385,7 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
.conversation-groups-section,
|
.conversation-groups-section,
|
||||||
.recent-conversations-section {
|
.recent-conversations-section {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-groups-section:last-child,
|
.conversation-groups-section:last-child,
|
||||||
@@ -11209,6 +11399,8 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
min-width: 0;
|
||||||
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-header-actions {
|
.section-header-actions {
|
||||||
@@ -11337,6 +11529,21 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recent-conversations-section .section-title {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.recent-conversations-section .section-title.section-title--filtered {
|
||||||
|
text-transform: none;
|
||||||
|
letter-spacing: normal;
|
||||||
|
font-size: 0.875rem;
|
||||||
|
color: var(--text-primary);
|
||||||
|
}
|
||||||
|
|
||||||
.add-group-btn,
|
.add-group-btn,
|
||||||
.batch-manage-btn {
|
.batch-manage-btn {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
@@ -11729,7 +11936,7 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
|
|
||||||
/* 批量管理模态框 */
|
/* 批量管理模态框 */
|
||||||
.batch-manage-modal-content {
|
.batch-manage-modal-content {
|
||||||
max-width: 800px;
|
max-width: 920px;
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -11739,7 +11946,23 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
.batch-manage-header-actions {
|
.batch-manage-header-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 10px;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.batch-manage-header-actions .conversation-project-filter-ui {
|
||||||
|
width: 148px;
|
||||||
|
min-width: 108px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.batch-manage-header-actions .conversation-project-filter-trigger {
|
||||||
|
font-size: 0.8125rem;
|
||||||
|
padding: 8px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.batch-manage-modal-content .conversation-project-filter-ui.open {
|
||||||
|
z-index: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.batch-search-box {
|
.batch-search-box {
|
||||||
@@ -11783,8 +12006,8 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
|
|
||||||
.batch-table-header {
|
.batch-table-header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 40px 1fr 180px 80px;
|
grid-template-columns: 40px minmax(0, 1.2fr) minmax(0, 0.9fr) 160px 72px;
|
||||||
gap: 16px;
|
gap: 12px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
background: var(--bg-secondary);
|
background: var(--bg-secondary);
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
@@ -11802,8 +12025,8 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
|
|
||||||
.batch-conversation-row {
|
.batch-conversation-row {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 40px 1fr 180px 80px;
|
grid-template-columns: 40px minmax(0, 1.2fr) minmax(0, 0.9fr) 160px 72px;
|
||||||
gap: 16px;
|
gap: 12px;
|
||||||
padding: 12px 16px;
|
padding: 12px 16px;
|
||||||
border-bottom: 1px solid var(--border-color);
|
border-bottom: 1px solid var(--border-color);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -11830,6 +12053,20 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
/* 完全依赖JavaScript截断,禁用CSS的ellipsis以避免在UTF-8多字节字符中间截断 */
|
/* 完全依赖JavaScript截断,禁用CSS的ellipsis以避免在UTF-8多字节字符中间截断 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.batch-table-col-project {
|
||||||
|
font-size: 0.8125rem;
|
||||||
|
color: var(--text-muted);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.batch-table-col-project.is-unbound {
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-style: italic;
|
||||||
|
opacity: 0.85;
|
||||||
|
}
|
||||||
|
|
||||||
.batch-table-col-time {
|
.batch-table-col-time {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
@@ -19744,6 +19981,158 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
|
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vuln-filter-native-select {
|
||||||
|
position: absolute;
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
|
padding: 0;
|
||||||
|
margin: -1px;
|
||||||
|
overflow: hidden;
|
||||||
|
clip: rect(0, 0, 0, 0);
|
||||||
|
white-space: nowrap;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vulnerability-filter-field--project .vuln-filter-select,
|
||||||
|
.vulnerability-filter-field--status .vuln-filter-select {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vulnerability-filter-field--project .vuln-filter-select {
|
||||||
|
min-width: 132px;
|
||||||
|
max-width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vulnerability-filter-field--status .vuln-filter-select {
|
||||||
|
min-width: 112px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-trigger {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 8px;
|
||||||
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
|
padding: 8px 10px;
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
border-radius: 8px;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.875rem;
|
||||||
|
line-height: 1.25;
|
||||||
|
cursor: pointer;
|
||||||
|
font-family: inherit;
|
||||||
|
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-trigger:hover:not(:disabled) {
|
||||||
|
border-color: rgba(59, 130, 246, 0.45);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select.open .vuln-filter-select-trigger {
|
||||||
|
border-color: #3b82f6;
|
||||||
|
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select.open {
|
||||||
|
z-index: 120;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-value {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-caret {
|
||||||
|
flex-shrink: 0;
|
||||||
|
color: var(--text-secondary);
|
||||||
|
transition: transform 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select.open .vuln-filter-select-caret {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-dropdown {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
top: calc(100% + 4px);
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 200;
|
||||||
|
max-height: 280px;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding: 4px;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: var(--shadow-lg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select.open .vuln-filter-select-dropdown {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-option {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
width: 100%;
|
||||||
|
padding: 8px 10px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: transparent;
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.8125rem;
|
||||||
|
font-family: inherit;
|
||||||
|
cursor: pointer;
|
||||||
|
text-align: left;
|
||||||
|
transition: background 0.12s ease, color 0.12s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-option:hover {
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-option.is-selected {
|
||||||
|
background: rgba(59, 130, 246, 0.08);
|
||||||
|
color: #2563eb;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-check {
|
||||||
|
width: 14px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
opacity: 0;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1;
|
||||||
|
color: #2563eb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-option.is-selected .vuln-filter-select-check {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select-label {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-filter-select.is-disabled .vuln-filter-select-trigger {
|
||||||
|
opacity: 0.55;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
.vulnerability-filter-clear-btn[hidden] {
|
.vulnerability-filter-clear-btn[hidden] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -20044,6 +20433,167 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
|
|||||||
color: #868e96;
|
color: #868e96;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker {
|
||||||
|
position: relative;
|
||||||
|
display: inline-flex;
|
||||||
|
vertical-align: middle;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.open {
|
||||||
|
z-index: 120;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-trigger {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
|
padding: 4px 8px 4px 10px;
|
||||||
|
border-radius: 12px;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 1.3;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
cursor: pointer;
|
||||||
|
font-family: inherit;
|
||||||
|
max-width: 148px;
|
||||||
|
transition: opacity 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
|
||||||
|
background: transparent;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-value {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-caret {
|
||||||
|
flex-shrink: 0;
|
||||||
|
opacity: 0.8;
|
||||||
|
transition: transform 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.open .vuln-status-picker-caret {
|
||||||
|
transform: rotate(180deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.open .vuln-status-picker-trigger {
|
||||||
|
box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.12);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.status-open .vuln-status-picker-trigger {
|
||||||
|
background: rgba(0, 102, 255, 0.1);
|
||||||
|
color: #0066ff;
|
||||||
|
border-color: rgba(0, 102, 255, 0.22);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.status-confirmed .vuln-status-picker-trigger {
|
||||||
|
background: rgba(40, 167, 69, 0.1);
|
||||||
|
color: #28a745;
|
||||||
|
border-color: rgba(40, 167, 69, 0.22);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.status-fixed .vuln-status-picker-trigger {
|
||||||
|
background: rgba(108, 117, 125, 0.1);
|
||||||
|
color: #6c757d;
|
||||||
|
border-color: rgba(108, 117, 125, 0.22);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.status-false_positive .vuln-status-picker-trigger {
|
||||||
|
background: rgba(220, 53, 69, 0.1);
|
||||||
|
color: #dc3545;
|
||||||
|
border-color: rgba(220, 53, 69, 0.22);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.status-ignored .vuln-status-picker-trigger {
|
||||||
|
background: rgba(108, 117, 125, 0.12);
|
||||||
|
color: #868e96;
|
||||||
|
border-color: rgba(108, 117, 125, 0.22);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-trigger:hover:not(:disabled) {
|
||||||
|
filter: brightness(0.97);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker.is-disabled .vuln-status-picker-trigger {
|
||||||
|
opacity: 0.65;
|
||||||
|
cursor: wait;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-menu {
|
||||||
|
position: absolute;
|
||||||
|
top: calc(100% + 6px);
|
||||||
|
left: 0;
|
||||||
|
min-width: 136px;
|
||||||
|
z-index: 200;
|
||||||
|
background: var(--bg-primary);
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
border-radius: 8px;
|
||||||
|
box-shadow: var(--shadow-lg);
|
||||||
|
padding: 4px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-menu[hidden] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-option {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
width: 100%;
|
||||||
|
padding: 8px 10px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 6px;
|
||||||
|
background: transparent;
|
||||||
|
color: var(--text-primary);
|
||||||
|
font-size: 0.8125rem;
|
||||||
|
font-family: inherit;
|
||||||
|
cursor: pointer;
|
||||||
|
text-align: left;
|
||||||
|
transition: background 0.12s ease, color 0.12s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-option:hover {
|
||||||
|
background: var(--bg-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-option.is-selected {
|
||||||
|
background: rgba(0, 102, 255, 0.08);
|
||||||
|
color: var(--accent-color);
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-check {
|
||||||
|
width: 14px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
opacity: 0;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
line-height: 1;
|
||||||
|
color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-option.is-selected .vuln-status-picker-check {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vuln-status-picker-label {
|
||||||
|
flex: 1;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vulnerability-card--removing {
|
||||||
|
opacity: 0;
|
||||||
|
transform: scale(0.98);
|
||||||
|
pointer-events: none;
|
||||||
|
transition: opacity 0.18s ease, transform 0.18s ease;
|
||||||
|
}
|
||||||
|
|
||||||
.vulnerability-date {
|
.vulnerability-date {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
|
|||||||
@@ -91,10 +91,12 @@
|
|||||||
"refresh": "Refresh",
|
"refresh": "Refresh",
|
||||||
"refreshData": "Refresh data",
|
"refreshData": "Refresh data",
|
||||||
"runningTasks": "Running tasks",
|
"runningTasks": "Running tasks",
|
||||||
|
"runningConversations": "Running conversations",
|
||||||
"vulnTotal": "Total vulnerabilities",
|
"vulnTotal": "Total vulnerabilities",
|
||||||
"toolCalls": "Tool invocations",
|
"toolCalls": "Tool invocations",
|
||||||
"successRate": "Tool success rate",
|
"successRate": "Tool success rate",
|
||||||
"clickToViewTasks": "Click to view tasks",
|
"clickToViewTasks": "Click to view tasks",
|
||||||
|
"clickToViewChat": "Click to view conversations",
|
||||||
"clickToViewVuln": "Click to view vulnerabilities",
|
"clickToViewVuln": "Click to view vulnerabilities",
|
||||||
"clickToViewMCP": "Click to view MCP monitor",
|
"clickToViewMCP": "Click to view MCP monitor",
|
||||||
"accessOverviewTitle": "Access overview",
|
"accessOverviewTitle": "Access overview",
|
||||||
@@ -499,6 +501,13 @@
|
|||||||
"conversationGroups": "Conversation groups",
|
"conversationGroups": "Conversation groups",
|
||||||
"addGroup": "New group",
|
"addGroup": "New group",
|
||||||
"recentConversations": "Recent conversations",
|
"recentConversations": "Recent conversations",
|
||||||
|
"filterByProject": "Filter by project",
|
||||||
|
"filterAllProjects": "All projects",
|
||||||
|
"filterUnboundProjects": "Unbound",
|
||||||
|
"projectConversationsTitle": "{{name}} · Conversations",
|
||||||
|
"unboundConversationsTitle": "Unbound conversations",
|
||||||
|
"noProjectConversations": "No conversations in this project",
|
||||||
|
"noUnboundConversations": "No unbound conversations",
|
||||||
"sortConversations": "Sort",
|
"sortConversations": "Sort",
|
||||||
"sortByCreatedAt": "Created time",
|
"sortByCreatedAt": "Created time",
|
||||||
"sortByUpdatedAt": "Updated time",
|
"sortByUpdatedAt": "Updated time",
|
||||||
@@ -1667,6 +1676,7 @@
|
|||||||
"timelineSummary": "{{total}} calls in range · peak {{peak}}",
|
"timelineSummary": "{{total}} calls in range · peak {{peak}}",
|
||||||
"timelineSparseHint": "Most buckets are empty; peak {{peak}} calls at {{peakTime}}",
|
"timelineSparseHint": "Most buckets are empty; peak {{peak}} calls at {{peakTime}}",
|
||||||
"timelineNoData": "No calls in this period",
|
"timelineNoData": "No calls in this period",
|
||||||
|
"timelineLoading": "Loading trend…",
|
||||||
"timelineEmptyHint": "Switch the time range or invoke MCP tools in chat or tasks",
|
"timelineEmptyHint": "Switch the time range or invoke MCP tools in chat or tasks",
|
||||||
"timelineLoadError": "Failed to load call trend",
|
"timelineLoadError": "Failed to load call trend",
|
||||||
"timelineTotalLegend": "Total calls",
|
"timelineTotalLegend": "Total calls",
|
||||||
@@ -1895,6 +1905,8 @@
|
|||||||
"statusFixed": "Fixed",
|
"statusFixed": "Fixed",
|
||||||
"statusFalsePositive": "False positive",
|
"statusFalsePositive": "False positive",
|
||||||
"statusIgnored": "Ignored",
|
"statusIgnored": "Ignored",
|
||||||
|
"statusChangeLabel": "Change status",
|
||||||
|
"statusUpdateFailed": "Failed to update status",
|
||||||
"searchVulnId": "Search vuln ID",
|
"searchVulnId": "Search vuln ID",
|
||||||
"searchKeyword": "Search title, description, type, target…",
|
"searchKeyword": "Search title, description, type, target…",
|
||||||
"searchKeywordShort": "Keyword",
|
"searchKeywordShort": "Keyword",
|
||||||
@@ -1924,6 +1936,8 @@
|
|||||||
"detailTarget": "Target",
|
"detailTarget": "Target",
|
||||||
"detailProject": "Project",
|
"detailProject": "Project",
|
||||||
"projectUnbound": "No project",
|
"projectUnbound": "No project",
|
||||||
|
"allProjects": "All projects",
|
||||||
|
"filterByProject": "Filter by project",
|
||||||
"projectBindHint": "Once bound, agents can list this finding under the project scope.",
|
"projectBindHint": "Once bound, agents can list this finding under the project scope.",
|
||||||
"projectBindFailed": "Failed to update project binding",
|
"projectBindFailed": "Failed to update project binding",
|
||||||
"projectBindOk": "Project binding updated",
|
"projectBindOk": "Project binding updated",
|
||||||
@@ -2004,6 +2018,10 @@
|
|||||||
"settingsBasic": {
|
"settingsBasic": {
|
||||||
"basicTitle": "Basic settings",
|
"basicTitle": "Basic settings",
|
||||||
"openaiConfig": "OpenAI config",
|
"openaiConfig": "OpenAI config",
|
||||||
|
"apiProvider": "API Provider",
|
||||||
|
"providerOpenAI": "OpenAI / OpenAI-compatible API",
|
||||||
|
"providerClaude": "Claude (Anthropic Messages API)",
|
||||||
|
"visionProviderReuseOpenAI": "Reuse OpenAI config (leave empty)",
|
||||||
"fofaConfig": "FOFA config",
|
"fofaConfig": "FOFA config",
|
||||||
"agentConfig": "Agent config",
|
"agentConfig": "Agent config",
|
||||||
"knowledgeConfig": "Knowledge base config",
|
"knowledgeConfig": "Knowledge base config",
|
||||||
@@ -2522,6 +2540,9 @@
|
|||||||
"title": "Manage conversations · {{count}} total",
|
"title": "Manage conversations · {{count}} total",
|
||||||
"searchPlaceholder": "Search history",
|
"searchPlaceholder": "Search history",
|
||||||
"conversationName": "Conversation name",
|
"conversationName": "Conversation name",
|
||||||
|
"project": "Project",
|
||||||
|
"noProject": "No project",
|
||||||
|
"filterByProject": "Filter by project",
|
||||||
"lastTime": "Last activity",
|
"lastTime": "Last activity",
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
"selectAll": "Select all",
|
"selectAll": "Select all",
|
||||||
@@ -2580,6 +2601,8 @@
|
|||||||
"agentModeSingle": "Single-agent (Eino ADK)",
|
"agentModeSingle": "Single-agent (Eino ADK)",
|
||||||
"agentModeMulti": "Multi-agent (Eino)",
|
"agentModeMulti": "Multi-agent (Eino)",
|
||||||
"agentModeHint": "Same as chat: Eino single-agent (ADK), or Deep / Plan-Execute / Supervisor (last three require multi_agent.enabled).",
|
"agentModeHint": "Same as chat: Eino single-agent (ADK), or Deep / Plan-Execute / Supervisor (last three require multi_agent.enabled).",
|
||||||
|
"concurrency": "Concurrency",
|
||||||
|
"concurrencyHint": "Number of subtasks to run in parallel (1-8). Default 1 is serial; use 1-2 for scan-heavy tasks.",
|
||||||
"scheduleMode": "Schedule mode",
|
"scheduleMode": "Schedule mode",
|
||||||
"scheduleModeManual": "Manual",
|
"scheduleModeManual": "Manual",
|
||||||
"scheduleModeCron": "Cron expression",
|
"scheduleModeCron": "Cron expression",
|
||||||
@@ -2594,8 +2617,8 @@
|
|||||||
"tasksList": "Task list (one task per line)",
|
"tasksList": "Task list (one task per line)",
|
||||||
"tasksListPlaceholder": "Enter task list, one per line",
|
"tasksListPlaceholder": "Enter task list, one per line",
|
||||||
"tasksListPlaceholderExample": "Enter task list, one per line, for example:\nScan open ports of 192.168.1.1\nCheck if https://example.com has SQL injection\nEnumerate subdomains of example.com",
|
"tasksListPlaceholderExample": "Enter task list, one per line, for example:\nScan open ports of 192.168.1.1\nCheck if https://example.com has SQL injection\nEnumerate subdomains of example.com",
|
||||||
"tasksListHint": "Enter one task command per line; the system will execute them in order. Empty lines are ignored.",
|
"tasksListHint": "Enter one task command per line; the system runs them via a concurrency pool. Empty lines are ignored.",
|
||||||
"tasksListHintFull": "Hint: Enter one task command per line; the system will execute these tasks in order. Empty lines are ignored.",
|
"tasksListHintFull": "Hint: Enter one task command per line; the system runs them via a concurrency pool. Empty lines are ignored.",
|
||||||
"createQueue": "Create queue"
|
"createQueue": "Create queue"
|
||||||
},
|
},
|
||||||
"batchQueueDetailModal": {
|
"batchQueueDetailModal": {
|
||||||
@@ -2629,6 +2652,8 @@
|
|||||||
"scheduleToggleFailed": "Failed to update schedule toggle",
|
"scheduleToggleFailed": "Failed to update schedule toggle",
|
||||||
"completedAt": "Completed at",
|
"completedAt": "Completed at",
|
||||||
"taskTotal": "Total tasks",
|
"taskTotal": "Total tasks",
|
||||||
|
"concurrency": "Concurrency",
|
||||||
|
"concurrencyEditHint": "Click to edit. Cannot change while the queue is running.",
|
||||||
"taskList": "Task list",
|
"taskList": "Task list",
|
||||||
"startLabel": "Start",
|
"startLabel": "Start",
|
||||||
"completeLabel": "Complete",
|
"completeLabel": "Complete",
|
||||||
|
|||||||
@@ -91,10 +91,12 @@
|
|||||||
"refresh": "刷新",
|
"refresh": "刷新",
|
||||||
"refreshData": "刷新数据",
|
"refreshData": "刷新数据",
|
||||||
"runningTasks": "运行中任务",
|
"runningTasks": "运行中任务",
|
||||||
|
"runningConversations": "运行中对话",
|
||||||
"vulnTotal": "漏洞总数",
|
"vulnTotal": "漏洞总数",
|
||||||
"toolCalls": "工具调用次数",
|
"toolCalls": "工具调用次数",
|
||||||
"successRate": "工具执行成功率",
|
"successRate": "工具执行成功率",
|
||||||
"clickToViewTasks": "点击查看任务管理",
|
"clickToViewTasks": "点击查看任务管理",
|
||||||
|
"clickToViewChat": "点击查看对话",
|
||||||
"clickToViewVuln": "点击查看漏洞管理",
|
"clickToViewVuln": "点击查看漏洞管理",
|
||||||
"clickToViewMCP": "点击查看 MCP 监控",
|
"clickToViewMCP": "点击查看 MCP 监控",
|
||||||
"accessOverviewTitle": "接入概览",
|
"accessOverviewTitle": "接入概览",
|
||||||
@@ -487,6 +489,13 @@
|
|||||||
"conversationGroups": "对话分组",
|
"conversationGroups": "对话分组",
|
||||||
"addGroup": "新建分组",
|
"addGroup": "新建分组",
|
||||||
"recentConversations": "最近对话",
|
"recentConversations": "最近对话",
|
||||||
|
"filterByProject": "按项目筛选",
|
||||||
|
"filterAllProjects": "全部项目",
|
||||||
|
"filterUnboundProjects": "未绑定项目",
|
||||||
|
"projectConversationsTitle": "{{name}} · 对话",
|
||||||
|
"unboundConversationsTitle": "未绑定项目",
|
||||||
|
"noProjectConversations": "该项目暂无对话",
|
||||||
|
"noUnboundConversations": "暂无未绑定项目的对话",
|
||||||
"sortConversations": "排序",
|
"sortConversations": "排序",
|
||||||
"sortByCreatedAt": "创建时间",
|
"sortByCreatedAt": "创建时间",
|
||||||
"sortByUpdatedAt": "更新时间",
|
"sortByUpdatedAt": "更新时间",
|
||||||
@@ -1655,6 +1664,7 @@
|
|||||||
"timelineSummary": "区间内 {{total}} 次 · 峰值 {{peak}}",
|
"timelineSummary": "区间内 {{total}} 次 · 峰值 {{peak}}",
|
||||||
"timelineSparseHint": "该时段多数时间为 0,峰值 {{peak}} 次出现在 {{peakTime}}",
|
"timelineSparseHint": "该时段多数时间为 0,峰值 {{peak}} 次出现在 {{peakTime}}",
|
||||||
"timelineNoData": "该时段暂无调用",
|
"timelineNoData": "该时段暂无调用",
|
||||||
|
"timelineLoading": "趋势加载中…",
|
||||||
"timelineEmptyHint": "切换时间范围查看其他时段,或在对话/任务中调用 MCP 工具",
|
"timelineEmptyHint": "切换时间范围查看其他时段,或在对话/任务中调用 MCP 工具",
|
||||||
"timelineLoadError": "无法加载调用趋势",
|
"timelineLoadError": "无法加载调用趋势",
|
||||||
"timelineTotalLegend": "总调用",
|
"timelineTotalLegend": "总调用",
|
||||||
@@ -1883,6 +1893,8 @@
|
|||||||
"statusFixed": "已修复",
|
"statusFixed": "已修复",
|
||||||
"statusFalsePositive": "误报",
|
"statusFalsePositive": "误报",
|
||||||
"statusIgnored": "已忽略",
|
"statusIgnored": "已忽略",
|
||||||
|
"statusChangeLabel": "更改状态",
|
||||||
|
"statusUpdateFailed": "更新状态失败",
|
||||||
"searchVulnId": "搜索漏洞 ID",
|
"searchVulnId": "搜索漏洞 ID",
|
||||||
"searchKeyword": "搜索标题、描述、类型、目标…",
|
"searchKeyword": "搜索标题、描述、类型、目标…",
|
||||||
"searchKeywordShort": "关键词",
|
"searchKeywordShort": "关键词",
|
||||||
@@ -1912,6 +1924,8 @@
|
|||||||
"detailTarget": "目标",
|
"detailTarget": "目标",
|
||||||
"detailProject": "所属项目",
|
"detailProject": "所属项目",
|
||||||
"projectUnbound": "未绑定项目",
|
"projectUnbound": "未绑定项目",
|
||||||
|
"allProjects": "全部项目",
|
||||||
|
"filterByProject": "按项目筛选",
|
||||||
"projectBindHint": "绑定后 Agent 可在项目范围内查询到该漏洞",
|
"projectBindHint": "绑定后 Agent 可在项目范围内查询到该漏洞",
|
||||||
"projectBindFailed": "绑定项目失败",
|
"projectBindFailed": "绑定项目失败",
|
||||||
"projectBindOk": "已更新项目绑定",
|
"projectBindOk": "已更新项目绑定",
|
||||||
@@ -1992,6 +2006,10 @@
|
|||||||
"settingsBasic": {
|
"settingsBasic": {
|
||||||
"basicTitle": "基本设置",
|
"basicTitle": "基本设置",
|
||||||
"openaiConfig": "OpenAI 配置",
|
"openaiConfig": "OpenAI 配置",
|
||||||
|
"apiProvider": "API 提供商",
|
||||||
|
"providerOpenAI": "OpenAI / 兼容 OpenAI 协议",
|
||||||
|
"providerClaude": "Claude (Anthropic Messages API)",
|
||||||
|
"visionProviderReuseOpenAI": "OpenAI 配置(留空复用)",
|
||||||
"fofaConfig": "FOFA 配置",
|
"fofaConfig": "FOFA 配置",
|
||||||
"agentConfig": "Agent 配置",
|
"agentConfig": "Agent 配置",
|
||||||
"knowledgeConfig": "知识库配置",
|
"knowledgeConfig": "知识库配置",
|
||||||
@@ -2510,6 +2528,9 @@
|
|||||||
"title": "管理对话记录·共{{count}}条",
|
"title": "管理对话记录·共{{count}}条",
|
||||||
"searchPlaceholder": "搜索历史记录",
|
"searchPlaceholder": "搜索历史记录",
|
||||||
"conversationName": "对话名称",
|
"conversationName": "对话名称",
|
||||||
|
"project": "项目",
|
||||||
|
"noProject": "无项目",
|
||||||
|
"filterByProject": "按项目筛选",
|
||||||
"lastTime": "最近一次对话时间",
|
"lastTime": "最近一次对话时间",
|
||||||
"action": "操作",
|
"action": "操作",
|
||||||
"selectAll": "全选",
|
"selectAll": "全选",
|
||||||
@@ -2568,6 +2589,8 @@
|
|||||||
"agentModeSingle": "单代理(Eino ADK)",
|
"agentModeSingle": "单代理(Eino ADK)",
|
||||||
"agentModeMulti": "多代理(Eino)",
|
"agentModeMulti": "多代理(Eino)",
|
||||||
"agentModeHint": "与对话页一致:Eino 单代理(ADK),或 Deep / Plan-Execute / Supervisor(后三种需已启用多代理)。",
|
"agentModeHint": "与对话页一致:Eino 单代理(ADK),或 Deep / Plan-Execute / Supervisor(后三种需已启用多代理)。",
|
||||||
|
"concurrency": "并发数",
|
||||||
|
"concurrencyHint": "同时执行的子任务数量(1-8)。默认 1 为串行;含扫描类工具时建议 1-2。",
|
||||||
"scheduleMode": "调度方式",
|
"scheduleMode": "调度方式",
|
||||||
"scheduleModeManual": "手工执行",
|
"scheduleModeManual": "手工执行",
|
||||||
"scheduleModeCron": "调度表达式(Cron)",
|
"scheduleModeCron": "调度表达式(Cron)",
|
||||||
@@ -2582,8 +2605,8 @@
|
|||||||
"tasksList": "任务列表(每行一个任务)",
|
"tasksList": "任务列表(每行一个任务)",
|
||||||
"tasksListPlaceholder": "请输入任务列表,每行一个任务",
|
"tasksListPlaceholder": "请输入任务列表,每行一个任务",
|
||||||
"tasksListPlaceholderExample": "请输入任务列表,每行一个任务,例如:\n扫描 192.168.1.1 的开放端口\n检查 https://example.com 是否存在SQL注入\n枚举 example.com 的子域名",
|
"tasksListPlaceholderExample": "请输入任务列表,每行一个任务,例如:\n扫描 192.168.1.1 的开放端口\n检查 https://example.com 是否存在SQL注入\n枚举 example.com 的子域名",
|
||||||
"tasksListHint": "每行输入一个任务指令,系统将依次执行这些任务。空行会被自动忽略。",
|
"tasksListHint": "每行输入一个任务指令,系统将按并发池执行这些任务。空行会被自动忽略。",
|
||||||
"tasksListHintFull": "提示:每行输入一个任务指令,系统将依次执行这些任务。空行会被自动忽略。",
|
"tasksListHintFull": "提示:每行输入一个任务指令,系统将按并发池执行这些任务。空行会被自动忽略。",
|
||||||
"createQueue": "创建队列"
|
"createQueue": "创建队列"
|
||||||
},
|
},
|
||||||
"batchQueueDetailModal": {
|
"batchQueueDetailModal": {
|
||||||
@@ -2617,6 +2640,8 @@
|
|||||||
"scheduleToggleFailed": "更新调度开关失败",
|
"scheduleToggleFailed": "更新调度开关失败",
|
||||||
"completedAt": "完成时间",
|
"completedAt": "完成时间",
|
||||||
"taskTotal": "任务总数",
|
"taskTotal": "任务总数",
|
||||||
|
"concurrency": "并发数",
|
||||||
|
"concurrencyEditHint": "点击可修改;队列运行中不可改。",
|
||||||
"taskList": "任务列表",
|
"taskList": "任务列表",
|
||||||
"startLabel": "开始",
|
"startLabel": "开始",
|
||||||
"completeLabel": "完成",
|
"completeLabel": "完成",
|
||||||
|
|||||||
+467
-45
@@ -3110,15 +3110,26 @@ async function cancelMCPToolExecutionSubmit(executionId, userNote, options = {})
|
|||||||
if (!executionId) {
|
if (!executionId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
let conversationId = '';
|
||||||
|
if (typeof monitorState !== 'undefined' && Array.isArray(monitorState.executions)) {
|
||||||
|
const exec = monitorState.executions.find(e => e && e.id === executionId);
|
||||||
|
if (exec) {
|
||||||
|
conversationId = (exec.conversationId || '').trim();
|
||||||
|
}
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
const res = await apiFetch(`/api/monitor/execution/${encodeURIComponent(executionId)}/cancel`, {
|
if (conversationId && typeof requestCancelWithContinue === 'function') {
|
||||||
method: 'POST',
|
await requestCancelWithContinue(conversationId, userNote || '', { executionId });
|
||||||
headers: { 'Content-Type': 'application/json' },
|
} else {
|
||||||
body: JSON.stringify({ note: userNote || '' }),
|
const res = await apiFetch(`/api/monitor/execution/${encodeURIComponent(executionId)}/cancel`, {
|
||||||
});
|
method: 'POST',
|
||||||
const body = await res.json().catch(() => ({}));
|
headers: { 'Content-Type': 'application/json' },
|
||||||
if (!res.ok) {
|
body: JSON.stringify({ note: userNote || '' }),
|
||||||
throw new Error(body.error || body.message || res.statusText);
|
});
|
||||||
|
const body = await res.json().catch(() => ({}));
|
||||||
|
if (!res.ok) {
|
||||||
|
throw new Error(body.error || body.message || res.statusText);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
const okMsg = typeof window.t === 'function' ? window.t('mcpDetailModal.abortSuccess') : '已发送终止请求';
|
const okMsg = typeof window.t === 'function' ? window.t('mcpDetailModal.abortSuccess') : '已发送终止请求';
|
||||||
alert(okMsg);
|
alert(okMsg);
|
||||||
@@ -3136,7 +3147,7 @@ async function cancelMCPToolExecutionSubmit(executionId, userNote, options = {})
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 取消单次 MCP 工具执行(监控页「终止」)。弹出说明框后提交;仅取消该次 tools/call,不停止整条对话/迭代任务。
|
* 取消单次 MCP 工具执行(监控页「终止」)。有 conversationId 时复用对话页「中断并继续」弹窗与 API。
|
||||||
* @param {string} executionId
|
* @param {string} executionId
|
||||||
* @param {{ refreshDetail?: boolean }} [options]
|
* @param {{ refreshDetail?: boolean }} [options]
|
||||||
*/
|
*/
|
||||||
@@ -3144,6 +3155,18 @@ async function cancelMCPToolExecution(executionId, options = {}) {
|
|||||||
if (!executionId) {
|
if (!executionId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
let conversationId = '';
|
||||||
|
if (typeof monitorState !== 'undefined' && Array.isArray(monitorState.executions)) {
|
||||||
|
const exec = monitorState.executions.find(e => e && e.id === executionId);
|
||||||
|
if (exec) {
|
||||||
|
conversationId = (exec.conversationId || '').trim();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (conversationId && typeof openUserInterruptModal === 'function') {
|
||||||
|
openUserInterruptModal(null, conversationId);
|
||||||
|
window.__monitorInterruptContext = { executionId: executionId, options: options || {} };
|
||||||
|
return;
|
||||||
|
}
|
||||||
openMcpToolAbortModal(executionId, options);
|
openMcpToolAbortModal(executionId, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3299,6 +3322,18 @@ function createConversationListItem(conversation) {
|
|||||||
title.title = titleText; // 设置完整标题以便悬停查看
|
title.title = titleText; // 设置完整标题以便悬停查看
|
||||||
contentWrapper.appendChild(title);
|
contentWrapper.appendChild(title);
|
||||||
|
|
||||||
|
if (!getConversationProjectFilter()) {
|
||||||
|
const pid = conversation.projectId || conversation.project_id || '';
|
||||||
|
const projectName = pid && window.projectNameById ? window.projectNameById[pid] : '';
|
||||||
|
if (projectName) {
|
||||||
|
const badge = document.createElement('div');
|
||||||
|
badge.className = 'conversation-item-project-badge';
|
||||||
|
badge.textContent = projectName;
|
||||||
|
badge.title = projectName;
|
||||||
|
contentWrapper.appendChild(badge);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const time = document.createElement('div');
|
const time = document.createElement('div');
|
||||||
time.className = 'conversation-time';
|
time.className = 'conversation-time';
|
||||||
time.textContent = conversation._timeText || formatConversationTimestamp(conversation._time || new Date());
|
time.textContent = conversation._timeText || formatConversationTimestamp(conversation._time || new Date());
|
||||||
@@ -3844,14 +3879,7 @@ async function deleteConversation(conversationId, skipConfirm = false) {
|
|||||||
const batchModal = document.getElementById('batch-manage-modal');
|
const batchModal = document.getElementById('batch-manage-modal');
|
||||||
if (batchModal && isAppModalOpen('batch-manage-modal')) {
|
if (batchModal && isAppModalOpen('batch-manage-modal')) {
|
||||||
allConversationsForBatch = allConversationsForBatch.filter(c => c.id !== conversationId);
|
allConversationsForBatch = allConversationsForBatch.filter(c => c.id !== conversationId);
|
||||||
updateBatchManageTitle(allConversationsForBatch.length);
|
applyBatchConversationFilters();
|
||||||
const searchInput = document.getElementById('batch-search-input');
|
|
||||||
const query = searchInput ? searchInput.value : '';
|
|
||||||
if (query && query.trim()) {
|
|
||||||
filterBatchConversations(query);
|
|
||||||
} else {
|
|
||||||
renderBatchConversations();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 通知其他模块(如 WebShell AI 助手)同步删除,保持列表一致
|
// 通知其他模块(如 WebShell AI 助手)同步删除,保持列表一致
|
||||||
@@ -6052,6 +6080,266 @@ let pendingGroupMappings = {}; // 待保留的分组映射(用于处理后端A
|
|||||||
let conversationsListLoadSeq = 0; // 对话列表加载序号,避免并发请求导致重复渲染
|
let conversationsListLoadSeq = 0; // 对话列表加载序号,避免并发请求导致重复渲染
|
||||||
const CONVERSATIONS_PAGE_SIZE_KEY = 'cyberstrike.conversations_page_size';
|
const CONVERSATIONS_PAGE_SIZE_KEY = 'cyberstrike.conversations_page_size';
|
||||||
const CONVERSATIONS_SORT_KEY = 'cyberstrike.conversations_sort_by';
|
const CONVERSATIONS_SORT_KEY = 'cyberstrike.conversations_sort_by';
|
||||||
|
const CONVERSATIONS_PROJECT_FILTER_KEY = 'cyberstrike.conversations_project_filter';
|
||||||
|
const CONVERSATION_PROJECT_FILTER_NONE = '__none__';
|
||||||
|
const CONVERSATION_PROJECT_FILTER_SELECT_ID = 'conversation-project-filter';
|
||||||
|
const CONVERSATION_PROJECT_FILTER_CARET = '<svg class="conversation-project-filter-caret" width="14" height="14" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>';
|
||||||
|
const BATCH_PROJECT_FILTER_SELECT_ID = 'batch-project-filter';
|
||||||
|
const projectFilterCustomSelectRegistry = {};
|
||||||
|
let projectFilterCustomSelectDocBound = false;
|
||||||
|
|
||||||
|
function closeProjectFilterCustomSelect(selectId) {
|
||||||
|
const reg = projectFilterCustomSelectRegistry[selectId];
|
||||||
|
if (!reg || !reg.wrapper) return;
|
||||||
|
reg.wrapper.classList.remove('open');
|
||||||
|
if (reg.trigger) reg.trigger.setAttribute('aria-expanded', 'false');
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeAllProjectFilterCustomSelects() {
|
||||||
|
Object.keys(projectFilterCustomSelectRegistry).forEach(closeProjectFilterCustomSelect);
|
||||||
|
}
|
||||||
|
|
||||||
|
function syncProjectFilterCustomSelect(selectId) {
|
||||||
|
const reg = projectFilterCustomSelectRegistry[selectId];
|
||||||
|
if (!reg) return;
|
||||||
|
const { select, dropdown, trigger } = reg;
|
||||||
|
const valueSpan = trigger.querySelector('.conversation-project-filter-value');
|
||||||
|
dropdown.innerHTML = '';
|
||||||
|
Array.prototype.forEach.call(select.options, (opt) => {
|
||||||
|
const item = document.createElement('button');
|
||||||
|
item.type = 'button';
|
||||||
|
item.className = 'conversation-project-filter-option';
|
||||||
|
item.setAttribute('role', 'option');
|
||||||
|
item.setAttribute('data-value', opt.value);
|
||||||
|
const labelText = opt.textContent || '';
|
||||||
|
item.title = labelText;
|
||||||
|
if (opt.value === select.value) {
|
||||||
|
item.classList.add('is-selected');
|
||||||
|
item.setAttribute('aria-selected', 'true');
|
||||||
|
} else {
|
||||||
|
item.setAttribute('aria-selected', 'false');
|
||||||
|
}
|
||||||
|
const check = document.createElement('span');
|
||||||
|
check.className = 'conversation-project-filter-check';
|
||||||
|
check.setAttribute('aria-hidden', 'true');
|
||||||
|
check.textContent = '✓';
|
||||||
|
const label = document.createElement('span');
|
||||||
|
label.className = 'conversation-project-filter-option-label';
|
||||||
|
label.textContent = labelText;
|
||||||
|
label.title = labelText;
|
||||||
|
item.appendChild(check);
|
||||||
|
item.appendChild(label);
|
||||||
|
dropdown.appendChild(item);
|
||||||
|
});
|
||||||
|
const selectedOpt = select.options[select.selectedIndex];
|
||||||
|
const selectedText = selectedOpt ? (selectedOpt.textContent || '') : '';
|
||||||
|
if (valueSpan) {
|
||||||
|
valueSpan.textContent = selectedText;
|
||||||
|
valueSpan.title = selectedText;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function initProjectFilterCustomSelect(selectId) {
|
||||||
|
const select = document.getElementById(selectId);
|
||||||
|
if (!select) return;
|
||||||
|
if (select.dataset.projectCustomSelect === '1') {
|
||||||
|
syncProjectFilterCustomSelect(selectId);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
select.dataset.projectCustomSelect = '1';
|
||||||
|
select.classList.add('conversation-project-filter-native');
|
||||||
|
select.tabIndex = -1;
|
||||||
|
select.setAttribute('aria-hidden', 'true');
|
||||||
|
|
||||||
|
const wrapper = document.createElement('div');
|
||||||
|
wrapper.className = 'conversation-project-filter-ui';
|
||||||
|
|
||||||
|
const trigger = document.createElement('button');
|
||||||
|
trigger.type = 'button';
|
||||||
|
trigger.className = 'conversation-project-filter-trigger';
|
||||||
|
trigger.setAttribute('aria-haspopup', 'listbox');
|
||||||
|
trigger.setAttribute('aria-expanded', 'false');
|
||||||
|
const valueSpan = document.createElement('span');
|
||||||
|
valueSpan.className = 'conversation-project-filter-value';
|
||||||
|
trigger.appendChild(valueSpan);
|
||||||
|
trigger.insertAdjacentHTML('beforeend', CONVERSATION_PROJECT_FILTER_CARET);
|
||||||
|
|
||||||
|
const dropdown = document.createElement('div');
|
||||||
|
dropdown.className = 'conversation-project-filter-dropdown';
|
||||||
|
dropdown.setAttribute('role', 'listbox');
|
||||||
|
|
||||||
|
const parent = select.parentNode;
|
||||||
|
parent.insertBefore(wrapper, select);
|
||||||
|
wrapper.appendChild(trigger);
|
||||||
|
wrapper.appendChild(dropdown);
|
||||||
|
wrapper.appendChild(select);
|
||||||
|
|
||||||
|
projectFilterCustomSelectRegistry[selectId] = { wrapper, trigger, dropdown, select };
|
||||||
|
|
||||||
|
trigger.addEventListener('click', (e) => {
|
||||||
|
e.stopPropagation();
|
||||||
|
const open = wrapper.classList.contains('open');
|
||||||
|
closeAllProjectFilterCustomSelects();
|
||||||
|
if (!open) {
|
||||||
|
wrapper.classList.add('open');
|
||||||
|
trigger.setAttribute('aria-expanded', 'true');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
dropdown.addEventListener('click', (e) => {
|
||||||
|
const opt = e.target.closest('.conversation-project-filter-option');
|
||||||
|
if (!opt) return;
|
||||||
|
e.stopPropagation();
|
||||||
|
const val = opt.getAttribute('data-value');
|
||||||
|
if (val === null) return;
|
||||||
|
if (select.value !== val) {
|
||||||
|
select.value = val;
|
||||||
|
select.dispatchEvent(new Event('change', { bubbles: true }));
|
||||||
|
}
|
||||||
|
closeProjectFilterCustomSelect(selectId);
|
||||||
|
syncProjectFilterCustomSelect(selectId);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!projectFilterCustomSelectDocBound) {
|
||||||
|
projectFilterCustomSelectDocBound = true;
|
||||||
|
document.addEventListener('click', closeAllProjectFilterCustomSelects);
|
||||||
|
document.addEventListener('keydown', (e) => {
|
||||||
|
if (e.key === 'Escape') closeAllProjectFilterCustomSelects();
|
||||||
|
});
|
||||||
|
}
|
||||||
|
syncProjectFilterCustomSelect(selectId);
|
||||||
|
}
|
||||||
|
|
||||||
|
function syncConversationProjectCustomSelect() {
|
||||||
|
syncProjectFilterCustomSelect(CONVERSATION_PROJECT_FILTER_SELECT_ID);
|
||||||
|
}
|
||||||
|
|
||||||
|
function initConversationProjectCustomSelect() {
|
||||||
|
initProjectFilterCustomSelect(CONVERSATION_PROJECT_FILTER_SELECT_ID);
|
||||||
|
}
|
||||||
|
|
||||||
|
function getConversationProjectFilter() {
|
||||||
|
try {
|
||||||
|
return localStorage.getItem(CONVERSATIONS_PROJECT_FILTER_KEY) || '';
|
||||||
|
} catch (e) {
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function setConversationProjectFilter(projectId) {
|
||||||
|
const value = (projectId || '').trim();
|
||||||
|
try {
|
||||||
|
if (value) localStorage.setItem(CONVERSATIONS_PROJECT_FILTER_KEY, value);
|
||||||
|
else localStorage.removeItem(CONVERSATIONS_PROJECT_FILTER_KEY);
|
||||||
|
} catch (e) { /* ignore */ }
|
||||||
|
const sel = document.getElementById('conversation-project-filter');
|
||||||
|
if (sel && sel.value !== value) sel.value = value;
|
||||||
|
syncConversationProjectCustomSelect();
|
||||||
|
updateConversationSidebarFilterUI();
|
||||||
|
}
|
||||||
|
|
||||||
|
function isValidConversationProjectFilter(projectId) {
|
||||||
|
if (!projectId) return true;
|
||||||
|
if (projectId === CONVERSATION_PROJECT_FILTER_NONE) return true;
|
||||||
|
const map = window.projectNameById;
|
||||||
|
if (!map || typeof map !== 'object') return true;
|
||||||
|
return Object.prototype.hasOwnProperty.call(map, projectId);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function refreshConversationProjectFilter() {
|
||||||
|
const sel = document.getElementById('conversation-project-filter');
|
||||||
|
if (!sel) return;
|
||||||
|
const saved = getConversationProjectFilter();
|
||||||
|
let projects = [];
|
||||||
|
if (typeof window.ensureProjectsLoaded === 'function') {
|
||||||
|
try {
|
||||||
|
const list = await window.ensureProjectsLoaded();
|
||||||
|
projects = (list || []).filter((p) => p && p.id && p.status !== 'archived');
|
||||||
|
} catch (e) { /* ignore */ }
|
||||||
|
}
|
||||||
|
if (!projects.length) {
|
||||||
|
try {
|
||||||
|
const res = await apiFetch('/api/projects?status=active&limit=200');
|
||||||
|
if (res.ok) {
|
||||||
|
const data = await res.json();
|
||||||
|
const items = data.projects || data.items || (Array.isArray(data) ? data : []);
|
||||||
|
projects = items.filter((p) => p && p.id);
|
||||||
|
if (typeof window.rebuildProjectNameMap === 'function') {
|
||||||
|
window.rebuildProjectNameMap(items);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} catch (e) { /* ignore */ }
|
||||||
|
}
|
||||||
|
const tFn = typeof window.t === 'function' ? window.t.bind(window) : null;
|
||||||
|
const allLabel = tFn ? tFn('chat.filterAllProjects') : '全部项目';
|
||||||
|
const unboundLabel = tFn ? tFn('chat.filterUnboundProjects') : '未绑定项目';
|
||||||
|
sel.innerHTML = '';
|
||||||
|
const allOpt = document.createElement('option');
|
||||||
|
allOpt.value = '';
|
||||||
|
allOpt.textContent = allLabel;
|
||||||
|
allOpt.setAttribute('data-i18n', 'chat.filterAllProjects');
|
||||||
|
sel.appendChild(allOpt);
|
||||||
|
const unboundOpt = document.createElement('option');
|
||||||
|
unboundOpt.value = CONVERSATION_PROJECT_FILTER_NONE;
|
||||||
|
unboundOpt.textContent = unboundLabel;
|
||||||
|
unboundOpt.setAttribute('data-i18n', 'chat.filterUnboundProjects');
|
||||||
|
sel.appendChild(unboundOpt);
|
||||||
|
projects
|
||||||
|
.slice()
|
||||||
|
.sort((a, b) => (a.name || a.id || '').localeCompare(b.name || b.id || '', undefined, { sensitivity: 'base' }))
|
||||||
|
.forEach((p) => {
|
||||||
|
const opt = document.createElement('option');
|
||||||
|
opt.value = p.id;
|
||||||
|
opt.textContent = p.name || p.id;
|
||||||
|
sel.appendChild(opt);
|
||||||
|
});
|
||||||
|
const normalized = isValidConversationProjectFilter(saved) ? saved : '';
|
||||||
|
if (normalized !== saved) setConversationProjectFilter(normalized);
|
||||||
|
sel.value = normalized;
|
||||||
|
syncConversationProjectCustomSelect();
|
||||||
|
updateConversationSidebarFilterUI();
|
||||||
|
}
|
||||||
|
|
||||||
|
function onConversationProjectFilterChange(projectId) {
|
||||||
|
setConversationProjectFilter(projectId || '');
|
||||||
|
conversationsPagination.page = 1;
|
||||||
|
loadConversationsWithGroups(conversationsSearchQuery);
|
||||||
|
}
|
||||||
|
|
||||||
|
function updateConversationSidebarFilterUI() {
|
||||||
|
const groupsSection = document.querySelector('.conversation-groups-section');
|
||||||
|
const titleEl = document.querySelector('.recent-conversations-section .section-title');
|
||||||
|
const filter = getConversationProjectFilter();
|
||||||
|
const hasSearch = !!(conversationsSearchQuery && conversationsSearchQuery.trim());
|
||||||
|
if (groupsSection) {
|
||||||
|
groupsSection.hidden = !!filter || hasSearch;
|
||||||
|
}
|
||||||
|
if (!titleEl) return;
|
||||||
|
const tFn = typeof window.t === 'function' ? window.t.bind(window) : null;
|
||||||
|
if (filter && filter !== CONVERSATION_PROJECT_FILTER_NONE) {
|
||||||
|
const name = (window.projectNameById && window.projectNameById[filter]) || filter;
|
||||||
|
const fullTitle = tFn ? tFn('chat.projectConversationsTitle', { name }) : `${name} · 对话`;
|
||||||
|
titleEl.textContent = fullTitle;
|
||||||
|
titleEl.title = fullTitle;
|
||||||
|
titleEl.classList.add('section-title--filtered');
|
||||||
|
titleEl.removeAttribute('data-i18n');
|
||||||
|
} else if (filter === CONVERSATION_PROJECT_FILTER_NONE) {
|
||||||
|
const fullTitle = tFn ? tFn('chat.unboundConversationsTitle') : '未绑定项目';
|
||||||
|
titleEl.textContent = fullTitle;
|
||||||
|
titleEl.title = fullTitle;
|
||||||
|
titleEl.classList.add('section-title--filtered');
|
||||||
|
titleEl.setAttribute('data-i18n', 'chat.unboundConversationsTitle');
|
||||||
|
} else {
|
||||||
|
titleEl.classList.remove('section-title--filtered');
|
||||||
|
titleEl.removeAttribute('title');
|
||||||
|
titleEl.setAttribute('data-i18n', 'chat.recentConversations');
|
||||||
|
if (tFn) titleEl.textContent = tFn('chat.recentConversations');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window.onConversationProjectBindingChanged = function onConversationProjectBindingChanged() {
|
||||||
|
loadConversationsWithGroups(conversationsSearchQuery);
|
||||||
|
};
|
||||||
|
|
||||||
function getConversationSortBy() {
|
function getConversationSortBy() {
|
||||||
try {
|
try {
|
||||||
@@ -6229,6 +6517,13 @@ async function fetchAllConversations(searchQuery) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getConversationListEmptyHtml() {
|
function getConversationListEmptyHtml() {
|
||||||
|
const filter = getConversationProjectFilter();
|
||||||
|
if (filter && filter !== CONVERSATION_PROJECT_FILTER_NONE) {
|
||||||
|
return '<div class="conversations-list-empty" data-i18n="chat.noProjectConversations"></div>';
|
||||||
|
}
|
||||||
|
if (filter === CONVERSATION_PROJECT_FILTER_NONE) {
|
||||||
|
return '<div class="conversations-list-empty" data-i18n="chat.noUnboundConversations"></div>';
|
||||||
|
}
|
||||||
return '<div class="conversations-list-empty" data-i18n="chat.noHistoryConversations"></div>';
|
return '<div class="conversations-list-empty" data-i18n="chat.noHistoryConversations"></div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -6405,11 +6700,16 @@ async function loadConversationsWithGroups(searchQuery = '') {
|
|||||||
if (conversationSortBy === 'created_at') {
|
if (conversationSortBy === 'created_at') {
|
||||||
convParams.set('sort_by', 'created_at');
|
convParams.set('sort_by', 'created_at');
|
||||||
}
|
}
|
||||||
|
const projectFilter = getConversationProjectFilter();
|
||||||
|
if (projectFilter) {
|
||||||
|
convParams.set('project_id', projectFilter);
|
||||||
|
}
|
||||||
if (searchQuery && searchQuery.trim()) {
|
if (searchQuery && searchQuery.trim()) {
|
||||||
convParams.set('search', searchQuery.trim());
|
convParams.set('search', searchQuery.trim());
|
||||||
} else {
|
} else if (!projectFilter) {
|
||||||
convParams.set('exclude_grouped', 'true');
|
convParams.set('exclude_grouped', 'true');
|
||||||
}
|
}
|
||||||
|
updateConversationSidebarFilterUI();
|
||||||
const url = `/api/conversations?${convParams}`;
|
const url = `/api/conversations?${convParams}`;
|
||||||
const [,, response] = await Promise.all([
|
const [,, response] = await Promise.all([
|
||||||
loadGroups(),
|
loadGroups(),
|
||||||
@@ -6465,6 +6765,7 @@ async function loadConversationsWithGroups(searchQuery = '') {
|
|||||||
const pinnedConvs = [];
|
const pinnedConvs = [];
|
||||||
const normalConvs = [];
|
const normalConvs = [];
|
||||||
const hasSearchQuery = searchQuery && searchQuery.trim();
|
const hasSearchQuery = searchQuery && searchQuery.trim();
|
||||||
|
const hasProjectFilter = !!getConversationProjectFilter();
|
||||||
|
|
||||||
uniqueConversations.forEach(conv => {
|
uniqueConversations.forEach(conv => {
|
||||||
// 如果有搜索关键词,显示所有匹配的对话(全局搜索,包括分组中的)
|
// 如果有搜索关键词,显示所有匹配的对话(全局搜索,包括分组中的)
|
||||||
@@ -6478,6 +6779,16 @@ async function loadConversationsWithGroups(searchQuery = '') {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 按项目筛选时展示该项目下全部对话(含分组内)
|
||||||
|
if (hasProjectFilter) {
|
||||||
|
if (conv.pinned) {
|
||||||
|
pinnedConvs.push(conv);
|
||||||
|
} else {
|
||||||
|
normalConvs.push(conv);
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// 如果没有搜索关键词,使用原有逻辑
|
// 如果没有搜索关键词,使用原有逻辑
|
||||||
// "最近对话"列表应该只显示不在任何分组中的对话
|
// "最近对话"列表应该只显示不在任何分组中的对话
|
||||||
// 无论是否在分组详情页,都不应该在"最近对话"中显示分组中的对话
|
// 无论是否在分组详情页,都不应该在"最近对话"中显示分组中的对话
|
||||||
@@ -7708,6 +8019,84 @@ function closeContextMenu() {
|
|||||||
// 显示批量管理模态框
|
// 显示批量管理模态框
|
||||||
let allConversationsForBatch = [];
|
let allConversationsForBatch = [];
|
||||||
|
|
||||||
|
function getConversationProjectId(conv) {
|
||||||
|
return (conv?.projectId || conv?.project_id || '').trim();
|
||||||
|
}
|
||||||
|
|
||||||
|
function getConversationProjectLabel(conv) {
|
||||||
|
const pid = getConversationProjectId(conv);
|
||||||
|
if (!pid) {
|
||||||
|
return typeof window.t === 'function' ? window.t('batchManageModal.noProject') : '无项目';
|
||||||
|
}
|
||||||
|
return (window.projectNameById && window.projectNameById[pid]) || pid;
|
||||||
|
}
|
||||||
|
|
||||||
|
async function refreshBatchProjectFilter() {
|
||||||
|
const sel = document.getElementById('batch-project-filter');
|
||||||
|
if (!sel) return;
|
||||||
|
const saved = sel.value || '';
|
||||||
|
if (typeof window.ensureProjectsLoaded === 'function') {
|
||||||
|
try {
|
||||||
|
await window.ensureProjectsLoaded();
|
||||||
|
} catch (e) { /* ignore */ }
|
||||||
|
}
|
||||||
|
const tFn = typeof window.t === 'function' ? window.t.bind(window) : null;
|
||||||
|
const allLabel = tFn ? tFn('chat.filterAllProjects') : '全部项目';
|
||||||
|
const unboundLabel = tFn ? tFn('chat.filterUnboundProjects') : '未绑定项目';
|
||||||
|
sel.innerHTML = '';
|
||||||
|
const allOpt = document.createElement('option');
|
||||||
|
allOpt.value = '';
|
||||||
|
allOpt.textContent = allLabel;
|
||||||
|
allOpt.setAttribute('data-i18n', 'chat.filterAllProjects');
|
||||||
|
sel.appendChild(allOpt);
|
||||||
|
const unboundOpt = document.createElement('option');
|
||||||
|
unboundOpt.value = CONVERSATION_PROJECT_FILTER_NONE;
|
||||||
|
unboundOpt.textContent = unboundLabel;
|
||||||
|
unboundOpt.setAttribute('data-i18n', 'chat.filterUnboundProjects');
|
||||||
|
sel.appendChild(unboundOpt);
|
||||||
|
const source = window.projectNameById ? Object.keys(window.projectNameById) : [];
|
||||||
|
source
|
||||||
|
.sort((a, b) => {
|
||||||
|
const na = (window.projectNameById[a] || a).toLowerCase();
|
||||||
|
const nb = (window.projectNameById[b] || b).toLowerCase();
|
||||||
|
return na.localeCompare(nb);
|
||||||
|
})
|
||||||
|
.forEach((id) => {
|
||||||
|
const opt = document.createElement('option');
|
||||||
|
opt.value = id;
|
||||||
|
opt.textContent = window.projectNameById[id] || id;
|
||||||
|
sel.appendChild(opt);
|
||||||
|
});
|
||||||
|
const valid = !saved || saved === CONVERSATION_PROJECT_FILTER_NONE || (window.projectNameById && window.projectNameById[saved]);
|
||||||
|
sel.value = valid ? saved : '';
|
||||||
|
syncProjectFilterCustomSelect(BATCH_PROJECT_FILTER_SELECT_ID);
|
||||||
|
}
|
||||||
|
|
||||||
|
function getBatchFilteredConversations() {
|
||||||
|
const query = (document.getElementById('batch-search-input')?.value || '').trim().toLowerCase();
|
||||||
|
const projectFilter = (document.getElementById('batch-project-filter')?.value || '').trim();
|
||||||
|
return allConversationsForBatch.filter((conv) => {
|
||||||
|
const pid = getConversationProjectId(conv);
|
||||||
|
if (projectFilter) {
|
||||||
|
if (projectFilter === CONVERSATION_PROJECT_FILTER_NONE) {
|
||||||
|
if (pid) return false;
|
||||||
|
} else if (pid !== projectFilter) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!query) return true;
|
||||||
|
const title = (conv.title || '').toLowerCase();
|
||||||
|
const projectName = getConversationProjectLabel(conv).toLowerCase();
|
||||||
|
return title.includes(query) || projectName.includes(query);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function applyBatchConversationFilters() {
|
||||||
|
const filtered = getBatchFilteredConversations();
|
||||||
|
updateBatchManageTitle(filtered.length);
|
||||||
|
renderBatchConversations(filtered);
|
||||||
|
}
|
||||||
|
|
||||||
// 更新批量管理模态框标题(含条数),支持 i18n;count 为当前条数
|
// 更新批量管理模态框标题(含条数),支持 i18n;count 为当前条数
|
||||||
function updateBatchManageTitle(count) {
|
function updateBatchManageTitle(count) {
|
||||||
const titleEl = document.getElementById('batch-manage-title');
|
const titleEl = document.getElementById('batch-manage-title');
|
||||||
@@ -7719,19 +8108,27 @@ function updateBatchManageTitle(count) {
|
|||||||
|
|
||||||
async function showBatchManageModal() {
|
async function showBatchManageModal() {
|
||||||
try {
|
try {
|
||||||
|
initProjectFilterCustomSelect(BATCH_PROJECT_FILTER_SELECT_ID);
|
||||||
allConversationsForBatch = await fetchAllConversations('');
|
allConversationsForBatch = await fetchAllConversations('');
|
||||||
|
await refreshBatchProjectFilter();
|
||||||
const modal = document.getElementById('batch-manage-modal');
|
const sidebarFilter = getConversationProjectFilter();
|
||||||
updateBatchManageTitle(allConversationsForBatch.length);
|
const batchSel = document.getElementById('batch-project-filter');
|
||||||
|
if (batchSel && sidebarFilter && (
|
||||||
renderBatchConversations();
|
sidebarFilter === CONVERSATION_PROJECT_FILTER_NONE ||
|
||||||
|
(window.projectNameById && window.projectNameById[sidebarFilter])
|
||||||
|
)) {
|
||||||
|
batchSel.value = sidebarFilter;
|
||||||
|
}
|
||||||
|
const searchInput = document.getElementById('batch-search-input');
|
||||||
|
if (searchInput) searchInput.value = '';
|
||||||
|
applyBatchConversationFilters();
|
||||||
openAppModal('batch-manage-modal', { focus: false });
|
openAppModal('batch-manage-modal', { focus: false });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('加载对话列表失败:', error);
|
console.error('加载对话列表失败:', error);
|
||||||
// 错误时使用空数组,不显示错误提示(更友好的用户体验)
|
initProjectFilterCustomSelect(BATCH_PROJECT_FILTER_SELECT_ID);
|
||||||
allConversationsForBatch = [];
|
allConversationsForBatch = [];
|
||||||
updateBatchManageTitle(0);
|
await refreshBatchProjectFilter();
|
||||||
renderBatchConversations();
|
applyBatchConversationFilters();
|
||||||
openAppModal('batch-manage-modal', { focus: false });
|
openAppModal('batch-manage-modal', { focus: false });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7794,15 +8191,27 @@ function renderBatchConversations(filtered = null) {
|
|||||||
checkbox.dataset.conversationId = conv.id;
|
checkbox.dataset.conversationId = conv.id;
|
||||||
checkbox.addEventListener('change', syncSelectAllBatchCheckbox);
|
checkbox.addEventListener('change', syncSelectAllBatchCheckbox);
|
||||||
|
|
||||||
|
const checkboxCol = document.createElement('div');
|
||||||
|
checkboxCol.className = 'batch-table-col-checkbox';
|
||||||
|
checkboxCol.appendChild(checkbox);
|
||||||
|
|
||||||
const name = document.createElement('div');
|
const name = document.createElement('div');
|
||||||
name.className = 'batch-table-col-name';
|
name.className = 'batch-table-col-name';
|
||||||
const originalTitle = conv.title || (typeof window.t === 'function' ? window.t('batchManageModal.unnamedConversation') : '未命名对话');
|
const originalTitle = conv.title || (typeof window.t === 'function' ? window.t('batchManageModal.unnamedConversation') : '未命名对话');
|
||||||
// 使用安全截断函数,限制最大长度为45个字符(留出空间显示省略号)
|
const truncatedTitle = safeTruncateText(originalTitle, 36);
|
||||||
const truncatedTitle = safeTruncateText(originalTitle, 45);
|
|
||||||
name.textContent = truncatedTitle;
|
name.textContent = truncatedTitle;
|
||||||
// 设置title属性以显示完整文本(鼠标悬停时)
|
|
||||||
name.title = originalTitle;
|
name.title = originalTitle;
|
||||||
|
|
||||||
|
const project = document.createElement('div');
|
||||||
|
project.className = 'batch-table-col-project';
|
||||||
|
const projectLabel = getConversationProjectLabel(conv);
|
||||||
|
const truncatedProject = safeTruncateText(projectLabel, 28);
|
||||||
|
project.textContent = truncatedProject;
|
||||||
|
project.title = projectLabel;
|
||||||
|
if (!getConversationProjectId(conv)) {
|
||||||
|
project.classList.add('is-unbound');
|
||||||
|
}
|
||||||
|
|
||||||
const time = document.createElement('div');
|
const time = document.createElement('div');
|
||||||
time.className = 'batch-table-col-time';
|
time.className = 'batch-table-col-time';
|
||||||
const dateObj = conv.updatedAt ? new Date(conv.updatedAt) : new Date();
|
const dateObj = conv.updatedAt ? new Date(conv.updatedAt) : new Date();
|
||||||
@@ -7835,8 +8244,9 @@ function renderBatchConversations(filtered = null) {
|
|||||||
};
|
};
|
||||||
action.appendChild(deleteBtn);
|
action.appendChild(deleteBtn);
|
||||||
|
|
||||||
row.appendChild(checkbox);
|
row.appendChild(checkboxCol);
|
||||||
row.appendChild(name);
|
row.appendChild(name);
|
||||||
|
row.appendChild(project);
|
||||||
row.appendChild(time);
|
row.appendChild(time);
|
||||||
row.appendChild(action);
|
row.appendChild(action);
|
||||||
|
|
||||||
@@ -7847,18 +8257,8 @@ function renderBatchConversations(filtered = null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 筛选批量管理对话
|
// 筛选批量管理对话
|
||||||
function filterBatchConversations(query) {
|
function filterBatchConversations() {
|
||||||
if (!query || !query.trim()) {
|
applyBatchConversationFilters();
|
||||||
renderBatchConversations();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const filtered = allConversationsForBatch.filter(conv => {
|
|
||||||
const title = (conv.title || '').toLowerCase();
|
|
||||||
return title.includes(query.toLowerCase());
|
|
||||||
});
|
|
||||||
|
|
||||||
renderBatchConversations(filtered);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 全选/取消全选
|
// 全选/取消全选
|
||||||
@@ -7935,6 +8335,10 @@ function closeBatchManageModal() {
|
|||||||
selectAll.checked = false;
|
selectAll.checked = false;
|
||||||
selectAll.indeterminate = false;
|
selectAll.indeterminate = false;
|
||||||
}
|
}
|
||||||
|
const searchInput = document.getElementById('batch-search-input');
|
||||||
|
if (searchInput) searchInput.value = '';
|
||||||
|
const batchProj = document.getElementById('batch-project-filter');
|
||||||
|
if (batchProj) batchProj.value = '';
|
||||||
allConversationsForBatch = [];
|
allConversationsForBatch = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -8005,9 +8409,16 @@ function refreshChatPanelI18n() {
|
|||||||
document.addEventListener('languagechange', function () {
|
document.addEventListener('languagechange', function () {
|
||||||
refreshSystemReadyMessageBubbles();
|
refreshSystemReadyMessageBubbles();
|
||||||
refreshChatPanelI18n();
|
refreshChatPanelI18n();
|
||||||
const modal = document.getElementById('batch-manage-modal');
|
if (typeof refreshConversationProjectFilter === 'function') {
|
||||||
if (isAppModalOpen('batch-manage-modal')) {
|
refreshConversationProjectFilter();
|
||||||
updateBatchManageTitle(allConversationsForBatch.length);
|
}
|
||||||
|
if (typeof refreshBatchProjectFilter === 'function') {
|
||||||
|
refreshBatchProjectFilter().then(() => {
|
||||||
|
const modal = document.getElementById('batch-manage-modal');
|
||||||
|
if (modal && isAppModalOpen('batch-manage-modal') && typeof applyBatchConversationFilters === 'function') {
|
||||||
|
applyBatchConversationFilters();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
// 侧边栏最近对话等列表的时间戳会随语言变化(24h/12h 等),重新拉列表以统一格式
|
// 侧边栏最近对话等列表的时间戳会随语言变化(24h/12h 等),重新拉列表以统一格式
|
||||||
if (typeof loadConversationsWithGroups === 'function') {
|
if (typeof loadConversationsWithGroups === 'function') {
|
||||||
@@ -8938,7 +9349,10 @@ function clearGroupSearch() {
|
|||||||
|
|
||||||
// 初始化时加载分组
|
// 初始化时加载分组
|
||||||
document.addEventListener('DOMContentLoaded', async () => {
|
document.addEventListener('DOMContentLoaded', async () => {
|
||||||
|
if (window.i18nReady) await window.i18nReady;
|
||||||
updateConversationSortMenuUI();
|
updateConversationSortMenuUI();
|
||||||
|
initConversationProjectCustomSelect();
|
||||||
|
await refreshConversationProjectFilter();
|
||||||
await loadGroups();
|
await loadGroups();
|
||||||
await loadConversationsWithGroups();
|
await loadConversationsWithGroups();
|
||||||
|
|
||||||
@@ -8995,8 +9409,16 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
async function refreshAllProjectFilterSelects() {
|
||||||
|
await refreshConversationProjectFilter();
|
||||||
|
await refreshBatchProjectFilter();
|
||||||
|
}
|
||||||
|
|
||||||
// 顶层 async function 不会自动挂到 window,hitl 等脚本依赖 window.loadConversation
|
// 顶层 async function 不会自动挂到 window,hitl 等脚本依赖 window.loadConversation
|
||||||
if (typeof window !== 'undefined') {
|
if (typeof window !== 'undefined') {
|
||||||
window.loadConversation = loadConversation;
|
window.loadConversation = loadConversation;
|
||||||
window.startNewConversation = startNewConversation;
|
window.startNewConversation = startNewConversation;
|
||||||
|
window.refreshConversationProjectFilter = refreshConversationProjectFilter;
|
||||||
|
window.refreshAllProjectFilterSelects = refreshAllProjectFilterSelects;
|
||||||
|
window.onConversationProjectFilterChange = onConversationProjectFilterChange;
|
||||||
}
|
}
|
||||||
|
|||||||
+29
-49
@@ -1,4 +1,4 @@
|
|||||||
// 仪表盘页面:拉取运行中任务、漏洞统计、批量任务、工具与 Skills 统计并渲染。
|
// 仪表盘页面:拉取运行中对话、漏洞统计、批量任务、工具与 Skills 统计并渲染。
|
||||||
//
|
//
|
||||||
// 工程基础设施:
|
// 工程基础设施:
|
||||||
// - dashboardState 集中保存运行时状态(in-flight controller / 自动轮询 timer / 上次更新时间 /
|
// - dashboardState 集中保存运行时状态(in-flight controller / 自动轮询 timer / 上次更新时间 /
|
||||||
@@ -118,7 +118,7 @@ async function refreshDashboard() {
|
|||||||
fetchJson('/api/agent-loop/tasks'),
|
fetchJson('/api/agent-loop/tasks'),
|
||||||
fetchJson('/api/vulnerabilities/stats'),
|
fetchJson('/api/vulnerabilities/stats'),
|
||||||
fetchJson('/api/batch-tasks?limit=500&page=1'),
|
fetchJson('/api/batch-tasks?limit=500&page=1'),
|
||||||
fetchJson('/api/monitor/stats'),
|
fetchJson('/api/monitor/stats?top=30'),
|
||||||
fetchJson('/api/knowledge/stats'),
|
fetchJson('/api/knowledge/stats'),
|
||||||
fetchJson('/api/skills/stats'),
|
fetchJson('/api/skills/stats'),
|
||||||
fetchJson('/api/vulnerabilities?limit=10&page=1'),
|
fetchJson('/api/vulnerabilities?limit=10&page=1'),
|
||||||
@@ -150,36 +150,24 @@ async function refreshDashboard() {
|
|||||||
// 如果在 await 期间 controller 已被 abort,说明又有新刷新启动了,丢弃本次结果
|
// 如果在 await 期间 controller 已被 abort,说明又有新刷新启动了,丢弃本次结果
|
||||||
if (signal && signal.aborted) return;
|
if (signal && signal.aborted) return;
|
||||||
|
|
||||||
// 运行中任务:Agent 循环任务 + 批量队列「执行中」数量统一统计,避免顶部 KPI 与运行概览不一致
|
// 运行中对话:仅统计 Agent 循环任务;批量队列见右侧「批量任务队列」
|
||||||
let agentRunningCount = null;
|
let agentRunningCount = null;
|
||||||
if (tasksRes && Array.isArray(tasksRes.tasks)) {
|
if (tasksRes && Array.isArray(tasksRes.tasks)) {
|
||||||
agentRunningCount = tasksRes.tasks.length;
|
agentRunningCount = tasksRes.tasks.length;
|
||||||
}
|
}
|
||||||
let batchRunningCount = 0;
|
let batchRunningCount = 0;
|
||||||
let batchPendingCount = 0;
|
|
||||||
if (batchRes && Array.isArray(batchRes.queues)) {
|
if (batchRes && Array.isArray(batchRes.queues)) {
|
||||||
batchRes.queues.forEach(q => {
|
batchRes.queues.forEach(q => {
|
||||||
const s = (q.status || '').toLowerCase();
|
const s = (q.status || '').toLowerCase();
|
||||||
if (s === 'running') batchRunningCount++;
|
if (s === 'running') batchRunningCount++;
|
||||||
else if (s === 'pending' || s === 'paused') batchPendingCount++;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const totalRunning = (agentRunningCount || 0) + batchRunningCount;
|
const runningConversations = agentRunningCount !== null ? agentRunningCount : 0;
|
||||||
if (runningEl) {
|
if (runningEl) {
|
||||||
if (agentRunningCount !== null) {
|
runningEl.textContent = agentRunningCount !== null ? String(agentRunningCount) : '-';
|
||||||
runningEl.textContent = String(totalRunning);
|
|
||||||
} else if (batchRes && Array.isArray(batchRes.queues)) {
|
|
||||||
runningEl.textContent = String(batchRunningCount);
|
|
||||||
} else {
|
|
||||||
runningEl.textContent = '-';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// KPI 副标:N 待执行 / 全部空闲
|
// KPI 副标:全部空闲 / 正在执行
|
||||||
if (batchPendingCount > 0) {
|
if (runningConversations === 0) {
|
||||||
setKpiSubBadge('dashboard-kpi-tasks-sub-text',
|
|
||||||
dt('dashboard.pendingCountLabel', { count: batchPendingCount }, batchPendingCount + ' 待执行'),
|
|
||||||
'pending');
|
|
||||||
} else if (totalRunning === 0) {
|
|
||||||
setKpiSubBadge('dashboard-kpi-tasks-sub-text', dt('dashboard.allIdle', null, '系统空闲'), 'idle');
|
setKpiSubBadge('dashboard-kpi-tasks-sub-text', dt('dashboard.allIdle', null, '系统空闲'), 'idle');
|
||||||
} else {
|
} else {
|
||||||
setKpiSubBadge('dashboard-kpi-tasks-sub-text', dt('dashboard.executingNow', null, '正在执行'), 'running');
|
setKpiSubBadge('dashboard-kpi-tasks-sub-text', dt('dashboard.executingNow', null, '正在执行'), 'running');
|
||||||
@@ -301,36 +289,27 @@ async function refreshDashboard() {
|
|||||||
updateProgressBar('dashboard-batch-progress-done', '0');
|
updateProgressBar('dashboard-batch-progress-done', '0');
|
||||||
}
|
}
|
||||||
|
|
||||||
// 工具调用:monitor/stats 为 { toolName: { totalCalls, successCalls, failedCalls, ... } }
|
// 工具调用:monitor/stats 为 { summary, topTools }
|
||||||
let toolsCount = 0, toolsTotalCalls = 0, toolsSuccessRate = -1, toolsFailedCount = 0;
|
let toolsCount = 0, toolsTotalCalls = 0, toolsSuccessRate = -1, toolsFailedCount = 0;
|
||||||
if (monitorRes && typeof monitorRes === 'object') {
|
if (monitorRes && monitorRes.summary) {
|
||||||
const names = Object.keys(monitorRes);
|
const s = monitorRes.summary;
|
||||||
let totalCalls = 0, totalSuccess = 0, totalFailed = 0;
|
toolsCount = s.toolCount || 0;
|
||||||
names.forEach(k => {
|
toolsTotalCalls = s.totalCalls || 0;
|
||||||
const v = monitorRes[k];
|
toolsFailedCount = s.failedCalls || 0;
|
||||||
const n = v && (v.totalCalls ?? v.TotalCalls);
|
const totalSuccess = s.successCalls || 0;
|
||||||
if (typeof n === 'number') totalCalls += n;
|
setEl('dashboard-kpi-tools-calls', formatNumber(toolsTotalCalls));
|
||||||
const s = v && (v.successCalls ?? v.SuccessCalls);
|
|
||||||
if (typeof s === 'number') totalSuccess += s;
|
|
||||||
const f = v && (v.failedCalls ?? v.FailedCalls);
|
|
||||||
if (typeof f === 'number') totalFailed += f;
|
|
||||||
});
|
|
||||||
toolsCount = names.length;
|
|
||||||
toolsTotalCalls = totalCalls;
|
|
||||||
toolsFailedCount = totalFailed;
|
|
||||||
setEl('dashboard-kpi-tools-calls', formatNumber(totalCalls));
|
|
||||||
setKpiSubText('dashboard-kpi-tools-sub-text',
|
setKpiSubText('dashboard-kpi-tools-sub-text',
|
||||||
dt('dashboard.toolsCountLabel', { count: toolsCount }, toolsCount + ' 个工具'));
|
dt('dashboard.toolsCountLabel', { count: toolsCount }, toolsCount + ' 个工具'));
|
||||||
if (totalCalls > 0) {
|
if (toolsTotalCalls > 0) {
|
||||||
toolsSuccessRate = (totalSuccess / totalCalls) * 100;
|
toolsSuccessRate = (totalSuccess / toolsTotalCalls) * 100;
|
||||||
const rateStr = toolsSuccessRate.toFixed(1) + '%';
|
const rateStr = toolsSuccessRate.toFixed(1) + '%';
|
||||||
setEl('dashboard-kpi-success-rate', rateStr);
|
setEl('dashboard-kpi-success-rate', rateStr);
|
||||||
setKpiRateBadge('dashboard-kpi-rate-sub-text', toolsSuccessRate, totalFailed);
|
setKpiRateBadge('dashboard-kpi-rate-sub-text', toolsSuccessRate, toolsFailedCount);
|
||||||
} else {
|
} else {
|
||||||
setEl('dashboard-kpi-success-rate', '-');
|
setEl('dashboard-kpi-success-rate', '-');
|
||||||
setKpiSubText('dashboard-kpi-rate-sub-text', dt('dashboard.noCallYet', null, '暂无调用'));
|
setKpiSubText('dashboard-kpi-rate-sub-text', dt('dashboard.noCallYet', null, '暂无调用'));
|
||||||
}
|
}
|
||||||
renderDashboardToolsBar(monitorRes);
|
renderDashboardToolsBar(monitorRes.topTools);
|
||||||
} else {
|
} else {
|
||||||
setEl('dashboard-kpi-tools-calls', '-');
|
setEl('dashboard-kpi-tools-calls', '-');
|
||||||
setEl('dashboard-kpi-success-rate', '-');
|
setEl('dashboard-kpi-success-rate', '-');
|
||||||
@@ -414,7 +393,7 @@ async function refreshDashboard() {
|
|||||||
var toolsConfiguredCount = (toolsConfigRes && typeof toolsConfigRes.total === 'number')
|
var toolsConfiguredCount = (toolsConfigRes && typeof toolsConfigRes.total === 'number')
|
||||||
? toolsConfigRes.total : 0;
|
? toolsConfigRes.total : 0;
|
||||||
updateSmartCTA({
|
updateSmartCTA({
|
||||||
totalRunning: totalRunning,
|
totalRunning: runningConversations + batchRunningCount,
|
||||||
totalVulns: (vulnRes && typeof vulnRes.total === 'number') ? vulnRes.total : 0,
|
totalVulns: (vulnRes && typeof vulnRes.total === 'number') ? vulnRes.total : 0,
|
||||||
totalCalls: toolsTotalCalls,
|
totalCalls: toolsTotalCalls,
|
||||||
toolsConfigured: toolsConfiguredCount,
|
toolsConfigured: toolsConfiguredCount,
|
||||||
@@ -430,7 +409,7 @@ async function refreshDashboard() {
|
|||||||
failedTools: toolsFailedCount,
|
failedTools: toolsFailedCount,
|
||||||
toolsConfigured: toolsConfiguredCount,
|
toolsConfigured: toolsConfiguredCount,
|
||||||
totalVulns: (vulnRes && typeof vulnRes.total === 'number') ? vulnRes.total : 0,
|
totalVulns: (vulnRes && typeof vulnRes.total === 'number') ? vulnRes.total : 0,
|
||||||
totalRunning: totalRunning
|
totalRunning: runningConversations + batchRunningCount
|
||||||
});
|
});
|
||||||
|
|
||||||
// 更新「上次更新」时间
|
// 更新「上次更新」时间
|
||||||
@@ -1615,12 +1594,12 @@ function renderSeverityInsights(bySeverityOpen, totalOpen, recentVulnsRes) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderDashboardToolsBar(monitorRes) {
|
function renderDashboardToolsBar(topTools) {
|
||||||
const placeholder = document.getElementById('dashboard-tools-pie-placeholder');
|
const placeholder = document.getElementById('dashboard-tools-pie-placeholder');
|
||||||
const barChartEl = document.getElementById('dashboard-tools-bar-chart');
|
const barChartEl = document.getElementById('dashboard-tools-bar-chart');
|
||||||
if (!placeholder || !barChartEl) return;
|
if (!placeholder || !barChartEl) return;
|
||||||
|
|
||||||
if (!monitorRes || typeof monitorRes !== 'object') {
|
if (!Array.isArray(topTools) || topTools.length === 0) {
|
||||||
placeholder.style.removeProperty('display');
|
placeholder.style.removeProperty('display');
|
||||||
placeholder.textContent = (typeof window.t === 'function' ? window.t('dashboard.noCallData') : '暂无调用数据');
|
placeholder.textContent = (typeof window.t === 'function' ? window.t('dashboard.noCallData') : '暂无调用数据');
|
||||||
barChartEl.style.display = 'none';
|
barChartEl.style.display = 'none';
|
||||||
@@ -1628,11 +1607,12 @@ function renderDashboardToolsBar(monitorRes) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const entries = Object.keys(monitorRes).map(function (k) {
|
const entries = topTools.map(function (t) {
|
||||||
const v = monitorRes[k];
|
return {
|
||||||
const totalCalls = v && (v.totalCalls ?? v.TotalCalls);
|
name: t.toolName || '',
|
||||||
return { name: k, totalCalls: typeof totalCalls === 'number' ? totalCalls : 0 };
|
totalCalls: typeof t.totalCalls === 'number' ? t.totalCalls : 0,
|
||||||
}).filter(function (e) { return e.totalCalls > 0; })
|
};
|
||||||
|
}).filter(function (e) { return e.name && e.totalCalls > 0; })
|
||||||
.sort(function (a, b) { return b.totalCalls - a.totalCalls; })
|
.sort(function (a, b) { return b.totalCalls - a.totalCalls; })
|
||||||
.slice(0, 30);
|
.slice(0, 30);
|
||||||
|
|
||||||
|
|||||||
+243
-158
@@ -970,17 +970,22 @@ async function requestCancel(conversationId) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** 与 MCP 监控一致:仅终止当前进行中的工具调用,工具返回后本轮推理继续(可选 reason 合并进工具结果) */
|
/** 与 MCP 监控一致:仅终止当前进行中的工具调用,工具返回后本轮推理继续(可选 reason 合并进工具结果) */
|
||||||
async function requestCancelWithContinue(conversationId, reason) {
|
async function requestCancelWithContinue(conversationId, reason, options = {}) {
|
||||||
|
const executionId = options && options.executionId ? String(options.executionId).trim() : '';
|
||||||
|
const body = {
|
||||||
|
conversationId,
|
||||||
|
reason: reason || '',
|
||||||
|
continueAfter: true,
|
||||||
|
};
|
||||||
|
if (executionId) {
|
||||||
|
body.executionId = executionId;
|
||||||
|
}
|
||||||
const response = await apiFetch('/api/agent-loop/cancel', {
|
const response = await apiFetch('/api/agent-loop/cancel', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify(body),
|
||||||
conversationId,
|
|
||||||
reason: reason || '',
|
|
||||||
continueAfter: true,
|
|
||||||
}),
|
|
||||||
});
|
});
|
||||||
const result = await response.json().catch(() => ({}));
|
const result = await response.json().catch(() => ({}));
|
||||||
if (!response.ok) {
|
if (!response.ok) {
|
||||||
@@ -1003,6 +1008,7 @@ function openUserInterruptModal(progressId, conversationId) {
|
|||||||
|
|
||||||
function closeUserInterruptModal() {
|
function closeUserInterruptModal() {
|
||||||
userInterruptModalPending = null;
|
userInterruptModalPending = null;
|
||||||
|
window.__monitorInterruptContext = null;
|
||||||
closeAppModal('user-interrupt-modal');
|
closeAppModal('user-interrupt-modal');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1012,6 +1018,7 @@ async function submitUserInterruptContinue() {
|
|||||||
}
|
}
|
||||||
const reason = (document.getElementById('user-interrupt-reason') && document.getElementById('user-interrupt-reason').value || '').trim();
|
const reason = (document.getElementById('user-interrupt-reason') && document.getElementById('user-interrupt-reason').value || '').trim();
|
||||||
const { progressId, conversationId } = userInterruptModalPending;
|
const { progressId, conversationId } = userInterruptModalPending;
|
||||||
|
const monitorCtx = window.__monitorInterruptContext;
|
||||||
closeUserInterruptModal();
|
closeUserInterruptModal();
|
||||||
const stopBtn = progressId ? document.getElementById(`${progressId}-stop-btn`) : null;
|
const stopBtn = progressId ? document.getElementById(`${progressId}-stop-btn`) : null;
|
||||||
try {
|
try {
|
||||||
@@ -1019,7 +1026,16 @@ async function submitUserInterruptContinue() {
|
|||||||
stopBtn.disabled = true;
|
stopBtn.disabled = true;
|
||||||
stopBtn.textContent = typeof window.t === 'function' ? window.t('tasks.interruptSubmitting') : '提交中...';
|
stopBtn.textContent = typeof window.t === 'function' ? window.t('tasks.interruptSubmitting') : '提交中...';
|
||||||
}
|
}
|
||||||
await requestCancelWithContinue(conversationId, reason);
|
await requestCancelWithContinue(conversationId, reason, {
|
||||||
|
executionId: monitorCtx && monitorCtx.executionId ? monitorCtx.executionId : '',
|
||||||
|
});
|
||||||
|
if (monitorCtx && monitorCtx.executionId && typeof refreshMonitorPanel === 'function') {
|
||||||
|
const page = (typeof monitorState !== 'undefined' && monitorState.pagination && monitorState.pagination.page)
|
||||||
|
? monitorState.pagination.page
|
||||||
|
: 1;
|
||||||
|
await refreshMonitorPanel(page);
|
||||||
|
window.__monitorInterruptContext = null;
|
||||||
|
}
|
||||||
loadActiveTasks();
|
loadActiveTasks();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('中断并继续失败:', error);
|
console.error('中断并继续失败:', error);
|
||||||
@@ -3109,6 +3125,12 @@ function attachToolResultToCall(progressId, toolCallId, data, options) {
|
|||||||
if (!item && mapping && mapping.timeline) {
|
if (!item && mapping && mapping.timeline) {
|
||||||
item = findToolCallItemById(mapping.timeline, toolCallId);
|
item = findToolCallItemById(mapping.timeline, toolCallId);
|
||||||
}
|
}
|
||||||
|
if (!item && progressId) {
|
||||||
|
const progressRoot = document.getElementById(String(progressId));
|
||||||
|
if (progressRoot) {
|
||||||
|
item = findToolCallItemById(progressRoot, toolCallId);
|
||||||
|
}
|
||||||
|
}
|
||||||
if (!item) return false;
|
if (!item) return false;
|
||||||
mergeToolResultIntoCallItem(item, data, options);
|
mergeToolResultIntoCallItem(item, data, options);
|
||||||
return true;
|
return true;
|
||||||
@@ -3145,7 +3167,7 @@ function coalesceProcessDetailsToolPairs(details) {
|
|||||||
if (id) callsById.set(id, copy);
|
if (id) callsById.set(id, copy);
|
||||||
fifoCalls.push(copy);
|
fifoCalls.push(copy);
|
||||||
out.push(copy);
|
out.push(copy);
|
||||||
} else if (et === 'tool_result') {
|
} else if (et === 'tool_result') {
|
||||||
let target = null;
|
let target = null;
|
||||||
if (id && callsById.has(id)) {
|
if (id && callsById.has(id)) {
|
||||||
target = callsById.get(id);
|
target = callsById.get(id);
|
||||||
@@ -3159,6 +3181,12 @@ function coalesceProcessDetailsToolPairs(details) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (target) {
|
if (target) {
|
||||||
|
// agentFacing 或较新的 tool_result 覆盖旧合并(历史数据可能含 reduction 前全量正文)
|
||||||
|
const prev = target.data._mergedResult;
|
||||||
|
if (prev && data.agentFacing !== true && prev.agentFacing === true) {
|
||||||
|
out.push(detail);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
absorbResult(target, detail);
|
absorbResult(target, detail);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -3518,12 +3546,15 @@ let monitorPanelFetchSeq = 0;
|
|||||||
// 监控面板状态
|
// 监控面板状态
|
||||||
const monitorState = {
|
const monitorState = {
|
||||||
executions: [],
|
executions: [],
|
||||||
stats: {},
|
summary: null,
|
||||||
|
topTools: [],
|
||||||
timeline: null,
|
timeline: null,
|
||||||
timelineRange: null,
|
timelineRange: null,
|
||||||
timelineError: null,
|
timelineError: null,
|
||||||
|
timelineLoading: false,
|
||||||
lastFetchedAt: null,
|
lastFetchedAt: null,
|
||||||
retentionDays: 0,
|
retentionDays: 0,
|
||||||
|
selectedExecutions: new Set(),
|
||||||
pagination: {
|
pagination: {
|
||||||
page: 1,
|
page: 1,
|
||||||
pageSize: (() => {
|
pageSize: (() => {
|
||||||
@@ -3536,6 +3567,33 @@ const monitorState = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
let monitorPollTimer = null;
|
||||||
|
const MONITOR_POLL_INTERVAL_MS = 3000;
|
||||||
|
|
||||||
|
function startMonitorPoll() {
|
||||||
|
stopMonitorPoll();
|
||||||
|
monitorPollTimer = setInterval(function () {
|
||||||
|
const page = document.getElementById('page-mcp-monitor');
|
||||||
|
if (!page || !page.classList.contains('active')) {
|
||||||
|
stopMonitorPoll();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (document.hidden) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (typeof refreshMonitorPanel === 'function') {
|
||||||
|
refreshMonitorPanel().catch(function () { /* ignore */ });
|
||||||
|
}
|
||||||
|
}, MONITOR_POLL_INTERVAL_MS);
|
||||||
|
}
|
||||||
|
|
||||||
|
function stopMonitorPoll() {
|
||||||
|
if (monitorPollTimer) {
|
||||||
|
clearInterval(monitorPollTimer);
|
||||||
|
monitorPollTimer = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function openMonitorPanel() {
|
function openMonitorPanel() {
|
||||||
// 切换到MCP监控页面
|
// 切换到MCP监控页面
|
||||||
if (typeof switchPage === 'function') {
|
if (typeof switchPage === 'function') {
|
||||||
@@ -3590,17 +3648,14 @@ async function refreshMonitorPanel(page = null) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const mySeq = ++monitorPanelFetchSeq;
|
const mySeq = ++monitorPanelFetchSeq;
|
||||||
// 如果指定了页码,使用指定页码,否则使用当前页码
|
|
||||||
const currentPage = page !== null ? page : monitorState.pagination.page;
|
const currentPage = page !== null ? page : monitorState.pagination.page;
|
||||||
const pageSize = monitorState.pagination.pageSize;
|
const pageSize = monitorState.pagination.pageSize;
|
||||||
|
|
||||||
// 获取当前的筛选条件
|
|
||||||
const statusFilter = document.getElementById('monitor-status-filter');
|
const statusFilter = document.getElementById('monitor-status-filter');
|
||||||
const toolFilter = document.getElementById('monitor-tool-filter');
|
const toolFilter = document.getElementById('monitor-tool-filter');
|
||||||
const currentStatusFilter = statusFilter ? statusFilter.value : 'all';
|
const currentStatusFilter = statusFilter ? statusFilter.value : 'all';
|
||||||
const currentToolFilter = toolFilter ? (toolFilter.value.trim() || 'all') : 'all';
|
const currentToolFilter = toolFilter ? (toolFilter.value.trim() || 'all') : 'all';
|
||||||
|
|
||||||
// 构建请求 URL
|
|
||||||
let url = `/api/monitor?page=${currentPage}&page_size=${pageSize}`;
|
let url = `/api/monitor?page=${currentPage}&page_size=${pageSize}`;
|
||||||
if (currentStatusFilter && currentStatusFilter !== 'all') {
|
if (currentStatusFilter && currentStatusFilter !== 'all') {
|
||||||
url += `&status=${encodeURIComponent(currentStatusFilter)}`;
|
url += `&status=${encodeURIComponent(currentStatusFilter)}`;
|
||||||
@@ -3608,37 +3663,34 @@ async function refreshMonitorPanel(page = null) {
|
|||||||
if (currentToolFilter && currentToolFilter !== 'all') {
|
if (currentToolFilter && currentToolFilter !== 'all') {
|
||||||
url += `&tool=${encodeURIComponent(currentToolFilter)}`;
|
url += `&tool=${encodeURIComponent(currentToolFilter)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { result, timeline, timelineError } = await fetchMonitorAndTimeline(url);
|
const range = getMcpMonitorTimelineRange();
|
||||||
|
monitorState.timelineLoading = true;
|
||||||
|
const timelinePromise = fetchMonitorTimeline(range);
|
||||||
|
|
||||||
|
const monitorResp = await apiFetch(url, { method: 'GET' });
|
||||||
|
const result = await monitorResp.json().catch(() => ({}));
|
||||||
|
if (!monitorResp.ok) {
|
||||||
|
throw new Error(result.error || '获取监控数据失败');
|
||||||
|
}
|
||||||
if (mySeq !== monitorPanelFetchSeq) {
|
if (mySeq !== monitorPanelFetchSeq) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
monitorState.executions = Array.isArray(result.executions) ? result.executions : [];
|
applyMonitorPayload(result, currentStatusFilter);
|
||||||
monitorState.stats = result.stats || {};
|
|
||||||
|
const { timeline, timelineError } = await timelinePromise;
|
||||||
|
if (mySeq !== monitorPanelFetchSeq) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
monitorState.timeline = timeline;
|
monitorState.timeline = timeline;
|
||||||
monitorState.timelineError = timelineError;
|
monitorState.timelineError = timelineError;
|
||||||
monitorState.lastFetchedAt = new Date();
|
monitorState.timelineLoading = false;
|
||||||
monitorState.retentionDays = typeof result.retention_days === 'number' ? result.retention_days : 0;
|
updateMonitorTimelineSection();
|
||||||
|
|
||||||
// 更新分页信息
|
|
||||||
if (result.total !== undefined) {
|
|
||||||
monitorState.pagination = {
|
|
||||||
page: result.page || currentPage,
|
|
||||||
pageSize: result.page_size || pageSize,
|
|
||||||
total: result.total || 0,
|
|
||||||
totalPages: result.total_pages || 1
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
renderMonitorStats(monitorState.stats, monitorState.lastFetchedAt);
|
|
||||||
renderMonitorExecutions(monitorState.executions, currentStatusFilter);
|
|
||||||
renderMonitorPagination();
|
|
||||||
|
|
||||||
// 初始化每页显示数量选择器
|
|
||||||
initializeMonitorPageSize();
|
initializeMonitorPageSize();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('刷新监控面板失败:', error);
|
console.error('刷新监控面板失败:', error);
|
||||||
|
monitorState.timelineLoading = false;
|
||||||
if (statsContainer) {
|
if (statsContainer) {
|
||||||
statsContainer.innerHTML = `<div class="monitor-error">${escapeHtml(typeof window.t === 'function' ? window.t('mcpMonitor.loadStatsError') : '无法加载统计信息')}:${escapeHtml(error.message)}</div>`;
|
statsContainer.innerHTML = `<div class="monitor-error">${escapeHtml(typeof window.t === 'function' ? window.t('mcpMonitor.loadStatsError') : '无法加载统计信息')}:${escapeHtml(error.message)}</div>`;
|
||||||
}
|
}
|
||||||
@@ -3681,10 +3733,9 @@ async function refreshMonitorPanelWithFilter(statusFilter = 'all', toolFilter =
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const mySeq = ++monitorPanelFetchSeq;
|
const mySeq = ++monitorPanelFetchSeq;
|
||||||
const currentPage = 1; // 筛选时重置到第一页
|
const currentPage = 1;
|
||||||
const pageSize = monitorState.pagination.pageSize;
|
const pageSize = monitorState.pagination.pageSize;
|
||||||
|
|
||||||
// 构建请求 URL
|
|
||||||
let url = `/api/monitor?page=${currentPage}&page_size=${pageSize}`;
|
let url = `/api/monitor?page=${currentPage}&page_size=${pageSize}`;
|
||||||
if (statusFilter && statusFilter !== 'all') {
|
if (statusFilter && statusFilter !== 'all') {
|
||||||
url += `&status=${encodeURIComponent(statusFilter)}`;
|
url += `&status=${encodeURIComponent(statusFilter)}`;
|
||||||
@@ -3692,37 +3743,34 @@ async function refreshMonitorPanelWithFilter(statusFilter = 'all', toolFilter =
|
|||||||
if (toolFilter && toolFilter !== 'all') {
|
if (toolFilter && toolFilter !== 'all') {
|
||||||
url += `&tool=${encodeURIComponent(toolFilter)}`;
|
url += `&tool=${encodeURIComponent(toolFilter)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const { result, timeline, timelineError } = await fetchMonitorAndTimeline(url);
|
const range = getMcpMonitorTimelineRange();
|
||||||
|
monitorState.timelineLoading = true;
|
||||||
|
const timelinePromise = fetchMonitorTimeline(range);
|
||||||
|
|
||||||
|
const monitorResp = await apiFetch(url, { method: 'GET' });
|
||||||
|
const result = await monitorResp.json().catch(() => ({}));
|
||||||
|
if (!monitorResp.ok) {
|
||||||
|
throw new Error(result.error || '获取监控数据失败');
|
||||||
|
}
|
||||||
if (mySeq !== monitorPanelFetchSeq) {
|
if (mySeq !== monitorPanelFetchSeq) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
monitorState.executions = Array.isArray(result.executions) ? result.executions : [];
|
applyMonitorPayload(result, statusFilter);
|
||||||
monitorState.stats = result.stats || {};
|
|
||||||
|
const { timeline, timelineError } = await timelinePromise;
|
||||||
|
if (mySeq !== monitorPanelFetchSeq) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
monitorState.timeline = timeline;
|
monitorState.timeline = timeline;
|
||||||
monitorState.timelineError = timelineError;
|
monitorState.timelineError = timelineError;
|
||||||
monitorState.lastFetchedAt = new Date();
|
monitorState.timelineLoading = false;
|
||||||
monitorState.retentionDays = typeof result.retention_days === 'number' ? result.retention_days : 0;
|
updateMonitorTimelineSection();
|
||||||
|
|
||||||
// 更新分页信息
|
|
||||||
if (result.total !== undefined) {
|
|
||||||
monitorState.pagination = {
|
|
||||||
page: result.page || currentPage,
|
|
||||||
pageSize: result.page_size || pageSize,
|
|
||||||
total: result.total || 0,
|
|
||||||
totalPages: result.total_pages || 1
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
renderMonitorStats(monitorState.stats, monitorState.lastFetchedAt);
|
|
||||||
renderMonitorExecutions(monitorState.executions, statusFilter);
|
|
||||||
renderMonitorPagination();
|
|
||||||
|
|
||||||
// 初始化每页显示数量选择器
|
|
||||||
initializeMonitorPageSize();
|
initializeMonitorPageSize();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('刷新监控面板失败:', error);
|
console.error('刷新监控面板失败:', error);
|
||||||
|
monitorState.timelineLoading = false;
|
||||||
if (statsContainer) {
|
if (statsContainer) {
|
||||||
statsContainer.innerHTML = `<div class="monitor-error">${escapeHtml(typeof window.t === 'function' ? window.t('mcpMonitor.loadStatsError') : '无法加载统计信息')}:${escapeHtml(error.message)}</div>`;
|
statsContainer.innerHTML = `<div class="monitor-error">${escapeHtml(typeof window.t === 'function' ? window.t('mcpMonitor.loadStatsError') : '无法加载统计信息')}:${escapeHtml(error.message)}</div>`;
|
||||||
}
|
}
|
||||||
@@ -3732,6 +3780,63 @@ async function refreshMonitorPanelWithFilter(statusFilter = 'all', toolFilter =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function applyMonitorPayload(result, statusFilter) {
|
||||||
|
const currentPage = monitorState.pagination.page;
|
||||||
|
const pageSize = monitorState.pagination.pageSize;
|
||||||
|
|
||||||
|
monitorState.executions = Array.isArray(result.executions) ? result.executions : [];
|
||||||
|
monitorState.summary = result.summary || null;
|
||||||
|
monitorState.topTools = Array.isArray(result.topTools) ? result.topTools : [];
|
||||||
|
monitorState.lastFetchedAt = new Date();
|
||||||
|
monitorState.retentionDays = typeof result.retentionDays === 'number' ? result.retentionDays : 0;
|
||||||
|
|
||||||
|
if (result.total !== undefined) {
|
||||||
|
monitorState.pagination = {
|
||||||
|
page: result.page || currentPage,
|
||||||
|
pageSize: result.pageSize || pageSize,
|
||||||
|
total: result.total || 0,
|
||||||
|
totalPages: result.totalPages || 1
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
renderMonitorStats(monitorState.summary, monitorState.topTools, monitorState.lastFetchedAt);
|
||||||
|
renderMonitorExecutions(monitorState.executions, statusFilter);
|
||||||
|
renderMonitorPagination();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function fetchMonitorTimeline(range) {
|
||||||
|
try {
|
||||||
|
const timelineResp = await apiFetch(`/api/monitor/calls-timeline?range=${encodeURIComponent(range)}`, { method: 'GET' });
|
||||||
|
const timelineJson = await timelineResp.json().catch(() => ({}));
|
||||||
|
if (!timelineResp.ok) {
|
||||||
|
return { timeline: null, timelineError: timelineJson.error || 'timeline failed' };
|
||||||
|
}
|
||||||
|
return { timeline: timelineJson, timelineError: null };
|
||||||
|
} catch (err) {
|
||||||
|
return { timeline: null, timelineError: err && err.message ? err.message : 'timeline failed' };
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function updateMonitorTimelineSection() {
|
||||||
|
const timelineInner = document.querySelector('#monitor-stats .mcp-stats-combined__timeline-inner');
|
||||||
|
if (timelineInner) {
|
||||||
|
const combined = timelineInner.closest('.mcp-stats-combined');
|
||||||
|
const compactEmpty = combined && !!combined.querySelector('.mcp-stats-combined__main');
|
||||||
|
timelineInner.innerHTML = renderMcpStatsTimelineBody(
|
||||||
|
monitorState.timeline,
|
||||||
|
monitorState.timelineError,
|
||||||
|
compactEmpty,
|
||||||
|
monitorState.timelineLoading
|
||||||
|
);
|
||||||
|
bindMcpStatsTimelineEvents();
|
||||||
|
syncMcpMonitorTimelineRangeUI();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (monitorState.summary) {
|
||||||
|
renderMonitorStats(monitorState.summary, monitorState.topTools, monitorState.lastFetchedAt);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
const MCP_STATS_TOP_N = 6;
|
const MCP_STATS_TOP_N = 6;
|
||||||
const MCP_TIMELINE_RANGES = ['24h', '7d', '30d'];
|
const MCP_TIMELINE_RANGES = ['24h', '7d', '30d'];
|
||||||
@@ -3746,29 +3851,14 @@ function getMcpMonitorTimelineRange() {
|
|||||||
return range;
|
return range;
|
||||||
}
|
}
|
||||||
|
|
||||||
async function fetchMonitorAndTimeline(monitorUrl) {
|
function buildMonitorTotals(summary) {
|
||||||
const range = getMcpMonitorTimelineRange();
|
const s = summary && typeof summary === 'object' ? summary : {};
|
||||||
const [monitorResp, timelineResp] = await Promise.all([
|
return {
|
||||||
apiFetch(monitorUrl, { method: 'GET' }),
|
total: s.totalCalls || 0,
|
||||||
apiFetch(`/api/monitor/calls-timeline?range=${encodeURIComponent(range)}`, { method: 'GET' })
|
success: s.successCalls || 0,
|
||||||
]);
|
failed: s.failedCalls || 0,
|
||||||
const result = await monitorResp.json().catch(() => ({}));
|
lastCallTime: s.lastCallTime ? new Date(s.lastCallTime) : null,
|
||||||
if (!monitorResp.ok) {
|
};
|
||||||
throw new Error(result.error || '获取监控数据失败');
|
|
||||||
}
|
|
||||||
let timeline = null;
|
|
||||||
let timelineError = null;
|
|
||||||
try {
|
|
||||||
const timelineJson = await timelineResp.json().catch(() => ({}));
|
|
||||||
if (timelineResp.ok) {
|
|
||||||
timeline = timelineJson;
|
|
||||||
} else {
|
|
||||||
timelineError = timelineJson.error || 'timeline failed';
|
|
||||||
}
|
|
||||||
} catch (err) {
|
|
||||||
timelineError = err && err.message ? err.message : 'timeline failed';
|
|
||||||
}
|
|
||||||
return { result, timeline, timelineError };
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatMcpTimelineLabel(isoOrDate, rangeKey, locale) {
|
function formatMcpTimelineLabel(isoOrDate, rangeKey, locale) {
|
||||||
@@ -3992,34 +4082,19 @@ async function setMcpMonitorTimelineRange(range) {
|
|||||||
localStorage.setItem('mcpMonitorTimelineRange', range);
|
localStorage.setItem('mcpMonitorTimelineRange', range);
|
||||||
monitorState.timelineRange = range;
|
monitorState.timelineRange = range;
|
||||||
monitorState.timelineError = null;
|
monitorState.timelineError = null;
|
||||||
|
monitorState.timelineLoading = true;
|
||||||
syncMcpMonitorTimelineRangeUI(range);
|
syncMcpMonitorTimelineRangeUI(range);
|
||||||
|
updateMonitorTimelineSection();
|
||||||
try {
|
try {
|
||||||
const timelineResp = await apiFetch(`/api/monitor/calls-timeline?range=${encodeURIComponent(range)}`, { method: 'GET' });
|
const { timeline, timelineError } = await fetchMonitorTimeline(range);
|
||||||
const timelineJson = await timelineResp.json().catch(() => ({}));
|
monitorState.timeline = timeline;
|
||||||
if (!timelineResp.ok) {
|
monitorState.timelineError = timelineError;
|
||||||
throw new Error(timelineJson.error || '加载趋势失败');
|
monitorState.timelineLoading = false;
|
||||||
}
|
updateMonitorTimelineSection();
|
||||||
monitorState.timeline = timelineJson;
|
|
||||||
const timelineInner = document.querySelector('#monitor-stats .mcp-stats-combined__timeline-inner');
|
|
||||||
if (timelineInner) {
|
|
||||||
const combined = timelineInner.closest('.mcp-stats-combined');
|
|
||||||
const compactEmpty = combined && !!combined.querySelector('.mcp-stats-combined__main');
|
|
||||||
timelineInner.innerHTML = renderMcpStatsTimelineBody(monitorState.timeline, monitorState.timelineError, compactEmpty);
|
|
||||||
bindMcpStatsTimelineEvents();
|
|
||||||
syncMcpMonitorTimelineRangeUI(range);
|
|
||||||
} else if (monitorState.stats && Object.keys(monitorState.stats).length > 0) {
|
|
||||||
renderMonitorStats(monitorState.stats, monitorState.lastFetchedAt);
|
|
||||||
}
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
monitorState.timelineError = err.message || 'error';
|
monitorState.timelineError = err.message || 'error';
|
||||||
const timelineInner = document.querySelector('#monitor-stats .mcp-stats-combined__timeline-inner');
|
monitorState.timelineLoading = false;
|
||||||
if (timelineInner) {
|
updateMonitorTimelineSection();
|
||||||
const combined = timelineInner.closest('.mcp-stats-combined');
|
|
||||||
const compactEmpty = combined && !!combined.querySelector('.mcp-stats-combined__main');
|
|
||||||
timelineInner.innerHTML = renderMcpStatsTimelineBody(monitorState.timeline, monitorState.timelineError, compactEmpty);
|
|
||||||
bindMcpStatsTimelineEvents();
|
|
||||||
syncMcpMonitorTimelineRangeUI(range);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.setMcpMonitorTimelineRange = setMcpMonitorTimelineRange;
|
window.setMcpMonitorTimelineRange = setMcpMonitorTimelineRange;
|
||||||
@@ -4048,7 +4123,12 @@ function renderMcpStatsTimelineEmptyState(compact) {
|
|||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderMcpStatsTimelineBody(timeline, timelineError, compactEmpty) {
|
function renderMcpStatsTimelineBody(timeline, timelineError, compactEmpty, loading) {
|
||||||
|
if (loading) {
|
||||||
|
const loadingText = mcpMonitorT('timelineLoading') || monitorFallback('趋势加载中…', 'Loading trend…');
|
||||||
|
return `<div class="monitor-empty monitor-empty--inline">${escapeHtml(loadingText)}</div>`;
|
||||||
|
}
|
||||||
|
|
||||||
const hint = mcpMonitorT('timelineHint') || monitorFallback('全部工具合计', 'All tools combined');
|
const hint = mcpMonitorT('timelineHint') || monitorFallback('全部工具合计', 'All tools combined');
|
||||||
|
|
||||||
if (timelineError) {
|
if (timelineError) {
|
||||||
@@ -4116,7 +4196,7 @@ function renderMcpStatsCombinedSection(topTools, totals, activeToolFilter, timel
|
|||||||
const timelineCol = showTimeline
|
const timelineCol = showTimeline
|
||||||
? `<div class="mcp-stats-combined__timeline">
|
? `<div class="mcp-stats-combined__timeline">
|
||||||
<p class="mcp-stats-combined__col-label">${escapeHtml(timelineTitle)}</p>
|
<p class="mcp-stats-combined__col-label">${escapeHtml(timelineTitle)}</p>
|
||||||
<div class="mcp-stats-combined__timeline-inner">${renderMcpStatsTimelineBody(timeline, timelineError, hasTools)}</div>
|
<div class="mcp-stats-combined__timeline-inner">${renderMcpStatsTimelineBody(timeline, timelineError, hasTools, monitorState.timelineLoading)}</div>
|
||||||
</div>`
|
</div>`
|
||||||
: '';
|
: '';
|
||||||
|
|
||||||
@@ -4171,20 +4251,11 @@ function refreshMonitorPanelFromState() {
|
|||||||
if (!monitorState.lastFetchedAt) return;
|
if (!monitorState.lastFetchedAt) return;
|
||||||
const statusFilter = document.getElementById('monitor-status-filter');
|
const statusFilter = document.getElementById('monitor-status-filter');
|
||||||
const currentStatusFilter = statusFilter ? statusFilter.value : 'all';
|
const currentStatusFilter = statusFilter ? statusFilter.value : 'all';
|
||||||
renderMonitorStats(monitorState.stats || {}, monitorState.lastFetchedAt);
|
renderMonitorStats(monitorState.summary, monitorState.topTools, monitorState.lastFetchedAt);
|
||||||
renderMonitorExecutions(monitorState.executions || [], currentStatusFilter);
|
renderMonitorExecutions(monitorState.executions || [], currentStatusFilter);
|
||||||
renderMonitorPagination();
|
renderMonitorPagination();
|
||||||
}
|
}
|
||||||
|
|
||||||
function normalizeMonitorStatsEntries(statsMap) {
|
|
||||||
if (!statsMap || typeof statsMap !== 'object') return [];
|
|
||||||
return Object.entries(statsMap).map(([key, item]) => {
|
|
||||||
const stat = item && typeof item === 'object' ? { ...item } : {};
|
|
||||||
if (!stat.toolName) stat.toolName = key;
|
|
||||||
return stat;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
const MCP_STATS_TOOL_CHEVRON = '<svg class="mcp-stats-tool-chevron" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg>';
|
const MCP_STATS_TOOL_CHEVRON = '<svg class="mcp-stats-tool-chevron" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg>';
|
||||||
|
|
||||||
function getMcpStatsRateTone(rateNum) {
|
function getMcpStatsRateTone(rateNum) {
|
||||||
@@ -4879,15 +4950,19 @@ function renderMcpStatsToolRanking(topTools, totals, activeToolFilter = '', opti
|
|||||||
return renderMcpStatsDetailSection(topTools, totals, activeToolFilter);
|
return renderMcpStatsDetailSection(topTools, totals, activeToolFilter);
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderMonitorStats(statsMap = {}, lastFetchedAt = null) {
|
function renderMonitorStats(summary = null, topTools = [], lastFetchedAt = null) {
|
||||||
const container = document.getElementById('monitor-stats');
|
const container = document.getElementById('monitor-stats');
|
||||||
if (!container) {
|
if (!container) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const entries = normalizeMonitorStatsEntries(statsMap);
|
const tools = Array.isArray(topTools) ? topTools : [];
|
||||||
const showTimeline = monitorState.timeline != null || !!monitorState.timelineError;
|
const totals = buildMonitorTotals(summary);
|
||||||
if (entries.length === 0 && !showTimeline) {
|
const toolCount = summary && typeof summary.toolCount === 'number' ? summary.toolCount : tools.length;
|
||||||
|
const showTimeline = monitorState.timelineLoading || monitorState.timeline != null || !!monitorState.timelineError;
|
||||||
|
const hasSummaryData = toolCount > 0 || totals.total > 0;
|
||||||
|
|
||||||
|
if (!hasSummaryData && !showTimeline) {
|
||||||
const noStats = mcpMonitorT('noStatsData') || monitorFallback('暂无统计数据', 'No statistical data');
|
const noStats = mcpMonitorT('noStatsData') || monitorFallback('暂无统计数据', 'No statistical data');
|
||||||
container.innerHTML = '<div class="monitor-empty">' + escapeHtml(noStats) + '</div>';
|
container.innerHTML = '<div class="monitor-empty">' + escapeHtml(noStats) + '</div>';
|
||||||
const subtitle = document.getElementById('monitor-stats-subtitle');
|
const subtitle = document.getElementById('monitor-stats-subtitle');
|
||||||
@@ -4895,20 +4970,6 @@ function renderMonitorStats(statsMap = {}, lastFetchedAt = null) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const totals = entries.reduce(
|
|
||||||
(acc, item) => {
|
|
||||||
acc.total += item.totalCalls || 0;
|
|
||||||
acc.success += item.successCalls || 0;
|
|
||||||
acc.failed += item.failedCalls || 0;
|
|
||||||
const lastCall = item.lastCallTime ? new Date(item.lastCallTime) : null;
|
|
||||||
if (lastCall && (!acc.lastCallTime || lastCall > acc.lastCallTime)) {
|
|
||||||
acc.lastCallTime = lastCall;
|
|
||||||
}
|
|
||||||
return acc;
|
|
||||||
},
|
|
||||||
{ total: 0, success: 0, failed: 0, lastCallTime: null }
|
|
||||||
);
|
|
||||||
|
|
||||||
const hasCalls = totals.total > 0;
|
const hasCalls = totals.total > 0;
|
||||||
const successRateNum = hasCalls ? (totals.success / totals.total) * 100 : 0;
|
const successRateNum = hasCalls ? (totals.success / totals.total) * 100 : 0;
|
||||||
const successRate = hasCalls ? successRateNum.toFixed(1) : '-';
|
const successRate = hasCalls ? successRateNum.toFixed(1) : '-';
|
||||||
@@ -4929,19 +4990,13 @@ function renderMonitorStats(statsMap = {}, lastFetchedAt = null) {
|
|||||||
const toolFilterEl = document.getElementById('monitor-tool-filter');
|
const toolFilterEl = document.getElementById('monitor-tool-filter');
|
||||||
const activeToolFilter = toolFilterEl ? toolFilterEl.value.trim() : '';
|
const activeToolFilter = toolFilterEl ? toolFilterEl.value.trim() : '';
|
||||||
|
|
||||||
const topTools = entries
|
|
||||||
.filter(tool => (tool.totalCalls || 0) > 0)
|
|
||||||
.slice()
|
|
||||||
.sort((a, b) => (b.totalCalls || 0) - (a.totalCalls || 0))
|
|
||||||
.slice(0, MCP_STATS_TOP_N);
|
|
||||||
|
|
||||||
const hasAnyCalls = totals.total > 0;
|
const hasAnyCalls = totals.total > 0;
|
||||||
const showCombined = hasAnyCalls && (topTools.length > 0 || showTimeline);
|
const showCombined = hasAnyCalls && (tools.length > 0 || showTimeline);
|
||||||
const html = `
|
const html = `
|
||||||
<div class="mcp-exec-stats">
|
<div class="mcp-exec-stats">
|
||||||
${renderMcpStatsMetricsBar(totals, successRate, rateTone, rateSubText, lastCallText, hasCalls)}
|
${renderMcpStatsMetricsBar(totals, successRate, rateTone, rateSubText, lastCallText, hasCalls)}
|
||||||
${showCombined ? renderMcpStatsCombinedSection(
|
${showCombined ? renderMcpStatsCombinedSection(
|
||||||
topTools,
|
tools,
|
||||||
totals,
|
totals,
|
||||||
activeToolFilter,
|
activeToolFilter,
|
||||||
monitorState.timeline,
|
monitorState.timeline,
|
||||||
@@ -4959,7 +5014,7 @@ function renderMonitorStats(statsMap = {}, lastFetchedAt = null) {
|
|||||||
} else if (toolFilterEl) {
|
} else if (toolFilterEl) {
|
||||||
toolFilterEl.classList.remove('is-filter-active');
|
toolFilterEl.classList.remove('is-filter-active');
|
||||||
}
|
}
|
||||||
updateMonitorStatsSubtitle(lastFetchedAt, entries.length, monitorState.retentionDays);
|
updateMonitorStatsSubtitle(lastFetchedAt, toolCount, monitorState.retentionDays);
|
||||||
}
|
}
|
||||||
|
|
||||||
function renderMonitorExecutions(executions = [], statusFilter = 'all') {
|
function renderMonitorExecutions(executions = [], statusFilter = 'all') {
|
||||||
@@ -5016,10 +5071,12 @@ function renderMonitorExecutions(executions = [], statusFilter = 'all') {
|
|||||||
const terminateBtn = status === 'running'
|
const terminateBtn = status === 'running'
|
||||||
? `<button type="button" class="btn-secondary btn-monitor-abort" onclick="cancelMCPToolExecution('${rawExecId.replace(/\\/g, '\\\\').replace(/'/g, "\\'")}')">${escapeHtml(terminateLabel)}</button>`
|
? `<button type="button" class="btn-secondary btn-monitor-abort" onclick="cancelMCPToolExecution('${rawExecId.replace(/\\/g, '\\\\').replace(/'/g, "\\'")}')">${escapeHtml(terminateLabel)}</button>`
|
||||||
: '';
|
: '';
|
||||||
|
const jsExecId = rawExecId.replace(/\\/g, '\\\\').replace(/'/g, "\\'");
|
||||||
|
const isSelected = monitorState.selectedExecutions.has(rawExecId);
|
||||||
return `
|
return `
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" class="monitor-execution-checkbox" value="${executionId}" onchange="updateBatchActionsState()" />
|
<input type="checkbox" class="monitor-execution-checkbox" value="${executionId}" ${isSelected ? 'checked' : ''} onchange="toggleExecutionSelection('${jsExecId}', this.checked)" />
|
||||||
</td>
|
</td>
|
||||||
<td>${toolName}</td>
|
<td>${toolName}</td>
|
||||||
<td><span class="${statusClass}">${escapeHtml(statusLabel)}</span></td>
|
<td><span class="${statusClass}">${escapeHtml(statusLabel)}</span></td>
|
||||||
@@ -5165,6 +5222,8 @@ async function deleteExecution(executionId) {
|
|||||||
throw new Error(error.error || deleteFailedMsg);
|
throw new Error(error.error || deleteFailedMsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
monitorState.selectedExecutions.delete(executionId);
|
||||||
|
|
||||||
// 删除成功后刷新当前页面
|
// 删除成功后刷新当前页面
|
||||||
const currentPage = monitorState.pagination.page;
|
const currentPage = monitorState.pagination.page;
|
||||||
await refreshMonitorPanel(currentPage);
|
await refreshMonitorPanel(currentPage);
|
||||||
@@ -5178,10 +5237,22 @@ async function deleteExecution(executionId) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 切换单条执行记录选中状态(持久化到 monitorState,避免轮询刷新后丢失)
|
||||||
|
function toggleExecutionSelection(executionId, selected) {
|
||||||
|
if (!executionId) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (selected) {
|
||||||
|
monitorState.selectedExecutions.add(executionId);
|
||||||
|
} else {
|
||||||
|
monitorState.selectedExecutions.delete(executionId);
|
||||||
|
}
|
||||||
|
updateBatchActionsState();
|
||||||
|
}
|
||||||
|
|
||||||
// 更新批量操作状态
|
// 更新批量操作状态
|
||||||
function updateBatchActionsState() {
|
function updateBatchActionsState() {
|
||||||
const checkboxes = document.querySelectorAll('.monitor-execution-checkbox:checked');
|
const selectedCount = monitorState.selectedExecutions.size;
|
||||||
const selectedCount = checkboxes.length;
|
|
||||||
const batchActions = document.getElementById('monitor-batch-actions');
|
const batchActions = document.getElementById('monitor-batch-actions');
|
||||||
const selectedCountSpan = document.getElementById('monitor-selected-count');
|
const selectedCountSpan = document.getElementById('monitor-selected-count');
|
||||||
|
|
||||||
@@ -5198,13 +5269,18 @@ function updateBatchActionsState() {
|
|||||||
selectedCountSpan.textContent = typeof window.t === 'function' ? window.t('mcp.selectedCount', { count: selectedCount }) : '已选择 ' + selectedCount + ' 项';
|
selectedCountSpan.textContent = typeof window.t === 'function' ? window.t('mcp.selectedCount', { count: selectedCount }) : '已选择 ' + selectedCount + ' 项';
|
||||||
}
|
}
|
||||||
|
|
||||||
// 更新全选复选框状态
|
// 更新全选复选框状态(仅反映当前页)
|
||||||
const selectAllCheckbox = document.getElementById('monitor-select-all');
|
const selectAllCheckbox = document.getElementById('monitor-select-all');
|
||||||
if (selectAllCheckbox) {
|
if (selectAllCheckbox) {
|
||||||
const allCheckboxes = document.querySelectorAll('.monitor-execution-checkbox');
|
const allCheckboxes = document.querySelectorAll('.monitor-execution-checkbox');
|
||||||
const allChecked = allCheckboxes.length > 0 && Array.from(allCheckboxes).every(cb => cb.checked);
|
if (allCheckboxes.length === 0) {
|
||||||
selectAllCheckbox.checked = allChecked;
|
selectAllCheckbox.checked = false;
|
||||||
selectAllCheckbox.indeterminate = selectedCount > 0 && selectedCount < allCheckboxes.length;
|
selectAllCheckbox.indeterminate = false;
|
||||||
|
} else {
|
||||||
|
const checkedOnPage = Array.from(allCheckboxes).filter(cb => monitorState.selectedExecutions.has(cb.value)).length;
|
||||||
|
selectAllCheckbox.checked = checkedOnPage === allCheckboxes.length;
|
||||||
|
selectAllCheckbox.indeterminate = checkedOnPage > 0 && checkedOnPage < allCheckboxes.length;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -5213,6 +5289,11 @@ function toggleSelectAll(checkbox) {
|
|||||||
const checkboxes = document.querySelectorAll('.monitor-execution-checkbox');
|
const checkboxes = document.querySelectorAll('.monitor-execution-checkbox');
|
||||||
checkboxes.forEach(cb => {
|
checkboxes.forEach(cb => {
|
||||||
cb.checked = checkbox.checked;
|
cb.checked = checkbox.checked;
|
||||||
|
if (checkbox.checked) {
|
||||||
|
monitorState.selectedExecutions.add(cb.value);
|
||||||
|
} else {
|
||||||
|
monitorState.selectedExecutions.delete(cb.value);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
updateBatchActionsState();
|
updateBatchActionsState();
|
||||||
}
|
}
|
||||||
@@ -5222,6 +5303,7 @@ function selectAllExecutions() {
|
|||||||
const checkboxes = document.querySelectorAll('.monitor-execution-checkbox');
|
const checkboxes = document.querySelectorAll('.monitor-execution-checkbox');
|
||||||
checkboxes.forEach(cb => {
|
checkboxes.forEach(cb => {
|
||||||
cb.checked = true;
|
cb.checked = true;
|
||||||
|
monitorState.selectedExecutions.add(cb.value);
|
||||||
});
|
});
|
||||||
const selectAllCheckbox = document.getElementById('monitor-select-all');
|
const selectAllCheckbox = document.getElementById('monitor-select-all');
|
||||||
if (selectAllCheckbox) {
|
if (selectAllCheckbox) {
|
||||||
@@ -5237,6 +5319,7 @@ function deselectAllExecutions() {
|
|||||||
checkboxes.forEach(cb => {
|
checkboxes.forEach(cb => {
|
||||||
cb.checked = false;
|
cb.checked = false;
|
||||||
});
|
});
|
||||||
|
monitorState.selectedExecutions.clear();
|
||||||
const selectAllCheckbox = document.getElementById('monitor-select-all');
|
const selectAllCheckbox = document.getElementById('monitor-select-all');
|
||||||
if (selectAllCheckbox) {
|
if (selectAllCheckbox) {
|
||||||
selectAllCheckbox.checked = false;
|
selectAllCheckbox.checked = false;
|
||||||
@@ -5247,14 +5330,12 @@ function deselectAllExecutions() {
|
|||||||
|
|
||||||
// 批量删除执行记录
|
// 批量删除执行记录
|
||||||
async function batchDeleteExecutions() {
|
async function batchDeleteExecutions() {
|
||||||
const checkboxes = document.querySelectorAll('.monitor-execution-checkbox:checked');
|
const ids = Array.from(monitorState.selectedExecutions);
|
||||||
if (checkboxes.length === 0) {
|
if (ids.length === 0) {
|
||||||
const selectFirstMsg = typeof window.t === 'function' ? window.t('mcpMonitor.selectExecFirst') : '请先选择要删除的执行记录';
|
const selectFirstMsg = typeof window.t === 'function' ? window.t('mcpMonitor.selectExecFirst') : '请先选择要删除的执行记录';
|
||||||
alert(selectFirstMsg);
|
alert(selectFirstMsg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const ids = Array.from(checkboxes).map(cb => cb.value);
|
|
||||||
const count = ids.length;
|
const count = ids.length;
|
||||||
const batchConfirmMsg = typeof window.t === 'function' ? window.t('mcpMonitor.batchDeleteConfirm', { count: count }) : `确定要删除选中的 ${count} 条执行记录吗?此操作不可恢复。`;
|
const batchConfirmMsg = typeof window.t === 'function' ? window.t('mcpMonitor.batchDeleteConfirm', { count: count }) : `确定要删除选中的 ${count} 条执行记录吗?此操作不可恢复。`;
|
||||||
if (!confirm(batchConfirmMsg)) {
|
if (!confirm(batchConfirmMsg)) {
|
||||||
@@ -5278,6 +5359,10 @@ async function batchDeleteExecutions() {
|
|||||||
|
|
||||||
const result = await response.json().catch(() => ({}));
|
const result = await response.json().catch(() => ({}));
|
||||||
const deletedCount = result.deleted || count;
|
const deletedCount = result.deleted || count;
|
||||||
|
|
||||||
|
ids.forEach(function (id) {
|
||||||
|
monitorState.selectedExecutions.delete(id);
|
||||||
|
});
|
||||||
|
|
||||||
// 删除成功后刷新当前页面
|
// 删除成功后刷新当前页面
|
||||||
const currentPage = monitorState.pagination.page;
|
const currentPage = monitorState.pagination.page;
|
||||||
|
|||||||
@@ -293,6 +293,9 @@ async function ensureProjectsLoaded(force) {
|
|||||||
projectsCacheAll = list;
|
projectsCacheAll = list;
|
||||||
rebuildProjectNameMap(projectsCacheAll);
|
rebuildProjectNameMap(projectsCacheAll);
|
||||||
_projectsListReady = true;
|
_projectsListReady = true;
|
||||||
|
if (typeof window.refreshConversationProjectFilter === 'function') {
|
||||||
|
window.refreshConversationProjectFilter();
|
||||||
|
}
|
||||||
return projectsCacheAll;
|
return projectsCacheAll;
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
@@ -371,6 +374,9 @@ async function loadProjectsList() {
|
|||||||
if (typeof refreshVulnerabilityProjectFilter === 'function') {
|
if (typeof refreshVulnerabilityProjectFilter === 'function') {
|
||||||
refreshVulnerabilityProjectFilter();
|
refreshVulnerabilityProjectFilter();
|
||||||
}
|
}
|
||||||
|
if (typeof window.refreshAllProjectFilterSelects === 'function') {
|
||||||
|
await window.refreshAllProjectFilterSelects();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function projectInitial(name) {
|
function projectInitial(name) {
|
||||||
@@ -2198,6 +2204,9 @@ async function applyChatProjectSelection(projectId) {
|
|||||||
setActiveProjectId(projectId);
|
setActiveProjectId(projectId);
|
||||||
}
|
}
|
||||||
updateChatProjectButtonLabel();
|
updateChatProjectButtonLabel();
|
||||||
|
if (typeof window.onConversationProjectBindingChanged === 'function') {
|
||||||
|
window.onConversationProjectBindingChanged(projectId);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 对话页项目选择器:同步按钮文案;若浮层已打开则刷新列表 */
|
/** 对话页项目选择器:同步按钮文案;若浮层已打开则刷新列表 */
|
||||||
@@ -2326,3 +2335,4 @@ window.focusProjectFactGraphEdge = focusProjectFactGraphEdge;
|
|||||||
window.toggleProjectFactGraphConnectMode = toggleProjectFactGraphConnectMode;
|
window.toggleProjectFactGraphConnectMode = toggleProjectFactGraphConnectMode;
|
||||||
window.rebuildProjectNameMap = rebuildProjectNameMap;
|
window.rebuildProjectNameMap = rebuildProjectNameMap;
|
||||||
window.projectNameById = projectNameById;
|
window.projectNameById = projectNameById;
|
||||||
|
window.ensureProjectsLoaded = ensureProjectsLoaded;
|
||||||
|
|||||||
@@ -356,6 +356,9 @@ async function initPage(pageId) {
|
|||||||
if (typeof refreshMonitorPanel === 'function') {
|
if (typeof refreshMonitorPanel === 'function') {
|
||||||
refreshMonitorPanel();
|
refreshMonitorPanel();
|
||||||
}
|
}
|
||||||
|
if (typeof startMonitorPoll === 'function') {
|
||||||
|
startMonitorPoll();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 'mcp-management':
|
case 'mcp-management':
|
||||||
// 初始化MCP管理
|
// 初始化MCP管理
|
||||||
|
|||||||
@@ -990,6 +990,7 @@ async function createBatchQueue() {
|
|||||||
const roleSelect = document.getElementById('batch-queue-role');
|
const roleSelect = document.getElementById('batch-queue-role');
|
||||||
const projectSelect = document.getElementById('batch-queue-project-id');
|
const projectSelect = document.getElementById('batch-queue-project-id');
|
||||||
const agentModeSelect = document.getElementById('batch-queue-agent-mode');
|
const agentModeSelect = document.getElementById('batch-queue-agent-mode');
|
||||||
|
const concurrencyInput = document.getElementById('batch-queue-concurrency');
|
||||||
const scheduleModeSelect = document.getElementById('batch-queue-schedule-mode');
|
const scheduleModeSelect = document.getElementById('batch-queue-schedule-mode');
|
||||||
const cronExprInput = document.getElementById('batch-queue-cron-expr');
|
const cronExprInput = document.getElementById('batch-queue-cron-expr');
|
||||||
const executeNowCheckbox = document.getElementById('batch-queue-execute-now');
|
const executeNowCheckbox = document.getElementById('batch-queue-execute-now');
|
||||||
@@ -1019,6 +1020,9 @@ async function createBatchQueue() {
|
|||||||
const scheduleMode = scheduleModeSelect ? (scheduleModeSelect.value === 'cron' ? 'cron' : 'manual') : 'manual';
|
const scheduleMode = scheduleModeSelect ? (scheduleModeSelect.value === 'cron' ? 'cron' : 'manual') : 'manual';
|
||||||
const cronExpr = cronExprInput ? cronExprInput.value.trim() : '';
|
const cronExpr = cronExprInput ? cronExprInput.value.trim() : '';
|
||||||
const executeNow = executeNowCheckbox ? !!executeNowCheckbox.checked : false;
|
const executeNow = executeNowCheckbox ? !!executeNowCheckbox.checked : false;
|
||||||
|
let concurrency = concurrencyInput ? parseInt(concurrencyInput.value, 10) : 1;
|
||||||
|
if (!Number.isFinite(concurrency) || concurrency < 1) concurrency = 1;
|
||||||
|
if (concurrency > 8) concurrency = 8;
|
||||||
if (scheduleMode === 'cron' && !cronExpr) {
|
if (scheduleMode === 'cron' && !cronExpr) {
|
||||||
alert(_t('batchImportModal.cronExprRequired'));
|
alert(_t('batchImportModal.cronExprRequired'));
|
||||||
return;
|
return;
|
||||||
@@ -1043,6 +1047,7 @@ async function createBatchQueue() {
|
|||||||
cronExpr,
|
cronExpr,
|
||||||
executeNow,
|
executeNow,
|
||||||
projectId,
|
projectId,
|
||||||
|
concurrency,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -1489,6 +1494,7 @@ async function showBatchQueueDetail(queueId) {
|
|||||||
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.role'))}</span><span class="bq-kv__v" id="bq-role-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditRole()" title="${escapeHtml(_t('common.edit'))}">${roleLineVal}</span>` : roleLineVal}</span></div>
|
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.role'))}</span><span class="bq-kv__v" id="bq-role-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditRole()" title="${escapeHtml(_t('common.edit'))}">${roleLineVal}</span>` : roleLineVal}</span></div>
|
||||||
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchImportModal.agentMode'))}</span><span class="bq-kv__v" id="bq-agentmode-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditAgentMode()" title="${escapeHtml(_t('common.edit'))}">${escapeHtml(agentModeText)}</span>` : escapeHtml(agentModeText)}</span></div>
|
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchImportModal.agentMode'))}</span><span class="bq-kv__v" id="bq-agentmode-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditAgentMode()" title="${escapeHtml(_t('common.edit'))}">${escapeHtml(agentModeText)}</span>` : escapeHtml(agentModeText)}</span></div>
|
||||||
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchImportModal.scheduleMode'))}</span><span class="bq-kv__v" id="bq-schedule-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditSchedule()" title="${escapeHtml(_t('common.edit'))}">${scheduleDetail}</span>` : scheduleDetail}</span></div>
|
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchImportModal.scheduleMode'))}</span><span class="bq-kv__v" id="bq-schedule-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditSchedule()" title="${escapeHtml(_t('common.edit'))}">${scheduleDetail}</span>` : scheduleDetail}</span></div>
|
||||||
|
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.concurrency'))}</span><span class="bq-kv__v" id="bq-concurrency-val">${allowSubtaskMutation ? `<span class="bq-inline-editable" onclick="startInlineEditConcurrency()" title="${escapeHtml(_t('common.edit'))}">${escapeHtml(String(queue.concurrency && queue.concurrency > 0 ? queue.concurrency : 1))}</span>` : escapeHtml(String(queue.concurrency && queue.concurrency > 0 ? queue.concurrency : 1))}</span></div>
|
||||||
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.taskTotal'))}</span><span class="bq-kv__v">${queue.tasks.length}</span></div>
|
<div class="bq-kv"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.taskTotal'))}</span><span class="bq-kv__v">${queue.tasks.length}</span></div>
|
||||||
${queue.scheduleMode === 'cron' ? `<div class="bq-kv bq-kv--block"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.scheduleCronAuto'))}</span><span class="bq-kv__v bq-kv__v--control"><label class="bq-cron-toggle"><input type="checkbox" ${queue.scheduleEnabled !== false ? 'checked' : ''} onchange="updateBatchQueueScheduleEnabled(this.checked)" /><span class="bq-cron-toggle__hint">${escapeHtml(_t('batchQueueDetailModal.scheduleCronAutoHint'))}</span></label></span></div>` : ''}
|
${queue.scheduleMode === 'cron' ? `<div class="bq-kv bq-kv--block"><span class="bq-kv__k">${escapeHtml(_t('batchQueueDetailModal.scheduleCronAuto'))}</span><span class="bq-kv__v bq-kv__v--control"><label class="bq-cron-toggle"><input type="checkbox" ${queue.scheduleEnabled !== false ? 'checked' : ''} onchange="updateBatchQueueScheduleEnabled(this.checked)" /><span class="bq-cron-toggle__hint">${escapeHtml(_t('batchQueueDetailModal.scheduleCronAutoHint'))}</span></label></span></div>` : ''}
|
||||||
</section>
|
</section>
|
||||||
@@ -2287,6 +2293,75 @@ async function saveInlineAgentMode() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function normalizeBatchQueueConcurrencyInput(raw) {
|
||||||
|
let n = parseInt(raw, 10);
|
||||||
|
if (!Number.isFinite(n) || n < 1) n = 1;
|
||||||
|
if (n > 8) n = 8;
|
||||||
|
return n;
|
||||||
|
}
|
||||||
|
|
||||||
|
// --- 内联编辑:并发数 ---
|
||||||
|
function startInlineEditConcurrency() {
|
||||||
|
const container = document.getElementById('bq-concurrency-val');
|
||||||
|
if (!container) return;
|
||||||
|
const queueId = batchQueuesState.currentQueueId;
|
||||||
|
if (!queueId) return;
|
||||||
|
apiFetch(`/api/batch-tasks/${queueId}`).then(r => r.json()).then(detail => {
|
||||||
|
const queue = detail.queue || {};
|
||||||
|
const current = normalizeBatchQueueConcurrencyInput(queue.concurrency || 1);
|
||||||
|
container.innerHTML = `<span class="bq-inline-edit-controls">
|
||||||
|
<input type="number" id="bq-edit-concurrency" min="1" max="8" value="${current}" style="width:72px;" />
|
||||||
|
</span>`;
|
||||||
|
const inp = document.getElementById('bq-edit-concurrency');
|
||||||
|
if (!inp) return;
|
||||||
|
inp.focus();
|
||||||
|
inp.select();
|
||||||
|
let cancelled = false;
|
||||||
|
inp.addEventListener('keydown', (e) => {
|
||||||
|
if (e.key === 'Enter') { e.preventDefault(); inp.blur(); }
|
||||||
|
if (e.key === 'Escape') { cancelled = true; cancelAllInlineEdits(); }
|
||||||
|
});
|
||||||
|
inp.addEventListener('blur', () => {
|
||||||
|
if (!cancelled) saveInlineConcurrency();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
async function saveInlineConcurrency() {
|
||||||
|
if (_bqInlineSaving) return;
|
||||||
|
_bqInlineSaving = true;
|
||||||
|
const queueId = batchQueuesState.currentQueueId;
|
||||||
|
if (!queueId) { _bqInlineSaving = false; return; }
|
||||||
|
const inp = document.getElementById('bq-edit-concurrency');
|
||||||
|
const concurrency = normalizeBatchQueueConcurrencyInput(inp ? inp.value : 1);
|
||||||
|
try {
|
||||||
|
const detailResp = await apiFetch(`/api/batch-tasks/${queueId}`);
|
||||||
|
const detail = await detailResp.json();
|
||||||
|
const q = detail.queue || {};
|
||||||
|
const response = await apiFetch(`/api/batch-tasks/${queueId}/metadata`, {
|
||||||
|
method: 'PUT',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({
|
||||||
|
title: q.title || '',
|
||||||
|
role: q.role || '',
|
||||||
|
agentMode: q.agentMode || 'eino_single',
|
||||||
|
concurrency,
|
||||||
|
}),
|
||||||
|
});
|
||||||
|
if (!response.ok) {
|
||||||
|
const result = await response.json().catch(() => ({}));
|
||||||
|
throw new Error(result.error || _t('tasks.updateTaskFailed'));
|
||||||
|
}
|
||||||
|
_bqInlineSaving = false;
|
||||||
|
showBatchQueueDetail(queueId);
|
||||||
|
refreshBatchQueues();
|
||||||
|
} catch (e) {
|
||||||
|
_bqInlineSaving = false;
|
||||||
|
console.error(e);
|
||||||
|
alert(e.message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// --- 单条执行 ---
|
// --- 单条执行 ---
|
||||||
async function runSingleBatchTask(queueId, taskId) {
|
async function runSingleBatchTask(queueId, taskId) {
|
||||||
if (!queueId || !taskId) return;
|
if (!queueId || !taskId) return;
|
||||||
@@ -2441,6 +2516,8 @@ window.startInlineEditRole = startInlineEditRole;
|
|||||||
window.saveInlineRole = saveInlineRole;
|
window.saveInlineRole = saveInlineRole;
|
||||||
window.startInlineEditAgentMode = startInlineEditAgentMode;
|
window.startInlineEditAgentMode = startInlineEditAgentMode;
|
||||||
window.saveInlineAgentMode = saveInlineAgentMode;
|
window.saveInlineAgentMode = saveInlineAgentMode;
|
||||||
|
window.startInlineEditConcurrency = startInlineEditConcurrency;
|
||||||
|
window.saveInlineConcurrency = saveInlineConcurrency;
|
||||||
window.runSingleBatchTask = runSingleBatchTask;
|
window.runSingleBatchTask = runSingleBatchTask;
|
||||||
window.startInlineEditSchedule = startInlineEditSchedule;
|
window.startInlineEditSchedule = startInlineEditSchedule;
|
||||||
window.toggleInlineScheduleCron = toggleInlineScheduleCron;
|
window.toggleInlineScheduleCron = toggleInlineScheduleCron;
|
||||||
|
|||||||
+434
-17
@@ -39,6 +39,220 @@ function vulnStatusLabel(code) {
|
|||||||
return m[code] ? vulnT(m[code]) : code;
|
return m[code] ? vulnT(m[code]) : code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const VULN_STATUS_CODES = ['open', 'confirmed', 'fixed', 'false_positive', 'ignored'];
|
||||||
|
const VULNERABILITY_REMOVE_ANIM_MS = 200;
|
||||||
|
|
||||||
|
function getVulnerabilityScrollContainer() {
|
||||||
|
const page = document.getElementById('page-vulnerabilities');
|
||||||
|
return page ? page.querySelector('.page-content') : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
function getExpandedVulnerabilityIds() {
|
||||||
|
const ids = [];
|
||||||
|
document.querySelectorAll('#vulnerabilities-list .vulnerability-content').forEach(function (el) {
|
||||||
|
if (el.style.display !== 'none') {
|
||||||
|
const id = (el.id || '').replace(/^content-/, '');
|
||||||
|
if (id) ids.push(id);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return ids;
|
||||||
|
}
|
||||||
|
|
||||||
|
function restoreExpandedVulnerabilityDetails(expandedIds) {
|
||||||
|
if (!expandedIds || !expandedIds.length) return;
|
||||||
|
expandedIds.forEach(function (id) {
|
||||||
|
const content = document.getElementById('content-' + id);
|
||||||
|
const icon = document.getElementById('expand-icon-' + id);
|
||||||
|
if (!content || content.style.display !== 'none') return;
|
||||||
|
content.style.display = 'block';
|
||||||
|
if (icon) icon.style.transform = 'rotate(90deg)';
|
||||||
|
loadVulnerabilityRelatedFacts(id).catch(function (e) { console.warn(e); });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function buildVulnerabilityStatusPicker(vuln) {
|
||||||
|
const current = vuln.status || 'open';
|
||||||
|
const id = escapeHtml(vuln.id);
|
||||||
|
const label = escapeHtml(vulnT('vulnerabilityPage.statusChangeLabel'));
|
||||||
|
const caretSvg = '<svg class="vuln-status-picker-caret" width="12" height="12" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>';
|
||||||
|
const options = VULN_STATUS_CODES.map(function (code) {
|
||||||
|
const selected = code === current;
|
||||||
|
const selCls = selected ? ' is-selected' : '';
|
||||||
|
const ariaSel = selected ? ' aria-selected="true"' : ' aria-selected="false"';
|
||||||
|
return '<button type="button" class="vuln-status-picker-option' + selCls + '" role="option" data-value="' + code + '"' + ariaSel + '>' +
|
||||||
|
'<span class="vuln-status-picker-check" aria-hidden="true">✓</span>' +
|
||||||
|
'<span class="vuln-status-picker-label">' + escapeHtml(vulnStatusLabel(code)) + '</span>' +
|
||||||
|
'</button>';
|
||||||
|
}).join('');
|
||||||
|
return '<div class="vuln-status-picker status-' + escapeHtml(current) + '" data-vuln-id="' + id + '" data-prev-status="' + escapeHtml(current) + '">' +
|
||||||
|
'<button type="button" class="vuln-status-picker-trigger" aria-label="' + label + '" aria-haspopup="listbox" aria-expanded="false">' +
|
||||||
|
'<span class="vuln-status-picker-value">' + escapeHtml(vulnStatusLabel(current)) + '</span>' +
|
||||||
|
caretSvg +
|
||||||
|
'</button>' +
|
||||||
|
'<div class="vuln-status-picker-menu" role="listbox" hidden>' + options + '</div>' +
|
||||||
|
'</div>';
|
||||||
|
}
|
||||||
|
|
||||||
|
const VULN_STATUS_PICKER_STATUS_CLASSES = VULN_STATUS_CODES.map(function (code) {
|
||||||
|
return 'status-' + code;
|
||||||
|
});
|
||||||
|
|
||||||
|
function setVulnerabilityStatusPickerDisabled(pickerEl, disabled) {
|
||||||
|
if (!pickerEl) return;
|
||||||
|
pickerEl.classList.toggle('is-disabled', !!disabled);
|
||||||
|
const trigger = pickerEl.querySelector('.vuln-status-picker-trigger');
|
||||||
|
if (trigger) trigger.disabled = !!disabled;
|
||||||
|
}
|
||||||
|
|
||||||
|
function updateVulnerabilityStatusPicker(pickerEl, status) {
|
||||||
|
if (!pickerEl) return;
|
||||||
|
const code = status || 'open';
|
||||||
|
VULN_STATUS_PICKER_STATUS_CLASSES.forEach(function (cls) {
|
||||||
|
pickerEl.classList.remove(cls);
|
||||||
|
});
|
||||||
|
pickerEl.classList.add('status-' + code);
|
||||||
|
pickerEl.dataset.prevStatus = code;
|
||||||
|
const valueEl = pickerEl.querySelector('.vuln-status-picker-value');
|
||||||
|
if (valueEl) valueEl.textContent = vulnStatusLabel(code);
|
||||||
|
pickerEl.querySelectorAll('.vuln-status-picker-option').forEach(function (opt) {
|
||||||
|
const isSel = opt.getAttribute('data-value') === code;
|
||||||
|
opt.classList.toggle('is-selected', isSel);
|
||||||
|
opt.setAttribute('aria-selected', isSel ? 'true' : 'false');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
let vulnerabilityStatusPickerDocBound = false;
|
||||||
|
|
||||||
|
function closeAllVulnerabilityStatusPickers() {
|
||||||
|
document.querySelectorAll('.vuln-status-picker.open').forEach(function (picker) {
|
||||||
|
picker.classList.remove('open');
|
||||||
|
const menu = picker.querySelector('.vuln-status-picker-menu');
|
||||||
|
const trigger = picker.querySelector('.vuln-status-picker-trigger');
|
||||||
|
if (menu) menu.hidden = true;
|
||||||
|
if (trigger) trigger.setAttribute('aria-expanded', 'false');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function initVulnerabilityStatusPickers(root) {
|
||||||
|
if (!vulnerabilityStatusPickerDocBound) {
|
||||||
|
document.addEventListener('click', closeAllVulnerabilityStatusPickers);
|
||||||
|
document.addEventListener('keydown', function (e) {
|
||||||
|
if (e.key === 'Escape') closeAllVulnerabilityStatusPickers();
|
||||||
|
});
|
||||||
|
vulnerabilityStatusPickerDocBound = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
const scope = root || document.getElementById('vulnerabilities-list');
|
||||||
|
if (!scope) return;
|
||||||
|
|
||||||
|
scope.querySelectorAll('.vuln-status-picker').forEach(function (picker) {
|
||||||
|
if (picker.dataset.bound === '1') return;
|
||||||
|
picker.dataset.bound = '1';
|
||||||
|
|
||||||
|
picker.addEventListener('click', function (e) { e.stopPropagation(); });
|
||||||
|
picker.addEventListener('keydown', function (e) { e.stopPropagation(); });
|
||||||
|
|
||||||
|
const trigger = picker.querySelector('.vuln-status-picker-trigger');
|
||||||
|
const menu = picker.querySelector('.vuln-status-picker-menu');
|
||||||
|
if (!trigger || !menu) return;
|
||||||
|
|
||||||
|
trigger.addEventListener('click', function (e) {
|
||||||
|
e.stopPropagation();
|
||||||
|
if (picker.classList.contains('is-disabled')) return;
|
||||||
|
const wasOpen = picker.classList.contains('open');
|
||||||
|
closeAllVulnerabilityStatusPickers();
|
||||||
|
if (!wasOpen) {
|
||||||
|
picker.classList.add('open');
|
||||||
|
menu.hidden = false;
|
||||||
|
trigger.setAttribute('aria-expanded', 'true');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
menu.addEventListener('click', function (e) {
|
||||||
|
e.stopPropagation();
|
||||||
|
const opt = e.target.closest('.vuln-status-picker-option');
|
||||||
|
if (!opt || picker.classList.contains('is-disabled')) return;
|
||||||
|
const newStatus = opt.getAttribute('data-value');
|
||||||
|
const vulnId = picker.dataset.vulnId;
|
||||||
|
closeAllVulnerabilityStatusPickers();
|
||||||
|
changeVulnerabilityStatus(vulnId, newStatus, picker);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function vulnerabilityStatusMatchesFilter(status) {
|
||||||
|
const filterStatus = (vulnerabilityFilters.status || '').trim();
|
||||||
|
return !filterStatus || filterStatus === status;
|
||||||
|
}
|
||||||
|
|
||||||
|
function removeVulnerabilityCard(vulnId, options) {
|
||||||
|
const opts = options || {};
|
||||||
|
const card = document.getElementById('vulnerability-card-' + vulnId) ||
|
||||||
|
document.querySelector('.vulnerability-card[data-vuln-id="' + vulnId + '"]');
|
||||||
|
if (!card) return;
|
||||||
|
|
||||||
|
const nextCard = card.nextElementSibling;
|
||||||
|
card.classList.add('vulnerability-card--removing');
|
||||||
|
|
||||||
|
setTimeout(function () {
|
||||||
|
card.remove();
|
||||||
|
if (opts.decrementTotal !== false) {
|
||||||
|
vulnerabilityPagination.total = Math.max(0, (vulnerabilityPagination.total || 0) - 1);
|
||||||
|
vulnerabilityPagination.totalPages = Math.max(
|
||||||
|
1,
|
||||||
|
Math.ceil(vulnerabilityPagination.total / vulnerabilityPagination.pageSize)
|
||||||
|
);
|
||||||
|
renderVulnerabilityPagination();
|
||||||
|
}
|
||||||
|
|
||||||
|
const list = document.getElementById('vulnerabilities-list');
|
||||||
|
const remaining = list ? list.querySelectorAll('.vulnerability-card').length : 0;
|
||||||
|
if (remaining === 0) {
|
||||||
|
if (vulnerabilityPagination.currentPage > 1) {
|
||||||
|
vulnerabilityPagination.currentPage--;
|
||||||
|
}
|
||||||
|
loadVulnerabilities();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (opts.focusNext !== false && nextCard && nextCard.classList.contains('vulnerability-card')) {
|
||||||
|
nextCard.scrollIntoView({ block: 'nearest', behavior: 'smooth' });
|
||||||
|
}
|
||||||
|
}, VULNERABILITY_REMOVE_ANIM_MS);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function changeVulnerabilityStatus(vulnId, newStatus, pickerEl) {
|
||||||
|
if (!vulnId || !pickerEl) return;
|
||||||
|
const prevStatus = pickerEl.dataset.prevStatus || newStatus;
|
||||||
|
if (newStatus === prevStatus) return;
|
||||||
|
|
||||||
|
setVulnerabilityStatusPickerDisabled(pickerEl, true);
|
||||||
|
try {
|
||||||
|
const response = await apiFetch('/api/vulnerabilities/' + encodeURIComponent(vulnId), {
|
||||||
|
method: 'PUT',
|
||||||
|
headers: { 'Content-Type': 'application/json' },
|
||||||
|
body: JSON.stringify({ status: newStatus }),
|
||||||
|
});
|
||||||
|
if (!response.ok) {
|
||||||
|
const err = await response.json().catch(function () { return {}; });
|
||||||
|
throw new Error(err.error || vulnT('vulnerabilityPage.statusUpdateFailed'));
|
||||||
|
}
|
||||||
|
|
||||||
|
updateVulnerabilityStatusPicker(pickerEl, newStatus);
|
||||||
|
loadVulnerabilityStats();
|
||||||
|
|
||||||
|
if (!vulnerabilityStatusMatchesFilter(newStatus)) {
|
||||||
|
removeVulnerabilityCard(vulnId, { decrementTotal: true, focusNext: true });
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('更新漏洞状态失败:', error);
|
||||||
|
updateVulnerabilityStatusPicker(pickerEl, prevStatus);
|
||||||
|
alert(vulnT('vulnerabilityPage.statusUpdateFailed') + ': ' + error.message);
|
||||||
|
} finally {
|
||||||
|
setVulnerabilityStatusPickerDisabled(pickerEl, false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// 从localStorage读取每页显示数量,默认为20
|
// 从localStorage读取每页显示数量,默认为20
|
||||||
const getVulnerabilityPageSize = () => {
|
const getVulnerabilityPageSize = () => {
|
||||||
const saved = localStorage.getItem('vulnerabilityPageSize');
|
const saved = localStorage.getItem('vulnerabilityPageSize');
|
||||||
@@ -175,6 +389,7 @@ function syncVulnerabilityFiltersFromLocationHash() {
|
|||||||
syncVulnerabilityStatCardActiveState();
|
syncVulnerabilityStatCardActiveState();
|
||||||
updateVulnerabilityFilterPanelState();
|
updateVulnerabilityFilterPanelState();
|
||||||
renderVulnerabilityFilterChips();
|
renderVulnerabilityFilterChips();
|
||||||
|
syncAllVulnFilterCustomSelects();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 初始化漏洞管理页面
|
// 初始化漏洞管理页面
|
||||||
@@ -387,6 +602,7 @@ function initVulnerabilityFilterPanel() {
|
|||||||
|
|
||||||
if (vulnerabilityFilterPanelBound) {
|
if (vulnerabilityFilterPanelBound) {
|
||||||
updateVulnerabilityFilterPanelState();
|
updateVulnerabilityFilterPanelState();
|
||||||
|
syncAllVulnFilterCustomSelects();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
vulnerabilityFilterPanelBound = true;
|
vulnerabilityFilterPanelBound = true;
|
||||||
@@ -448,6 +664,146 @@ function initVulnerabilityFilterPanel() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
bindVulnerabilityFilterTypeaheads();
|
bindVulnerabilityFilterTypeaheads();
|
||||||
|
initVulnerabilityFilterSelects();
|
||||||
|
}
|
||||||
|
|
||||||
|
const VULN_FILTER_CUSTOM_SELECT_IDS = ['vulnerability-project-filter', 'vulnerability-status-filter'];
|
||||||
|
const vulnFilterCustomSelectMap = {};
|
||||||
|
let vulnFilterCustomSelectDocBound = false;
|
||||||
|
|
||||||
|
const VULN_FILTER_SELECT_CARET = '<svg class="vuln-filter-select-caret" width="14" height="14" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>';
|
||||||
|
|
||||||
|
function closeAllVulnFilterCustomSelects() {
|
||||||
|
Object.keys(vulnFilterCustomSelectMap).forEach(function (id) {
|
||||||
|
const reg = vulnFilterCustomSelectMap[id];
|
||||||
|
if (!reg || !reg.wrapper) return;
|
||||||
|
reg.wrapper.classList.remove('open');
|
||||||
|
if (reg.trigger) reg.trigger.setAttribute('aria-expanded', 'false');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function syncVulnFilterCustomSelect(selectId) {
|
||||||
|
const reg = vulnFilterCustomSelectMap[selectId];
|
||||||
|
if (!reg) return;
|
||||||
|
const select = reg.select;
|
||||||
|
const dropdown = reg.dropdown;
|
||||||
|
const trigger = reg.trigger;
|
||||||
|
const valueSpan = trigger.querySelector('.vuln-filter-select-value');
|
||||||
|
|
||||||
|
dropdown.innerHTML = '';
|
||||||
|
Array.prototype.forEach.call(select.options, function (opt) {
|
||||||
|
const item = document.createElement('button');
|
||||||
|
item.type = 'button';
|
||||||
|
item.className = 'vuln-filter-select-option';
|
||||||
|
item.setAttribute('role', 'option');
|
||||||
|
item.setAttribute('data-value', opt.value);
|
||||||
|
if (opt.value === select.value) {
|
||||||
|
item.classList.add('is-selected');
|
||||||
|
item.setAttribute('aria-selected', 'true');
|
||||||
|
} else {
|
||||||
|
item.setAttribute('aria-selected', 'false');
|
||||||
|
}
|
||||||
|
const check = document.createElement('span');
|
||||||
|
check.className = 'vuln-filter-select-check';
|
||||||
|
check.setAttribute('aria-hidden', 'true');
|
||||||
|
check.textContent = '✓';
|
||||||
|
const label = document.createElement('span');
|
||||||
|
label.className = 'vuln-filter-select-label';
|
||||||
|
label.textContent = opt.textContent;
|
||||||
|
item.appendChild(check);
|
||||||
|
item.appendChild(label);
|
||||||
|
dropdown.appendChild(item);
|
||||||
|
});
|
||||||
|
|
||||||
|
const selectedOpt = select.options[select.selectedIndex];
|
||||||
|
if (valueSpan) {
|
||||||
|
valueSpan.textContent = selectedOpt ? selectedOpt.textContent : '';
|
||||||
|
}
|
||||||
|
trigger.disabled = !!select.disabled;
|
||||||
|
reg.wrapper.classList.toggle('is-disabled', !!select.disabled);
|
||||||
|
}
|
||||||
|
|
||||||
|
function syncAllVulnFilterCustomSelects() {
|
||||||
|
VULN_FILTER_CUSTOM_SELECT_IDS.forEach(syncVulnFilterCustomSelect);
|
||||||
|
}
|
||||||
|
|
||||||
|
function enhanceVulnFilterCustomSelect(selectId) {
|
||||||
|
const select = document.getElementById(selectId);
|
||||||
|
if (!select) return;
|
||||||
|
if (select.dataset.vulnCustomSelect === '1') {
|
||||||
|
syncVulnFilterCustomSelect(selectId);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
select.dataset.vulnCustomSelect = '1';
|
||||||
|
select.classList.add('vuln-filter-native-select');
|
||||||
|
select.tabIndex = -1;
|
||||||
|
select.setAttribute('aria-hidden', 'true');
|
||||||
|
|
||||||
|
const wrapper = document.createElement('div');
|
||||||
|
wrapper.className = 'vuln-filter-select';
|
||||||
|
|
||||||
|
const trigger = document.createElement('button');
|
||||||
|
trigger.type = 'button';
|
||||||
|
trigger.className = 'vuln-filter-select-trigger';
|
||||||
|
trigger.setAttribute('aria-haspopup', 'listbox');
|
||||||
|
trigger.setAttribute('aria-expanded', 'false');
|
||||||
|
const valueSpan = document.createElement('span');
|
||||||
|
valueSpan.className = 'vuln-filter-select-value';
|
||||||
|
trigger.appendChild(valueSpan);
|
||||||
|
trigger.insertAdjacentHTML('beforeend', VULN_FILTER_SELECT_CARET);
|
||||||
|
|
||||||
|
const dropdown = document.createElement('div');
|
||||||
|
dropdown.className = 'vuln-filter-select-dropdown';
|
||||||
|
dropdown.setAttribute('role', 'listbox');
|
||||||
|
|
||||||
|
const parent = select.parentNode;
|
||||||
|
parent.insertBefore(wrapper, select);
|
||||||
|
wrapper.appendChild(trigger);
|
||||||
|
wrapper.appendChild(dropdown);
|
||||||
|
wrapper.appendChild(select);
|
||||||
|
|
||||||
|
vulnFilterCustomSelectMap[selectId] = { wrapper: wrapper, trigger: trigger, dropdown: dropdown, select: select };
|
||||||
|
|
||||||
|
trigger.addEventListener('click', function (e) {
|
||||||
|
e.stopPropagation();
|
||||||
|
if (select.disabled) return;
|
||||||
|
if (typeof closeAllVulnerabilityStatusPickers === 'function') {
|
||||||
|
closeAllVulnerabilityStatusPickers();
|
||||||
|
}
|
||||||
|
const open = wrapper.classList.contains('open');
|
||||||
|
closeAllVulnFilterCustomSelects();
|
||||||
|
if (!open) {
|
||||||
|
wrapper.classList.add('open');
|
||||||
|
trigger.setAttribute('aria-expanded', 'true');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
dropdown.addEventListener('click', function (e) {
|
||||||
|
const opt = e.target.closest('.vuln-filter-select-option');
|
||||||
|
if (!opt) return;
|
||||||
|
e.stopPropagation();
|
||||||
|
const val = opt.getAttribute('data-value');
|
||||||
|
if (val === null) return;
|
||||||
|
if (select.value !== val) {
|
||||||
|
select.value = val;
|
||||||
|
select.dispatchEvent(new Event('change', { bubbles: true }));
|
||||||
|
}
|
||||||
|
wrapper.classList.remove('open');
|
||||||
|
trigger.setAttribute('aria-expanded', 'false');
|
||||||
|
syncVulnFilterCustomSelect(selectId);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function initVulnerabilityFilterSelects() {
|
||||||
|
if (!vulnFilterCustomSelectDocBound) {
|
||||||
|
document.addEventListener('click', closeAllVulnFilterCustomSelects);
|
||||||
|
document.addEventListener('keydown', function (e) {
|
||||||
|
if (e.key === 'Escape') closeAllVulnFilterCustomSelects();
|
||||||
|
});
|
||||||
|
vulnFilterCustomSelectDocBound = true;
|
||||||
|
}
|
||||||
|
VULN_FILTER_CUSTOM_SELECT_IDS.forEach(enhanceVulnFilterCustomSelect);
|
||||||
|
syncAllVulnFilterCustomSelects();
|
||||||
}
|
}
|
||||||
|
|
||||||
function countVulnerabilityAdvancedFiltersActive() {
|
function countVulnerabilityAdvancedFiltersActive() {
|
||||||
@@ -559,6 +915,9 @@ function removeVulnerabilityFilterByKey(key) {
|
|||||||
if (Object.prototype.hasOwnProperty.call(vulnerabilityFilters, key)) {
|
if (Object.prototype.hasOwnProperty.call(vulnerabilityFilters, key)) {
|
||||||
vulnerabilityFilters[key] = '';
|
vulnerabilityFilters[key] = '';
|
||||||
}
|
}
|
||||||
|
if (key === 'project_id' || key === 'status') {
|
||||||
|
syncAllVulnFilterCustomSelects();
|
||||||
|
}
|
||||||
applyVulnerabilityFilters();
|
applyVulnerabilityFilters();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -779,9 +1138,22 @@ function updateVulnerabilityStats(stats) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 加载漏洞列表
|
// 加载漏洞列表
|
||||||
async function loadVulnerabilities(page = null) {
|
async function loadVulnerabilities(page = null, options = {}) {
|
||||||
|
const opts = options && typeof options === 'object' ? options : {};
|
||||||
|
const preserveScroll = !!opts.preserveScroll;
|
||||||
|
const silent = !!opts.silent;
|
||||||
|
let expandedIds = opts.expandedIds;
|
||||||
|
|
||||||
|
const scrollEl = preserveScroll ? getVulnerabilityScrollContainer() : null;
|
||||||
|
const scrollTop = scrollEl ? scrollEl.scrollTop : 0;
|
||||||
|
if (expandedIds === undefined && preserveScroll) {
|
||||||
|
expandedIds = getExpandedVulnerabilityIds();
|
||||||
|
}
|
||||||
|
|
||||||
const listContainer = document.getElementById('vulnerabilities-list');
|
const listContainer = document.getElementById('vulnerabilities-list');
|
||||||
listContainer.innerHTML = `<div class="loading-spinner">${escapeHtml(vulnT('vulnerabilityPage.loading'))}</div>`;
|
if (!silent) {
|
||||||
|
listContainer.innerHTML = `<div class="loading-spinner">${escapeHtml(vulnT('vulnerabilityPage.loading'))}</div>`;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 检查apiFetch是否可用
|
// 检查apiFetch是否可用
|
||||||
@@ -830,8 +1202,14 @@ async function loadVulnerabilities(page = null) {
|
|||||||
console.error('未知的响应格式:', data);
|
console.error('未知的响应格式:', data);
|
||||||
}
|
}
|
||||||
|
|
||||||
renderVulnerabilities(vulnerabilities);
|
renderVulnerabilities(vulnerabilities, { expandedIds: expandedIds || [] });
|
||||||
renderVulnerabilityPagination();
|
renderVulnerabilityPagination();
|
||||||
|
|
||||||
|
if (preserveScroll && scrollEl) {
|
||||||
|
requestAnimationFrame(function () {
|
||||||
|
scrollEl.scrollTop = scrollTop;
|
||||||
|
});
|
||||||
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('加载漏洞列表失败:', error);
|
console.error('加载漏洞列表失败:', error);
|
||||||
listContainer.innerHTML = `<div class="error-message">${escapeHtml(vulnT('vulnerabilityPage.loadListFailed'))}: ${escapeHtml(error.message)}</div>`;
|
listContainer.innerHTML = `<div class="error-message">${escapeHtml(vulnT('vulnerabilityPage.loadListFailed'))}: ${escapeHtml(error.message)}</div>`;
|
||||||
@@ -839,7 +1217,8 @@ async function loadVulnerabilities(page = null) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 渲染漏洞列表
|
// 渲染漏洞列表
|
||||||
function renderVulnerabilities(vulnerabilities) {
|
function renderVulnerabilities(vulnerabilities, renderOptions) {
|
||||||
|
const opts = renderOptions && typeof renderOptions === 'object' ? renderOptions : {};
|
||||||
const listContainer = document.getElementById('vulnerabilities-list');
|
const listContainer = document.getElementById('vulnerabilities-list');
|
||||||
|
|
||||||
// 处理空值情况(使用 data-i18n 以便语言切换时自动更新)
|
// 处理空值情况(使用 data-i18n 以便语言切换时自动更新)
|
||||||
@@ -862,7 +1241,6 @@ function renderVulnerabilities(vulnerabilities) {
|
|||||||
const html = vulnerabilities.map(vuln => {
|
const html = vulnerabilities.map(vuln => {
|
||||||
const severityClass = `severity-${vuln.severity}`;
|
const severityClass = `severity-${vuln.severity}`;
|
||||||
const severityText = vulnSeverityLabel(vuln.severity);
|
const severityText = vulnSeverityLabel(vuln.severity);
|
||||||
const statusText = vulnStatusLabel(vuln.status);
|
|
||||||
const createdDate = new Date(vuln.created_at).toLocaleString(vulnDateLocale());
|
const createdDate = new Date(vuln.created_at).toLocaleString(vulnDateLocale());
|
||||||
const projectLabel = vuln.project_id
|
const projectLabel = vuln.project_id
|
||||||
? escapeHtml(typeof getProjectName === 'function' ? getProjectName(vuln.project_id) : vuln.project_id)
|
? escapeHtml(typeof getProjectName === 'function' ? getProjectName(vuln.project_id) : vuln.project_id)
|
||||||
@@ -875,7 +1253,7 @@ function renderVulnerabilities(vulnerabilities) {
|
|||||||
const deleteTitle = escapeHtml(vulnT('common.delete'));
|
const deleteTitle = escapeHtml(vulnT('common.delete'));
|
||||||
|
|
||||||
return `
|
return `
|
||||||
<div class="vulnerability-card ${severityClass}">
|
<div class="vulnerability-card ${severityClass}" id="vulnerability-card-${vuln.id}" data-vuln-id="${escapeHtml(vuln.id)}">
|
||||||
<div class="vulnerability-header" onclick="toggleVulnerabilityDetails('${vuln.id}')" style="cursor: pointer;">
|
<div class="vulnerability-header" onclick="toggleVulnerabilityDetails('${vuln.id}')" style="cursor: pointer;">
|
||||||
<div class="vulnerability-title-section">
|
<div class="vulnerability-title-section">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
@@ -886,7 +1264,7 @@ function renderVulnerabilities(vulnerabilities) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="vulnerability-meta">
|
<div class="vulnerability-meta">
|
||||||
<span class="severity-badge ${severityClass}">${severityText}</span>
|
<span class="severity-badge ${severityClass}">${severityText}</span>
|
||||||
<span class="status-badge status-${vuln.status}">${statusText}</span>
|
${buildVulnerabilityStatusPicker(vuln)}
|
||||||
${projectBadge}
|
${projectBadge}
|
||||||
<span class="vulnerability-date">${createdDate}</span>
|
<span class="vulnerability-date">${createdDate}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -935,10 +1313,13 @@ function renderVulnerabilities(vulnerabilities) {
|
|||||||
}).join('');
|
}).join('');
|
||||||
|
|
||||||
listContainer.innerHTML = html;
|
listContainer.innerHTML = html;
|
||||||
|
initVulnerabilityStatusPickers(listContainer);
|
||||||
if (typeof window.applyTranslations === 'function') {
|
if (typeof window.applyTranslations === 'function') {
|
||||||
window.applyTranslations(listContainer);
|
window.applyTranslations(listContainer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
restoreExpandedVulnerabilityDetails(opts.expandedIds);
|
||||||
|
|
||||||
// 如果通过漏洞ID筛选且只返回一条记录,自动展开详情(提升“点击查看”的用户体验)
|
// 如果通过漏洞ID筛选且只返回一条记录,自动展开详情(提升“点击查看”的用户体验)
|
||||||
if (vulnerabilities.length === 1 && vulnerabilityFilters.id && vulnerabilityFilters.id === vulnerabilities[0].id) {
|
if (vulnerabilities.length === 1 && vulnerabilityFilters.id && vulnerabilityFilters.id === vulnerabilities[0].id) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
@@ -1191,11 +1572,27 @@ async function saveVulnerability() {
|
|||||||
throw new Error(error.error || vulnT('vulnerabilityPage.saveFailed'));
|
throw new Error(error.error || vulnT('vulnerabilityPage.saveFailed'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const updated = await response.json();
|
||||||
|
const editedId = currentVulnerabilityId;
|
||||||
|
const isEdit = !!editedId;
|
||||||
|
const expandedIds = isEdit ? getExpandedVulnerabilityIds() : [];
|
||||||
|
|
||||||
closeVulnerabilityModal();
|
closeVulnerabilityModal();
|
||||||
loadVulnerabilityStats();
|
loadVulnerabilityStats();
|
||||||
// 保存/更新后,重置到第一页
|
|
||||||
vulnerabilityPagination.currentPage = 1;
|
if (!isEdit) {
|
||||||
loadVulnerabilities();
|
vulnerabilityPagination.currentPage = 1;
|
||||||
|
loadVulnerabilities();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const newStatus = (updated && updated.status) || data.status;
|
||||||
|
if (!vulnerabilityStatusMatchesFilter(newStatus)) {
|
||||||
|
removeVulnerabilityCard(editedId, { decrementTotal: true, focusNext: true });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await loadVulnerabilities(null, { preserveScroll: true, silent: true, expandedIds: expandedIds });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('保存漏洞失败:', error);
|
console.error('保存漏洞失败:', error);
|
||||||
alert(vulnT('vulnerabilityPage.saveFailed') + ': ' + error.message);
|
alert(vulnT('vulnerabilityPage.saveFailed') + ': ' + error.message);
|
||||||
@@ -1216,14 +1613,20 @@ async function deleteVulnerability(id) {
|
|||||||
if (!response.ok) throw new Error(vulnT('vulnerabilityPage.deleteFailed'));
|
if (!response.ok) throw new Error(vulnT('vulnerabilityPage.deleteFailed'));
|
||||||
|
|
||||||
loadVulnerabilityStats();
|
loadVulnerabilityStats();
|
||||||
// 删除后,如果当前页没有数据了,回到上一页
|
const card = document.getElementById('vulnerability-card-' + id) ||
|
||||||
|
document.querySelector('.vulnerability-card[data-vuln-id="' + id + '"]');
|
||||||
|
if (card) {
|
||||||
|
removeVulnerabilityCard(id, { decrementTotal: true, focusNext: true });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (vulnerabilityPagination.currentPage > 1 && vulnerabilityPagination.total > 0) {
|
if (vulnerabilityPagination.currentPage > 1 && vulnerabilityPagination.total > 0) {
|
||||||
const itemsOnCurrentPage = vulnerabilityPagination.total - (vulnerabilityPagination.currentPage - 1) * vulnerabilityPagination.pageSize;
|
const itemsOnCurrentPage = vulnerabilityPagination.total - (vulnerabilityPagination.currentPage - 1) * vulnerabilityPagination.pageSize;
|
||||||
if (itemsOnCurrentPage <= 1) {
|
if (itemsOnCurrentPage <= 1) {
|
||||||
vulnerabilityPagination.currentPage--;
|
vulnerabilityPagination.currentPage--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
loadVulnerabilities();
|
await loadVulnerabilities(null, { preserveScroll: true });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('删除漏洞失败:', error);
|
console.error('删除漏洞失败:', error);
|
||||||
alert(vulnT('vulnerabilityPage.deleteFailed') + ': ' + error.message);
|
alert(vulnT('vulnerabilityPage.deleteFailed') + ': ' + error.message);
|
||||||
@@ -1263,6 +1666,7 @@ function clearVulnerabilityFilters() {
|
|||||||
const el = document.getElementById(id);
|
const el = document.getElementById(id);
|
||||||
if (el) el.value = '';
|
if (el) el.value = '';
|
||||||
});
|
});
|
||||||
|
syncAllVulnFilterCustomSelects();
|
||||||
|
|
||||||
vulnerabilityFilters = {
|
vulnerabilityFilters = {
|
||||||
q: '',
|
q: '',
|
||||||
@@ -1685,10 +2089,16 @@ window.onclick = function(event) {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
document.addEventListener('languagechange', function () {
|
document.addEventListener('languagechange', async function () {
|
||||||
const page = document.getElementById('page-vulnerabilities');
|
const page = document.getElementById('page-vulnerabilities');
|
||||||
if (page && page.classList.contains('active')) {
|
if (page && page.classList.contains('active')) {
|
||||||
|
const panel = document.getElementById('vulnerability-filter-panel');
|
||||||
|
if (panel && typeof window.applyTranslations === 'function') {
|
||||||
|
window.applyTranslations(panel);
|
||||||
|
}
|
||||||
renderVulnerabilityFilterChips();
|
renderVulnerabilityFilterChips();
|
||||||
|
await refreshVulnerabilityProjectFilter();
|
||||||
|
syncAllVulnFilterCustomSelects();
|
||||||
loadVulnerabilities();
|
loadVulnerabilities();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -1709,11 +2119,15 @@ async function bindVulnerabilityProject(vulnId, projectId, silent) {
|
|||||||
alert(vulnT('vulnerabilityPage.projectBindOk'));
|
alert(vulnT('vulnerabilityPage.projectBindOk'));
|
||||||
}
|
}
|
||||||
loadVulnerabilityStats();
|
loadVulnerabilityStats();
|
||||||
loadVulnerabilities();
|
const expandedIds = getExpandedVulnerabilityIds();
|
||||||
|
if (!expandedIds.includes(vulnId)) {
|
||||||
|
expandedIds.push(vulnId);
|
||||||
|
}
|
||||||
|
await loadVulnerabilities(null, { preserveScroll: true, silent: true, expandedIds: expandedIds });
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('绑定项目失败:', error);
|
console.error('绑定项目失败:', error);
|
||||||
alert(vulnT('vulnerabilityPage.projectBindFailed') + ': ' + error.message);
|
alert(vulnT('vulnerabilityPage.projectBindFailed') + ': ' + error.message);
|
||||||
loadVulnerabilities();
|
await loadVulnerabilities(null, { preserveScroll: true });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1738,15 +2152,16 @@ async function refreshVulnerabilityProjectFilter() {
|
|||||||
list.forEach((p) => { if (p.id) projectNameById[p.id] = p.name || p.id; });
|
list.forEach((p) => { if (p.id) projectNameById[p.id] = p.name || p.id; });
|
||||||
}
|
}
|
||||||
const cur = vulnerabilityFilters.project_id || sel.value || '';
|
const cur = vulnerabilityFilters.project_id || sel.value || '';
|
||||||
let html = '<option value="">全部项目</option>';
|
let html = '<option value="">' + escapeHtml(vulnT('vulnerabilityPage.allProjects')) + '</option>';
|
||||||
(list || []).forEach((p) => {
|
(list || []).forEach((p) => {
|
||||||
if (!p.id) return;
|
if (!p.id) return;
|
||||||
const selected = p.id === cur ? ' selected' : '';
|
const selected = p.id === cur ? ' selected' : '';
|
||||||
const arch = p.status === 'archived' ? ' [归档]' : '';
|
const arch = p.status === 'archived' ? ' [' + vulnT('projects.archived') + ']' : '';
|
||||||
html += `<option value="${escapeHtml(p.id)}"${selected}>${escapeHtml(p.name || p.id)}${arch}</option>`;
|
html += `<option value="${escapeHtml(p.id)}"${selected}>${escapeHtml(p.name || p.id)}${arch}</option>`;
|
||||||
});
|
});
|
||||||
sel.innerHTML = html;
|
sel.innerHTML = html;
|
||||||
if (cur) sel.value = cur;
|
if (cur) sel.value = cur;
|
||||||
|
syncVulnFilterCustomSelect('vulnerability-project-filter');
|
||||||
const modalSel = document.getElementById('vulnerability-project-id');
|
const modalSel = document.getElementById('vulnerability-project-id');
|
||||||
if (modalSel && isAppModalOpen('vulnerability-modal')) {
|
if (modalSel && isAppModalOpen('vulnerability-modal')) {
|
||||||
const modalCur = modalSel.value || '';
|
const modalCur = modalSel.value || '';
|
||||||
@@ -1762,6 +2177,7 @@ function setVulnerabilityProjectFilter(projectId) {
|
|||||||
vulnerabilityFilters.project_id = projectId || '';
|
vulnerabilityFilters.project_id = projectId || '';
|
||||||
const sel = document.getElementById('vulnerability-project-filter');
|
const sel = document.getElementById('vulnerability-project-filter');
|
||||||
if (sel) sel.value = projectId || '';
|
if (sel) sel.value = projectId || '';
|
||||||
|
syncVulnFilterCustomSelect('vulnerability-project-filter');
|
||||||
applyVulnerabilityFilters();
|
applyVulnerabilityFilters();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1777,4 +2193,5 @@ window.setVulnerabilityProjectFilter = setVulnerabilityProjectFilter;
|
|||||||
window.setVulnerabilityIdFilter = setVulnerabilityIdFilter;
|
window.setVulnerabilityIdFilter = setVulnerabilityIdFilter;
|
||||||
window.bindVulnerabilityProject = bindVulnerabilityProject;
|
window.bindVulnerabilityProject = bindVulnerabilityProject;
|
||||||
window.buildVulnerabilityProjectOptionsHtml = buildVulnerabilityProjectOptionsHtml;
|
window.buildVulnerabilityProjectOptionsHtml = buildVulnerabilityProjectOptionsHtml;
|
||||||
|
window.changeVulnerabilityStatus = changeVulnerabilityStatus;
|
||||||
|
|
||||||
|
|||||||
+32
-13
@@ -377,9 +377,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 第一行:核心 KPI(关键指标置顶 + 副标徽章承载次级信息) -->
|
<!-- 第一行:核心 KPI(关键指标置顶 + 副标徽章承载次级信息) -->
|
||||||
<div class="dashboard-kpi-row" id="dashboard-cards">
|
<div class="dashboard-kpi-row" id="dashboard-cards">
|
||||||
<div class="dashboard-kpi-card" role="button" tabindex="0" onclick="switchPage('tasks')" onkeydown="if(event.key==='Enter'||event.key===' ') { event.preventDefault(); switchPage('tasks'); }" data-i18n="dashboard.clickToViewTasks" data-i18n-attr="title" title="点击查看任务管理">
|
<div class="dashboard-kpi-card" role="button" tabindex="0" onclick="switchPage('chat')" onkeydown="if(event.key==='Enter'||event.key===' ') { event.preventDefault(); switchPage('chat'); }" data-i18n="dashboard.clickToViewChat" data-i18n-attr="title" title="点击查看对话">
|
||||||
<div class="dashboard-kpi-head">
|
<div class="dashboard-kpi-head">
|
||||||
<div class="dashboard-kpi-label" data-i18n="dashboard.runningTasks">运行中任务</div>
|
<div class="dashboard-kpi-label" data-i18n="dashboard.runningConversations">运行中对话</div>
|
||||||
<span class="dashboard-kpi-icon dashboard-kpi-icon-tasks" aria-hidden="true"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v4"/><path d="M12 18v4"/><path d="M4.93 4.93l2.83 2.83"/><path d="M16.24 16.24l2.83 2.83"/><path d="M2 12h4"/><path d="M18 12h4"/><path d="M4.93 19.07l2.83-2.83"/><path d="M16.24 7.76l2.83-2.83"/></svg></span>
|
<span class="dashboard-kpi-icon dashboard-kpi-icon-tasks" aria-hidden="true"><svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2v4"/><path d="M12 18v4"/><path d="M4.93 4.93l2.83 2.83"/><path d="M16.24 16.24l2.83 2.83"/><path d="M2 12h4"/><path d="M18 12h4"/><path d="M4.93 19.07l2.83-2.83"/><path d="M16.24 7.76l2.83-2.83"/></svg></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="dashboard-kpi-value" id="dashboard-running-tasks">-</div>
|
<div class="dashboard-kpi-value" id="dashboard-running-tasks">-</div>
|
||||||
@@ -778,7 +778,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="sidebar-content">
|
<div class="sidebar-content">
|
||||||
<!-- 全局搜索 -->
|
<!-- 全局搜索 -->
|
||||||
<div class="conversation-search-box" style="margin-bottom: 16px; margin-top: 16px;">
|
<div class="conversation-search-box">
|
||||||
<input type="text" id="conversation-search-input" data-i18n="chat.searchHistory" data-i18n-attr="placeholder" placeholder="搜索历史记录..."
|
<input type="text" id="conversation-search-input" data-i18n="chat.searchHistory" data-i18n-attr="placeholder" placeholder="搜索历史记录..."
|
||||||
oninput="handleConversationSearch(this.value)"
|
oninput="handleConversationSearch(this.value)"
|
||||||
onkeypress="if(event.key === 'Enter') handleConversationSearch(this.value)" />
|
onkeypress="if(event.key === 'Enter') handleConversationSearch(this.value)" />
|
||||||
@@ -790,6 +790,15 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 按项目筛选对话 -->
|
||||||
|
<div class="conversation-project-filter">
|
||||||
|
<label class="conversation-project-filter-label" for="conversation-project-filter" data-i18n="chat.filterByProject">按项目筛选</label>
|
||||||
|
<select id="conversation-project-filter" class="conversation-project-filter-native" onchange="onConversationProjectFilterChange(this.value)" data-i18n="chat.filterByProject" data-i18n-attr="title" title="按项目筛选">
|
||||||
|
<option value="" data-i18n="chat.filterAllProjects">全部项目</option>
|
||||||
|
<option value="__none__" data-i18n="chat.filterUnboundProjects">未绑定项目</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- 对话分组 -->
|
<!-- 对话分组 -->
|
||||||
<div class="conversation-groups-section">
|
<div class="conversation-groups-section">
|
||||||
@@ -1929,14 +1938,14 @@
|
|||||||
data-i18n="vulnerabilityPage.searchKeyword" data-i18n-attr="placeholder" placeholder="搜索标题、描述、类型、目标…" />
|
data-i18n="vulnerabilityPage.searchKeyword" data-i18n-attr="placeholder" placeholder="搜索标题、描述、类型、目标…" />
|
||||||
</label>
|
</label>
|
||||||
<label class="vulnerability-filter-field vulnerability-filter-field--project">
|
<label class="vulnerability-filter-field vulnerability-filter-field--project">
|
||||||
<span class="sr-only">项目</span>
|
<span class="sr-only" data-i18n="vulnerabilityPage.detailProject">项目</span>
|
||||||
<select id="vulnerability-project-filter" title="按项目筛选" onchange="scheduleVulnerabilityFilterApply(true)">
|
<select id="vulnerability-project-filter" data-i18n="vulnerabilityPage.filterByProject" data-i18n-attr="title" title="按项目筛选" onchange="scheduleVulnerabilityFilterApply(true)">
|
||||||
<option value="">全部项目</option>
|
<option value="" data-i18n="vulnerabilityPage.allProjects">全部项目</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
<label class="vulnerability-filter-field vulnerability-filter-field--status">
|
<label class="vulnerability-filter-field vulnerability-filter-field--status">
|
||||||
<span class="sr-only" data-i18n="vulnerabilityPage.status">状态</span>
|
<span class="sr-only" data-i18n="vulnerabilityPage.status">状态</span>
|
||||||
<select id="vulnerability-status-filter" data-i18n-attr="title" title="状态">
|
<select id="vulnerability-status-filter" data-i18n="vulnerabilityPage.status" data-i18n-attr="title" title="状态">
|
||||||
<option value="" data-i18n="knowledgePage.all">全部状态</option>
|
<option value="" data-i18n="knowledgePage.all">全部状态</option>
|
||||||
<option value="open" data-i18n="vulnerabilityPage.statusOpen">待处理</option>
|
<option value="open" data-i18n="vulnerabilityPage.statusOpen">待处理</option>
|
||||||
<option value="confirmed" data-i18n="vulnerabilityPage.statusConfirmed">已确认</option>
|
<option value="confirmed" data-i18n="vulnerabilityPage.statusConfirmed">已确认</option>
|
||||||
@@ -2523,10 +2532,10 @@
|
|||||||
<h4 data-i18n="settingsBasic.openaiConfig">OpenAI 配置</h4>
|
<h4 data-i18n="settingsBasic.openaiConfig">OpenAI 配置</h4>
|
||||||
<div class="settings-form">
|
<div class="settings-form">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="openai-provider">API 提供商</label>
|
<label for="openai-provider" data-i18n="settingsBasic.apiProvider">API 提供商</label>
|
||||||
<select id="openai-provider" style="width: 100%; padding: 0.5rem 0.75rem; border: 1px solid var(--border-color, #e2e8f0); border-radius: 6px; background: var(--card-bg, #fff); color: var(--text-color, #2d3748); font-size: 0.875rem;">
|
<select id="openai-provider" style="width: 100%; padding: 0.5rem 0.75rem; border: 1px solid var(--border-color, #e2e8f0); border-radius: 6px; background: var(--card-bg, #fff); color: var(--text-color, #2d3748); font-size: 0.875rem;">
|
||||||
<option value="openai">OpenAI / 兼容 OpenAI 协议</option>
|
<option value="openai" data-i18n="settingsBasic.providerOpenAI">OpenAI / 兼容 OpenAI 协议</option>
|
||||||
<option value="claude">Claude (Anthropic Messages API)</option>
|
<option value="claude" data-i18n="settingsBasic.providerClaude">Claude (Anthropic Messages API)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@@ -2610,9 +2619,9 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="vision-provider" data-i18n="settingsBasic.provider">提供商</label>
|
<label for="vision-provider" data-i18n="settingsBasic.provider">提供商</label>
|
||||||
<select id="vision-provider" style="width: 100%; padding: 0.5rem 0.75rem; border: 1px solid var(--border-color, #e2e8f0); border-radius: 6px; background: var(--card-bg, #fff); color: var(--text-color, #2d3748); font-size: 0.875rem;">
|
<select id="vision-provider" style="width: 100%; padding: 0.5rem 0.75rem; border: 1px solid var(--border-color, #e2e8f0); border-radius: 6px; background: var(--card-bg, #fff); color: var(--text-color, #2d3748); font-size: 0.875rem;">
|
||||||
<option value="">OpenAI 配置(留空复用)</option>
|
<option value="" data-i18n="settingsBasic.visionProviderReuseOpenAI">OpenAI 配置(留空复用)</option>
|
||||||
<option value="openai">OpenAI / 兼容 OpenAI 协议</option>
|
<option value="openai" data-i18n="settingsBasic.providerOpenAI">OpenAI / 兼容 OpenAI 协议</option>
|
||||||
<option value="claude">Claude (Anthropic Messages API)</option>
|
<option value="claude" data-i18n="settingsBasic.providerClaude">Claude (Anthropic Messages API)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@@ -3764,6 +3773,10 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h2 id="batch-manage-title">管理对话记录·共<span id="batch-manage-count">0</span>条</h2>
|
<h2 id="batch-manage-title">管理对话记录·共<span id="batch-manage-count">0</span>条</h2>
|
||||||
<div class="batch-manage-header-actions">
|
<div class="batch-manage-header-actions">
|
||||||
|
<select id="batch-project-filter" class="conversation-project-filter-native" onchange="applyBatchConversationFilters()" data-i18n="batchManageModal.filterByProject" data-i18n-attr="title" title="按项目筛选">
|
||||||
|
<option value="" data-i18n="chat.filterAllProjects">全部项目</option>
|
||||||
|
<option value="__none__" data-i18n="chat.filterUnboundProjects">未绑定项目</option>
|
||||||
|
</select>
|
||||||
<div class="batch-search-box">
|
<div class="batch-search-box">
|
||||||
<input type="text" id="batch-search-input" data-i18n="batchManageModal.searchPlaceholder" data-i18n-attr="placeholder" placeholder="搜索历史记录" oninput="filterBatchConversations(this.value)" />
|
<input type="text" id="batch-search-input" data-i18n="batchManageModal.searchPlaceholder" data-i18n-attr="placeholder" placeholder="搜索历史记录" oninput="filterBatchConversations(this.value)" />
|
||||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
@@ -3781,6 +3794,7 @@
|
|||||||
<input type="checkbox" id="batch-select-all" onchange="toggleSelectAllBatch()" data-i18n="batchManageModal.selectAll" data-i18n-attr="title" title="全选" />
|
<input type="checkbox" id="batch-select-all" onchange="toggleSelectAllBatch()" data-i18n="batchManageModal.selectAll" data-i18n-attr="title" title="全选" />
|
||||||
</div>
|
</div>
|
||||||
<div class="batch-table-col-name" data-i18n="batchManageModal.conversationName">对话名称</div>
|
<div class="batch-table-col-name" data-i18n="batchManageModal.conversationName">对话名称</div>
|
||||||
|
<div class="batch-table-col-project" data-i18n="batchManageModal.project">项目</div>
|
||||||
<div class="batch-table-col-time" data-i18n="batchManageModal.lastTime">最近一次对话时间</div>
|
<div class="batch-table-col-time" data-i18n="batchManageModal.lastTime">最近一次对话时间</div>
|
||||||
<div class="batch-table-col-action" data-i18n="batchManageModal.action">操作</div>
|
<div class="batch-table-col-action" data-i18n="batchManageModal.action">操作</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -4010,6 +4024,11 @@
|
|||||||
</select>
|
</select>
|
||||||
<div class="form-hint" style="margin-top: 4px;" data-i18n="batchImportModal.agentModeHint">与对话页一致:Eino 单代理(ADK),或 Deep / Plan-Execute / Supervisor(后三种需已启用多代理)。</div>
|
<div class="form-hint" style="margin-top: 4px;" data-i18n="batchImportModal.agentModeHint">与对话页一致:Eino 单代理(ADK),或 Deep / Plan-Execute / Supervisor(后三种需已启用多代理)。</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="batch-queue-concurrency" data-i18n="batchImportModal.concurrency">并发数</label>
|
||||||
|
<input type="number" id="batch-queue-concurrency" min="1" max="8" value="1" style="width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 0.875rem;" />
|
||||||
|
<div class="form-hint" style="margin-top: 4px;" data-i18n="batchImportModal.concurrencyHint">同时执行的子任务数量(1-8)。默认 1 为串行;含扫描类工具时建议 1-2。</div>
|
||||||
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="batch-queue-schedule-mode" data-i18n="batchImportModal.scheduleMode">调度方式</label>
|
<label for="batch-queue-schedule-mode" data-i18n="batchImportModal.scheduleMode">调度方式</label>
|
||||||
<select id="batch-queue-schedule-mode" onchange="handleBatchScheduleModeChange()" style="width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 0.875rem;">
|
<select id="batch-queue-schedule-mode" onchange="handleBatchScheduleModeChange()" style="width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 4px; font-size: 0.875rem;">
|
||||||
|
|||||||
Reference in New Issue
Block a user