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, mcp:navi-web:web_search, spawn_agent, memory"
  },
  "llm_backend": "ollama",
  "model": [
    "gemma4:26b-a4b-it-q4_K_M",
    "gemma4:31b-cloud",
    "kimi-k2.6:cloud",
    "qwen3.6:27b"
  ],
  "temperature": 0.25,
  "max_iterations": 100,
  "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",
    "filesystem",
    "code_exec",
    "terminal",
    "ssh_exec",
    "image_view",
    "share_file",
    "content_publish"
  ],
  "enabled_tools": [
    "todo",
    "scratchpad",
    "reflect",
    "switch_profile",
    "list_profiles",
    "filesystem",
    "code_exec",
    "terminal",
    "ssh_exec",
    "image_view",
    "memory",
    "list_tools",
    "tool_manual",
    "spawn_agent",
    "share_file",
    "content_publish",
    "gmail"
  ],
  "mcp_servers": {
    "gnexus-book": [
      "read",
      "write"
    ],
    "navi-web": [
      "search",
      "web_view",
      "http_request"
    ]
  },
  "planning_mandatory": false,
  "planning_phase1_enabled": true,
  "planning_phase2_enabled": true,
  "planning_phase3_enabled": true,
  "top_k": 30,
  "top_p": 0.8,
  "num_thread": 11
}