single-agent-blockchain-investigator/ │ ├── backend/ │ ├── main.py # FastAPI app entry + lifespan │ ├── constants.py # All enums, type aliases, rule IDs │ ├── exceptions.py # Centralized exception ...
Handles multiple cryptocurrency exchange data feeds and returns normalized and standardized results to client registered callbacks for events like trades, book updates, ticker updates, etc. Utilizes ...