Spaces:
Sleeping
Sleeping
Vaishak G Kumar
commited on
Update src/teams/agentteam.py
Browse files- src/teams/agentteam.py +1 -1
src/teams/agentteam.py
CHANGED
@@ -2,7 +2,7 @@ import autogen
|
|
2 |
from src.agentics.agents import AgentsFactory
|
3 |
# agents_factory = AgentsFactory()
|
4 |
|
5 |
-
boss_aid = AgentsFactory.scitonic(
|
6 |
# Function to reset agents
|
7 |
def _reset_agents():
|
8 |
boss_aid.reset()
|
|
|
2 |
from src.agentics.agents import AgentsFactory
|
3 |
# agents_factory = AgentsFactory()
|
4 |
|
5 |
+
boss_aid = AgentsFactory.scitonic()
|
6 |
# Function to reset agents
|
7 |
def _reset_agents():
|
8 |
boss_aid.reset()
|