obversarystudios commited on
Commit
feb4a7a
·
verified ·
1 Parent(s): 554b58d

Use huggingface_hub InferenceClient (routed inference API)

Browse files
README.md CHANGED
@@ -50,6 +50,7 @@ Models queried by default: `google/flan-t5-small`, `google/flan-t5-base`.
50
  - [Failure clusters as interventions](https://obversarystudios.org/docs/failure_clusters_as_interventions.html) — what to do with clusters once found.
51
  - [Evaluation systems](https://obversarystudios.org/docs/evaluation_systems.html) — how this fits the broader eval lane.
52
  - **[failure-geometry-demo](https://huggingface.co/spaces/obversarystudios/failure-geometry-demo)** — always-runnable sibling Space (sklearn baseline, no API key needed).
 
53
 
54
  ## Honest scope
55
 
 
50
  - [Failure clusters as interventions](https://obversarystudios.org/docs/failure_clusters_as_interventions.html) — what to do with clusters once found.
51
  - [Evaluation systems](https://obversarystudios.org/docs/evaluation_systems.html) — how this fits the broader eval lane.
52
  - **[failure-geometry-demo](https://huggingface.co/spaces/obversarystudios/failure-geometry-demo)** — always-runnable sibling Space (sklearn baseline, no API key needed).
53
+ - **[agent-threat-map](https://huggingface.co/spaces/obversarystudios/agent-threat-map)** — agent-threat benchmark and observability (manual responses; optional geometry/MI).
54
 
55
  ## Honest scope
56
 
__pycache__/app.cpython-312.pyc CHANGED
Binary files a/__pycache__/app.cpython-312.pyc and b/__pycache__/app.cpython-312.pyc differ
 
core/__pycache__/cluster.cpython-312.pyc CHANGED
Binary files a/core/__pycache__/cluster.cpython-312.pyc and b/core/__pycache__/cluster.cpython-312.pyc differ
 
core/__pycache__/dataset.cpython-312.pyc CHANGED
Binary files a/core/__pycache__/dataset.cpython-312.pyc and b/core/__pycache__/dataset.cpython-312.pyc differ
 
core/__pycache__/embed.cpython-312.pyc CHANGED
Binary files a/core/__pycache__/embed.cpython-312.pyc and b/core/__pycache__/embed.cpython-312.pyc differ
 
core/__pycache__/eval.cpython-312.pyc CHANGED
Binary files a/core/__pycache__/eval.cpython-312.pyc and b/core/__pycache__/eval.cpython-312.pyc differ
 
core/__pycache__/metrics.cpython-312.pyc CHANGED
Binary files a/core/__pycache__/metrics.cpython-312.pyc and b/core/__pycache__/metrics.cpython-312.pyc differ
 
core/__pycache__/model.cpython-312.pyc CHANGED
Binary files a/core/__pycache__/model.cpython-312.pyc and b/core/__pycache__/model.cpython-312.pyc differ