Newer
Older
navi-1 / navi / profiles / server_admin / config.json
{
  "id": "server_admin",
  "name": "Server Administrator",
  "description": "Server administration, monitoring, and infrastructure tasks.",
  "short_description": "Linux server administration, SSH operations, monitoring, infrastructure.",
  "full_description": {
    "specialization": "Remote server operations via SSH, system diagnostics, service management, log analysis, network troubleshooting, process monitoring, and infrastructure automation.",
    "when_to_use": "When the task involves SSH access to servers, running system commands, managing Linux services, analyzing logs, monitoring resources, or any hands-on infrastructure work.",
    "key_tools": "ssh_exec, terminal, filesystem, code_exec, web_search, spawn_agent, memory"
  },
  "llm_backend": "ollama",
  "model": [
    "gemma4:31b-cloud",
    "gemma4:26b-a4b-it-q4_K_M"
  ],
  "temperature": 1.0,
  "max_iterations": 20,
  "planning_enabled": true,
  "subagent_planning_enabled": true,
  "think_enabled": true,
  "iteration_budget_enabled": true,
  "goal_anchoring_enabled": true,
  "goal_anchoring_interval": 5,
  "anti_stall_enabled": true,
  "anti_stall_threshold": 8,
  "step_validation_enabled": false,
  "adaptive_replan_enabled": false,
  "subagent_tools": [
    "scratchpad",
    "reflect",
    "web_search",
    "http_request",
    "filesystem",
    "code_exec",
    "terminal",
    "ssh_exec",
    "image_view",
    "share_file"
  ],
  "enabled_tools": [
    "todo",
    "scratchpad",
    "reflect",
    "switch_profile",
    "list_profiles",
    "web_search",
    "web_view",
    "http_request",
    "filesystem",
    "code_exec",
    "terminal",
    "ssh_exec",
    "image_view",
    "memory",
    "list_tools",
    "tool_manual",
    "spawn_agent",
    "share_file",
    "email_manager"
  ],
  "planning_mandatory": false,
  "planning_phase1_enabled": true,
  "planning_phase2_enabled": false,
  "planning_phase3_enabled": true,
  "top_k": 64,
  "top_p": 0.95
}