AgentStore: Scalable Integration of Heterogeneous Agents As Specialized Generalist Computer Assistant
[🌐 Website] • [📜 Paper] • [🤗 HF Models] •
- 2024.10: 🎉 We release the initial code of AgentStore; due to the CVPR deadline, more refined code will be rapidly organized and released shortly after.
AgentStore is a flexible and scalable platform for dynamically integrating various heterogeneous agents to independently or collaboratively automate OS tasks. It allows users to quickly integrate their own specialized agents into the platform, similar to the functionality of the App store. This scalable integration allows the framework to dynamically adapt itself to the evolving OS, providing the multi-dimensional capabilities needed for open-ended tasks.
-
Clone the GitHub Repository:
git clone [email protected]:chengyou-jia/AgentStore.git
-
Set Up Python Environment and Install Dependencies:
conda create -n agentstore_env python=3.10 -y conda activate agentstore_env cd AgentStore pip install -e .
-
Set OpenAI API Key: Configure your OpenAI API key in .env.
cp .env_template .env
-
Now you are ready to have fun:
python quick_start.py
We are working on supporting more 👷. Please hold tight!
If you find it helpful, please kindly cite the paper.
@article{jia2024agentstore,
title={AgentStore: Scalable Integration of Heterogeneous Agents As Specialized Generalist Computer Assistant},
author={Jia, Chengyou and Luo, Minnan and Dang, Zhuohang and Sun, Qiushi and Xu, Fangzhi and Hu, Junlin and Xie, Tianbao and Wu, Zhiyong},
journal={arXiv preprint arXiv:2410.18603},
year={2024}
}
If you have any inquiries, suggestions, or wish to contact us for any reason, we warmly invite you to email us at [email protected].