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