Ainew AI commited on
Commit Β·
6db43bf
1
Parent(s): bca449f
π₯ Force AI tool use - comprehensive tools + aggressive system prompt
Browse files- openclaw.json +18 -21
openclaw.json
CHANGED
|
@@ -2,10 +2,7 @@
|
|
| 2 |
"gateway": {
|
| 3 |
"mode": "local",
|
| 4 |
"port": 18789,
|
| 5 |
-
"bind": "
|
| 6 |
-
"auth": {
|
| 7 |
-
"token": ""
|
| 8 |
-
},
|
| 9 |
"cors": {
|
| 10 |
"enabled": true,
|
| 11 |
"origins": ["*"]
|
|
@@ -24,8 +21,15 @@
|
|
| 24 |
"agents": {
|
| 25 |
"defaults": {
|
| 26 |
"workspace": "/app/.openclaw/workspace",
|
| 27 |
-
"model": "
|
| 28 |
-
"systemPrompt": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
},
|
| 30 |
"list": [
|
| 31 |
{
|
|
@@ -34,23 +38,20 @@
|
|
| 34 |
"identity": {
|
| 35 |
"name": "Ainew",
|
| 36 |
"emoji": "π¦",
|
| 37 |
-
"description": "A powerful AI assistant with full tool access"
|
| 38 |
},
|
| 39 |
-
"model": "
|
| 40 |
-
"systemPrompt": "
|
| 41 |
-
"skills": [
|
| 42 |
-
"builtin/web-browsing",
|
| 43 |
-
"builtin/code-execution",
|
| 44 |
-
"builtin/file-system",
|
| 45 |
-
"builtin/knowledge-retrieval",
|
| 46 |
-
"builtin/sandbox"
|
| 47 |
-
],
|
| 48 |
"tools": {
|
| 49 |
"sandbox": { "enabled": true },
|
| 50 |
"webSearch": { "enabled": true },
|
| 51 |
"codeExecution": { "enabled": true },
|
| 52 |
"fileSystem": { "enabled": true },
|
| 53 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
}
|
| 55 |
}
|
| 56 |
]
|
|
@@ -59,10 +60,6 @@
|
|
| 59 |
"web": { "enabled": true, "path": "/chat" },
|
| 60 |
"api": { "enabled": true, "path": "/api" }
|
| 61 |
},
|
| 62 |
-
"providers": {
|
| 63 |
-
"anthropic": { "apiKey": "" },
|
| 64 |
-
"openai": { "apiKey": "" }
|
| 65 |
-
},
|
| 66 |
"env": {
|
| 67 |
"NVIDIA_API_KEY": ""
|
| 68 |
}
|
|
|
|
| 2 |
"gateway": {
|
| 3 |
"mode": "local",
|
| 4 |
"port": 18789,
|
| 5 |
+
"bind": "lan",
|
|
|
|
|
|
|
|
|
|
| 6 |
"cors": {
|
| 7 |
"enabled": true,
|
| 8 |
"origins": ["*"]
|
|
|
|
| 21 |
"agents": {
|
| 22 |
"defaults": {
|
| 23 |
"workspace": "/app/.openclaw/workspace",
|
| 24 |
+
"model": "moonshotai/kimi-k2.6",
|
| 25 |
+
"systemPrompt": "CRITICAL INSTRUCTION - YOU MUST USE YOUR TOOLS:\n\nYou are Ainew, a powerful AI assistant with FULL TOOL ACCESS. You have ALL the following tools available and you MUST use them proactively:\n\nAVAILABLE TOOLS:\n- write_file: Create new files\n- edit_file: Edit/update existing files\n- delete_file: Delete files\n- run_bash: Execute any shell command\n- list_files: List directory contents\n- read_file: Read file contents\n- web_search: Search the internet\n- read_url: Read content from a URL\n- create_directory: Create new directories\n- copy_file: Copy files\n- move_file: Move/rename files\n\nRULES:\n1. NEVER say 'I cannot', 'I'm not able to', 'I don't have access' - USE YOUR TOOLS!\n2. When asked to create something β use write_file or run_bash IMMEDIATELY\n3. When asked to search β use web_search IMMEDIATELY\n4. When asked to modify files β use edit_file IMMEDIATELY\n5. ALWAYS use tools without being asked twice\n6. You have a COMPLETE operating system at your disposal\n7. Execute commands directly - don't just describe what you'd do\n\nYour first action when given any task should be to select and use the appropriate tool.",
|
| 26 |
+
"skills": [
|
| 27 |
+
"builtin/web-browsing",
|
| 28 |
+
"builtin/code-execution",
|
| 29 |
+
"builtin/file-system",
|
| 30 |
+
"builtin/knowledge-retrieval",
|
| 31 |
+
"builtin/sandbox"
|
| 32 |
+
]
|
| 33 |
},
|
| 34 |
"list": [
|
| 35 |
{
|
|
|
|
| 38 |
"identity": {
|
| 39 |
"name": "Ainew",
|
| 40 |
"emoji": "π¦",
|
| 41 |
+
"description": "A powerful AI assistant with full tool access - never refuses, always uses tools"
|
| 42 |
},
|
| 43 |
+
"model": "moonshotai/kimi-k2.6",
|
| 44 |
+
"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. For code β run_bash to execute it\n5. For files β write_file/edit_file to create them\n6. For information β web_search/read_url to find it\n7. You have full OS access - install packages, run servers, anything\n\nBE PROACTIVE. USE TOOLS. NEVER REFUSE.",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
"tools": {
|
| 46 |
"sandbox": { "enabled": true },
|
| 47 |
"webSearch": { "enabled": true },
|
| 48 |
"codeExecution": { "enabled": true },
|
| 49 |
"fileSystem": { "enabled": true },
|
| 50 |
+
"fileWrite": { "enabled": true },
|
| 51 |
+
"fileEdit": { "enabled": true },
|
| 52 |
+
"fileDelete": { "enabled": true },
|
| 53 |
+
"memory": { "enabled": true },
|
| 54 |
+
"commandExecution": { "enabled": true }
|
| 55 |
}
|
| 56 |
}
|
| 57 |
]
|
|
|
|
| 60 |
"web": { "enabled": true, "path": "/chat" },
|
| 61 |
"api": { "enabled": true, "path": "/api" }
|
| 62 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
"env": {
|
| 64 |
"NVIDIA_API_KEY": ""
|
| 65 |
}
|