Spaces:
Sleeping
Sleeping
fix(hf): add space configuration metadata to README
Browse files
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.
|