Connect your AI agent to Code Interpreter
CodeInterpreter extends Python-based coding environments with integrated data analysis, enabling developers to run scripts, visualize results, and prototype solutions inside supported platforms
Set it up in Melso
- 1In Melso, open Settings → Agent Apps and hit Connect on Code Interpreter.
- 2Code Interpreter needs no sign-in, so it is ready as soon as it is connected.
- 3Open your agent, go to its Agent Apps tab, and allow Code Interpreter.
- 4Give the agent a task. It calls Code Interpreter itself when the work needs it.
What Code Interpreter gives your agent
The tools, permissions, and events Code Interpreter exposes — the same ones your agent can use once the app is authorized.
What you sign in with
Code Interpreter works without a user sign-in step.
Permissions
Code Interpreter does not break access down into granular permissions.
Tools Code Interpreter exposes
Create Sandbox
Create a sandbox to execute python code in a Jupyter notebook cell. This is useful for agents to communicate, execute code, see output, read files, write files, etc. It's like you own personal computer, but in the cloud. Use /home/user folder to write/read files.
Execute Code
Execute python code in a sandbox and return any result, stdout, stderr, and error. Use /home/user folder to write/read files. Try to not use plt.show() as the code is executed remotely. Use files for image/chart output instead.
Use Code Interpreter from the agent you already run
Melso runs the agent. You decide which of your authorized apps it may reach.
Codex
Run Codex as a Melso agent and let it use the apps you have authorized.
Use Code Interpreter from CodexHermes
Run Hermes as a Melso agent and let it use the apps you have authorized.
Use Code Interpreter from HermesCompare nearby apps
Other Developer Tools connections your agents can use.
Connect to GitHub
GitHub is a code hosting platform for version control and collaboration, offering Git-based repository management, issue tracking, and continuous integration features
Connect to Supabase
Supabase is an open-source backend-as-a-service providing a Postgres database, authentication, storage, and real-time subscription APIs for building modern applications