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 71c791fec0 feat: implement LLM websearch path in site_search service
Replace placeholder search_llm with real implementation: builds a French
prompt asking the LLM for recent articles from a domain, calls call_llm
with a JSON-array schema, and filters results through url_matches_domain
to guard against hallucinated URLs. Add build_site_search_prompt and
parse_llm_url_response helpers with 4 unit tests (valid array, non-array,
mixed types, wrong-domain filtering).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
.claude
audits/2026-03-27 Fixe Markdown lint issues 2 months ago
backend feat: implement LLM websearch path in site_search service 2 months ago
docs docs: add site search fallback implementation plan 2 months ago
e2e
frontend fix: skip 401 redirect for auth endpoints to prevent login interference 2 months ago
scripts
.env.example Updated port mapping in docker config 2 months ago
.gitignore
.markdownlint.json fix: resolve all markdownlint errors (blank lines, table spacing, bare URLs) 2 months ago
AGENTS.md
CLAUDE.md fix: pass Turnstile sitekey to frontend Docker build 2 months ago
docker-compose.yml fix: pass Turnstile sitekey to frontend Docker build 2 months ago