You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, could anyone help shed light or help point example how do I implement a group chat with one RetrieveUserProxyAgent and one RetrieveAssistantAgent, and use it as a nested group chat?
mini chart to explain my agents:
user_proxy -> user_assistant ->
-> group_chat[runbook_proxy(this is the RetrieveUserProxyAgent) -> runbook_assistant(RetrieveAssistantAgent)]
in my test, runbook_proxy never loads the giving documents, it also does not call runbook_assistant. Will be great if any recommendations I can re-wire the agents to make it reply to user_assistant agent in RAG way.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, could anyone help shed light or help point example how do I implement a group chat with one RetrieveUserProxyAgent and one RetrieveAssistantAgent, and use it as a nested group chat?
mini chart to explain my agents:
user_proxy -> user_assistant ->
-> group_chat[runbook_proxy(this is the RetrieveUserProxyAgent) -> runbook_assistant(RetrieveAssistantAgent)]
in my test, runbook_proxy never loads the giving documents, it also does not call runbook_assistant. Will be great if any recommendations I can re-wire the agents to make it reply to user_assistant agent in RAG way.
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions