Skip to main content

local-experiment

Launch bounded runner experiments as local background jobs without SSH.

跳到安装

来源信息

仓库
OneFav/subPHD
最近来源活动
2026年4月27日 06:22
检测到的 SKILL.md 语言
英语
星标
39
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
local-experiment
description
Launch bounded runner experiments as local background jobs without SSH.
# Local Experiment Use this skill when `research_agent.toml` selects `[execution].backend = "local"`. - treat the current machine as the experiment host - do not require SSH, SCP, `remote_code_dir`, or `remote_result_dir` - launch long experiments as local background jobs through `scripts/research_supervisor.py launch --backend local` - write compact result evidence into `local.result_dir` - redirect stdout and stderr to the local run log path returned by the launcher - after a successful launch, set `run-state.json` to `phase = "watch"` and `next_action = "watch"`
在 GitHub 查看