session_run
Run a multi-file program in a session workspace, resolving relative imports and data files, and get stdout, stderr, and verdict.
Instructions
Run a multi-file program in a session: execute entry_file, which may
import other files already in the session workspace (helper.py, data/...).
Runs as a fresh process in the session workdir (not the REPL worker), so relative imports and data files resolve. Returns stdout/stderr/verdict plus the entry file's path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stdin | No | ||
| timeout | No | ||
| language | No | ||
| entry_file | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||