code-interpreter icon indicating copy to clipboard operation
code-interpreter copied to clipboard

Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app

Results 12 code-interpreter issues
Sort by recently updated
recently updated
newest added

This PR adds Deno and Bun compatibility. Tasks: - [ ] Release the core SDK with Deno & Bun compatibility - [ ] Test code interpreter

bug

# Description Save all the execution in jupyter notebook. This allows users to interact with the code executed by LLM, see the history, etc. ## Current limitations - Only one...

feature
python-rc

Hey, I wasn’t sure how to reach you, so I’m posting here. I love your work and decided to feature your library in my daily tech newsletter, https://dailysandbox.com

With the release of the new SDK (https://github.com/e2b-dev/E2B/pull/389) we need to update the code interpreter SDKs to use this new SDK. Just this change should improve the performance of the...

python-rc
js-rc
improvement

**Is your feature request related to a problem? Please describe.** I'm building https://github.com/patterns-ai-core/langchainrb and I would like to be able to be able to integrate your tool if it's able...

feature

The JavaScript runtime is currently based on [ijavascript kernel runtime](https://github.com/n-riesco/ijavascript). ijavascript kernel doesn't support `import`. Ideally, we should fix it and `import` should just work. Less ideally (and the "less"...

improvement

How to execute the code with sandbox of the imported package? For example: ![image](https://github.com/e2b-dev/code-interpreter/assets/173258816/9e32f599-fddd-4e44-882f-9c2b79920b71)

question

We want to improve the speed of creating multiple kernels and fix a bug that is probably caused by a timeout when the kernel creation is too slow.

bug
improvement

Is there any plan to support the SDK for Java? Can I call the relevant interface through Java now?

feature

When executing code cells the cells' error is not in the sandbox logs. For code: ```ts import { CodeInterpreter } from '@e2b/code-interpreter' // Python // const code = `import plotly.express...

bug