#Agent suddenly unable to use local model

1 messages ยท Page 1 of 1 (latest)

patent igloo
#

Hi @fleet mural , my agent's default model is lmstudio/qwen3.6-35b-a3b; and until mid-day yesterday there were no issues with it. Then, it suddenly started switching to a fallback, complaining about tools.

Evidence:
Agent consistently chooses a fallback

These logs always print:

20:16:46+00:00 warn agent/embedded {"subsystem":"agent/embedded"} [tools] No callable tools remain after resolving explicit tool allowlist (agents.e.tools.allow: *, lcm_describe, lcm_expand, lcm_expand_query, lcm_grep, nodes); the selected model does not support tools. Fix the allowlist or enable the plugin that registers the requested tool. 20:16:46+00:00 info agent/embedded {"subsystem":"agent/embedded"} [tool-result-truncation] Truncated 68 tool result(s) in session (contextWindow=80000 maxChars=16000 aggregateBudgetChars=16000 oversized=0 aggregate=68) sessionKey=agent:elton:discord:channel:__REDACTED__

20:16:46+00:00 info agent/embedded {"subsystem":"agent/embedded"} [context-overflow-precheck] early tool-result truncation succeeded for lmstudio/qwen/qwen3.6-35b-a3b route=truncate_tool_results_only truncatedCount=68 estimatedPromptTokens=53250 promptBudgetBeforeReserve=50000 overflowTokens=3250 toolResultReducibleChars=120513 effectiveReserveTokens=30000 sessionFile=/Users/ozzy/.openclaw/agents/e/sessions/1125d9fd-384b-4ece-adf2-6f168db3c09c.jsonl

20:16:46+00:00 info agent/embedded {"subsystem":"agent/embedded"} [context-overflow-precheck] early recovery route=truncate_tool_results_only completed for lmstudio/qwen/qwen3.6-35b-a3b; retrying prompt

Please wait for the rest of the logs and details.

steady cargoBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

patent igloo
#

20:16:49+00:00 warn agent/embedded {"subsystem":"agent/embedded"} [tools] No callable tools remain after resolving explicit tool allowlist (agents.e.tools.allow: *, lcm_describe, lcm_expand, lcm_expand_query, lcm_grep, nodes); the selected model does not support tools. Fix the allowlist or enable the plugin that registers the requested tool. 20:16:49+00:00 info agent/embedded {"subsystem":"agent/embedded"} live session model switch requested during active attempt for 1125d9fd-384b-4ece-adf2-6f168db3c09c: lmstudio/qwen/qwen3.6-35b-a3b -> lmstudio/qwen/qwen3.5-9b

What I've tried already - one variable at a time

  1. True, False, and removing compat.supportsTools setting from the model's config:

  2. Remove this from the agents.list config
    "alsoAllow": [ "lcm_describe", "lcm_expand", "lcm_expand_query", "lcm_grep", "nodes" ],

  3. Restarting the gateway.

  4. Setting the model to the default.

Version: 2026.4.27

#

@fleet mural

#

Nevermind. Just ran openclaw doctor --fix and it found some missing plugin dependencies. The agent is now using the default model.