File size: 848 Bytes
a15535e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
---
title: ForgeEnv Repair Agent Demo
emoji: 🔧
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.7.1
app_file: app.py
pinned: true
license: apache-2.0
hardware: zero-a10g
tags:
  - openenv
  - self-improvement
  - code-repair
  - schema-drift
short_description: Trained Repair Agent fixes HF scripts under drift
---

# ForgeEnv Repair Agent — Live Demo

Paste a broken HuggingFace training script and the error trace it produced.
The trained Repair Agent (Qwen2.5-3B + LoRA) emits a unified diff that should
restore the script. Inference runs on ZeroGPU (free A10G).

- **Environment server (OpenEnv):**
  <https://huggingface.co/spaces/akhiilll/forgeenv>
- **Trained model (LoRA + repair_library.json):**
  <https://huggingface.co/akhiilll/forgeenv-repair-agent>
- **Project README & plots:**
  <https://github.com/akhiilll/forgeenv>