Skip to content

Commit

Permalink
fix: the display issue of different modes of AIOS (#386)
Browse files Browse the repository at this point in the history
* update README

* update README

* update README
  • Loading branch information
dongyuanjushi authored Dec 24, 2024
1 parent e87714e commit 7374f2b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,29 @@ Here are some key notations that are required to know before introducing the dif
The following parts introduce different modes of deploying AIOS. **Currently, AIOS already supports Mode 1 and Mode 2, other modes with new features are still ongoing.**

### Mode 1 (Local Kernel Mode)

<p align="center">
<img src="docs/assets/aios-figs/stage1.png" width="300>
<img src="docs/assets/aios-figs/stage1.png" width=300>
</p>

- Features:
- For agent users: They can download agents from agent hub from Machine B and run agents on Machine A.
- For agent developers: They can develop and test agents in Machine A and can upload agents to agent hub on Machine B.

### Mode 2 (Remote Kernel Mode)

<p align="center">
<img src="docs/assets/aios-figs/stage2.png" width="300>
<img src="docs/assets/aios-figs/stage2.png" width=300>
</p>

- Features:
- Remote use of agents: Agent users / developers can use agents on Machine B, which is different from the development and running machine (Machine A).
- Benefit users who would like to use agents on resource-restricted machine (e.g., mobile device or edge device)

### Mode 2.5 (Remote Kernel Dev Mode)

<p align="center">
<img src="docs/assets/aios-figs/stage2.5.png" width="300>
<img src="docs/assets/aios-figs/stage2.5.png" width=300>
</p>

- Features:
Expand All @@ -79,8 +82,9 @@ The following parts introduce different modes of deploying AIOS. **Currently, AI
- Packaging and agent transmission on different machines for distributed agent development and testing

### Mode 3 (Personal Remote Kernel Mode)

<p align="center">
<img src="docs/assets/aios-figs/stage3.png" width="800>
<img src="docs/assets/aios-figs/stage3.png" width=800>
</p>

- Ongoing Features:
Expand All @@ -94,8 +98,9 @@ The following parts introduce different modes of deploying AIOS. **Currently, AI
- Data privacy mechanism

### Mode 4 (Personal Remote Virtual Kernel Mode)

<p align="center">
<img src="docs/assets/aios-figs/stage4.png" width="800>
<img src="docs/assets/aios-figs/stage4.png" width=800>
</p>

- Ongoing Features:
Expand Down

0 comments on commit 7374f2b

Please sign in to comment.