ChengyouJia commited on
Commit
8d98852
1 Parent(s): b6fba5d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - OpenGVLab/InternVL2-8B
5
+ ---
6
+ # AgentStore: Scalable Integration of Heterogeneous Agents As Specialized Generalist Computer Assistant
7
+
8
+ <div align="center">
9
+
10
+ [\[🏠Homepage\]](https://chengyou-jia.github.io/AgentStore-Home/) [\[💻Code\]](https://github.com/chengyou-jia/AgentStore) [\[📝Paper\]](https://arxiv.org/abs/2410.18603) [\[🤗Models\]](https://huggingface.co/ChengyouJia/AgentToken-8B)
11
+
12
+ </div>
13
+
14
+ ## Overview
15
+ ![AgentStore](./agentstore.png)
16
+
17
+ 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.
18
+
19
+
20
+
21
+ ## ChatGen-Base-4B
22
+
23
+ `ChatGen-Base-4B` is a MLLM finetuned from InternVL-4B. By taking as input a system prompt, and freestyle user query,
24
+ the model generates suitable prompts, appropriate models, and specific arguments.