Spaces:
Sleeping
Sleeping
root commited on
Commit Β·
8aa8df1
1
Parent(s): b1f14c6
chore: update project descriptions to reflect SQL-RL branding in openenv.yaml, pyproject.toml, and README.md
Browse files- README.md +2 -2
- openenv.yaml +1 -1
- pyproject.toml +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: SQL
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
@@ -9,7 +9,7 @@ pinned: false
|
|
| 9 |
tags:
|
| 10 |
- openenv
|
| 11 |
---
|
| 12 |
-
#
|
| 13 |
|
| 14 |
## Environment Description and Motivation
|
| 15 |
This environment simulates a real business workflow: a data analyst converting stakeholder requests into executable SQL over an internal company warehouse.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: SQL-RL (OpenEnv)
|
| 3 |
emoji: π
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
|
|
| 9 |
tags:
|
| 10 |
- openenv
|
| 11 |
---
|
| 12 |
+
# SQL-RL (OpenEnv)
|
| 13 |
|
| 14 |
## Environment Description and Motivation
|
| 15 |
This environment simulates a real business workflow: a data analyst converting stakeholder requests into executable SQL over an internal company warehouse.
|
openenv.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
spec_version: 1
|
| 2 |
name: sql-agent-env
|
| 3 |
-
description:
|
| 4 |
type: space
|
| 5 |
runtime: fastapi
|
| 6 |
app: server.app:app
|
|
|
|
| 1 |
spec_version: 1
|
| 2 |
name: sql-agent-env
|
| 3 |
+
description: SQL-RL (OpenEnv) β schema β SQL tasks with deterministic graders
|
| 4 |
type: space
|
| 5 |
runtime: fastapi
|
| 6 |
app: server.app:app
|
pyproject.toml
CHANGED
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
| 5 |
[project]
|
| 6 |
name = "sqlagent-openenv"
|
| 7 |
version = "0.1.0"
|
| 8 |
-
description = "OpenEnv SQL
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|
|
|
|
| 5 |
[project]
|
| 6 |
name = "sqlagent-openenv"
|
| 7 |
version = "0.1.0"
|
| 8 |
+
description = "SQL-RL (OpenEnv): SQL analytics environment with deterministic graders for agent evaluation"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
dependencies = [
|