agent-framework-workflows-csharp Skill
Build deterministic, multi-step workflows with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.Workflows). Use when composing executors and edges into a DAG, running agents as graph nodes, doing fan-out/fan-in concurrency, conditional routing, shared state, streaming events, checkpoint/resume, human-in-the- Published by microsoft in Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop.
Decision snapshot
Is this a fit?
Developers using Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
3 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
What is agent-framework-workflows-csharp Skill?
Build deterministic, multi-step workflows with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.Workflows). Use when composing executors and edges into a DAG, running agents as graph nodes, doing fan-out/fan-in concurrency, conditional routing, shared state, streaming events, checkpoint/resume, human-in-the- Published by microsoft in Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/skills/agent-framework-workflows-csharp/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use agent-framework-workflows-csharp Skill
- Use it for developers using learn-microsoft-agent-framework-with-foundry-zavashop-supply-chain-workshop.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop
- Skill file: .github/skills/agent-framework-workflows-csharp/SKILL.md
What it does
Build deterministic, multi-step workflows with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.Workflows). Use when composing executors and edges into a DAG, running agents as graph nodes, doing fan-out/fan-in concurrency, conditional routing, shared state, streaming events, checkpoint/resume, human-in-the-
Skill instructions
Agent Framework Workflows (.NET) Compose deterministic, multi-step workflows on top of the Microsoft Agent Framework .NET SDK. Executors are graph nodes; edges route messages between them. AIAgent instances can be dropped in as executors, and pre-built builders cover the common multi-agent patterns (sequential, concurrent, handoff, group chat, Magentic). Architecture Input → WorkflowBuilder(startExecutor) ├─ .AddEdge(a, b) (sequential) ├─ .AddEdge(a, b, condition: ...) (conditional) ├─ .AddFanOutEdge(a, [b, c]) (parallel) ├─ .AddFanInBarrierEdge([b, c], d) (join) └─ .WithOutputFrom(d) (declared outputs) ↓ workflow = builder.Build() ↓ await using StreamingRun run = await InProcessExecution.RunStreamingAsync(workflow, input); await foreach (WorkflowEvent evt in run.WatchStreamAsync()) { ... } ↓ ExecutorCompletedEvent | AgentResponseUpdateEvent | RequestInfoEvent | WorkflowOutputEvent | WorkflowErrorEvent Executor<TIn, TOut is the unit of work. IWorkflowContext is the per-call ambient con
Verified compatibility and discovery
Frequently asked questions
What is agent-framework-workflows-csharp?
agent-framework-workflows-csharp is a open-source AI agent skill with Copy skill directory. Build deterministic, multi-step workflows with the Microsoft Agent Framework .NET SDK (Microsoft.Agents.AI.Workflows).
Who is agent-framework-workflows-csharp best for?
agent-framework-workflows-csharp is best for reusing agent instructions, scripts, and references.
How do I install agent-framework-workflows-csharp?
Install or run agent-framework-workflows-csharp using Copy skill directory. Check agent-framework-workflows-csharp for the latest setup command.
Is agent-framework-workflows-csharp actively maintained?
agent-framework-workflows-csharp may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.