feat: Add password login system and upgrade agent models

- App-level password auth via Flask session (APP_PASSWORD in .env)
- login_required decorator on all routes
- Login page, logout button in navbar, 7-day session lifetime
- Upgrade musik_rechte_advisor and negotiator from Opus 4.0 to Opus 4.6
- Fix orchestrator session cookie overflow (kb/prompts no longer stored in session)
- Change app port from 5000 to 5050 (5000 occupied by Zou/Kitsu)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
eric 2026-02-21 17:26:10 +00:00
parent 7ee66397e1
commit 83b1842392
5 changed files with 124 additions and 12 deletions

View file

@ -1,3 +1,8 @@
# ─────────────────────────────────────────────────────────────────────────────
# App Login Password
# ─────────────────────────────────────────────────────────────────────────────
APP_PASSWORD=change-me
# Email Integration Configuration
# Gmail Example:
# 1. Enable 2-Factor Authentication on your Google Account