| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 个月前 | ||
| 4 个月前 |
Daytona sandbox example
This example shows how to use DaytonaRunner from plain Python code, such as a reward
function, evaluation script, or data-prep utility.
Install
uv sync --extra sandbox
export DAYTONA_API_KEY=your-key
Run
uv run python examples/sandbox_daytona/reward_example.py
Notes
DaytonaRunneris the synchronous entry point for non-async user code.- Each runner instance creates one sandbox and keeps it warm across multiple
run()calls.