Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 422 Bytes

File metadata and controls

13 lines (10 loc) · 422 Bytes

Managed processes

Exercise persistent pipe and PTY processes, including input, output replay, terminal resize, waiting, and process-tree termination.

python -m pip install createos-sandbox
export CREATEOS_API_KEY="your-api-key"
python examples/managed_process/main.py

The example verifies environment overrides, standard output and error, replayed frames, PTY output, and complete process-tree termination.