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