Add files via upload

This commit is contained in:
公明
2026-07-14 15:14:09 +08:00
committed by GitHub
parent 2924d6636c
commit a1925f2e03
9 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ flowchart LR
M --> T["内置工具 / YAML 工具 / Skills FS"]
M --> EM["外部 MCP"]
A --> K["知识库检索"]
H --> W["Workflow 图编排"]
H --> W["Workflow 工作流"]
H --> C2["内置 C2"]
H --> WS["WebShell"]
H --> AU["Audit / Monitor"]
@@ -73,9 +73,9 @@ MCP 相关:
## Workflow
图编排`internal/workflow/`HTTP 入口在 `internal/handler/workflow*.go`。它支持 start、agent、tool、condition、hitl、output、end 等节点。
工作流引擎`internal/workflow/`HTTP 入口在 `internal/handler/workflow*.go`。它支持 start、agent、tool、condition、hitl、output、end 等节点。
详细使用见 [图编排使用说明](workflow-graph.md)。
详细使用见 [工作流使用说明](workflow-graph.md)。
## 知识库