Adding draft version of workflows design doc.#271
Merged
TaoChenOSU merged 18 commits intomicrosoft:mainfrom Aug 25, 2025
alliscode:workflows-design
Merged
Adding draft version of workflows design doc.#271TaoChenOSU merged 18 commits intomicrosoft:mainfrom alliscode:workflows-design
TaoChenOSU merged 18 commits intomicrosoft:mainfrom
alliscode:workflows-design
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a comprehensive technical design document for the Semantic Kernel Workflow Framework. The document outlines an executor-based orchestration system designed for complex multi-agent workflows using a graph-based architecture with Pregel-style execution.
- Comprehensive framework design with type-safe executor architecture and async event-driven execution
- Detailed implementation patterns for sequential, concurrent, conditional, and human-in-the-loop scenarios
- Future enhancement roadmap covering checkpointing, distributed execution, and observability features
alliscode
commented
Jul 29, 2025
alliscode
commented
Jul 29, 2025
alliscode
commented
Jul 29, 2025
alliscode
commented
Jul 29, 2025
alliscode
commented
Jul 29, 2025
alliscode
commented
Jul 29, 2025
alliscode
commented
Jul 29, 2025
ekzhu
reviewed
Jul 29, 2025
ekzhu
reviewed
Jul 29, 2025
alliscode
commented
Jul 29, 2025
…-framework into workflows-design
…-framework into workflows-design
ekzhu
reviewed
Aug 6, 2025
ekzhu
reviewed
Aug 6, 2025
Closed
4 tasks
ekzhu
approved these changes
Aug 14, 2025
TaoChenOSU
approved these changes
Aug 25, 2025
ReubenBond
pushed a commit
to ReubenBond/agent-framework
that referenced
this pull request
Oct 28, 2025
* Adding draft version of workflows design doc. * Adding message flow diagrams and fixing group chat sample. * Added sequence diagram for fan_in with WhenAny * Updating workflows design * clean up * Clean up request & response contents * Add more future enhacements * message_handler -> handler * remove mention of visual designer * Minor updates and rename * Name reformat --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com> Co-authored-by: Tao Chen <taochen@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Arturo-Quiroga-MSFT
pushed a commit
to Arturo-Quiroga-MSFT/agent-framework-public
that referenced
this pull request
Nov 23, 2025
* Adding draft version of workflows design doc. * Adding message flow diagrams and fixing group chat sample. * Added sequence diagram for fan_in with WhenAny * Updating workflows design * clean up * Clean up request & response contents * Add more future enhacements * message_handler -> handler * remove mention of visual designer * Minor updates and rename * Name reformat --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com> Co-authored-by: Tao Chen <taochen@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding initial draft of updated workflows design document. This document outlines the goals, design principles, and current thinking on coding patterns.