Update core/agent_manager.py
Browse files- core/agent_manager.py +1 -1
core/agent_manager.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from typing import Dict, Any
|
2 |
from agents.main_agents import SummarizeAgent, WriteArticleAgent, SanitizeDataAgent
|
3 |
from agents.validator_agents import SummarizeValidatorAgent, RefinerAgent, SanitizeValidatorAgent
|
4 |
-
from logger import Logger
|
5 |
|
6 |
class AgentManager:
|
7 |
def __init__(self):
|
|
|
1 |
from typing import Dict, Any
|
2 |
from agents.main_agents import SummarizeAgent, WriteArticleAgent, SanitizeDataAgent
|
3 |
from agents.validator_agents import SummarizeValidatorAgent, RefinerAgent, SanitizeValidatorAgent
|
4 |
+
from .logger import Logger
|
5 |
|
6 |
class AgentManager:
|
7 |
def __init__(self):
|