@sandagent/sandbox-e2b 0.1.2-beta.3 → 0.2.0-beta.5
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 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ E2B sandbox adapter for SandAgent - run agents in secure cloud sandboxes.
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npm install @sandagent/sandbox-e2b @sandagent/
|
|
17
|
+
npm install @sandagent/sandbox-e2b @sandagent/sdk
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
You'll also need an E2B API key. Sign up at [e2b.dev](https://e2b.dev) to get one.
|
|
@@ -57,7 +57,7 @@ const stream = await agent.stream({
|
|
|
57
57
|
## Usage with AI Provider
|
|
58
58
|
|
|
59
59
|
```typescript
|
|
60
|
-
import { createSandAgent } from '@sandagent/
|
|
60
|
+
import { createSandAgent } from '@sandagent/sdk';
|
|
61
61
|
import { E2BSandbox } from '@sandagent/sandbox-e2b';
|
|
62
62
|
import { generateText } from 'ai';
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sandagent/sandbox-e2b",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0-beta.5",
|
|
4
4
|
"description": "E2B sandbox adapter for SandAgent",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"e2b": "^2.9.0",
|
|
39
|
-
"@sandagent/manager": "0.
|
|
39
|
+
"@sandagent/manager": "0.2.0-beta.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^20.10.0",
|