Microsoft Agent Framework Overview Microsoft Agent Framework provides primitives for building single and multi-agent AI systems. It supports agent definition, orchestration patterns, tool integration, and deployment — available in both Python and .NET. Repo: (agents module) Docs: learn.microsoft.com/semantic-kernel/agents Requirements: Python 3.10+ or .NET 8+ Installation Python .NET Core Concepts Agent Definition An agent = instructions + model + tools + optional name/description. Built-in Agent Types | Type | Description | Use Case | |------|------------|----------| | | Wraps any chat model…