Skip to content

Commit 36ec658

Browse files
authored
Update README.md
1 parent f6f57d6 commit 36ec658

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

README.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# 1、项目介绍
2-
## 1.1、本次分享介绍
3-
AutoGen v0.4稳定版本框架介绍及功能测试
4-
相关视频:
5-
https://www.bilibili.com/video/BV17WcVeZERm/
6-
https://youtu.be/7H00xQK8rDM
2+
## 1.1、本次分享介绍
3+
**(第一期)[2025.1.12]AutoGen v0.4稳定版本框架介绍及AgentChat应用接口功能测试**
4+
https://www.bilibili.com/video/BV17WcVeZERm/
5+
https://youtu.be/7H00xQK8rDM
6+
**(第二期)[2025.1.13]AutoGen v0.4稳定版本Studio低代码平台使用**
7+
78

89
## 1.2 AutoGen介绍
910
AutoGen是微软发布的一个用于构建AI Agent系统和应用程序的开源框架
@@ -197,11 +198,27 @@ pip install -U "autogen-agentchat"
197198
pip install "autogen-ext[openai]"
198199
pip install asyncio==3.4.3
199200

201+
200202
# 4、测试
201-
相关测试代码在BasicTest文件夹下
203+
## 4.1 AgentChat框架基本功能测试
204+
相关测试代码在BasicTest文件夹下
205+
206+
## 4.2 AutoGen Studio低代码平台使用
207+
(1)运行如下命令安装依赖包
208+
pip install -U autogenstudio
209+
(2)命令行终端启动服务,运行如下命令
210+
autogenstudio ui --port 8081
211+
支持修改相关参数自定义应用程序如下:
212+
**--host <host>** 指定主机地址,默认为localhost
213+
**--appdir <appdir>** 指定存储应用程序文件(如数据库和生成的用户文件)的文件夹。默认为用户主目录中的.autogenstudio文件夹
214+
**--port <port>** 指定端口号。默认为8080
215+
**--upgrade-database** 升级数据库架构。默认为False
216+
**--reload** 启用在对代码进行更改时自动重新加载服务器。默认为 False
217+
**--database-uri** 指定数据库URI
218+
(4)登录平台使用
219+
http://localhost:8081/
202220

203221

204-
205222

206223

207224

0 commit comments

Comments
 (0)