Spaces:
Sleeping
Sleeping
File size: 486 Bytes
c93a989 3e61438 c93a989 3e61438 c93a989 3e61438 c93a989 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
title: SQL Query Debugger
emoji: 🗄️
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
---
# SQL Query Debugger
An OpenEnv environment for training agents to debug SQL queries.
## Tasks
- **syntax_fix** (Easy): Fix typos in SQL keywords
- **logic_bug** (Medium): Fix wrong logic in queries
- **multi_table** (Hard): Fix wrong JOINs and subqueries
## API
- `POST /reset` — Start new episode
- `POST /step` — Submit fixed query
- `GET /state` — Get current state
|