一键导入
long-running-execution
Configure long wall clocks and use execution_run_background + job polling for ML or hours-long runs without blocking the agent loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure long wall clocks and use execution_run_background + job polling for ML or hours-long runs without blocking the agent loop.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
MaxEvolve Triton/PyTorch to JAX/Pallas porting with GpuToJax 12-step pipeline, interpret=True validation, MAP-Elites evolution, and Colab/SSH hardware profiling.
Manage Google Colab sessions and execute code on remote Colab VMs via the colab-cli.
Use when you need to generate a synthetic dataset. You can use Afterimage Python package to create, conversational, tool-calling, multi-choice questions, or other types of structured output datasets for SFT, or preference data for DPO.
Schedule deferred or recurring work via the isanagent cron tool—add/remove jobs with correct runtime context fields.
Run numeric or ML code through isanagent execution tools without flooding context—artifacts, incremental runs, sandbox paths.
Turn papers and docs into a concrete training or evaluation recipe (datasets, metrics, hyperparameters, fine-tuning code).
基于 SOC 职业分类
| name | long-running-execution |
| description | Configure long wall clocks and use execution_run_background + job polling for ML or hours-long runs without blocking the agent loop. |
| requires | {"bins":[],"env":[]} |
| always | false |
[harness.execution] max_wall_secs to the upper bound you need (clamped 1–86400). The built-in default is 3600 seconds unless you override it in config.toml.default_execution_timeout_secs so omitted timeout_secs on execution_run / execution_run_background defaults to something sensible (built-in default 600 seconds when unset, still clamped to max_wall_secs).timeout_secs up to that cap when you want an explicit limit; use execution_env_info to read the effective caps.description on execution_run / execution_run_background so the terminal UI and execution_runs.jsonl / execution_jobs.jsonl show intent instead of only UUIDs.execution_session_create as usual.execution_run_background (same args as execution_run, plus optional label and strongly recommended description). You receive job_id immediately.[harness.execution] wake_on_job_terminal = false). On that turn, call execution_job_result (and execution_artifact_list when needed), summarize for the user, and refresh todo_write if you use it.execution_job_status until terminal is true, or rely on channel/UI notices; then fetch output with execution_job_result ( RunResult JSON; may truncate to max_tool_output_chars ).execution_job_cancel or execution_cancel on the session when supports_interrupt is true.Harness todos: todo_write items for this chat appear under Harness todos (this step) in the system context each LLM step, so you can keep multi-step plans visible without re-calling todo_write every turn.
session_id. Parallel long jobs need separate sessions (or a provider that allows more).