ml-intern / configs /cli_agent_config.json
lewtun's picture
lewtun HF Staff
Add CLI sandbox runtime and fix HF Jobs script paths (#237)
b05b6f5 unverified
{
"model_name": "anthropic/claude-opus-4-6",
"save_sessions": true,
"session_dataset_repo": "smolagents/ml-intern-sessions",
"share_traces": true,
"personal_trace_repo_template": "{hf_user}/ml-intern-sessions",
"yolo_mode": false,
"confirm_cpu_jobs": true,
"auto_file_upload": true,
"tool_runtime": "local",
"messaging": {
"enabled": false,
"auto_event_types": ["approval_required", "error", "turn_complete"],
"destinations": {}
},
"mcpServers": {
"hf-mcp-server": {
"transport": "http",
"url": "https://huggingface.co/mcp?login"
}
}
}