Skip to main content

local-experiment

Launch bounded runner experiments as local background jobs without SSH.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
OneFav/subPHD
آخر نشاط في المصدر
٢٧ أبريل ٢٠٢٦ في ٠٦:٢٢
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٣٩
التفرعات
٠

خيارات التثبيت

يُحدَّد 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