Spaces:
Sleeping
Sleeping
Vaishak G Kumar
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -99,7 +99,7 @@ def process_query(oai_key, query, max_auto_reply):
|
|
99 |
agents_factory = AgentsFactory(llm_config, json_file_path)
|
100 |
|
101 |
# Retrieve the Boss Assistant agent
|
102 |
-
|
103 |
|
104 |
# Select and initiate team based on team mapping
|
105 |
team_function = {
|
|
|
99 |
agents_factory = AgentsFactory(llm_config, json_file_path)
|
100 |
|
101 |
# Retrieve the Boss Assistant agent
|
102 |
+
boss_aid = agents_factory.scitonic()
|
103 |
|
104 |
# Select and initiate team based on team mapping
|
105 |
team_function = {
|