Skip to main content

Crate echo_orchestration

Crate echo_orchestration 

Source
Expand description

§echo_orchestration

Orchestration layer for the echo-agent framework.

§Modules

ModuleDescription
workflowGraph workflow engine — GraphBuilder, Graph, streaming events
human_loopHuman-in-the-loop approvals — console, webhook, WebSocket, permission pipeline
tasksDAG task management — TaskManager, scheduling, hooks, events

§Feature Flags

  • websocket — Enable WebSocketHumanLoopProvider for WebSocket-based approvals

Most users should depend on echo_agent (the facade crate) instead of depending on echo_orchestration directly.

Modules§

human_loop
人工介入(Human-in-the-Loop)
tasks
DAG task planning system
workflow
Graph workflow engine + general Workflow / Pipeline