harmony-protocol 0.1.0

Reverse-engineered OpenAI Harmony response format library for structured conversation handling
Documentation
{
  "name": "harmony-protocol-wasm",
  "version": "0.1.0",
  "description": "WebAssembly bindings for Harmony Protocol",
  "main": "index.js",
  "scripts": {
    "build": "wasm-pack build --target web --out-dir www/pkg ..",
    "serve": "python -m http.server 8000",
    "dev": "npm run build && npm run serve"
  },
  "keywords": [
    "wasm",
    "harmony",
    "protocol",
    "ai",
    "conversation"
  ],
  "author": "Reverse Engineer",
  "license": "Apache-2.0",
  "devDependencies": {
    "wasm-pack": "^0.12.1"
  }
}