File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ Each sandbox is isolated from the others and can be customized with any dependen
6
6
7
7
![ Desktop Sandbox] ( readme-assets/screenshot.png )
8
8
9
- ### Example app using Computer Use with Anthropic's Claude
9
+ ## Examples
10
10
11
- Check out the [ example open-source app] ( https://github.com/e2b-dev/secure-computer-use ) in a separate repository.
11
+ ### Open computer use
12
+
13
+ Check out the [ example open-source app] ( https://github.com/e2b-dev/open-computer-use ) in a separate repository.
14
+
15
+ ### Basic SDK usage examples
16
+
17
+ Check out the examples directory for more examples on how to use the SDK:
18
+ - [ Python] ( ./examples/basic-python )
19
+ - [ JavaScript] ( ./examples/basic-javascript )
12
20
13
21
## 🚀 Getting started
14
22
Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ Each sandbox is isolated from the others and can be customized with any dependen
6
6
7
7
![ Desktop Sandbox] ( ../../readme-assets/screenshot.png )
8
8
9
- ### Example app using Computer Use with Anthropic's Claude
9
+ ## Examples
10
10
11
- Check out the [ example open-source app] ( https://github.com/e2b-dev/secure-computer-use ) in a separate repository.
11
+ ### Open computer use
12
+
13
+ Check out the [ example open-source app] ( https://github.com/e2b-dev/open-computer-use ) in a separate repository.
14
+
15
+ ### Basic SDK usage examples
16
+
17
+ Check out the examples directory for more examples on how to use the SDK:
18
+ - [ Python] ( ./examples/basic-python )
19
+ - [ JavaScript] ( ./examples/basic-javascript )
12
20
13
21
## 🚀 Getting started
14
22
You can’t perform that action at this time.
0 commit comments