Spaces:
Running
Running
Update insight_and_tasks/coordinators/employer_branding_coordinator.py
Browse files
insight_and_tasks/coordinators/employer_branding_coordinator.py
CHANGED
@@ -3,6 +3,7 @@ import json
|
|
3 |
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 |
|
7 |
from google.adk.agents import LlmAgent
|
8 |
from google.adk.runners import InMemoryRunner
|
|
|
3 |
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
|