Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 402 Bytes

File metadata and controls

13 lines (10 loc) · 402 Bytes

Command streaming

Upload a Python program and print its standard output as the sandbox produces it. The example also handles standard error, heartbeats, agent errors, and the final exit event.

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

The command prints five numbered results before the sandbox is destroyed.