mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
02bf326767
Added to rdagent CLI: - rdagent start_llama: Start llama.cpp server (replaces start_llama.sh) - rdagent start_loop: Start strategy generator loop (replaces start_strategy_loop.sh) Features: - start_llama: --model, --port, --gpu-layers, --ctx-size, --reasoning options - start_loop: --target, --max-wait options with auto-restart on crash - Both commands have full help (--help) and examples Moved .sh scripts to scripts/: - start_llama.sh → scripts/ (kept as reference) - start_strategy_loop.sh → scripts/ (kept as reference) Usage: rdagent start_llama # Start LLM server rdagent start_llama --gpu-layers 40 # Custom GPU layers rdagent start_loop # Start strategy loop rdagent start_loop --target 5 # Generate 5 strategies per run