You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)!
11
10
- 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)!
12
12
- Live streams the display of the sandbox on the client computer
13
13
- User can pause and prompt the agent at any time
14
14
- 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
57
57
- Python 3.10 or later
58
58
-[git](https://git-scm.com/)
59
59
-[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)
61
61
62
62
### 1. Install the prerequisites
63
63
@@ -115,4 +115,13 @@ poetry install
115
115
poetry run start
116
116
```
117
117
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.
0 commit comments