Spaces:
Running
Running
deploy(hf): inject HF Spaces frontmatter into README for hf-deploy branch
Browse fileshf/main is 20+ commits stale (pre-v1 state). Force-pushing v1 to hf/main
would overwrite the HF Space frontmatter (sdk: docker, app_port: 7860)
and break the build. This commit lives only on the hf-deploy branch,
which is the only branch pushed to hf/main. origin/main's README stays
clean of HF-specific frontmatter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# agent-bench
|
| 2 |
|
| 3 |
**A RAG benchmark built from primitives, with honest evaluation of retrieval, refusal, and grounded citation.**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: agent-bench
|
| 3 |
+
emoji: "🔍"
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# agent-bench
|
| 11 |
|
| 12 |
**A RAG benchmark built from primitives, with honest evaluation of retrieval, refusal, and grounded citation.**
|