@agile ore hi, kindly advance why my subagents don't have access to lossless-claw
`"agents": {
"defaults": {
"workspace": "/root/.openclaw/workspace"
},
"list": [
{
"id": "main",
"name": "Mon1",
"identity": {
"name": "Mon1",
"emoji": "π©βπΌ"
},
"groupChat": {
"mentionPatterns": []
},
"tools": {
"profile": "full",
"exec": {
"host": "gateway",
"security": "full",
"ask": "off"
}
}
},
{
"id": "codecore",
"identity": {
"name": "Code Core",
"emoji": "π»π§ "
},
"workspace": "/root/.openclaw/workspace/codecore",
"agentDir": "/root/.openclaw/agents/codecore/agent",
"sandbox": {
"mode": "all",
"scope": "agent",
"workspaceAccess": "rw",
"docker": {
"binds": [
"/srv/........"
],
"dangerouslyAllowExternalBindSources": true
}
},
"model": {
"primary": "ollama/deepseek-v4-pro:cloud",
},
"tools": {
"profile": "full",
"exec": {
"host": "gateway",
"security": "full",
"ask": "off"
},
"deny": [
"browser",
"canvas",
"agents_list",
"subagents",
"sessions_spawn"
]
}
},
"tools": {
"profile": "full",
"web": {
"search": {
"provider": "ollama",
"enabled": true,
"openaiCodex": {}
}
},
"sessions": {
"visibility": "all"
},
"agentToAgent": {
"enabled": true
},
"allow": [
"exec",
"lcm_grep",
"lcm_describe",
"lcm_expand",
"read",
"write",
"sessions_list",
"subagents",
"cron"
]
},`