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