docs(migration): Finalize Competitor Analysis migration lessons and code
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,5 @@
|
|||||||
fastapi==0.104.1
|
fastapi==0.104.1
|
||||||
uvicorn==0.24.0.post1
|
uvicorn==0.24.0.post1
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
google-generativeai==0.3.0
|
google-genai
|
||||||
# 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.
|
# The frontend uses jspdf and jspdf-autotable, but these are JS libraries, not Python.
|
||||||
# google-genai (newer SDK) might be needed if using Imagen 4 or Gemini 2.x features.
|
|
||||||
# Pillow for image processing.
|
|
||||||
@@ -164,6 +164,16 @@
|
|||||||
<a href="/ce/" class="btn">Starten →</a>
|
<a href="/ce/" class="btn">Starten →</a>
|
||||||
</div>
|
</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 →</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user