shank commited on
Commit Β·
f42fa9e
1
Parent(s): 0ee66d2
Add HuggingFace SDK frontmatter to README
Browse files
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.
|