Skip to content

Commit 9f72bb2

Browse files
committed
feat: update README documentation and SDK version
1 parent d03158c commit 9f72bb2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Add your model `api_key` - AgentMesh supports `openai`, `claude`, `deepseek`, `q
7171
> - `general_team`: A general-purpose agent for search and research tasks.
7272
> - `software_team`: A development team with three roles that collaborates on web applications.
7373
>
74-
> You can customize models, tools, and system prompts for each agent.
74+
> You can add your own custom teams, and customize models, tools, and system prompts for each agent.
7575
7676
#### 1.3 Execution
7777

docs/README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cp config-template.yaml config.yaml
6767
> - `general_team`:通用智能体,适用于搜索和研究任务。
6868
> - `software_team`:开发团队,包含产品、工程和测试三个角色,可通过协作开发web网站,交付完整的项目代码和文档
6969
>
70-
> 你可以基于配置模板进行修改,为每个智能体设置不同的模型、工具、系统提示词。
70+
> 你可以基于配置模板修改或添加自己的自定义团队,为每个智能体设置不同的模型、工具、系统提示词。
7171
7272
#### 1.3 运行
7373

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="agentmesh-sdk",
13-
version="0.0.1",
13+
version="0.1.0",
1414
author="Minimal Future",
1515
author_email="zyj@zhayujie.com",
1616
description="An open-source multi-agent framework for building agent teams with LLMs",

0 commit comments

Comments
 (0)