Favicon of agent-framework-workflows-csharp

agent-framework-workflows-csharp Skill

AI Agent SkillPythonOpen source

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?

Best for

Developers using Learn-Microsoft-Agent-Framework-with-Foundry-ZavaShop-Supply-Chain-Workshop, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

3 months ago · MIT license

Considerations

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
37/100

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

Copy skill directory
  • 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

PythonCopy skill directory

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.

Share:

Stars
32
Forks
12
Last commit
3 months ago
Last verified
Aug 31, 2026
Metadata fetched
Aug 31, 2026
Repository age
3 months
License
MIT

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.

Alternatives to agent-framework-workflows-csharp