{
  "id": "navi_code",
  "name": "Navi Code",
  "description": "Local terminal-first coding assistant. Focused on filesystem, terminal, and code execution.",
  "short_description": "Local terminal-first coding assistant.",
  "full_description": {
    "specialization": "Local software development via terminal. High autonomy in filesystem operations, shell command execution, and code prototyping. Designed for a local environment where the agent has direct access to the user's machine.",
    "when_to_use": "When working in a terminal environment, performing local development, or automating system tasks.",
    "key_tools": "filesystem, code_exec, terminal, spawn_agent, scratchpad, todo"
  },
  "llm_backend": "ollama",
  "model": [
    "gemma4:26b-a4b-it-q4_K_M",
    "gemma4:31b-cloud"
  ],
  "temperature": 0.35,
  "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,
  "planning_mandatory": false,
  "planning_phase1_enabled": true,
  "planning_phase2_enabled": false,
  "planning_phase3_enabled": true,
  "top_k": 40,
  "top_p": 0.88,
  "num_thread": 11,
  "tools": {
    "agent": {
      "native": [
        "todo",
        "scratchpad",
        "reflect",
        "switch_profile",
        "list_profiles",
        "filesystem",
        "code_exec",
        "terminal",
        "memory",
        "list_tools",
        "tool_manual",
        "spawn_agent",
        "schedule_recall",
        "manage_recall"
      ],
      "mcp": {}
    },
    "subagent": {
      "native": [
        "todo",
        "scratchpad",
        "reflect",
        "filesystem",
        "code_exec",
        "terminal",
        "list_tools"
      ],
      "mcp": {}
    }
  }
}
