Share via

Is it possible to integrate a workflow builder with agui or dev ui

Sayen vv 0 Reputation points
2025-11-18T11:56:59.85+00:00

Hi,

I need to know if there is any possibility to integrate the WorkflowBuilder from agent_framework with AGUI or the DevUI Agent Framework. If yes, please provide a sample Python integration document.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


2 answers

Sort by: Most helpful
  1. Anonymous
    2025-11-20T07:06:47.1966667+00:00

    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.

    Was this answer helpful?


  2. AI answer

    2025-11-18T11:57:08.82+00:00

    The provided context does not contain specific information regarding the integration of the WorkflowBuilder from the agent_framework with AGUI or DevUI. Therefore, I cannot provide a sample Python integration document or confirm the possibility of such integration.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.