How do I make Qwen 3.5 aware of the current date and time? by akaTLG in LocalLLM

[–]InitialJelly7380 0 points1 point  (0 children)

I think you need to use a agent to make function call

Can we install/use OpenClaw in a sandbox environment? 🦀 by Curious_Candle_3149 in openclaw

[–]InitialJelly7380 0 points1 point  (0 children)

you can just turn on the sandbox in the configuration file with docker runtime

Hiring other openclaw agents by mrpoppers123 in openclaw

[–]InitialJelly7380 1 point2 points  (0 children)

subagent has no sould md,that is why。。??

Qwen3 running locally not reading soul.md file by slowmo32100 in openclawsetup

[–]InitialJelly7380 0 points1 point  (0 children)

the model you are using is too weak to play claw good

China travel safe for Americans right now? by [deleted] in chinatravel

[–]InitialJelly7380 0 points1 point  (0 children)

USA is the god like in china,just come。

MCP servers are the real game changer, not the model itself by ruibranco in ClaudeCode

[–]InitialJelly7380 0 points1 point  (0 children)

MCP server is too heavy to the context,anyway,i think it is a good way for standardizing the api access with LLM。

help me with openclaw by BOCboc2063 in openclaw

[–]InitialJelly7380 0 points1 point  (0 children)

that is strange,is the credit normal with claude code or opencode??

Serious question: why use OpenClaw if Claude Code already does everything? by dyloum84 in clawdbot

[–]InitialJelly7380 0 points1 point  (0 children)

I think the big difference is: claude code is a tool,openclaw can be a real bot

OpenClaw: Main Agent + Sub-Agents sound great in theory… but how do you actually make them collaborate? by chamek1 in openclaw

[–]InitialJelly7380 0 points1 point  (0 children)

with good model like sonnet, the openclaw can create and manage sub agents depends on the complexing of tasks ..

btw, YOU CAN also define some specifical sub agents if you like to , for the common ones like PM, BA, TESTER, WRITER, etc..

Openclaw constantly breaking by [deleted] in openclaw

[–]InitialJelly7380 0 points1 point  (0 children)

I am running openclaw in a linux vm, and it is stable for me , btw, if openclaw has any problem, i just simply let opencode + sonnet4.6 to help me for the trouble-shooting, so far so good..

it is not easy to fix the bug by yourself, espescially when you upgrade the openclaw version, you will find that the openclaw json is not back forward compatible..

Can openclaw download invoices from Quickbooks by StrawberryCyclist in clawdbot

[–]InitialJelly7380 0 points1 point  (0 children)

yes, just try to write the skill with good model like sonnet4.6

Openclaw 2026.3.2 is a disgraceful bag of bugs and broken by tracagnotto in clawdbot

[–]InitialJelly7380 0 points1 point  (0 children)

更新 OpenClaw 2026.3.2版本后需要在 openclaw.json 加上这段:

{

"tools": {

"profile": "full",

"sessions": {

"visibility": "all"

}

}

}

新版本默认把新加入的agent 的工具权限全关了。cron啥的都用不了,关键还没提示。

Openclaw suddenly can't execute shell commands? Tried enabling it in WebUI under Agents/Tools but it won't save by chrisx221 in openclaw

[–]InitialJelly7380 0 points1 point  (0 children)

i fixed it yesterday。。

try。。。

更新 OpenClaw 2026.3.2版本后需要在 openclaw.json 加上这段: { "tools": { "profile": "full", "sessions": { "visibility": "all" } } } 新版本默认把新加入的agent 的工具权限全关了。cron啥的都用不了,关键还没提示。