Release digest
Added
- Twitter Bot AI Content 🤖 - Replaced templates with AI-generated tweets
- Gemini Vertex AI for unique, engaging tweet text
- Imagen 3 for automatic image generation per tweet
- Professional crypto analyst style (Bloomberg meets CT)
- Fallback templates for reliability
- Google Reviews Integration ⭐ - Integrated SerpAPI (collect + API
endpoint + pagination) to enrich Corporate Trust Score ✅
google_reviews_connector.py- SerpAPI-based connector with pagination/api/google-reviews/{company}endpoint- Integrates with existing Corporate Intelligence module
- Multimodal AI Chat 💬 - Added image/PDF analysis, glassmorphism UI, paste-support, fixed backend startup issues ✅
Improved
- twitter_content_bot.py - Major AI upgrade
- New:
generate_ai_tweet()- Gemini-powered text - New:
generate_tweet_image()- Imagen 3 visuals - New:
generate_top_project_content()- Combined text + image - Updated:
post_tweet()- Now supports media_path - Updated:
run_content_cycle()- Uses AI content generation
- New:
Internal
- Switched from deprecated
google.generativeaito Vertex AI SDK - Image generation uses service account credentials (no API key needed)
