oxios-kernel 1.0.2

Oxios kernel: supervisor, event bus, state store
1
2
3
4
5
6
7
8
//! Orchestrator module re-exports.
//!
//! The orchestrator is split into multiple files for maintainability.

pub use super::orchestrator::{Orchestrator, OrchestrationResult, SubTask, AgentRole};

/// Phase types from ouroboros.
pub use oxios_ouroboros::Phase;