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
|
@@ -2,10 +2,10 @@ import autogen
|
|
| 2 |
from src.agentics.agents import AgentsFactory
|
| 3 |
# agents_factory = AgentsFactory()
|
| 4 |
|
| 5 |
-
boss_aid =
|
| 6 |
# Function to reset agents
|
| 7 |
def _reset_agents():
|
| 8 |
-
|
| 9 |
|
| 10 |
|
| 11 |
# Define functions for each team
|
|
|
|
| 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()
|
| 9 |
|
| 10 |
|
| 11 |
# Define functions for each team
|