data timeout fixes; research agent improvements

This commit is contained in:
2026-04-24 20:43:42 -04:00
parent 1800363566
commit 319d81c41f
37 changed files with 672 additions and 280 deletions

View File

@@ -23,6 +23,8 @@ message OHLC {
optional int64 close_time = 12;
optional int64 open_interest = 13;
string ticker = 14; // Nautilus format: "BTC/USDT.BINANCE"
optional int64 num_trades = 15; // Number of trades in the candle
optional int64 quote_volume = 16; // Total quote asset volume (scaled by price precision)
}
// Batch of OHLC rows with metadata for historical request tracking