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 @@ GOOGLE_API_KEY = os.environ.get("GEMINI_API_KEY")
|
|
20 |
os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
|
21 |
|
22 |
# Imports from your project structure
|
23 |
-
from insight_and_tasks.orchestrators.linkedin_analytics_orchestrator import EnhancedLinkedInAnalyticsOrchestrator
|
24 |
# setup_logging might be called in app.py, if not, call it here or ensure it's called once.
|
25 |
# from insight_and_tasks.utils.logging_config import setup_logging
|
26 |
from data_processing.analytics_data_processing import prepare_filtered_analytics_data
|
|
|
20 |
os.environ["GOOGLE_API_KEY"] = GOOGLE_API_KEY
|
21 |
|
22 |
# Imports from your project structure
|
23 |
+
from features.insight_and_tasks.orchestrators.linkedin_analytics_orchestrator import EnhancedLinkedInAnalyticsOrchestrator
|
24 |
# setup_logging might be called in app.py, if not, call it here or ensure it's called once.
|
25 |
# from insight_and_tasks.utils.logging_config import setup_logging
|
26 |
from data_processing.analytics_data_processing import prepare_filtered_analytics_data
|