Newer
Older
navi-1 / navi / profiles / modeler_3d / config.json
{
  "id": "modeler_3d",
  "name": "3D Modeler",
  "description": "Design physically coherent 3D models: generate, edit, validate, and export STL files with correct geometry and orientation.",
  "short_description": "3D model design and STL generation — geometric shapes, mechanical parts, organic forms, orientation, tolerances.",
  "full_description": {
    "specialization": "Physically coherent 3D geometry and STL generation. Generates STL files from OpenSCAD through dedicated 3D tools, and validates with OpenSCAD compilation plus preview render inspection.",
    "when_to_use": "When the user needs a physical object modeled as 3D geometry: replacement parts, mechanical assemblies, decorative items, functional prototypes, jigs, fixtures, or custom enclosures.",
    "key_tools": "spawn_agent, filesystem, mcp__navi_3d__lint_scad, mcp__navi_3d__compile_scad, mcp__navi_3d__render_stl, image_view, content_publish"
  },
  "llm_backend": "ollama",
  "model": [
    "gemma4:31b-cloud",
    "qwen3.5:397b-cloud",
    "kimi-k2.6:cloud",
    "gemma4:26b-a4b-it-q4_K_M",
    "qwen3.6:35b"
  ],
  "temperature": 0.35,
  "max_iterations": 70,
  "planning_enabled": true,
  "planning_mandatory": false,
  "planning_phase1_enabled": true,
  "planning_phase2_enabled": false,
  "planning_phase3_enabled": true,
  "think_enabled": true,
  "iteration_budget_enabled": true,
  "goal_anchoring_enabled": true,
  "goal_anchoring_interval": 5,
  "anti_stall_enabled": true,
  "anti_stall_threshold": 6,
  "step_validation_enabled": true,
  "adaptive_replan_enabled": true,
  "subagent_planning_enabled": false,
  "subagent_think_enabled": false,
  "top_k": 30,
  "top_p": 0.85,
  "num_thread": 11,
  "tools": {
    "agent": {
      "native": [
        "todo",
        "scratchpad",
        "reflect",
        "switch_profile",
        "list_profiles",
        "filesystem",
        "code_exec",
        "terminal",
        "image_view",
        "memory",
        "list_tools",
        "tool_manual",
        "spawn_agent",
        "share_file",
        "content_publish",
        "schedule_recall",
        "manage_recall"
      ],
      "mcp": {
        "navi-3d": [
          "modeling",
          "analysis"
        ],
        "navi-web": [
          "search",
          "browse",
          "request"
        ]
      }
    },
    "subagent": {
      "native": [
        "filesystem",
        "image_view"
      ],
      "mcp": {
        "navi-3d": [
          "modeling",
          "analysis"
        ],
        "navi-web": [
          "search",
          "browse",
          "request"
        ]
      }
    }
  }
}