Share via


Microsoft Agent Framework Workflows Core Concepts

This page provides an overview of the core concepts and architecture of the Microsoft Agent Framework Workflow system. It covers the fundamental building blocks, execution model, and key features that enable developers to create robust, type-safe workflows.

Core Components

The workflow framework consists of four core layers that work together to create a flexible, type-safe execution environment:

  • Executors and Edges form a directed graph representing the workflow structure
  • Workflows orchestrate executor execution, message routing, and event streaming
  • Events provide observability into the workflow execution

Next Steps

To dive deeper into each core component, explore the following sections: