AutoGen
Summary
AutoGen MCP Server provides a bridge between the Model Context Protocol and Microsoft's AutoGen framework, enabling AI assistants to create and manage autonomous agents that can execute code, perform research, and collaborate in multi-agent conversations. Built with TypeScript and Python, this implementation exposes AutoGen's powerful agent capabilities through standardized tools for creating agents, executing one-on-one chats, running group conversations, and executing predefined workflows like code generation and research tasks. The server handles configuration management, agent lifecycle, and conversation orchestration, making it ideal for developers building complex AI systems that require autonomous problem-solving and multi-agent collaboration.
Available Actions(3)
create_agent
Create a new agent with specified parameters. Arguments: name (string), type (string), system_message (string)
execute_chat
Initiate a one-on-one chat between two agents. Arguments: initiator (string), responder (string), message (string)
execute_group_chat
Conduct a group chat involving multiple agents. Arguments: agents (array of strings), message (string)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论