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§
- causal_
engine - Causal propagation engine for counterfactual simulation.
- config_
mutator - Config mutation engine for counterfactual simulation.
- enhanced_
orchestrator - Enhanced generation orchestrator with full feature integration.
- generation_
session - Multi-period generation session with checkpoint/resume support.
- intervention_
manager - Intervention validation, conflict resolution, and config path resolution.
- label_
export - Anomaly label export functionality.
- lineage
- Data lineage graph tracking for generation provenance.
- orchestrator
- Generation orchestrator for coordinating data generation.
- prov
- W3C PROV-JSON export for data lineage interoperability.
- run_
manifest - Run manifest and metadata tracking for reproducibility.
- scenario_
engine - Scenario engine orchestrator for paired baseline/counterfactual generation.
- stream_
client - Streaming HTTP client for pushing unified JSONL to a RustGraph ingest endpoint.
- stream_
pipeline - Phase-aware streaming pipeline for real-time data emission.
- streaming_
orchestrator - Streaming orchestrator for real-time data generation.
- webhooks
- Webhook notification system for generation events.