Skip to main content
Bearly Code Interpreter allows for remote execution of code. This makes it perfect for a code sandbox for agents, to allow for safe implementation of things like Code Interpreter
Get your api key here: bearly.ai/dashboard/developers
In this notebook, we will create an example of an agent that uses Bearly to interact with data
Initialize the interpreter
Let’s add some files to the sandbox
Create a Tool object now. This is necessary, because we added the files, and we want the tool description to reflect that
Initialize an agent