Sync experiment statuses - check SLURM for updates and update local tracking. Use when user wants to refresh experiment states.
Synchronize local experiment tracking with actual SLURM job states.
Load tracked experiments using list_experiments MCP tool, filtering for non-terminal states (status = queued, running)
For each active experiment, check its SLURM status:
job_info with the experiment's cluster and job_idFor completed experiments, try to extract metrics:
find_logs to locate the output logtail_log to read the last ~50 linesFor failed experiments:
Update local records using update_experiment for each changed experiment
Report summary: