#501 · Primary category: AI Agents & Automation

code-interpreter

ai ai-data-analysis anthropic code-interpreter cohere gpt javascript jupyter jupyter-notebook llm openai python typescript

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

Project last updated:08/26/26

GitHub Stars

2.4K

Forks

225

Contributors

22

License

Apache-2.0

Why we included this project

If you are building an AI app or agent that needs to actually run code rather than just return text, this SDK gives you a direct way to execute that code in an isolated cloud sandbox. Python and JavaScript/TypeScript clients spin up a fresh environment, run a snippet, and hand the result back to your program, whether that is plain output, a chart, or an error. Teams working on data-analysis agents, coding copilots, or tools that let a model inspect files and run experiments will find it removes much of the work of wiring up container isolation and session lifecycle. The same API is available in Python and JavaScript/TypeScript, and the companion cookbook shows realistic integrations with several different LLMs. It is a solid building block when you want your model to do work in a controlled environment instead of only generating prose.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category