echo_orchestration 0.1.0

Orchestration layer for echo-agent framework (workflow, human-loop, tasks)
Documentation
1
2
3
4
5
6
7
//! # echo_orchestration
//!
//! Orchestration layer: workflow, human-in-the-loop, and task management.

pub mod human_loop;
pub mod tasks;
pub mod workflow;