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.; DeepMCPAgent: DeepMCPAgent is a model-agnostic framework for building LangChain/LangGraph agents that dynamically discover and utilize tools via the Model Context Protocol (MCP) over HTTP/SSE. It allows users to bring their own LangChain chat models and features advanced capabilities like cross-agent communication for collaborative AI systems.
Developing multi-agent AI applications
Building production-ready LLM agents that discover tools dynamically.