mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 21:38:18 +08:00
docs: update readme.md
This commit is contained in:
@@ -60,7 +60,7 @@ $agent use software_team 帮我写一个产品预约体验的表单页面
|
||||
|
||||
- `calculator`: 数学计算工具
|
||||
- `current_time`: 获取当前时间
|
||||
- `browser`: 浏览器操作工具,注意需安装额外依赖
|
||||
- `google_search`: 搜索引擎,注意需在`config.yaml`中配置api_key
|
||||
- `file_save`: 文件保存工具
|
||||
- `browser`: 浏览器操作工具,注意需安装`browser-use`依赖
|
||||
- `google_search`: 搜索引擎,注意需在`config.yaml`中配置 `api_key`
|
||||
- `file_save`: 文件保存工具,开启后智能体输出的内容将保存在 `workspace` 目录下
|
||||
- `terminal`: 终端命令执行工具
|
||||
|
||||
@@ -6,8 +6,9 @@ tools:
|
||||
# get your apikey from https://serper.dev/
|
||||
api_key: "YOUR API KEY"
|
||||
|
||||
# Team config
|
||||
# Agent Team 配置
|
||||
teams:
|
||||
# 通用智能体团队
|
||||
general_team:
|
||||
model: "gpt-4.1-mini" # 团队使用的模型
|
||||
description: "A versatile research and information agent team"
|
||||
@@ -24,6 +25,7 @@ teams:
|
||||
- browser
|
||||
- terminal
|
||||
|
||||
# 软件开发智能体团队
|
||||
software_team:
|
||||
model: "gpt-4.1-mini"
|
||||
description: "A software development team with product manager, developer and tester."
|
||||
|
||||
Reference in New Issue
Block a user