Module advanced_ecosystem_integration

Module advanced_ecosystem_integration 

Source
Expand description

Advanced Mode Ecosystem Integration (Refactored)

This module has been refactored to comply with the 2000-line policy. The original implementation has been split into multiple focused modules.

Structs§

AdvancedEcosystemConfig
Configuration for advanced ecosystem
AdvancedEcosystemCoordinator
Central coordinator for advanced mode ecosystem
AdvancedInput
Input for advanced processing
AdvancedOutput
Output from advanced processing
AlertThresholds
Alert thresholds
ChannelConfig
Communication channel configuration
CommunicationStatistics
Communication statistics
CrossModuleOptimizationConfig
Cross-module optimization configuration
DeliveryConfirmation
Message delivery confirmation
DistributedWorkflow
Distributed workflow specification
EcosystemContext
Context for ecosystem operations
EcosystemPerformanceMonitor
Performance monitor for the ecosystem
EcosystemPerformanceReport
Performance report for the ecosystem
EcosystemResourceManager
Resource manager for the ecosystem
EcosystemStatus
Status of the advanced ecosystem
InterModuleMessage
Inter-module communication message
LoadBalancer
Load balancer for distributing work
LoadBalancingMetrics
Load balancing metrics
ModuleCommunicationHub
Communication hub for managing inter-module messages
ModulePerformanceMetrics
Performance metrics for a module
ModuleResourceUsage
Resource usage for a module
MonitoringConfig
Monitoring configuration
OptimizationContext
Context for optimization operations
OptimizationOpportunity
Optimization opportunity identified by the ecosystem
OptimizedPipeline
Optimized processing pipeline
PerformanceAlert
Performance alert
PerformanceMetrics
Performance metrics for operations
PerformanceTargets
Performance targets for the ecosystem
PipelineStage
Pipeline stage configuration
ProcessingContext
Processing context for advanced operations
ProcessingMetrics
Processing metrics
ProcessingPlan
Processing plan for advanced operations
QualityRequirements
Quality requirements for processing
ResourceAllocation
Resource allocation for a module
ResourceMonitor
Resource monitor
ResourcePool
Pool of available resources
ResourcePredictionModel
Model for predicting resource usage
ResourceSnapshot
Snapshot of resource usage at a point in time
ResourceUtilization
Resource utilization metrics
StageResult
Result of a single workflow stage
SystemMetrics
System-wide performance metrics
TimingConstraints
Timing constraints for processing
WorkflowExecutionPlan
Workflow execution plan
WorkflowExecutor
Workflow execution implementation
WorkflowResult
Result of workflow execution
WorkflowStage
Workflow stage specification
WorkflowState
State of workflow execution

Enums§

AlertLevel
Alert levels
CommunicationHealth
Health status of the communication system
EcosystemHealth
Health status of the ecosystem
LoadBalancingStrategy
Load balancing strategies
MessageType
Types of inter-module messages
OptimizationLevel
Optimization level for cross-module operations
Priority
Priority levels for processing
ProcessingStrategy
Processing strategy for advanced operations

Traits§

AdvancedModule
Trait for advanced modules to implement ecosystem integration