Spaces:
Runtime error
Runtime error
Update src/teams/agentteam.py
#4
by
Gustav-Proxi
- opened
- 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 |
|