Spaces:
Running
Running
Update run_agentic_pipeline.py
Browse files- run_agentic_pipeline.py +1 -1
run_agentic_pipeline.py
CHANGED
@@ -20,7 +20,7 @@ from typing import Dict, Any, Optional
|
|
20 |
from insight_and_tasks.orchestrators.linkedin_analytics_orchestrator import EnhancedLinkedInAnalyticsOrchestrator
|
21 |
# setup_logging might be called in app.py, if not, call it here or ensure it's called once.
|
22 |
# from insight_and_tasks.utils.logging_config import setup_logging
|
23 |
-
from
|
24 |
# Placeholder for UI generator import - to be created later
|
25 |
# from .insights_ui_generator import format_orchestration_results_for_ui
|
26 |
|
|
|
20 |
from insight_and_tasks.orchestrators.linkedin_analytics_orchestrator import EnhancedLinkedInAnalyticsOrchestrator
|
21 |
# setup_logging might be called in app.py, if not, call it here or ensure it's called once.
|
22 |
# from insight_and_tasks.utils.logging_config import setup_logging
|
23 |
+
from analytics_data_processing import prepare_filtered_analytics_data
|
24 |
# Placeholder for UI generator import - to be created later
|
25 |
# from .insights_ui_generator import format_orchestration_results_for_ui
|
26 |
|