Files
foxhunt/bin/fxt
jgrusewski afbc668dcd feat(fxt): enhance watch TUI with full training metrics and gRPC helpers
- Add connect_channel/connect_channel_lazy with TLS auto-detection
- Expand TrainingSession to 35+ proto fields (RL diagnostics, hyperopt,
  eval metrics, health counters, checkpoints)
- Add RL-specific rendering (entropy, action diversity, Q-values, rewards)
- Add hyperopt progress panel (trial/best objective tracking)
- Refactor all commands to use shared connect_channel helper
- Default API gateway URL to https://api.fxhnt.ai

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 13:38:58 +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