docs(migration): Finalize Competitor Analysis migration lessons and code

This commit is contained in:
2026-01-10 18:26:23 +01:00
parent 361940530f
commit 5da5ba56d5
3 changed files with 138 additions and 795 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,5 @@
fastapi==0.104.1
uvicorn==0.24.0.post1
python-dotenv==1.0.0
google-generativeai==0.3.0
# The frontend uses jspdf and jspdf-autotable, but these are JS libraries, not Python. No direct Python equivalent is needed unless PDF generation moves to backend.
# google-genai (newer SDK) might be needed if using Imagen 4 or Gemini 2.x features.
# Pillow for image processing.
google-genai
# The frontend uses jspdf and jspdf-autotable, but these are JS libraries, not Python.

View File

@@ -163,6 +163,16 @@
<!-- Jetzt direkt zum Frontend -->
<a href="/ce/" class="btn">Starten &rarr;</a>
</div>
<!-- Competitor Analysis Agent -->
<div class="card">
<span class="card-icon">⚔️</span>
<h2>Competitor Analysis</h2>
<p>
Analysieren Sie Wettbewerber, erstellen Sie Battlecards und finden Sie "Silver Bullets" für den Vertrieb.
</p>
<a href="/ca/" class="btn">Starten &rarr;</a>
</div>
</div>