Commit Graph

170 Commits

Author SHA1 Message Date
github-actions[bot] 3dffd36705 [skip ci] Release new versions 2023-11-16 14:07:11 +00:00
Tomas Valenta 1851f18f6a Merge branch 'openai-integration' of https://github.com/e2b-dev/e2b into openai-integration 2023-11-16 14:12:28 +01:00
Tomas Valenta 298d223e00 Add warning when required action is not found 2023-11-16 14:12:21 +01:00
Jakub Novak 33b8c14c15 Merge remote-tracking branch 'origin/fix-signatures' into openai-integration
# Conflicts:
#	packages/js-sdk/src/sandbox/index.ts
2023-11-16 13:04:56 +01:00
Jakub Novak 64ac53d4b6 Merge remote-tracking branch 'origin/main' into openai-integration
# Conflicts:
#	packages/js-sdk/package.json
#	packages/js-sdk/src/sandbox/index.ts
#	packages/python-sdk/e2b/sandbox/main.py
#	packages/python-sdk/example.py
#	packages/python-sdk/pyproject.toml
2023-11-16 12:59:53 +01:00
Tomas Valenta f2b1fd1c54 Increment version 2023-11-16 12:05:57 +01:00
Tomas Valenta 8acffec410 Imrpove method signatures and docstrings 2023-11-16 12:02:35 +01:00
Tomas Valenta b7f010a609 Rename register action; Add add action overloading 2023-11-16 11:27:32 +01:00
Tomas Valenta d38024085c Change openai integration property name 2023-11-16 10:51:55 +01:00
github-actions[bot] a08587be27 [skip ci] Release new versions 2023-11-16 08:52:38 +00:00
Jakub Novak f636bdb997 Fix minor issues, raise error on incorrect values 2023-11-16 09:45:12 +01:00
Jakub Novak 00b8e019a1 Add docs 2023-11-16 09:45:12 +01:00
Jakub Novak bb4d6fd000 Format 2023-11-16 09:45:12 +01:00
Jakub Novak f9169e588b Refactor 2023-11-16 09:45:12 +01:00
Jakub Novak 4e315988cf Improve docstrings for timeout in JS 2023-11-16 09:45:11 +01:00
Jakub Novak b33da692c0 Implement reconnecting in JS 2023-11-16 09:45:11 +01:00
github-actions[bot] 9d45a2ceff [skip ci] Release new versions 2023-11-14 17:08:28 +00:00
Jakub Novak 1a2502a76f Handle error for starting process in folder that doesn't exist 2023-11-14 17:56:20 +01:00
Tomas Valenta 01c64c3960 Add register action test for Python SDK 2023-11-13 15:31:28 +01:00
Tomas Valenta da4a3c3145 Refactor registered actions to return a map
instead of a list.
2023-11-13 15:22:51 +01:00
Tomas Valenta bc39e20184 Update SDKs docstrings 2023-11-13 15:08:46 +01:00
Tomas Valenta 9a213f851f Update version 2023-11-13 14:47:33 +01:00
Tomas Valenta 9fe804cd14 Merge branch 'main' into openai-integration 2023-11-13 14:30:02 +01:00
Tomas Valenta 2c93377686 Add openai as peer dependency. 2023-11-13 14:15:39 +01:00
Tomas Valenta cc66d15533 Fix js open ai integration 2023-11-13 13:32:40 +01:00
github-actions[bot] 79dc537e66 [skip ci] Release new versions 2023-11-13 10:48:24 +00:00
Jakub Novak 6f4cde66ab Add tests 2023-11-13 11:43:33 +01:00
Jakub Novak 149217ca28 Add start and wait 2023-11-13 11:43:33 +01:00
Vasek Mlejnsky e3b3254131 Fix link 2023-11-13 11:37:45 +01:00
Tomas Valenta 946e8a0026 Add python SDK openai integration [WIP] 2023-11-12 17:39:56 +01:00
Tomas Valenta e8e98fdec1 Add openai assistant integration [WIP] 2023-11-12 16:48:45 +01:00
github-actions[bot] f3b19b83b5 [skip ci] Release new versions 2023-11-12 13:01:32 +00:00
Tomas Valenta 421fbac09d Fix ESM timeout compatibility and update
dependencies
2023-11-12 13:56:59 +01:00
Tomas Valenta 201aefeb8f Hide JS SDK constructors that should not be called when spawning sandboxes 2023-11-12 12:41:52 +01:00
github-actions[bot] 8136981d68 [skip ci] Release new versions 2023-11-10 23:34:28 +00:00
Tomas Valenta 188dfd30ae Fix timeout unhandled error 2023-11-11 00:27:45 +01:00
github-actions[bot] bcec216e5c [skip ci] Release new versions 2023-11-10 13:55:57 +00:00
Tomas Valenta 4a0ef0b312 Change JS SDK logs level 2023-11-10 14:46:01 +01:00
Tomas Valenta c92997b296 Remove comments in bundled JS 2023-11-10 11:45:45 +01:00
Tomas Valenta c781508e5d Fix npmjs package git paths 2023-11-09 17:35:39 +01:00
github-actions[bot] 9365efcd35 [skip ci] Release new versions 2023-11-09 16:28:15 +00:00
Jakub Novak 3c2fc9faf5 Regenerate clients 2023-11-09 17:04:18 +01:00
github-actions[bot] 962df82121 [skip ci] Release new versions 2023-11-09 12:36:07 +00:00
Vasek Mlejnsky c42077a8e4 update readmes 2023-11-09 13:29:52 +01:00
github-actions[bot] 7ff7eecaf5 [skip ci] Release new versions 2023-11-09 11:55:30 +00:00
Tomas Valenta 1e3312467d Alias DataAnalysis as CodeInterpreter; Hide JS SDK internal methods 2023-11-09 12:45:24 +01:00
github-actions[bot] 7a8dadf1b9 [skip ci] Release new versions 2023-11-09 10:14:33 +00:00
Jakub Novak 9b3a162b39 Update openapi spec 2023-11-09 11:09:17 +01:00
Jakub Novak 2e1da46935 Update openapi spec 2023-11-09 11:06:37 +01:00
Tomas Valenta 1411bd6b6e Change DEBUG env var to E2B_DEBUG to prevent accidentally switching SDKs to local mode when trying to print debug logs 2023-11-08 13:27:06 +01:00