Build a minimal but useful Hermes-MCP simulation pipeline with clean separation between data acquisition, preprocessing, and replay/analysis.
download_candles.py downloads raw Binance archives into simulation/data/raw/prepare_candles.py converts raw archives into a canonical prepared CSV plus manifestrun_replay.py replays Hermes against the prepared input onlyOnly the prepared dataset should be used for replay and optimization. Raw downloads stay isolated in simulation/data/raw/.