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.
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.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop
Technical details
- 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
Explore related resources
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.
Auto-fetched from GitHub.