atlas_execution_sandbox
Execute code snippets safely in an isolated sandbox to validate behavior before deployment. Supports JavaScript, TypeScript, and Python with configurable timeouts and resource limits.
Instructions
Safely executes code snippets in an isolated environment to test before suggesting. Supports JavaScript, TypeScript, Python with timeout and resource limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code to execute | |
| input | No | Input data for the code | |
| timeout | No | Execution timeout in milliseconds (default: 5000, max: 30000) | |
| language | Yes | Programming language | |
| expectation | No | Expected output or behavior |