Spaces:
Running
Running
Update insight_and_tasks/coordinators/employer_branding_coordinator.py
Browse files
insight_and_tasks/coordinators/employer_branding_coordinator.py
CHANGED
@@ -9,11 +9,11 @@ from google.adk.runners import InMemoryRunner
|
|
9 |
from google.genai import types as genai_types # For ADK agent inputs
|
10 |
|
11 |
# Project-specific imports
|
12 |
-
from agents.follower_agent import EnhancedFollowerAnalysisAgent
|
13 |
-
from agents.post_agent import EnhancedPostPerformanceAgent
|
14 |
-
from agents.mentions_agent import EnhancedMentionsAnalysisAgent
|
15 |
-
from data_models.metrics import AgentMetrics # To type hint inputs
|
16 |
-
from utils.retry_mechanism import RetryMechanism # If ADK calls need retry
|
17 |
|
18 |
# Configure logger for this module
|
19 |
logger = logging.getLogger(__name__)
|
|
|
9 |
from google.genai import types as genai_types # For ADK agent inputs
|
10 |
|
11 |
# Project-specific imports
|
12 |
+
from insight_and_tasks.agents.follower_agent import EnhancedFollowerAnalysisAgent
|
13 |
+
from insight_and_tasks.agents.post_agent import EnhancedPostPerformanceAgent
|
14 |
+
from insight_and_tasks.agents.mentions_agent import EnhancedMentionsAnalysisAgent
|
15 |
+
from insight_and_tasks.data_models.metrics import AgentMetrics # To type hint inputs
|
16 |
+
from insight_and_tasks.utils.retry_mechanism import RetryMechanism # If ADK calls need retry
|
17 |
|
18 |
# Configure logger for this module
|
19 |
logger = logging.getLogger(__name__)
|