algo_run_sandboxed
Execute code in an isolated process with strict timeout and memory limits, supporting Python, JavaScript, TypeScript, C++, C, and Go. Ideal for safely testing algorithms without affecting the host system.
Instructions
Executes code in an isolated process with strict timeout and memory limits (supports python, javascript, typescript, cpp, c, go)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Source code to execute | |
| stdin | No | Standard input provided to the process | |
| language | No | Programming language | |
| timeoutMs | No | Execution timeout in ms (default: 3000) |