I've set up an AI agent in Azure Foundry that connects to a Fabric Data Agent, and I'm on the hunt for a way to create or find a simple chat application to interact with this agent. Does anyone have suggestions or ideas that could help?
5 Answers
Check out this GitHub link: [agentic-applications-for-unified-data-foundation-solution-accelerator](https://github.com/microsoft/agentic-applications-for-unified-data-foundation-solution-accelerator). It might have what you need!
Have you considered using AI tooling? If you use the GitHub Copilot agent, it could help build and deploy your chat app relatively quickly—like in a few hours!
It can be tricky with the limited details, but I recall that Foundry had a feature called "deploy to web app" from the playground that provided a chat interface. Not sure if that's still available though. You might want to check Microsoft’s documentation on deploying a chat web app for details!
But keep in mind, that's meant for deployed models, not agents!
How about trying Open WebUI? It might fit your needs!
You might want to look into Ag-ui or check out this link for the Microsoft agent framework: https://github.com/microsoft/agent-framework/tree/main/python/packages/devui. It could have some resources you can use!

I tried that, but honestly, as a non-developer, it wasn't very helpful for me.