execute_code_stream
Execute code in 31 languages and stream live progress and partial output as it runs, so agents can monitor output before completion.
Instructions
Execute code and STREAM progress + partial output as it runs.
Unlike execute_code (which returns only at exit), this reports progress notifications to the client while the program runs, so agents can see output before the process finishes. Returns the same result shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| stdin | No | ||
| no_net | No | ||
| timeout | No | ||
| language | Yes | ||
| max_output_kb | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||