Spaces:
Running
Running
| { | |
| "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" | |
| } | |