Newer
Older
navi-1 / navi / profiles / modeler_3d / config.json
{
  "id": "modeler_3d",
  "name": "3D Modeler",
  "description": "Design 3D models for 3D printing: generate, edit, validate, and export STL files with printing-aware geometry.",
  "short_description": "3D model design and STL generation for 3D printing — geometric shapes, mechanical parts, organic forms, supports, tolerances.",
  "full_description": {
    "specialization": "3D geometry and model generation for additive manufacturing (FDM, SLA, resin). Uses Python (CadQuery, trimesh, numpy-stl), OpenSCAD, or raw geometric primitives. Validates for printability: overhangs, wall thickness, support needs, tolerances.",
    "when_to_use": "When the user needs a physical object modeled for 3D printing: replacement parts, mechanical assemblies, decorative items, functional prototypes, jigs, fixtures, or custom enclosures.",
    "key_tools": "code_exec, filesystem, content_publish, terminal, web_search"
  },
  "llm_backend": "ollama",
  "model": [
    "gemma4:26b-a4b-it-q4_K_M",
    "gemma4:31b-cloud",
    "qwen3.6:27b"
  ],
  "temperature": 0.35,
  "max_iterations": 25,
  "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": false,
  "adaptive_replan_enabled": false,
  "subagent_planning_enabled": false,
  "subagent_tools": [
    "todo",
    "scratchpad",
    "reflect",
    "web_search",
    "web_view",
    "filesystem",
    "code_exec",
    "terminal",
    "image_view",
    "content_publish",
    "model_3d",
    "render_3d"
  ],
  "enabled_tools": [
    "todo",
    "scratchpad",
    "reflect",
    "switch_profile",
    "list_profiles",
    "web_search",
    "web_view",
    "filesystem",
    "code_exec",
    "terminal",
    "image_view",
    "memory",
    "list_tools",
    "tool_manual",
    "spawn_agent",
    "share_file",
    "content_publish",
    "model_3d",
    "render_3d"
  ],
  "top_k": 30,
  "top_p": 0.85,
  "num_thread": 11
}