ml-intern-api / configs /cli_agent_config.json
abidlabs's picture
abidlabs HF Staff
Deploy ML Intern API (backend + self-documenting frontend)
1635e66 verified
Raw
History Blame Contribute Delete
601 Bytes
{
"model_name": "anthropic/claude-opus-4.8:fal-ai",
"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"
}
}
}