# EOZ — End of Zusammenarbeit
**Ordner:** agents/ — Email Agent (aktiver Code)
**Datum:** 2026-05-08
---
## INHALT
Dieser Ordner enthält den **aktiven Email-Agent-Code** — im Gegensatz zum Konzeptordner `K:\Projekte-AG\Email-Agent\` (nur Planungsdokumente).
```
agents/
├── __init__.py
└── email_agent/ ← ⭐ Aktiver Email-Agent Code
├── agent.py ← Main orchestrator
├── email_classifier.py ← Claude-basierte Klassifikation
├── gmail_integration.py ← Gmail API
├── sendgrid_integration.py ← SendGrid Versand
├── database.py ← SQLite Schema
├── response_templates.py ← Auto-Reply Templates
├── knowledge_retriever.py ← Wissensbasis-Abruf
├── outreach_generator.py ← Outreach-Texte
├── outreach_orchestrator.py
├── review_cli.py ← CLI Review vor dem Senden
├── requirements.txt
├── SETUP.md
├── LLM_ROUTER_SETUP.md
├── OUTREACH.md
└── OUTREACH_AGENT_KONZEPT.md
```
---
## VOLLSTÄNDIGE DOKUMENTATION
→ Siehe `K:\Projekte-AG\Email-Agent\EOZ.md` für alle Details zu Technik, Kategorien und Status.
---
## WICHTIG
- **SETUP.md** lesen vor Deployment
- **credentials.json** und **token.pickle** nach OAuth-Setup vorhanden (nicht committen)
- Email-Agent läuft als Endlos-Loop: neue Mails prüfen alle 60s, Queue senden alle 30s