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で見る