{
"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). Generates printable 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 for 3D printing: replacement parts, mechanical assemblies, decorative items, functional prototypes, jigs, fixtures, or custom enclosures.",
"key_tools": "filesystem, scad_lint, model_3d, render_3d, image_view, content_publish"
},
"llm_backend": "ollama",
"model": [
"gemma4:26b-a4b-it-q4_K_M",
"gemma4:31b-cloud",
"qwen3.6:27b"
],
"temperature": 0.25,
"max_iterations": 45,
"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_tools": [
"todo",
"scratchpad",
"reflect",
"web_search",
"web_view",
"filesystem",
"code_exec",
"terminal",
"image_view",
"scad_lint",
"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",
"scad_lint",
"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
}