Newer
Older
navi-1 / navi / profiles / secretary / config.json
{
  "id": "secretary",
  "name": "Personal Secretary",
  "description": "General-purpose assistant for research, writing, and everyday tasks.",
  "short_description": "Research, writing, analysis, email, and everyday personal tasks.",
  "full_description": {
    "specialization": "General-purpose personal assistant. Web research, document writing, data analysis, email correspondence, planning, calculations, and any everyday task that doesn't require direct server access or tool development.",
    "when_to_use": "Default profile for most requests. If you're unsure which profile to use, this one is correct. Switch away only when the task clearly requires server/infrastructure access (server_admin) or modifying Navi's own tools (developer).",
    "key_tools": "mcp__navi_web__web_search, mcp__navi_web__web_view, filesystem, code_exec, gmail, todo, scratchpad, spawn_agent, memory"
  },
  "llm_backend": "ollama",
  "model": [
    "qwen3.5:397b-cloud",
    "kimi-k2.6:cloud",
    "gemma4:26b-a4b-it-q4_K_M",
    "gemma4:31b-cloud",
    "qwen3.6:27b"
  ],
  "temperature": 0.45,
  "max_iterations": 70,
  "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,
  "planning_mandatory": false,
  "planning_phase1_enabled": true,
  "planning_phase2_enabled": true,
  "planning_phase3_enabled": true,
  "top_k": 50,
  "top_p": 0.9,
  "num_thread": 11,
  "tools": {
    "agent": {
      "native": [
        "todo",
        "scratchpad",
        "reflect",
        "switch_profile",
        "list_profiles",
        "filesystem",
        "code_exec",
        "image_view",
        "memory",
        "list_tools",
        "tool_manual",
        "spawn_agent",
        "share_file",
        "content_publish",
        "weather",
        "gmail",
        "schedule_recall",
        "manage_recall"
      ],
      "mcp": {
        "navi-web": [
          "search",
          "browse",
          "request"
        ]
      }
    },
    "subagent": {
      "native": [
        "scratchpad",
        "reflect",
        "filesystem",
        "code_exec",
        "image_view",
        "memory",
        "share_file",
        "content_publish"
      ],
      "mcp": {
        "navi-web": [
          "search",
          "browse",
          "request"
        ]
      }
    }
  }
}