shank commited on
Commit
f42fa9e
Β·
1 Parent(s): 0ee66d2

Add HuggingFace SDK frontmatter to README

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  # AgentDebuggerEnv πŸ›
2
 
3
  > An OpenEnv-compliant environment where AI agents debug broken code through iterative hypothesis-test-fix cycles β€” benchmarking genuine agentic reasoning, not static code reading.
 
1
+ ---
2
+ title: AgentDebugger Env
3
+ emoji: πŸ“ˆ
4
+ colorFrom: yellow
5
+ colorTo: green
6
+ sdk: docker
7
+ app_port: 8000
8
+ pinned: false
9
+ ---
10
+
11
  # AgentDebuggerEnv πŸ›
12
 
13
  > An OpenEnv-compliant environment where AI agents debug broken code through iterative hypothesis-test-fix cycles β€” benchmarking genuine agentic reasoning, not static code reading.