feat(market-intel): complete end-to-end audit with enhanced UX and grounding

- Integrated ICP-based lookalike sourcing.
- Implemented Deep Tech Audit with automated evidence collection.
- Enhanced processing terminal with real-time logs.
- Refined daily logging and resolved all dependency issues.
- Documented final status and next steps.
This commit is contained in:
2025-12-21 22:39:30 +00:00
parent 4a765cbf71
commit 0a00146fd6
10 changed files with 511 additions and 141 deletions

View File

@@ -46,13 +46,9 @@ RUN cd general-market-intelligence && npm install --no-cache
# DANACH den restlichen Anwendungscode kopieren
COPY general-market-intelligence/server.cjs ./general-market-intelligence/
COPY market_intel_orchestrator.py .
COPY helpers.py .
COPY config.py .
COPY gemini_api_key.txt .
# Sicherstellen, dass das tmp-Verzeichnis existiert
RUN mkdir -p general-market-intelligence/tmp
# Umgebungsvariablen setzen (API Key wird aus Datei geladen, hier nur als Beispiel)
# ENV GEMINI_API_KEY="your_gemini_api_key_here" # Besser: Als bind mount oder Secret managen