GuglielmoTor commited on
Commit
6de65f0
·
verified ·
1 Parent(s): 1a8e33b

Update insight_and_tasks/orchestrators/linkedin_analytics_orchestrator.py

Browse files
insight_and_tasks/orchestrators/linkedin_analytics_orchestrator.py CHANGED
@@ -98,7 +98,7 @@ class EnhancedLinkedInAnalyticsOrchestrator:
98
  # Step 2: Coordinator synthesizes these metrics into a comprehensive analysis text.
99
  logger.info("Running coordinator for synthesis...")
100
  comprehensive_analysis_text: str = await self.coordinator.generate_comprehensive_analysis(
101
- follower_metrics, post_metrics, mentions_metrics
102
  )
103
  logger.info(f"Coordinator synthesis complete. Report length: {len(comprehensive_analysis_text)} chars.")
104
  if not comprehensive_analysis_text or comprehensive_analysis_text.startswith("Error"):
 
98
  # Step 2: Coordinator synthesizes these metrics into a comprehensive analysis text.
99
  logger.info("Running coordinator for synthesis...")
100
  comprehensive_analysis_text: str = await self.coordinator.generate_comprehensive_analysis(
101
+ follower_agent_metrics, post_agent_metrics, mentions_agent_metrics
102
  )
103
  logger.info(f"Coordinator synthesis complete. Report length: {len(comprehensive_analysis_text)} chars.")
104
  if not comprehensive_analysis_text or comprehensive_analysis_text.startswith("Error"):