e2b-dev/llm-code-interpreter
A ChatGPT plugin providing sandboxed cloud environments for LLMs to execute code, access filesystems, and browse the internet.

This plugin gave ChatGPT instances access to a full sandboxed Linux cloud environment, enabling code execution in any programming language, filesystem operations (create, read, delete files and directories), and internet access. It exposed three simple primitives—RunCommand, ReadFile, and WriteFile—that allowed LLMs to operate as agents with expanded capabilities. The project has been deprecated in favor of a newer Code Interpreter SDK from the same company.