Spaces:
Runtime error
Runtime error
Update src/teams/agentteam.py (#4)
Browse files- Update src/teams/agentteam.py (32cd34e8c7e0e70dead4c9ec611afacb3ebc9104)
Co-authored-by: Vaishak G Kumar <vaishakgkumar@users.noreply.huggingface.co>
- src/teams/agentteam.py +2 -1
src/teams/agentteam.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import autogen
|
2 |
-
|
|
|
3 |
|
4 |
# agents_factory = AgentsFactory()
|
5 |
|
|
|
1 |
import autogen
|
2 |
+
|
3 |
+
from src.agentics.agents import AgentsFactory
|
4 |
|
5 |
# agents_factory = AgentsFactory()
|
6 |
|