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:26b-a4b-it-q4_K_M",
  "temperature": 0.2,
  "max_iterations": 40,
  "planning_enabled": true,
  "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"
  ]
}