Skip to content

Commit

Permalink
update req
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jul 29, 2024
1 parent e811315 commit c963c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial/208-distribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ b = AgentB(
### 步骤2: 编排分布式应用流程

> Note:
> 分布式版本的 Agent 仅支持 `__call__` 方法调用 (即 `agent(x)`),不支持调用其他方法或是属性读写。
> 当前分布式版本的 Agent 仅支持 `__call__` 方法调用 (即 `agent(x)`),不支持调用其他方法或是属性读写。
在AgentScope中,分布式应用流程的编排和非分布式的程序完全一致,开发者可以用中心化的方式编写全部应用流程。
同时,AgentScope允许本地和分布式部署的智能体混合使用,开发者不用特意区分哪些智能体是本地的,哪些是分布式部署的。
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
test_requires = ["pytest", "pytest-cov", "pre-commit"]

gradio_requires = [
"gradio==4.19.1",
"gradio==4.38.1",
"modelscope_studio==0.0.5",
]

Expand Down

0 comments on commit c963c69

Please sign in to comment.