microsoft / autogen

A programming framework for agentic AI 🤖
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
35.26k stars 5.1k forks source link

Integrate the initiate_chat with Streamlit/Gradio. #740

Closed NikhilModi488 closed 3 months ago

NikhilModi488 commented 1 year ago

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?

rickyloynd-microsoft commented 1 year ago

I'm not familiar with Streamlit, but it's been discussed by many on our Discord server. You may find good suggestions there.

sonichi commented 1 year ago

@NikhilModi488 checking to see if your questions are answered. #850 is adding examples.

janaka commented 11 months ago

@rickyloynd-microsoft This seems like the same point I was getting at in the simple sample issue.