🚀 Qwen Code Engine Skill (qwen-code-engine)
This skill integrates the Qwen Universal AI Code Engine located at G:\0000 PY PROGRAM\july\super AIrepo_and_aget\qwen-code-main - Copy\qwen-code-main\.
📌 Engine Capabilities & Commands
1. Setup Engine (1-Click Windows Setup)
To initialize dependencies and build core packages:
cd "G:\0000 PY PROGRAM\july\super AIrepo_and_aget\qwen-code-main - Copy\qwen-code-main"
.\setup.bat
2. Launch Interactive Terminal UI
cd "G:\0000 PY PROGRAM\july\super AIrepo_and_aget\qwen-code-main - Copy\qwen-code-main"
npm start
3. Launch Daemon Server Engine (HTTP + SSE Stream)
To allow other sub-agents to stream tasks via Agent Communication Protocol (ACP):
cd "G:\0000 PY PROGRAM\july\super AIrepo_and_aget\qwen-code-main - Copy\qwen-code-main"
npm run dev:daemon
🛠️ Integrated Sub-Agent Isolation Rules
ExploreSubagent: Read-Only exploration. Executesglob,grep,read_fileonly. Zero file modifications allowed.General-purposeSubagent: Multi-step implementation worker. Executes code edits and runs automated test verification before returning concise summary to parent agent.- Candidate Isolation Labs: Works inside
brain/sandbox/task_<id>/before merging into production codebase.