Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi @Sayen vv ,
I'm really sorry but it is not possible to directly integrate or embed WorkflowBuilder logic into AGUI or DevUI. The UIs do not support loading Python workflows, nor do they have hooks to mount custom SDK logic internally. They serve strictly as front-end tools for interacting with agent services, not as runtime containers for WorkflowBuilder-based behavior.
However, you can still use WorkflowBuilder as the backend logic for an agent and then connect AGUI/DevUI to it. Another approach is deploying the WorkflowBuilder agent as part of an Azure Function or Web App and then AGUI and DevUI will interact with it in the same way via your agent’s API surface.
Hope this helps! If my answer was helpful - kindly follow the instructions here to mark this as final answer so others who has the same problem, can benefit as well.