Commit Graph

4 Commits

Author SHA1 Message Date
ankn d9c87bd8f1 Add Streamlit web interface (app.py)
Eight-screen workflow: start → research → sources → storyline → draft →
quality → publication → history. 2×2 provider grid for storyline and
draft comparison. Inline text editing plus AI revision at draft and
quality steps. Download and copy-to-clipboard for publication package.
Session resume on startup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 23:07:06 +02:00
ankn c1c8f31539 Fix Gemini and Mistral provider imports
Switch Gemini from deprecated google-generativeai to google-genai.
Fix Mistral import path to mistralai.client.Mistral (v2.x layout).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 15:28:57 +02:00
ankn 78c10d7f61 Add HANDOFF.md with session state and continuation instructions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-25 00:12:22 +02:00
ankn e08c484838 Add KNIEPUNKT Assistant with multi-LLM editorial workflow
Six-step weekly workflow (research → sources → storyline → draft →
quality → publication) supporting Claude, ChatGPT, Gemini, and Mistral
in parallel for creative steps. Web search via Anthropic tool for news
research. Episode index built from 34 existing KNIEPUNKT episodes for
redundancy checks. Sessions persisted as JSON for mid-workflow resume.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 23:54:23 +02:00