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 c06b5ba454 feat: add source_scraper module for extracting article links from source pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
llm fix: set max output tokens to 16384 for all LLM providers 3 months ago
auth.rs refactor: simplify recent changes — extract helper, named struct, atomic entry, pre-alloc 3 months ago
csv.rs
email.rs fix: runtime bugs found during first Docker run + integration tests 3 months ago
encryption.rs Phase 4: LLM provider abstraction with Gemini, user API key encryption 3 months ago
export.rs Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
mod.rs feat: add source_scraper module for extracting article links from source pages 3 months ago
prompts.rs feat: build_search_prompt accepts recent_domains for source diversity 3 months ago
rate_limiter.rs Phase 3: Admin module with provider/model curation, rate limits, user management 3 months ago
scraper.rs refactor: simplify recent changes — extract helper, named struct, atomic entry, pre-alloc 3 months ago
source_scraper.rs feat: add source_scraper module for extracting article links from source pages 3 months ago
synthesis.rs fix: rewrite pass schema uses actual scraped item counts, not max setting 3 months ago
turnstile.rs