Spaces:
Running
Running
Update insight_and_tasks/coordinators/employer_branding_coordinator.py
Browse files
insight_and_tasks/coordinators/employer_branding_coordinator.py
CHANGED
@@ -4,6 +4,7 @@ import logging
|
|
4 |
from typing import Optional, Dict, Any # Added Dict, Any
|
5 |
from dataclasses import asdict # For converting dataclasses (like AgentMetrics) to dict
|
6 |
import os
|
|
|
7 |
|
8 |
from google.adk.agents import LlmAgent
|
9 |
from google.adk.runners import InMemoryRunner
|
|
|
4 |
from typing import Optional, Dict, Any # Added Dict, Any
|
5 |
from dataclasses import asdict # For converting dataclasses (like AgentMetrics) to dict
|
6 |
import os
|
7 |
+
from datetime import datetime
|
8 |
|
9 |
from google.adk.agents import LlmAgent
|
10 |
from google.adk.runners import InMemoryRunner
|