Expand description
§synth-runtime
Runtime orchestration, parallel execution, and memory management.
This crate provides orchestrators:
GenerationOrchestrator: Basic orchestrator for CoA and journal entriesEnhancedOrchestrator: Full-featured orchestrator with all phasesStreamingOrchestrator: Streaming orchestrator for real-time generation
And support modules for:
run_manifest: Run metadata and reproducibility trackinglabel_export: Anomaly label export to CSV/JSON formats
Re-exports§
pub use enhanced_orchestrator::*;pub use label_export::*;pub use orchestrator::*;pub use run_manifest::*;pub use streaming_orchestrator::*;
Modules§
- enhanced_
orchestrator - Enhanced generation orchestrator with full feature integration.
- label_
export - Anomaly label export functionality.
- orchestrator
- Generation orchestrator for coordinating data generation.
- run_
manifest - Run manifest and metadata tracking for reproducibility.
- streaming_
orchestrator - Streaming orchestrator for real-time data generation.