Hi,
We are currently migrating our production bot from the Bot Framework SDK (botbuilder-python) to the
Microsoft 365 Agents SDK (microsoft-agents-* packages). Our existing bot heavily relies on
dialog-based conversation flows, specifically:
- WaterfallDialogs for multi-step sequential workflows .
- DialogState management for tracking conversation position across turns
These patterns are central to how we orchestrate multi-turn conversations, and we don't see an
equivalent to botbuilder-dialogs in the Agents SDK package surface.
Our questions:
- Is there a planned replacement or recommended alternative for botbuilder-dialogs in the Agents
SDK?
- What is the suggested approach for implementing multi-step, stateful conversation flows?
- Are there any migration guides, samples, or reference implementations for moving dialog-heavy
bots to the Agents SDK?
Thank you!
Hi,
We are currently migrating our production bot from the Bot Framework SDK (botbuilder-python) to the
Microsoft 365 Agents SDK (microsoft-agents-* packages). Our existing bot heavily relies on
dialog-based conversation flows, specifically:
These patterns are central to how we orchestrate multi-turn conversations, and we don't see an
equivalent to botbuilder-dialogs in the Agents SDK package surface.
Our questions:
SDK?
bots to the Agents SDK?
Thank you!