Files
foxhunt/bin/fxt
jgrusewski a5ca926af6 feat(fxt): wire all stub commands to real gRPC backends
- model list: calls MLTrainingService::ListAvailableModels
- model approve: calls MLTrainingService::ApproveModel
- model reject: calls MLTrainingService::RejectModel
- agent allocate-portfolio: replaces mock assets with GetSelectedAssets RPC
- auth login (non-interactive): real gRPC via LoginClient::login_with_credentials
- tune --watch: uncommented tune_stream module, wired into tune command

177 tests pass, 0 clippy warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 02:02:20 +01:00
..

fxt

Foxhunt CLI -- command-line interface for the Foxhunt HFT trading system.

Commands

  • fxt auth -- authentication and token management
  • fxt trade -- order submission and management
  • fxt train -- model training job management
  • fxt tune -- hyperparameter optimization
  • fxt agent -- trading agent control
  • fxt model -- model listing and inspection
  • fxt backtest-ml -- ML backtesting workflows

Configuration

  • FXT_CONFIG -- config file path (default: ~/.config/fxt/config.toml)
  • TRADING_SERVICE_URL -- gRPC endpoint for trading service