Skip to content

Commit

Permalink
Merge branch 'modelscope:main' into feature/DDGS
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgzn authored Nov 5, 2024
2 parents e5ce92f + f60d4c2 commit 153e015
Show file tree
Hide file tree
Showing 108 changed files with 9,827 additions and 2,379 deletions.
36 changes: 1 addition & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
English | [**中文**](https://github.com/modelscope/agentscope/blob/main/README_ZH.md)
English | [**中文**](https://github.com/modelscope/agentscope/blob/main/README_ZH.md) | [**日本語**](https://github.com/modelscope/agentscope/blob/main/README_JA.md)

# AgentScope

Expand Down Expand Up @@ -421,37 +421,3 @@ If you find our work helpful for your research or application, please cite our p
year = {2024},
}
```
2. [On the Design and Analysis of LLM-Based Algorithms](https://arxiv.org/abs/2407.14788)
```
@article{llm_based_algorithms,
author = {Yanxi Chen and
Yaliang Li and
Bolin Ding and
Jingren Zhou},
title = {On the Design and Analysis of LLM-Based Algorithms},
journal = {CoRR},
volume = {abs/2407.14788},
year = {2024},
}
```
3. [Very Large-Scale Multi-Agent Simulation in AgentScope](https://arxiv.org/abs/2407.17789)
```
@article{agentscope_simulation,
author = {Xuchen Pan and
Dawei Gao and
Yuexiang Xie and
Zhewei Wei and
Yaliang Li and
Bolin Ding and
Ji{-}Rong Wen and
Jingren Zhou},
title = {Very Large-Scale Multi-Agent Simulation in AgentScope},
journal = {CoRR},
volume = {abs/2407.17789},
year = {2024},
}
```
396 changes: 396 additions & 0 deletions README_JA.md

Large diffs are not rendered by default.

36 changes: 1 addition & 35 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[English](https://github.com/modelscope/agentscope/blob/main/README.md) | 中文
[English](https://github.com/modelscope/agentscope/blob/main/README.md) | 中文 | [日本語](https://github.com/modelscope/agentscope/blob/main/README_JA.md)

# AgentScope

Expand Down Expand Up @@ -393,37 +393,3 @@ pre-commit install
year = {2024},
}
```
2. [On the Design and Analysis of LLM-Based Algorithms](https://arxiv.org/abs/2407.14788)
```
@article{llm_based_algorithms,
author = {Yanxi Chen and
Yaliang Li and
Bolin Ding and
Jingren Zhou},
title = {On the Design and Analysis of LLM-Based Algorithms},
journal = {CoRR},
volume = {abs/2407.14788},
year = {2024},
}
```
3. [Very Large-Scale Multi-Agent Simulation in AgentScope](https://arxiv.org/abs/2407.17789)
```
@article{agentscope_simulation,
author = {Xuchen Pan and
Dawei Gao and
Yuexiang Xie and
Zhewei Wei and
Yaliang Li and
Bolin Ding and
Ji{-}Rong Wen and
Jingren Zhou},
title = {Very Large-Scale Multi-Agent Simulation in AgentScope},
journal = {CoRR},
volume = {abs/2407.17789},
year = {2024},
}
```
678 changes: 360 additions & 318 deletions docs/sphinx_doc/en/source/tutorial/208-distribute.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/sphinx_doc/zh_CN/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ AgentScope 文档
agentscope.service
agentscope.rpc
agentscope.server
agentscope.environment
agentscope.web
agentscope.prompt
agentscope.utils
2 changes: 1 addition & 1 deletion docs/sphinx_doc/zh_CN/source/tutorial/206-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AgentScope内置策略的目标是**使初学者能够顺利调用模型API ,

## 构建提示面临的挑战

在多智能体应用中,LLM通常在对话中扮演不同的角色。当使用模型的Chat API时,时长会面临以下挑战
在多智能体应用中,LLM通常在对话中扮演不同的角色。当使用模型的Chat API时,时常会面临以下挑战

1. 大多数Chat类型的模型API是为聊天机器人场景设计的,`role`字段只支持`"user"``"assistant"`,不支持`name`字段,即API本身不支持角色扮演。

Expand Down
Loading

0 comments on commit 153e015

Please sign in to comment.