{
  "name": "@artale/pi-agent",
  "version": "1.2.0",
  "description": "Agentic engineering toolkit. Token estimation, cost, patterns, templates.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "agent",
    "agentic",
    "tokens",
    "prompt",
    "engineering"
  ],
  "license": "MIT",
  "author": "artale",
  "repository": {
    "type": "git",
    "url": "https://github.com/arosstale/pi-agent.git"
  },
  "extensions": [
    "extensions/pi-agent.ts"
  ],
  "pi": {
    "commands": [
      "agent",
      "agent-strip"
    ],
    "tools": [
      "estimate_tokens",
      "strip_metadata"
    ]
  }
}
