Hi @nimble hill , i have code :
"agents": {
"list": [
{
"id": "executor",
"model": {
"primary": "lmstudio/minimax"
},
"thinkingDefault": "low",
"reasoningDefault": "off",
"skills": [],
"tools": {
"profile": "coding",
"deny": []
}
}
],
"defaults": {
"model": {
"primary": "lmstudio/minimax"
},
"models": {
"lmstudio/minimax": {
"alias": "Local"
}
},
"workspace": "C:\Users\Andi\.openclaw\workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"llm": {
"idleTimeoutSeconds": 1000000000000
}
}
}
But i have error : Context limit exceeded. I've reset our conversation to start fresh - please try again.
To prevent this, increase your compaction buffer by setting agents.defaults.compaction.reserveTokensFloor to 20000 or higher in your config.
pls help