Closed NikhilModi488 closed 3 months ago
I'm not familiar with Streamlit, but it's been discussed by many on our Discord server. You may find good suggestions there.
@NikhilModi488 checking to see if your questions are answered. #850 is adding examples.
@rickyloynd-microsoft This seems like the same point I was getting at in the simple sample issue.
Hello,
I have created a chatbot with multiple agents using groupchat, groupchatmanager, and initiate_chat. Human_input_mode is set ALWAYS in the UserProxyAgent. Now, I want to integrate initiate_chat with a Streamlit UI. How can I accomplish this and display only one agent's output and user input in the UI while they engage in a conversation?