E2B
E2B copied to clipboard
Secure open source cloud runtime for AI apps & AI agents
To see all bounties and learn everything about the bounty program, go [HERE](https://github.com/e2b-dev/E2B/issues/242). ## Description We have built a simple [AI GitHub developer](https://github.com/e2b-dev/e2b-cookbook/tree/main/guides/ai-github-developer-py) in Python. It's not meant as a...
**Describe the bug** User reported this bug. The same problem happens with `startAndWait()` The following code causes timeout after 60000ms: ```js // Build and evaluate the code const procWithCustomHandler =...
**Is your feature request related to a problem? Please describe.** The user now doesn't have easy way how to manage created files in sandbox. The only possibility to use `watch_dir`,...
Following errors were reported: ``` No close frame received or sent ``` For this code snippet ```python import os from langchain.tools import E2BDataAnalysisTool os.environ["E2B_API_KEY"] = "..." e2b_data_analysis_tool = E2BDataAnalysisTool( #...
I would love to be able to use e2b through the Deno runtime. When writing files I get an error when using Deno Warning: Not implemented: ClientRequest.options.createConnection Warning: Not implemented:...
**Describe the bug** I see little information about how to Implementation this in my project. Example with js is incorrectly and doesn't work
This problem was raised by @aamirrasheed on our Discord server. [https://discord.com/channels/1092455714431180995/1187485028645605486/1187485028645605486](https://discord.com/channels/1092455714431180995/1187485028645605486/1187485028645605486) Given that it's possible to run an arbitrary code inside the sandbox, there's a need for a separated and...
Right now the documentation search could be improved by: - Searching the whole content (text, examples code), not just the headlines - Adding better n-gram or AI search - Displaying...
When building the template the start command for the template is also executed. There is no internet access though so if the process you wanted to start needs internet the...
There is a problem with start command — even if you stop using `-c` for specifying the start command the start command is still saved in `e2b.toml` so you cannot...