GuglielmoTor commited on
Commit
d3c7048
·
verified ·
1 Parent(s): 99bd69c

Update insight_and_tasks/agents/mentions_agent.py

Browse files
insight_and_tasks/agents/mentions_agent.py CHANGED
@@ -7,8 +7,8 @@ import pandasai as pai # Assuming pandasai is imported as pai globally or config
7
  from google.adk.agents import LlmAgent # Assuming this is the correct import path
8
 
9
  # Project-specific imports
10
- from utils.retry_mechanism import RetryMechanism
11
- from data_models.metrics import AgentMetrics, TimeSeriesMetric
12
 
13
  # Configure logger for this module
14
  logger = logging.getLogger(__name__)
 
7
  from google.adk.agents import LlmAgent # Assuming this is the correct import path
8
 
9
  # Project-specific imports
10
+ from insight_and_tasks.utils.retry_mechanism import RetryMechanism
11
+ from insight_and_tasks.data_models.metrics import AgentMetrics, TimeSeriesMetric
12
 
13
  # Configure logger for this module
14
  logger = logging.getLogger(__name__)