mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
f24f678713
Add log_llm_call() to daily_log.py that appends every LLM interaction (system prompt, user prompt, response, duration_ms) as a JSON object to logs/YYYY-MM-DD/llm_calls.jsonl. Call it from both chat completion paths in base.py so all LLM activity — factor generation, strategy generation, feedback, proposals — is captured in a human-readable, grep/jq-friendly format alongside the existing binary pickle logs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>