Commit Graph

9 Commits

Author SHA1 Message Date
drjones
ec35333926 fix: bump llm_chat timeout 60s→600s for qwen3.8 long-form (was timing out on article writing) 2026-08-15 09:28:07 -07:00
drjones
8ce68fa779 fix: markdown→HTML rendering in engine + harden thinking fallback
- Engine now converts content_md to HTML at render time (was dumping raw markdown,
  causing articles to show literal #/**/- symbols and collapse into wall of text)
- /api/publish accepts 'content' key and converts markdown→HTML for API consumers
- Added md Jinja filter + md_to_html helper (markdown lib, extra+sane_lists)
- orchestrator: log warning when falling back to 'thinking' field (CoT, not prose)
- content_pipeline now generates formatted articles via LLM instead of raw scraped HTML
2026-08-14 20:09:34 -07:00
drjones
7090df6a53 fix: update article status to published after successful POST to site API 2026-08-07 01:04:57 -07:00
drjones
7184e609f6 AGENTS.md guide, Python 3.9 type compat fixes, NOC launchd verified 2026-08-04 00:57:34 -07:00
drjones
96590dfe9d Standardized models: MacBook=qwen3.5:4b-mlx, GamingPC=ornith:latest across all configs 2026-08-04 00:22:27 -07:00
drjones
f5efb69905 v6: Cloud fallback, quality gate, format diversity, real fact-check, scroll depth, email capture, dual-model research, vision-verified images, network footer 2026-08-03 23:18:52 -07:00
drjones
066cf076aa v3: Self-learning loop — nightly /api/learn, keyword-based scoring boost, performance feedback into topic selection 2026-08-03 22:15:34 -07:00
drjones
a86817827d Dynamic site engine: Flask per-CT, live API, per-vertical identities, seed content generator 2026-08-03 21:56:38 -07:00
drjones
493776b9f8 Autonomous Publishing System — full stack: orchestrator, 8 vertical sites, admin dashboard, analytics, cron pipeline 2026-08-03 21:44:26 -07:00