AgenticX Workflow Designer
Guide for building workflows that orchestrate agents, tasks, and execution paths.
Core Components
| Component | Purpose |
|---|---|
Workflow | Container for nodes and edges |
WorkflowNode | A step in the workflow (agent + task) |
WorkflowEdge | Connection between nodes (with optional conditions) |
WorkflowEngine | Runtime executor for the workflow graph |
WorkflowGraph | Graph representation of the workflow |
Basic Workflow
[Description truncada. Veja o README completo no GitHub.]