Skip to content

Commit 6493304

Browse files
authored
doc: modify README.md (#67) [ci skip]
1 parent 31dc92d commit 6493304

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<a href="https://github.com/OpenBMB/AgentVerse/issues">
2323
<img alt="Contributions: Welcome" src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat">
2424
</a>
25+
<a href="https://huggingface.co/spaces/AgentVerse/agentVerse">
26+
<img alt="Hugging Face" src="https://img.shields.io/badge/hugging_face-play-yellow">
27+
</a>
2528

2629
</p>
2730

@@ -53,6 +56,8 @@ Applications: software development system, consulting system, etc.
5356

5457

5558
# 📰 What's New
59+
- [2023/10/17] We're super excited to share our open-source AI community hugging face: [`AgentVerse`](https://huggingface.co/spaces/AgentVerse/agentVerse). You are able to try out the two simulation applications, NLP Classroom and Prisoner's Dilemma,with your code of the openai API key and the openai organization. Have fun!
60+
5661
- [2023/10/5] Re-factor our codebase to enable the deployment of both simulation and task-solving framework! We have placed the code for Minecraft example in the paper at the [`minecraft`](https://github.com/OpenBMB/AgentVerse/tree/minecraft) branch. Our tool-using example will soon be updated to the `main` branch. Stay tuned!
5762

5863
- [2023/8/22] We're excited to share our paper [AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents](https://arxiv.org/abs/2308.10848) that illistrate the task-solving framework
@@ -487,6 +492,7 @@ Also, if you're passionate about advancing the frontiers of multi-agent applicat
487492

488493
- Discord: https://discord.gg/cnutfCtC.
489494

495+
- Hugging Face: https://huggingface.co/spaces/AgentVerse/agentVerse.
490496

491497
# Star History
492498

README_zh.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<a href="https://www.python.org/downloads/release/python-3916/">
1111
<img alt="Documentation" src="https://img.shields.io/badge/python-3.9+-blue.svg">
1212
</a>
13+
<a href="https://huggingface.co/spaces/AgentVerse/agentVerse">
14+
<img alt="Hugging Face" src="https://img.shields.io/badge/hugging_face-play-yellow">
15+
</a>
1316
</p>
1417

1518
<p align="center">
@@ -33,6 +36,8 @@
3336
- 🛠 **工具(插件)利用**: AgentVerse支持多智能体环境的工具。目前,AgentVerse支持[BMTools](https://github.com/OpenBMB/BMTools)中提供的工具。
3437

3538
## 📰 最新消息
39+
- [2023/10/17] 我们很高兴来分享我们AI开源社区 hugging face: [`AgentVerse`](https://huggingface.co/spaces/AgentVerse/agentVerse). 在你提供openai API 密钥 and the openai 组织码之后,你可以体验NLP教室和囚徒困境两个模拟应用程序。祝你玩得开心!
40+
3641
- [2023/8/22] 📝 我们很高兴分享与此仓库相关的正在进行中的论文[AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents](https://arxiv.org/abs/2308.10848).
3742
<img width="616" alt="Screen Shot 2023-09-01 at 12 08 57 PM" src="https://github.com/OpenBMB/AgentVerse/assets/11704492/6db1c907-b7fc-42f9-946c-89853a28f386">
3843

0 commit comments

Comments
 (0)