MCPServers

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)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签