Replies: 1 comment
-
|
Great question! The DevUI is designed as a local development tool - it runs as a standalone Python app with no authentication, minimal security, and is meant for quick testing. For production, you'd want a proper web app with auth, logging, scalability, and integration with your infra. Typical production alternatives:
You can also self-host DevUI behind authentication (like Azure AD) but it's still not officially supported for prod. Check the repo issues - there may be discussions about production UI options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Agent Framework provides a DevUI app for chatting with agents. The DevUI README says it is not for production environments. But why is it not recommended for production? If it's not for production then what else can I use? Are there any apps like DevUI that I can use in a production environment and that have support for agents and MCP tools?
Beta Was this translation helpful? Give feedback.
All reactions