docs: update readme.md

This commit is contained in:
zhayujie
2025-05-23 16:54:58 +08:00
parent a84f31d54a
commit 5ec909c565
5 changed files with 19 additions and 6 deletions

View File

@@ -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."