mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
01d1f31367
Added to CLI help (rdagent --help): - Complete list of all commands with examples - Categorized by function (Trading, Strategy, Server, RL, Utils) - Usage examples for each command - Quick start examples Updated README.md Quick Start section: - Step 1: Start LLM Server (rdagent start_llama) - Step 2: Run Trading Loop (rdagent fin_quant) - Step 3: Start Strategy Generator Loop (rdagent start_loop) - Step 4: Monitor Results (rdagent server_ui) - Step 5: Generate Strategies Manually All commands now have proper documentation in: - CLI --help text - README.md Quick Start - Individual command --help