mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update citation
This commit is contained in:
parent
4457bf76a2
commit
46748e3a7e
4 changed files with 59 additions and 4 deletions
|
|
@ -104,3 +104,15 @@ ## Usage
|
|||
## Acknowledgements
|
||||
The MetaGPT Android Assistant has referenced some ideas and code from the [AppAgent](https://github.com/mnotgod96/AppAgent) project. We thank the developers of the Appagent project.
|
||||
|
||||
### Citation
|
||||
|
||||
```bib
|
||||
@misc{yang2023appagent,
|
||||
title={AppAgent: Multimodal Agents as Smartphone Users},
|
||||
author={Chi Zhang and Zhao Yang and Jiaxuan Liu and Yucheng Han and Xin Chen and Zebiao Huang and Bin Fu and Gang Yu},
|
||||
year={2023},
|
||||
eprint={2312.13771},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CV}
|
||||
}
|
||||
```
|
||||
|
|
@ -98,3 +98,16 @@ ## 使用
|
|||
|
||||
## 致谢
|
||||
MetaGPT 安卓助理参考了 [AppAgent](https://github.com/mnotgod96/AppAgent) 项目的部分思路与代码,感谢 Appagent 项目的开发者们。
|
||||
|
||||
### 引用
|
||||
|
||||
```bib
|
||||
@misc{yang2023appagent,
|
||||
title={AppAgent: Multimodal Agents as Smartphone Users},
|
||||
author={Chi Zhang and Zhao Yang and Jiaxuan Liu and Yucheng Han and Xin Chen and Zebiao Huang and Bin Fu and Gang Yu},
|
||||
year={2023},
|
||||
eprint={2312.13771},
|
||||
archivePrefix={arXiv},
|
||||
primaryClass={cs.CV}
|
||||
}
|
||||
```
|
||||
|
|
@ -32,5 +32,20 @@ ### Frontend service startup
|
|||
Enter `environment/frontend_server` and use `python3 manage.py runserver` to start the front-end service.
|
||||
Visit `http://localhost:8000/simulator_home` to enter the current simulation interface.
|
||||
|
||||
## Appreciation
|
||||
The reproduction work has referred the `https://github.com/joonspk-research/generative_agents`, let's make a general statement here.
|
||||
## Acknowledgements
|
||||
The reproduction work has referred the [generative_agents](https://github.com/joonspk-research/generative_agents), let's make a general statement here.
|
||||
|
||||
### Citation
|
||||
```bib
|
||||
@inproceedings{Park2023GenerativeAgents,
|
||||
author = {Park, Joon Sung and O'Brien, Joseph C. and Cai, Carrie J. and Morris, Meredith Ringel and Liang, Percy and Bernstein, Michael S.},
|
||||
title = {Generative Agents: Interactive Simulacra of Human Behavior},
|
||||
year = {2023},
|
||||
publisher = {Association for Computing Machinery},
|
||||
address = {New York, NY, USA},
|
||||
booktitle = {In the 36th Annual ACM Symposium on User Interface Software and Technology (UIST '23)},
|
||||
keywords = {Human-AI interaction, agents, generative AI, large language models},
|
||||
location = {San Francisco, CA, USA},
|
||||
series = {UIST '23}
|
||||
}
|
||||
```
|
||||
|
|
@ -31,5 +31,20 @@ ### 前端服务启动
|
|||
进入`environment/frontend_server`,使用`python3 manage.py runserver`启动前端服务。
|
||||
访问`http://localhost:8000/simulator_home` 进入当前的仿真界面。
|
||||
|
||||
## Appreciation
|
||||
The reproduction work has referred the `https://github.com/joonspk-research/generative_agents`, let's make a general statement here.
|
||||
## 致谢
|
||||
复现工作参考了 [generative_agents](https://github.com/joonspk-research/generative_agents), 感谢相关作者们。
|
||||
|
||||
### 引用
|
||||
```bib
|
||||
@inproceedings{Park2023GenerativeAgents,
|
||||
author = {Park, Joon Sung and O'Brien, Joseph C. and Cai, Carrie J. and Morris, Meredith Ringel and Liang, Percy and Bernstein, Michael S.},
|
||||
title = {Generative Agents: Interactive Simulacra of Human Behavior},
|
||||
year = {2023},
|
||||
publisher = {Association for Computing Machinery},
|
||||
address = {New York, NY, USA},
|
||||
booktitle = {In the 36th Annual ACM Symposium on User Interface Software and Technology (UIST '23)},
|
||||
keywords = {Human-AI interaction, agents, generative AI, large language models},
|
||||
location = {San Francisco, CA, USA},
|
||||
series = {UIST '23}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue