code-interpreter
Installation
SKILL.md
Code Interpreter
A general-purpose code execution environment powered by AWS Bedrock AgentCore Code Interpreter. Run code, execute shell commands, and manage files in a secure sandbox.
Available Tools
- execute_code(code, language, output_filename): Execute Python, JavaScript, or TypeScript code.
- execute_command(command): Execute shell commands.
- file_operations(operation, paths, content): Read, write, list, or remove files in the sandbox.
- ci_push_to_workspace(paths): Save sandbox files to the shared workspace (S3). Omit
pathsto save all files in the sandbox root.