taf-agent / package.json
aaxaxax's picture
feat(v0.12): Fit Check mode + per-browser-language demos + X-2 results localized (4 langs)
a5f5a54
Raw
History Blame Contribute Delete
1.15 kB
{
"name": "tafagent",
"version": "0.11.0",
"description": "28 anti-bullshit LLM diagnostics in the browser (zero install, zero telemetry). EN/ES/FR/ZH.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "node tests/smoke.mjs && node tests/i18n_check.mjs && node tests/memory_reality.test.mjs && node tests/confidence.test.mjs && node tests/prediction_reality.test.mjs && node tests/adapter_reality.test.mjs && node tests/fit_check.test.mjs",
"test:fitcheck": "node tests/fit_check.test.mjs",
"test:smoke": "node tests/smoke.mjs",
"test:adapter": "node tests/adapter_reality.test.mjs",
"test:i18n": "node tests/i18n_check.mjs",
"test:memreal": "node tests/memory_reality.test.mjs",
"test:confidence": "node tests/confidence.test.mjs",
"test:pvr": "node tests/prediction_reality.test.mjs",
"test:formulas": "python -m pytest tests/test_taf_formulas.py -q"
},
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/karlexmarin/taf-agent"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"type": "commonjs"
}