Commit a497bf4
committed
feat: Add e2b sandbox tools and update dependencies
- Introduced new tools for e2b sandbox functionality:
- createSandbox: Create a new e2b sandbox with custom metadata and environment variables.
- runCode: Execute code within an e2b sandbox, supporting multiple languages.
- readFile: Read a file from the e2b sandbox.
- writeFile: Write a single file to the e2b sandbox.
- writeFiles: Write multiple files to the e2b sandbox.
- listFiles: List files and directories in a specified path within the e2b sandbox.
- deleteFile: Delete a file or directory from the e2b sandbox.
- createDirectory: Create a directory in the e2b sandbox.
- getFileInfo: Retrieve detailed information about a file or directory in the e2b sandbox.
- checkFileExists: Check if a file or directory exists in the e2b sandbox.
- getFileSize: Get the size of a file or directory in the e2b sandbox.
- watchDirectory: Monitor a directory for file system changes in the e2b sandbox.
- runCommand: Execute a shell command in the e2b sandbox.
- Updated package.json and package-lock.json to include new dependencies:
- Added "@e2b/code-interpreter": "^2.3.3".1 parent 1a2bf76 commit a497bf4
3 files changed
Lines changed: 666 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
| 230 | + | |
0 commit comments