{
"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:26b-a4b-it-q4_K_M",
"gemma4:31b-cloud",
"qwen3.6:27b"
],
"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,
"subagent_tools": [
"filesystem",
"image_view"
],
"enabled_tools": [
"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_servers": {
"navi-3d": [
"modeling",
"analysis"
],
"navi-web": [
"search",
"browse",
"request"
]
},
"top_k": 30,
"top_p": 0.85,
"num_thread": 11
}