{
  "name": "@metaharness/weight-eft",
  "version": "0.1.1",
  "description": "Fine-tune cheap open-source LLMs (GLM, Qwen, DeepSeek) on your AI coding agent's successful runs with LoRA (SFT + DPO) so your model cascade escalates to expensive frontier models (GPT, Claude) less often — cutting cost-per-resolved. Turns run history into portable training data (OpenAI/TRL/axolotl JSONL) with a built-in contamination guard and reward-hacking filter.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "weight-eft": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./cli": {
      "types": "./dist/cli.d.ts",
      "import": "./dist/cli.js"
    }
  },
  "files": [
    "dist/**",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "lint": "tsc --noEmit"
  },
  "keywords": [
    "llm",
    "lora",
    "fine-tuning",
    "peft",
    "sft",
    "dpo",
    "rlhf-alternative",
    "model-distillation",
    "knowledge-distillation",
    "ai-agents",
    "coding-agent",
    "agentic",
    "llm-agent",
    "swe-bench",
    "llm-routing",
    "model-cascade",
    "cost-optimization",
    "llm-cost",
    "openrouter",
    "qwen",
    "deepseek",
    "training-data",
    "jsonl",
    "trl",
    "axolotl",
    "unsloth",
    "self-improving",
    "weight-eft",
    "metaharness"
  ],
  "author": "rUv <ruv@ruv.net>",
  "license": "MIT",
  "homepage": "https://github.com/ruvnet/agent-harness-generator/tree/main/packages/weight-eft#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/ruvnet/agent-harness-generator",
    "directory": "packages/weight-eft"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "devDependencies": {
    "typescript": "^5.4.0",
    "vitest": "^2.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
