Summary
Add a WebSocket transport so agents can receive order book updates without polling.
Requirements
WebSocketFeed class under src/connectors/
- Reconnection with exponential backoff
- Heartbeat monitoring
- Shared interface with existing REST connector (strategies should be transport-agnostic)
Difficulty
Intermediate — requires asyncio and WebSocket protocol knowledge.
Summary
Add a WebSocket transport so agents can receive order book updates without polling.
Requirements
WebSocketFeedclass undersrc/connectors/Difficulty
Intermediate — requires asyncio and WebSocket protocol knowledge.