v1.6.0: Replace Rig with Agents Council + Keep FULL RAG
This commit is contained in:
48
qwen-agent/package.json
Normal file
48
qwen-agent/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "qwenclaw-agent",
|
||||
"version": "1.0.0",
|
||||
"description": "QwenClaw - Persistent AI assistant daemon for Qwen Code CLI",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"qwen": {
|
||||
"type": "agent",
|
||||
"displayName": "QwenClaw 🐾",
|
||||
"description": "Persistent AI assistant daemon with full automation capabilities",
|
||||
"autoStart": true,
|
||||
"alwaysOn": true,
|
||||
"priority": 1,
|
||||
"commands": [
|
||||
{
|
||||
"name": "qwenclaw",
|
||||
"description": "Interact with QwenClaw daemon",
|
||||
"handler": "./commands/qwenclaw.js"
|
||||
}
|
||||
],
|
||||
"skills": [
|
||||
"qwenclaw-integration",
|
||||
"gui-automation",
|
||||
"qwenbot-integration"
|
||||
],
|
||||
"config": {
|
||||
"daemon": {
|
||||
"autoStart": true,
|
||||
"webDashboard": true,
|
||||
"port": 4632
|
||||
}
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"qwen",
|
||||
"qwenclaw",
|
||||
"agent",
|
||||
"daemon",
|
||||
"automation",
|
||||
"ai-assistant"
|
||||
],
|
||||
"author": "QwenClaw Team",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.rommark.dev/admin/QwenClaw-with-Auth.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user