client_performance.rs, configuration_benchmarks.rs and serialization_benchmarks.rs were wholly commented-out /* ... */ bodies with a `fn main()` placeholder and a TODO explaining that either the types or the crate deps they referenced never existed. They never produced measurements and benchmarks do not ship, so delete them and drop their `[[bench]]` entries from Cargo.toml. The remaining `encryption_performance` bench (auth token storage) is kept as-is. Co-Authored-By: Claude Opus 4.7 (1M context) <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