SrinijaD commited on
Commit
371dbfe
·
verified ·
1 Parent(s): a2b6782

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  title: Auto-Debug Agent
2
  emoji: 🤖
3
  colorFrom: blue
@@ -6,4 +7,12 @@ sdk: gradio
6
  sdk_version: 4.44.1
7
  python_version: 3.10.12
8
  app_file: app.py
9
- pinned: false
 
 
 
 
 
 
 
 
 
1
+ ---
2
  title: Auto-Debug Agent
3
  emoji: 🤖
4
  colorFrom: blue
 
7
  sdk_version: 4.44.1
8
  python_version: 3.10.12
9
  app_file: app.py
10
+ pinned: false
11
+ license: mit
12
+ short_description: An autonomous agent.
13
+ models:
14
+ - deepseek-ai/DeepSeek-R1
15
+ ---
16
+
17
+ # 🤖 Auto-Debug Agent v2.0
18
+ This Space uses a **StateGraph** to generate, execute, and debug Python code in a closed loop.