Skip to content

Commit d939756

Browse files
authored
Update README
1 parent 4514b72 commit d939756

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ https://github.com/user-attachments/assets/3837c4f6-45cb-43f2-9d51-a45f742424d4
77
## Features
88

99
- Uses [E2B](https://e2b.dev) for secure [Desktop Sandbox](https://github.com/e2b-dev/desktop)
10-
- Supports [Meta Llama](https://www.llama.com/), [OS-Atlas](https://osatlas.github.io/)/[ShowUI](https://github.com/showlab/ShowUI) and [any LLM you want to integrate](#llm-support)!
1110
- Operates the computer via the keyboard, mouse, and shell commands
11+
- Supports 10+ LLMs, [OS-Atlas](https://osatlas.github.io/)/[ShowUI](https://github.com/showlab/ShowUI) and [any other models you want to integrate](#llm-support)!
1212
- Live streams the display of the sandbox on the client computer
1313
- User can pause and prompt the agent at any time
1414
- Uses Ubuntu, but designed to work with any operating system
@@ -57,7 +57,7 @@ If you add a new model or provider, please [make a PR](../../pulls) to this repo
5757
- Python 3.10 or later
5858
- [git](https://git-scm.com/)
5959
- [E2B API key](https://e2b.dev/dashboard?tab=keys)
60-
- [Fireworks API key](https://fireworks.ai/account/api-keys)
60+
- API key for an LLM provider (see above)
6161

6262
### 1. Install the prerequisites
6363

@@ -115,4 +115,13 @@ poetry install
115115
poetry run start
116116
```
117117

118-
The agent will start and prompt you for its first instruction.
118+
The agent will open and prompt you for its first instruction.
119+
120+
To start the agent with a specified prompt, run:
121+
122+
```sh
123+
poetry run start --prompt "use the web browser to get the current weather in sf"
124+
```
125+
126+
The display stream should be visible a few seconds after the Python program starts.
127+

0 commit comments

Comments
 (0)