orchestrator adaptor

This commit is contained in:
Dobromir Popov
2025-08-04 23:13:44 +03:00
parent 1479ac1624
commit 68a556e09c
6 changed files with 1957 additions and 7 deletions

View File

@ -0,0 +1,8 @@
"""
Integration layer for the COBY multi-exchange data aggregation system.
Provides compatibility interfaces for seamless integration with existing systems.
"""
from .orchestrator_adapter import COBYOrchestratorAdapter, MarketTick, PivotBounds
__all__ = ['COBYOrchestratorAdapter', 'MarketTick', 'PivotBounds']