File size: 657 Bytes
de07414 7d84930 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | name: OpenEnv-SQL-Data-Engineer
version: 1.0.0
description: >
A real-world OpenEnv environment simulating a Database Administrator/Data Engineer.
The agent must interact with a live SQLite mock database using SQL commands to perform data extraction, data cleaning, and schema normalization.
entrypoint: env:app
models:
action: models:Action
observation: models:Observation
reward: models:Reward
tags:
- database
- sql
- data-engineering
- structured-data
- real-world
port: 7860
dockerfile: Dockerfile
environment_vars:
- HF_TOKEN
- AGENT_API_KEY
isolation:
network: none
resource_limits:
cpu_cores: 1.0
memory_gb: 1.0
|