Commit Graph

3 Commits

Author SHA1 Message Date
Adriano Dal Pastro 646c64dacd feat(llm): migrate from OpenRouter to OpusAgent
Replace OpenRouter (openai SDK) with OpusAgent REST API (httpx + polling).
LLMClient now creates topics per system prompt, submits async requests,
and polls for completion. Model tiers map to Claude model IDs
(opus-4-7, sonnet-4-6, haiku-4-5) configurable via env vars.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 09:09:54 +00:00
Adriano Dal Pastro a702b2090d chore(smoke): expose RUN_NAME via PYTHAGORAS_SMOKE_RUN_NAME env var 2026-05-20 15:19:13 +00:00
Adriano Dal Pastro 68e0b009e9 feat(strategy_pythagoras): GA smoke-test runner (BTC+ETH dual run + invariance bonus) 2026-05-19 14:16:07 +00:00