扩展#
AutoGen 被设计为可扩展的。autogen-ext 包包含了由 AutoGen 项目维护的内置组件实现。
组件的示例包括:
autogen_ext.agents.*用于像MultimodalWebSurfer这样的代理实现autogen_ext.models.*用于模型客户端,如OpenAIChatCompletionClient和SKChatCompletionAdapter,用于连接到托管和本地模型。autogen_ext.tools.*用于诸如 GraphRAGLocalSearchTool和mcp_server_tools()等工具。autogen_ext.executors.*用于执行器如DockerCommandLineCodeExecutor和ACADynamicSessionsCodeExecutorautogen_ext.runtimes.*用于像GrpcWorkerAgentRuntime这样的代理运行时
查看API参考以获取所有组件及其API的完整列表。
我们强烈鼓励开发者构建自己的组件,并将它们作为生态系统的一部分发布。
Discover
发现社区扩展和示例
Create your own
创建你自己的扩展