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
Files changed (3) hide show
  1. README.md +2 -2
  2. openenv.yaml +1 -1
  3. pyproject.toml +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: SQL AI Data Analyst
3
  emoji: πŸ“Š
4
  colorFrom: blue
5
  colorTo: green
@@ -9,7 +9,7 @@ pinned: false
9
  tags:
10
  - openenv
11
  ---
12
- # OpenEnv SQL Data Analyst
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: OpenEnv SQL data analyst β€” schema β†’ SQL tasks with deterministic graders
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 data analyst environment for real-world agent evaluation"
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 = [