Nomearod Claude Opus 4.6 (1M context) commited on
Commit
6955d72
·
1 Parent(s): 8974e47

deploy(hf): inject HF Spaces frontmatter into README for hf-deploy branch

Browse files

hf/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>

Files changed (1) hide show
  1. README.md +9 -0
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.**