How to Create a Web UI for AutoGen by Using Panel

preview_player
Показать описание
In this video, I would like to show you how to use Panel ChatInterface to equip AutoGen with a decent Web UI.

USEFUL LINKS:

MY CONNECT:
Комментарии
Автор

Bless you sir. I have been searching for a solution like this. I have fought with chainlit and websocket but I ve not been satisfied. This is clean and to the point.

webdancer
Автор

The (autogen) world was waiting for that. Thank you so much!!!

olafge
Автор

This has been actually one of my bigger. Complaints of autogen. that output formatting is awful and the coloring helps. But it just goes so far. This u I is simple, elegant and really awesome. Thank you for this the code and the mark down article.

mwdcodeninja
Автор

Congrats, good Job! Was looking for that for a couple of days. Helped tremendously! Thanks

christianbauersachs
Автор

Enjoyable presentation of useful information and introduction to Panel. Thank you. Liked and subscribed.

Spock-AI
Автор

Thanks for providing great content without wasting my time. :)

surfkid
Автор

🔥 GREAT video and thanks for introducing me to Panel. Thank you! 🔥

jaoltr
Автор

This is a great application, please make videos for easy use...Thank you very much for your efforts.

crux
Автор

Simple, very easy to follow. Great video!

danielvalentine
Автор

Amazing video! Very to-the-point and helpful.
I am encountering an issue and was hoping you could assist me. In your code, you reset input_future each time to receive new input from the user. However, when I attempt to implement this, I only receive responses from the agents the first time I provide input. After that, there is no further agent engagement or conversation, and the terminal indicates that no input is awaited.

How can I maintain ongoing user engagement after each termination? For instance, if I have three agents engaging in the chat, I would like the flow to be:
User input
User proxy
Agent 1
Agent 2

Then again User input
User proxy
Agent 1
Agent 2

And again
And so on.


Thank you!

AdibaHaque-fj
Автор

Great video!
Does anyone know how to close the browser window that opens after the server is launched in the code? I am able to stop the server but not close the window with it...

leane-qy
Автор

Great job! Where can I find the code? I can't see it in your github. Thank you.

GiorgioBorgonovo
Автор

i am getting this error and couldnt find any solution :/
AttributeError: module 'panel' has no attribute 'chat'

dogan
Автор

Doesn't work as the 'name' error is still unresolved.Encountered KeyError('name'). Set callback_exception='verbose' to see the full traceback.

deathstar
Автор

The simple case works, but when I ask my agents to write code, I get an error in Panel chat. I know the code has run successfully by looking at the terminal. But in the Panel chat it shows a message with Avatar symbol as red X, avatar name 'Exception', and the message content is just the literal string 'name'. Have you seen something like this? Any idea what might be happening? Awesome video by the way. Thanks.

pgill
Автор

Thank you man!! You're awesome!! ❤

nullvoid