Update dotnet-microsoft-agent-framework skill: reflect AgentWorkflowBuilder.BuildConcurrent in simple-concurrent-workflow tutorial#23
Merged
Conversation
….BuildConcurrent in simple-concurrent-workflow tutorial snapshot Co-authored-by: KSemenenko <4385716+KSemenenko@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for agent framework workflows
Update dotnet-microsoft-agent-framework skill: reflect AgentWorkflowBuilder.BuildConcurrent in simple-concurrent-workflow tutorial
Mar 17, 2026
There was a problem hiding this comment.
Pull request overview
Updates the .NET Microsoft Agent Framework skill documentation to reflect a new skill version and to better highlight AgentWorkflowBuilder helpers (notably BuildConcurrent) as the recommended “quick path” for common concurrent orchestration patterns.
Changes:
- Bumped the skill version to
1.5.0and expanded the core/cheatsheet guidance to includeAgentWorkflowBuilderfor orchestration patterns. - Added a concise
AgentWorkflowBuilder.BuildConcurrentreference section explaining when to prefer it over manualWorkflowBuilderfan-out/fan-in wiring. - Refreshed the “Simple Concurrent Workflow” tutorial to use
AgentWorkflowBuilder.BuildConcurrent, updated wording/headings, and updated the doc date to03/17/2026.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/dotnet-microsoft-agent-framework/SKILL.md | Version bump and guidance updates to call out AgentWorkflowBuilder as a primary orchestration helper. |
| skills/dotnet-microsoft-agent-framework/references/workflows.md | Added a focused BuildConcurrent reference section (usage, aggregator note, and when to go manual). |
| skills/dotnet-microsoft-agent-framework/references/official-docs/tutorials/workflows/simple-concurrent-workflow.md | Updated tutorial narrative and sample code to demonstrate concurrent orchestration via AgentWorkflowBuilder.BuildConcurrent. |
You can also share your feedback on Copilot code review. Take the survey.
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.
Upstream docs at
learn.microsoft.com/agent-framework/tutorials/workflows/simple-concurrent-workflowchanged — the primary .NET C# example was updated to use the high-levelAgentWorkflowBuilder.BuildConcurrentAPI instead of hand-rolled custom executors.Changes
references/official-docs/tutorials/workflows/simple-concurrent-workflow.md— Refreshed local snapshot:AgentWorkflowBuilder.BuildConcurrent(agents); execution kicks off viarun.TrySendMessageAsync(new TurnToken(...))and collectsList<ChatMessage>fromWorkflowOutputEventExecutor<ChatMessage>signature (per-message, notExecutor<List<ChatMessage>>)references/workflows.md— DocumentsAgentWorkflowBuilder.BuildConcurrentunder Builder Selection: API signature, optional aggregator overload, TurnToken execution notes, and guidance on when to fall back to manualAddFanOutEdge/AddFanInEdgeSKILL.md(v1.5.0):AgentWorkflowBuilderto Core KnowledgeBuildConcurrentWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/microsoft/Agent-Framework-Samples/contents/07.Workflow/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(http block)learn.microsoft.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.