{
  "name": "pi-moa",
  "version": "0.3.2",
  "description": "Mixture of Agents for pi: run multiple high-intelligence reference models in parallel, then synthesize with a main model that keeps full conversation context.",
  "keywords": ["pi-package", "moa", "mixture-of-agents"],
  "license": "Apache-2.0",
  "homepage": "https://gitee.com/zhuli2/pi-moa",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/zhuli2/pi-moa.git"
  },
  "files": ["extensions/", "skills/", "README.md", "README.zh-CN.md"],
  "pi": {
    "extensions": ["./extensions"],
    "skills": ["./skills"]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  }
}
