@denieler/e2b-codex 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
# @denieler/
|
|
1
|
+
# @denieler/e2b-codex
|
|
2
2
|
|
|
3
3
|
Use a shared E2B template with Codex preinstalled, then create fresh sandboxes from that template and talk to `codex app-server` over websocket.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-

|
|
8
|
-
|
|
9
7
|
This project covers two jobs:
|
|
10
8
|
|
|
11
9
|
- runtime use: create a sandbox, connect to Codex, send prompts, continue conversations
|
|
@@ -16,7 +14,7 @@ This project covers two jobs:
|
|
|
16
14
|
Install the package:
|
|
17
15
|
|
|
18
16
|
```bash
|
|
19
|
-
npm install @denieler/
|
|
17
|
+
npm install @denieler/e2b-codex
|
|
20
18
|
```
|
|
21
19
|
|
|
22
20
|
### What you need
|