@fieldwangai/agentflow 0.1.91 → 0.1.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  # 内置节点:子 Agent
3
- description: 利用子 Agent 执行任务;可接收 workspaceContext 切换执行工作区,并接收 skillsContext / mcpContext 注入已加载 skills 与 MCP 工具清单。
3
+ description: 利用子 Agent 执行任务;可接收 knowledgeContext 读取知识库,可接收 workspaceContext 切换执行工作区,并接收 skillsContext / mcpContext 注入已加载 skills 与 MCP 工具清单。
4
4
  displayName: 子 Agent
5
5
  input:
6
6
  - type: node
@@ -12,9 +12,14 @@ input:
12
12
  - type: text
13
13
  name: skillsContext
14
14
  default: ""
15
+ showOnNode: true
15
16
  - type: text
16
17
  name: mcpContext
17
18
  default: ""
19
+ - type: text
20
+ name: knowledgeContext
21
+ default: ""
22
+ showOnNode: true
18
23
  output:
19
24
  - type: node
20
25
  name: next