feat(market-intel): Implement fully functional, optimized backend

- Refactored market_intel_orchestrator.py for direct Gemini API (v1) calls.\n- Updated model to gemini-2.5-pro for enhanced capabilities.\n- Implemented minimal stdout logging for improved traceability within Docker.\n- Optimized Dockerfile and introduced market-intel.requirements.txt for leaner, faster builds.\n- Ensured end-to-end communication from React frontend through Node.js bridge to Python backend is fully functional.
This commit is contained in:
2025-12-21 13:44:54 +00:00
parent 16a81e8411
commit 188ce50483
5 changed files with 263 additions and 43 deletions

View File

@@ -0,0 +1,3 @@
requests
beautifulsoup4
lxml