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 d234fa9b24 feat: add is_article LLM check + remove use_llm_for_source_links option
The LLM now determines if scraped content is a real article during
classify (zero extra cost). The separate LLM link extraction option
is removed — heuristic extraction is sufficient.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
migrations feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
src feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
tests feat: add is_article LLM check + remove use_llm_for_source_links option 6 months ago
Cargo.lock feat: add pipeline integration tests with MockLlmProvider and wiremock 6 months ago
Cargo.toml feat: add pipeline integration tests with MockLlmProvider and wiremock 6 months ago
Dockerfile