echo-orchestration
Orchestration layer for the echo-agent framework.
Quickstart
[]
= "0.1"
use GraphBuilder;
use ConsoleApproval;
use TaskManager;
// Build a workflow graph
let graph = new
.add_node
.add_node
.edge
.build?;
// Human-in-the-loop approval
let approval = new;
// Task scheduling with hooks
let mut tasks = new;
tasks.on_complete;
Contents
- Workflow Engine: Graph + DAG + Sequential workflows with YAML/JSON support
- Human-in-the-Loop: Approval gates via Console, Webhook, or WebSocket
- Task Management: DAG task scheduling with hooks
Feature Flags
| Flag | Description |
|---|---|
websocket |
Enable WebSocket-based human-loop approvals |
License
MIT