Newer
Older
navi-1 / navi / profiles / secretary / config.json
@Eugene Sukhodolskiy Eugene Sukhodolskiy on 15 May 2 KB Add self-recall (scheduled callback) system
{
  "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": [
    "gemma4:26b-a4b-it-q4_K_M",
    "gemma4:31b-cloud",
    "kimi-k2.6: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,
  "subagent_tools": [
    "scratchpad",
    "reflect",
    "filesystem",
    "code_exec",
    "image_view",
    "memory",
    "share_file",
    "content_publish"
  ],
  "enabled_tools": [
    "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"
  ],
  "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,
  "mcp_servers": {
    "navi-web": [
      "search",
      "browse",
      "request"
    ]
  }
}