Any ready to use chat component for Dash?
Is this the best I can get at this moment? dash-chat · PyPI
Any ready to use chat component for Dash?
Is this the best I can get at this moment? dash-chat · PyPI
You can also check out chantnificent:
I’ve built a discord component for the dash framework that has had a few recent updates as to keep it up to date with the dash 4 releases. I’ve expanded the component out to support webhooks and discord api endpoints for bots which could be configured in your discord server to act as agents.
dash-widgetbot integrates Discord chat into your Dash applications using a pure Python hook-based architecture — no React build required.
— Floating chat button (the one in the bottom-right corner of this page)
— Inline iframe embed for placing chat anywhere in your layout
— AI-powered /ai, /ask, /gen, /status commands
— Send messages to Discord from Python
examples:
and:
https://pip-install-python.com/pip/dash_widgetbot/llms.txt
I’ve also created my own chat components from scratch in dash directly using: https://www.dash-extensions.com/components/SSE
and socketio New websocket component: DashSocketIO in previous dash 3 builds.