taf-agent / package.json
karlexmarin's picture
fix: remove d_horizon tautology + audit-driven correctness/honesty fixes + test net
0937b87
{
"name": "tafagent",
"version": "1.0.0",
"description": "--- title: TAF Agent emoji: 🔬 colorFrom: blue colorTo: green sdk: static pinned: true license: apache-2.0 short_description: 14 anti-bullshit LLM diagnostics in browser. 4 langs. tags: - transformer - llm - evaluation - diagnostic - anti-bullshit - long-context - sliding-window - yarn - chat-template - arena-elo - contamination - quantization - drift - ruler - niah - lean-mathlib - formal-verification - rope - kv-cache - viability - thermodynamics - free - browser - webgpu language: - en - es - fr - zh ---",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "node tests/smoke.mjs && node tests/i18n_check.mjs",
"test:smoke": "node tests/smoke.mjs",
"test:i18n": "node tests/i18n_check.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": "ISC",
"type": "commonjs"
}