{
  "name": "@estebanforge/pi-mixture-of-agents",
  "version": "1.0.0",
  "description": "Mixture of Agents for Pi. Registers a virtual `moa` provider (presets selectable in /model) and a `/moa` command that runs one-shot passes plus a drill-down preset menu. Each preset fans out N reference models in parallel over a trimmed transcript, an aggregator synthesizes their outputs into guidance appended at the tail, and the aggregator becomes the acting model with the full tool schema intact.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "mixture-of-agents",
    "moa",
    "multi-model",
    "aggregator",
    "ensemble",
    "llm-orchestration",
    "virtual-provider",
    "hermes"
  ],
  "license": "MIT",
  "author": {
    "name": "EstebanForge",
    "email": "esteban@attitude.cl",
    "url": "https://actitud.xyz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EstebanForge/pi-mixture-of-agents.git"
  },
  "type": "module",
  "files": [
    "extensions",
    "lib",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.2",
    "@earendil-works/pi-coding-agent": "^0.80.2",
    "@earendil-works/pi-tui": "^0.80.2",
    "@types/node": "^22.0.0",
    "typebox": "*",
    "typescript": "^5.8.0",
    "vitest": "^4.1.9"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}
