feat: initial commit – Frankenbot Multi-Agent Orchestration System
- Flask Web-App mit Dashboard, Chat, Orchestrator, Tasks, Dateien, Emails, Agenten, Settings - Email-Poller (IMAP) mit SQLite-Journal als Failsafe (kein Emailverlust bei Absturz) - Failsafe-Fenster und Poll-Intervall zur Laufzeit via /settings konfigurierbar - TaskWorker: IMAP Seen-Flag erst nach erfolgreichem Task-Abschluss - Whitelist-Filter: eric.fischer, p.dyderski, georg.tschare (gmail + signtime.media), *@diversityball.at - 9 Agenten: researcher, tax_advisor, document_editor, location_manager, program_manager, catering_manager, musik_rechte_advisor, zusammenfasser, orchestration_ui - Diversity Ball Wien 2026 – Wissensdatenbank, Sponsoringverträge, Email-Vorlagen
This commit is contained in:
commit
56d9bc2c76
71 changed files with 5953 additions and 0 deletions
20
.env.example
Normal file
20
.env.example
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Email Integration Configuration
|
||||
# Gmail Example:
|
||||
# 1. Enable 2-Factor Authentication on your Google Account
|
||||
# 2. Generate an App-Specific Password: https://myaccount.google.com/apppasswords
|
||||
# 3. Copy the 16-character password below
|
||||
|
||||
IMAP_SERVER=imap.gmail.com
|
||||
SMTP_SERVER=smtp.gmail.com
|
||||
EMAIL_ADDRESS=your-email@gmail.com
|
||||
EMAIL_PASSWORD=your-app-specific-password
|
||||
IMAP_PORT=993
|
||||
SMTP_PORT=587
|
||||
|
||||
# Other common providers:
|
||||
# Outlook/Office365:
|
||||
# IMAP: imap-mail.outlook.com (Port 993)
|
||||
# SMTP: smtp-mail.outlook.com (Port 587)
|
||||
# Yahoo:
|
||||
# IMAP: imap.mail.yahoo.com (Port 993)
|
||||
# SMTP: smtp.mail.yahoo.com (Port 587)
|
||||
Loading…
Add table
Add a link
Reference in a new issue