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>
This commit is contained in:
2026-04-25 23:07:06 +02:00
parent c1c8f31539
commit d9c87bd8f1
3 changed files with 1341 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.49.0",
"streamlit>=1.35.0",
"openai>=1.0.0",
"google-genai>=1.0.0",
"mistralai>=1.0.0",