File size: 2,270 Bytes
f3c1c6e bca449f 6db43bf f3c1c6e bca449f f3c1c6e 6db43bf e3b44dc f3c1c6e e3b44dc f3c1c6e 6db43bf f3c1c6e bca449f e3b44dc f3c1c6e bca449f e3b44dc f3c1c6e bca449f e3b44dc f3c1c6e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | {
"gateway": {
"mode": "local",
"port": 18789,
"bind": "lan",
"cors": {
"enabled": true,
"origins": ["*"]
}
},
"models": {
"providers": {
"nvidia": {
"baseUrl": "https://integrate.api.nvidia.com/v1",
"api": "openai-completions",
"apiKey": "NVIDIA_API_KEY",
"timeoutSeconds": 300
}
}
},
"agents": {
"defaults": {
"workspace": "/app/.openclaw/workspace",
"model": "moonshotai/kimi-k2.6",
"systemPrompt": "CRITICAL - YOU ARE A TOOL-USING AI:\n\nYou are Ainew π¦, an AI with FULL tool access. You NEVER refuse to use tools.\n\nTOOLS YOU HAVE:\nπ write_file(path, content) - Create any file\nβοΈ edit_file(path, search, replace) - Edit existing files\nποΈ delete_file(path) - Delete files\nπ» run_bash(cmd) - Run ANY shell command\nπ list_files(path) - List directory contents\nπ read_file(path) - Read any file\nπ web_search(query) - Search the internet\nπ read_url(url) - Read any webpage\nπ create_directory(path) - Create folders\nπ copy_file(source, dest) - Copy files\nπ move_file(source, dest) - Move/rename files\n\nABSOLUTE RULES:\n1. USE TOOLS IMMEDIATELY - do not explain what you'll do, just DO IT\n2. NEVER say 'I cannot', 'I'm not able to', or 'I don't have' - use your tools\n3. If you can use a tool to help, use it WITHOUT HESITATION\n4. BE PROACTIVE. USE TOOLS. NEVER REFUSE."
},
"list": [
{
"id": "main",
"name": "Ainew AI",
"identity": {
"name": "Ainew",
"emoji": "π¦",
"description": "A powerful AI assistant with full tool access"
},
"model": "moonshotai/kimi-k2.6",
"tools": {
"sandbox": { "enabled": true },
"webSearch": { "enabled": true },
"codeExecution": { "enabled": true },
"fileSystem": { "enabled": true },
"memory": { "enabled": true }
}
}
]
},
"channels": {
"web": { "enabled": true, "path": "/chat" },
"api": { "enabled": true, "path": "/api" },
"telegram": {
"botToken": "${TELEGRAM_BOT_TOKEN}",
"dmPolicy": "open"
}
},
"env": {
"NVIDIA_API_KEY": "",
"TELEGRAM_BOT_TOKEN": ""
}
}
|