文件预览

package.json

查看 Intelligent Delegation 技能包中的文件内容。

文件内容

package.json

{
  "name": "intelligent-delegation",
  "version": "1.0.0",
  "description": "A 5-phase framework for reliable AI-to-AI task delegation, inspired by Google DeepMind's Intelligent AI Delegation paper (arXiv 2602.11865)",
  "author": "Kai (@Kai954963046221)",
  "license": "MIT",
  "keywords": [
    "openclaw",
    "skill",
    "delegation",
    "multi-agent",
    "sub-agents",
    "verification",
    "task-management"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/openclaw/skills"
  }
}