Spaces:
Sleeping
Sleeping
Update src/agentics/agents.py
Browse files- src/agentics/agents.py +1 -1
src/agentics/agents.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import autogen
|
| 2 |
-
from autogen import AssistantAgent
|
| 3 |
from autogen.autogen.agentchat.contrib.retrieve_user_proxy_agent import RetrieveUserProxyAgent
|
| 4 |
import chromadb
|
| 5 |
|
|
|
|
| 1 |
import autogen
|
| 2 |
+
from autogen.autogen.agentchat.assistant_agent import AssistantAgent
|
| 3 |
from autogen.autogen.agentchat.contrib.retrieve_user_proxy_agent import RetrieveUserProxyAgent
|
| 4 |
import chromadb
|
| 5 |
|