GitHub - e2b-dev/code-interpreter: Python & JS SDK for building custom code interpreters. Built with E2B - Cloud Runtime for AI Agents.
Code Interpreter SDK
This Code Interpreter SDK allows you to run AI-generated Python code and each run share the context. That means that subsequent runs can reference to variables, definitions, etc from past code execution runs.
The code interpreter runs inside the E2B Sandbox - an open-source secure micro VM made for running untrusted AI-generated code and AI agents.
✅ Works with any LLM and AI framework
✅ Supports streaming content like charts and stdout, stderr
✅ Python & JS SDK
✅ Runs on se...
Read more at github.com