Eishaan commited on
Commit
f10b032
·
1 Parent(s): 05c4751

fix(hf): add space configuration metadata to README

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # SQL Schema Migration Agent — OpenEnv Benchmark
2
 
3
  An OpenEnv-compatible environment for evaluating AI agents on autonomous SQLite database migration tasks. The agent receives a broken/drifted schema and must write SQL to transform it to a target state without losing data.
 
1
+ ---
2
+ title: SQL Migration Agent
3
+ emoji: 🗄️
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
  # SQL Schema Migration Agent — OpenEnv Benchmark
10
 
11
  An OpenEnv-compatible environment for evaluating AI agents on autonomous SQLite database migration tasks. The agent receives a broken/drifted schema and must write SQL to transform it to a target state without losing data.