rebuild(stage-11): deliver deterministic heaven workflows

This commit is contained in:
leefer
2026-07-30 07:08:13 +08:00
parent aa3f02bd59
commit 35ae079de7
49 changed files with 7208 additions and 39 deletions
+8
View File
@@ -29,6 +29,14 @@ class MarketDataProvider(Protocol):
def sector_members(self, representative: str, trade_date: str) -> ProviderResult: ...
def heaven_inputs(
self, representative: str, trade_date: str
) -> dict[str, ProviderResult | None]: ...
def heaven_realtime_inputs(
self, representative: str, trade_date: str, previous_trade_date: str
) -> dict[str, ProviderResult | None]: ...
def market_insight(
self,
kind: str,