Commit Graph

11 Commits

Author SHA1 Message Date
2079a56f6e Consolidate tools into a secure Docker architecture with landing page
- Implement a central reverse proxy (Nginx) with Basic Auth on port 8090.
- Create a unified landing page (dashboard) to access B2B Assistant and Market Intelligence.
- Update frontends with relative API paths and base paths for subdirectory routing (/b2b/, /market/).
- Optimize Docker builds with .dockerignore and a Python-based image for market-backend.
- Enable code sideloading for Python logic via Docker volumes.
- Fix TypeScript errors in general-market-intelligence regarding ImportMeta.
2025-12-29 05:19:53 +00:00
658d2a9964 feat(b2b): Add batch processing, industry selection, optimized PDF export, and update docs 2025-12-23 12:50:10 +00:00
9220949ecb feat(b2b-marketing): Finalize grounding architecture and frontend improvements
- Upgrade backend to use gemini-2.5-flash with sanitized HTML parsing (no token limit).
- Implement robust retry logic and increased timeouts (600s) for deep analysis.
- Add file-based logging for prompts and responses.
- Fix API endpoint (v1) and regex parsing issues.
- Frontend: Optimize PDF export (landscape, no scrollbars), fix copy-paste button, add 'Repeat Step 6' feature.
- Update documentation to 'Completed' status.
2025-12-23 10:40:48 +00:00
b14d63fbe8 Dateien nach "b2b-marketing-assistant/services" hochladen 2025-12-22 20:02:06 +00:00
3fabd9adbf b2b-marketing-assistant/services/export.ts hinzugefügt 2025-12-22 20:01:47 +00:00
6ac0d2f5f7 Dateien nach "b2b-marketing-assistant/components" hochladen 2025-12-22 20:01:03 +00:00
0ec1ee9618 b2b-marketing-assistant/components/ExportMenu.tsx hinzugefügt 2025-12-22 20:00:44 +00:00
73984feb83 Dateien nach "b2b-marketing-assistant" hochladen 2025-12-22 20:00:16 +00:00
57df160a7c Dateien nach "b2b-marketing-assistant" hochladen 2025-12-22 19:59:38 +00:00
9f0fc6805c Dateien nach "b2b-marketing-assistant" hochladen 2025-12-22 19:59:17 +00:00
0da81d7993 b2b-marketing-assistant/.env.local hinzugefügt 2025-12-22 19:58:57 +00:00