一、软件介绍
文末提供程序和源码下载
Multi-Agent Custom Automation Engine Solution Accelerator 开源程序是一个 AI 驱动的编排系统(多代理自定义自动化引擎解决方案加速器),可管理一组 AI 代理以根据用户输入完成任务。它由 AutoGen、Azure OpenAI、Cosmos 和基础结构服务提供支持,提供了一个现成的应用程序以用作参考,使你能够立即开始运行。
二、解决方案概述
该解决方案利用 Azure OpenAI 服务、Azure 容器应用、Azure Cosmos DB 和 Azure 容器注册表来创建智能自动化管道。它使用多代理方法,其中专门的 AI 代理协同工作,根据用户输入来规划、执行和验证任务。
Solution architecture 解决方案架构
Application interface 应用程序界面
三、Key features 主要特点
单击以了解有关此解决方案支持的主要功能的更多信息
-
Allows people to focus on what matters
让人们专注于重要的事情
By doing the heavy lifting involved with coordinating activities across an organization, peoples' time is freed up to focus on their specializations.
通过完成协调整个组织活动所涉及的繁重工作,人们可以腾出时间专注于他们的专业领域。 -
Enabling GenAI to scale
使 GenAI 能够扩展
By not needing to build one application after another, organizations are able to reduce the friction of adopting GenAI across their entire organization. One capability can unlock almost unlimited use cases.
由于不需要一个接一个地构建应用程序,组织能够减少在整个组织中采用 GenAI 的摩擦。一种功能可以解锁几乎无限的用例。 -
Applicable to most industries
适用于大多数行业
These are common challenges that most organizations face, across most industries.
这些是大多数组织在大多数行业中面临的常见挑战。 -
Efficient task automation
高效的任务自动化
Streamlining the process of analyzing, planning, and executing complex tasks reduces time and effort required to complete organizational processes.
简化分析、规划和执行复杂任务的流程可以减少完成组织流程所需的时间和精力。
四、如何安装或部署
Local Environment 本地环境
If you're not using one of the above options for opening the project, then you'll need to:
如果您没有使用上述选项之一来打开项目,则需要:
-
Make sure the following tools are installed:
确保已安装以下工具:- PowerShell (v7.0+) - available for Windows, macOS, and Linux.
PowerShell (v7.0+) - 适用于 Windows、macOS 和 Linux。 - Azure Developer CLI (azd)Azure 开发人员 CLI (azd)
- Python 3.9+ Python 3.9+ 版
- Docker Desktop Docker 桌面
- Git Git 公司
- PowerShell (v7.0+) - available for Windows, macOS, and Linux.
-
Clone the repository or download the project code via command-line:
克隆存储库或通过命令行下载项目代码:azd init -t microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/
-
Open the project folder in your terminal or editor.
在终端或编辑器中打开 project 文件夹。 -
Continue with the deploying steps.
继续执行部署步骤。
Consider the following settings during your deployment to modify specific settings:
在部署期间,请考虑以下设置以修改特定设置:
可配置的部署设置
When you start the deployment, most parameters will have default values, but you can update the following settings:
当您开始部署时,大多数参数将具有默认值,但您可以更新以下设置:
Setting 设置 | Description 描述 | Default value 默认值 |
---|---|---|
Azure Region Azure 区域 | The region where resources will be created. 将创建资源的 Region。 | East US 美国东部 |
Secondary Location 次要位置 | A less busy region for Azure Cosmos DB, useful in case of availability constraints. Azure Cosmos DB 的不太繁忙的区域,在可用性约束的情况下非常有用。 | eastus2 东都2 |
Deployment Type 部署类型 | Select from a drop-down list. 从下拉列表中选择。 | GlobalStandard 全球标准 |
GPT Model GPT 模型 | Choose from gpt-4, gpt-4o, gpt-4o-mini. 从 gpt-4、gpt-4o、gpt-4o-mini 中进行选择。 | gpt-4o GPT-4O 型 |
GPT Model Deployment Capacity GPT 模型部署能力 | Configure capacity for GPT models. 为 GPT 模型配置容量。 | 140k 140 千米 |
By default, the GPT model capacity in deployment is set to 140k tokens.
默认情况下,部署中的 GPT 模型容量设置为 140k 令牌。
五、软件下载
本文信息来源于GitHub作者地址:https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator