SrinijaD commited on
Commit
4877011
·
verified ·
1 Parent(s): 9354f84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -17
README.md CHANGED
@@ -1,24 +1,9 @@
1
- ---
2
  title: Auto-Debug Agent
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: red
6
  sdk: gradio
7
  sdk_version: 4.44.1
8
- python_version: 3.10
9
  app_file: app.py
10
- ---
11
-
12
- # 🤖 Auto-Debug Agent v2.0
13
-
14
- An autonomous Python developer that generates, executes, and self-corrects code using **LangGraph** and **DeepSeek-R1**.
15
-
16
- ### 🛠️ Architecture
17
-
18
-
19
- 1. **Generate**: Agent drafts code based on your task.
20
- 2. **Execute**: Code runs in a protected environment.
21
- 3. **Debug**: If an error is found, the traceback is sent back to the agent for a fix.
22
-
23
- ### 🛡️ Security
24
- This Space uses `exec()` to verify code logic. While running in a Hugging Face Space provides container isolation, never use this agent to process sensitive local data outside of a sandbox.
 
 
1
  title: Auto-Debug Agent
2
  emoji: 🤖
3
  colorFrom: blue
4
  colorTo: red
5
  sdk: gradio
6
  sdk_version: 4.44.1
7
+ python_version: 3.10.12
8
  app_file: app.py
9
+ pinned: false