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
+1 -1
View File
@@ -13,7 +13,7 @@
- [Architecture](architecture.md) · [Security Model](security-model.md) · [RBAC](rbac.md)
- [Agents and Roles](agent-and-role-guide.md) · [Skills](skills-guide.md) · [Eino Multi-Agent](MULTI_AGENT_EINO.md)
- [Graph Orchestration](workflow-graph.md) · [HITL Best Practices](hitl-best-practices.md)
- [Workflows](workflow-graph.md) · [HITL Best Practices](hitl-best-practices.md)
## Feature guides
+4 -4
View File
@@ -1,15 +1,15 @@
# CyberStrikeAI Graph Orchestration Guide
# CyberStrikeAI Workflows Guide
[中文](../zh-CN/workflow-graph.md)
This document explains how to use **Graph Orchestration**: building workflows on the canvas, configuring node types, passing data between nodes, and binding a graph to a role for automatic execution.
This document explains how to use **Workflows**: building workflows on the canvas, configuring node types, passing data between nodes, and binding a workflow to a role for automatic execution.
---
## 1. Where to find Graph Orchestration
## 1. Where to find Workflows
1. Log in to the CyberStrikeAI web UI.
2. Open **Graph Orchestration** in the left sidebar.
2. Open **Workflows** in the left sidebar.
3. Select an existing workflow from the list, or create a new one.
4. Drag nodes, draw edges, and configure properties on the canvas.
5. Fill in **ID**, **Name**, and **Description**, then click **Save**.