The Riza Code Interpreter is a WASM-based isolated environment for running Python or JavaScript generated by AI agents.In this notebook we’ll create an example of an agent that uses Python to solve a problem that an LLM can’t solve on its own: counting the number of ‘r’s in the word “strawberry.” Before you get started grab an API key from the Riza dashboard. For more guides and a full API reference head over to the Riza Code Interpreter API documentation. Make sure you have the necessary dependencies installed.
ExecPython
tool.