- streams.rs: gRPC stream manager with reconnect + exponential backoff (training metrics, order updates, risk alerts, system status) - render.rs: ratatui renderer for 4 tabs (Training/Trading/Risk/System) - event_loop.rs: tokio::select! loop over gRPC streams, crossterm keys, 200ms tick - Wired Watch command into CLI (main.rs Commands enum + dispatch) - 35 tests pass, 0 clippy warnings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fxt
Foxhunt CLI -- command-line interface for the Foxhunt HFT trading system.
Commands
fxt auth-- authentication and token managementfxt trade-- order submission and managementfxt train-- model training job managementfxt tune-- hyperparameter optimizationfxt agent-- trading agent controlfxt model-- model listing and inspectionfxt backtest-ml-- ML backtesting workflows
Configuration
FXT_CONFIG-- config file path (default:~/.config/fxt/config.toml)TRADING_SERVICE_URL-- gRPC endpoint for trading service