Introduction to Microsoft Agent Framework
learn.microsoft.com·3d·
Discuss: Hacker News
💬AI Code Assistants
Preview
Report Post

Microsoft Agent Framework is an open-source development kit for building AI agents and multi-agent workflows for .NET and Python. It brings together and extends ideas from Semantic Kernel and AutoGen projects, combining their strengths while adding new capabilities. Built by the same teams, it is the unified foundation for building AI agents going forward.

Agent Framework offers two primary categories of capabilities:

  • AI agents: Individual agents that use LLMs to process user inputs, call tools and MCP servers to perform actions, and generate responses. Agents support model providers including Azure OpenAI, OpenAI, and Azure …

Similar Posts

Loading similar posts...