reinvent_register_job
Register a REINVENT4 job for status tracking. Specify run type and working directory to enable progress polling and optional live process monitoring.
Instructions
Register a user-launched REINVENT4 job for status tracking.
Use after running the suggested_cmd yourself. The agent can then poll progress with reinvent_job_status. Optionally attach the process PID with reinvent_attach_pid for live polling.
Args: run_type: 'transfer_learning' or 'staged_learning' workdir: Path to the run's working directory job_id: Optional custom ID (auto-generated if omitted) log_file: Path to log file (default: /reinvent.log) config_path: Path to TOML config (default: /config.toml)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| workdir | Yes | ||
| log_file | No | ||
| run_type | Yes | ||
| config_path | No |