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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user