You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
oabrivard 3fe667591d fix: LLM providers use own HTTP client with 120s timeout (was sharing scraper's 15s)
The scraper client (build_scraper_client) has a 15s timeout appropriate for web
scraping, but LLM API calls — especially with web search — take 30-60s. LLM
providers now build their own reqwest client with 120s timeout via build_llm_client().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
.claude Changed Claude code configuration 3 months ago
backend fix: LLM providers use own HTTP client with 120s timeout (was sharing scraper's 15s) 3 months ago
docs Changed Claude code configuration 3 months ago
e2e fix: UAT test — ESM compat, correct status codes, idempotent source setup 3 months ago
frontend fix: align frontend API types and error handling with backend contracts 3 months ago
.env.example Finished phase 1 3 months ago
.gitignore test: add live generation UAT with real OpenAI API key 3 months ago
AGENTS.md Updated Claude code config 3 months ago
CLAUDE.md fix: runtime bugs found during first Docker run + integration tests 3 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 3 months ago