Closed — decision documented. Ollama is NOT needed: summarization moved to sub-agent cron (athena-summarize-batch, 4h) using the Hermes model (Qwen 3.6). This is better than Ollama on this…
Resolved. README updated to reflect actual state: v1 summarize.py = deterministic regex extraction (no LLM). Sub-agent summarization cron (athena-summarize-batch, every 4h) now provides LLM-quality…
Resolved by PR #12. rss added to ENABLED_SOURCES in pipeline.py. Daily cron (oracle-daily-pipeline, 13:00 UTC) now runs all 6 sources including RSS. Feed failures captured in feed_failures log.
Resolved by PR #12 (commit feba2fe). failure_class column added to run_log with values 4xx/5xx/429/error/zero_fetch. Populated by the shared retry helper.
Resolved by PR #12 (commit feba2fe). Shared retry helper in adapters/__init__.py with exponential backoff on 429/5xx, 2 attempts, capped wait. All adapters now route through it.
Fixed. Root cause: all 3 were dead endpoints (404s) — Anthropic, Google AI, and Meta AI all dropped RSS feeds entirely in favor of HTML-only blogs.
Replaced in adapters/rss_feeds.py: -…
Closed — decision documented. Ollama is NOT needed: summarization moved to sub-agent cron (athena-summarize-batch, 4h) using the Hermes model (Qwen 3.6 @ 100.64.0.2:39195). This is better than…
Resolved. README updated to reflect actual state: v1 summarize.py = deterministic regex extraction (no LLM). Sub-agent summarization cron (athena-summarize-batch, every 4h) now provides…
Resolved by PR #12. rss added to ENABLED_SOURCES in pipeline.py. Daily cron (oracle-daily-pipeline, 13:00 UTC) now runs all 6 sources including RSS. Feed failures are captured in…
Resolved by PR #12 (commit feba2fe). failure_class column added to run_log with values 4xx/5xx/429/error/zero_fetch. Populated by the shared retry helper.
Resolved by PR #12 (commit feba2fe). Shared retry helper in adapters/__init__.py with exponential backoff on 429/5xx, 2 attempts, capped wait. All adapters now route through it.
Fixed. Root cause: all 3 were dead endpoints (404s) — Anthropic, Google AI, and Meta AI all dropped RSS feeds entirely in favor of HTML-only blogs.
Replaced with working equivalents in…