Spaces:
Running
Running
| spec_version: 1 | |
| name: esctr_environment | |
| type: space | |
| runtime: fastapi | |
| app: server.app:app | |
| port: 7860 | |
| tasks: | |
| - name: procurement_reconciliation | |
| difficulty: easy | |
| max_steps: 10 | |
| description: "Identify overcharged line items between PO and Invoice, calculate exact overcharge" | |
| - name: sla_enforcement | |
| difficulty: medium | |
| max_steps: 15 | |
| description: "Calculate late delivery penalties from shipping logs and SLA contract terms" | |
| - name: adversarial_auditing | |
| difficulty: hard | |
| max_steps: 20 | |
| description: "Navigate vendor disputes, verify warehouse logs, reject settlements, enforce full penalties" | |