echo-orchestration
Orchestration layer for the echo-agent framework.
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
websocket— Enable WebSocket-based human-loop approvals
Usage
use GraphBuilder;
use ConsoleApproval;
use TaskManager;
License
MIT