echo_orchestration 0.1.1

Orchestration layer for echo-agent framework (workflow, human-loop, tasks)
Documentation

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 echo_orchestration::workflow::GraphBuilder;
use echo_orchestration::human_loop::ConsoleApproval;
use echo_orchestration::tasks::TaskManager;

License

MIT