Vaishak G Kumar commited on
Commit
3f83b47
·
verified ·
1 Parent(s): 8c11bd6

Update src/teams/agentteam.py

Browse files
Files changed (1) hide show
  1. src/teams/agentteam.py +2 -2
src/teams/agentteam.py CHANGED
@@ -1,8 +1,8 @@
1
  import autogen
2
- from src.agentics.agents import scitonic,coder,pm,reviewer,covid19_scientist,healthcare_expert,finance_analyst,finance_expert,debate_expert,debate_champion,academic_expert,academic_whiz,consultant,consulting_pro
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()