@devexcelsior/healing-reinforcer
Version:
Tracks healing success rates and tunes agent confidence based on runtime outcomes.
32 lines • 664 B
JSON
{
"name": "@devexcelsior/healing-reinforcer",
"version": "0.0.6",
"description": "Tracks healing success rates and tunes agent confidence based on runtime outcomes.",
"keywords": [
"healing",
"reinforcement",
"agent-feedback",
"adaptive",
"devexcelsior"
],
"license": "BUSL-1.1",
"author": "Curt Puckett <curtnpuckett@gmail.com>",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md",
"NOTICE.md",
"COMMERCIAL.md"
],
"devDependencies": {
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsc"
}
}