Spaces:
Sleeping
Sleeping
Update src/agentics/agents.py
Browse files- src/agentics/agents.py +3 -2
src/agentics/agents.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import autogen
|
| 2 |
-
from autogen.
|
| 3 |
-
from autogen.
|
|
|
|
| 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.agentchat.contrib.retrieve_user_proxy_agent import RetrieveUserProxyAgent
|
| 4 |
+
from autogen.agentchat.conversable_agent import ConversableAgent
|
| 5 |
import chromadb
|
| 6 |
|
| 7 |
config_list = autogen.config_list_from_json(
|