Recommended approach for deterministic multi-step conversations in Agents SDK #545
Unanswered
Shivam Bhardwaj (Shivam-a0621)
asked this question in
Q&A
Replies: 0 comments
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.
Hi,
We are revisiting our migration from Bot Framework SDK to the Microsoft 365 Agents SDK and would like some guidance on the recommended approach today for implementing deterministic, multi-step conversational workflows.
Our existing bot makes extensive use of WaterfallDialog and DialogState for flows where we:
From the discussion in #344, we understood that the recommendation is generally to move away from the Bot Framework Dialogs model and use an orchestrator for deterministic flows.
Could someone clarify what the recommended architecture/pattern is with the current Agents SDK?
All reactions