Microsoft AutoGen: AutoGen is a versatile framework for developing multi-agent AI applications that can operate autonomously or in collaboration with humans. It offers a layered, extensible design, including Core and AgentChat APIs, along with developer tools like AutoGen Studio for no-code GUI development and AutoGen Bench for performance evaluation.; mcp-agent: `mcp-agent` is a simple, composable Python framework designed for building effective agents using the Model Context Protocol (MCP). It fully implements MCP, offers composable agent patterns, and supports durable execution with Temporal for robust, production-ready applications.
Developing multi-agent AI applications
Building robust LLM agents that integrate with diverse MCP servers (e.g., filesystem, web fetch).