Update core/agent_manager.py
Browse files- core/agent_manager.py +2 -2
core/agent_manager.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from typing import Dict, Any
|
2 |
-
from main_agents import SummarizeAgent, WriteArticleAgent, SanitizeDataAgent
|
3 |
-
from validator_agents import SummarizeValidatorAgent, RefinerAgent, SanitizeValidatorAgent
|
4 |
from logger import Logger
|
5 |
|
6 |
class AgentManager:
|
|
|
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:
|