diff --git a/navi/profiles/developer/config.json b/navi/profiles/developer/config.json index 2a2e431..6ee35f0 100644 --- a/navi/profiles/developer/config.json +++ b/navi/profiles/developer/config.json @@ -16,7 +16,7 @@ "qwen3.6:27b" ], "temperature": 0.35, - "max_iterations": 45, + "max_iterations": 100, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true, diff --git a/navi/profiles/discuss/config.json b/navi/profiles/discuss/config.json index e5838ce..ac80641 100644 --- a/navi/profiles/discuss/config.json +++ b/navi/profiles/discuss/config.json @@ -10,7 +10,7 @@ "qwen3.6:27b" ], "temperature": 0.65, - "max_iterations": 12, + "max_iterations": 30, "enabled_tools": [ "web_search", "web_view", diff --git a/navi/profiles/modeler_3d/config.json b/navi/profiles/modeler_3d/config.json index 73939ff..adf475e 100644 --- a/navi/profiles/modeler_3d/config.json +++ b/navi/profiles/modeler_3d/config.json @@ -15,7 +15,7 @@ "qwen3.6:27b" ], "temperature": 0.35, - "max_iterations": 50, + "max_iterations": 70, "planning_enabled": true, "planning_mandatory": false, "planning_phase1_enabled": true, diff --git a/navi/profiles/secretary/config.json b/navi/profiles/secretary/config.json index d8af62f..6b6f891 100644 --- a/navi/profiles/secretary/config.json +++ b/navi/profiles/secretary/config.json @@ -16,7 +16,7 @@ "qwen3.6:27b" ], "temperature": 0.45, - "max_iterations": 35, + "max_iterations": 70, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true, diff --git a/navi/profiles/server_admin/config.json b/navi/profiles/server_admin/config.json index 8fa09cb..48bd6b8 100644 --- a/navi/profiles/server_admin/config.json +++ b/navi/profiles/server_admin/config.json @@ -16,7 +16,7 @@ "qwen3.6:27b" ], "temperature": 0.25, - "max_iterations": 40, + "max_iterations": 100, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true, diff --git a/navi/profiles/tool_developer/config.json b/navi/profiles/tool_developer/config.json index 51b1e4f..c142a1e 100644 --- a/navi/profiles/tool_developer/config.json +++ b/navi/profiles/tool_developer/config.json @@ -16,7 +16,7 @@ "qwen3.6:27b" ], "temperature": 0.25, - "max_iterations": 35, + "max_iterations": 100, "planning_enabled": true, "subagent_planning_enabled": true, "think_enabled": true,