trading/services/kevin_signal_bridge
Viktor Barzin db103df9b1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat(kevin_bridge): service entrypoint with concrete wiring
Wires the dependency-injected KevinBridge to concrete Redis cursor +
DB session factory + AlpacaBroker (or stub when creds missing). Includes
TradeSignalPublisher (Pydantic -> dict for the redis stream) and
SIGINT/SIGTERM graceful shutdown. Adds is_asset_tradable + get_latest_price
to AlpacaBroker so the bridge can query asset metadata.
2026-05-24 01:06:18 +00:00
..
__init__.py feat(kevin_bridge): main orchestrator with dependency injection 2026-05-24 00:59:56 +00:00
aggregator.py feat(kevin_bridge): multi-mention aggregator with capped conviction boost 2026-05-24 01:01:02 +00:00
audit.py feat(kevin_bridge): exit-scan daily job + cursor + audit writer 2026-05-24 01:03:53 +00:00
blocklist.py feat(kevin_bridge): blocklist + daily risk counters 2026-05-24 01:01:54 +00:00
config.py feat(kevin_bridge): main orchestrator with dependency injection 2026-05-24 00:59:56 +00:00
cursor.py feat(kevin_bridge): exit-scan daily job + cursor + audit writer 2026-05-24 01:03:53 +00:00
exit_scanner.py feat(kevin_bridge): exit-scan daily job + cursor + audit writer 2026-05-24 01:03:53 +00:00
main.py feat(kevin_bridge): service entrypoint with concrete wiring 2026-05-24 01:06:18 +00:00
risk_counters.py feat(kevin_bridge): blocklist + daily risk counters 2026-05-24 01:01:54 +00:00