Skip to main content
With Anthropic’s code execution tool, your model can execute Python code in a secure, sandboxed environment. This is useful for tasks like analyzing data, creating visualizations, or performing complex calculations.

Working example

cookbook/90_models/anthropic/code_execution.py

Usage

1

Set up your virtual environment

2

Set your API key

3

Install dependencies

4

Run Agent