SrinijaD commited on
Commit
387d77c
·
verified ·
1 Parent(s): 583256e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -1,13 +1,25 @@
1
  ---
2
- title: Auto Debug Agent
3
- emoji: 🚀
4
- colorFrom: purple
5
- colorTo: blue
6
  sdk: gradio
7
- sdk_version: 6.4.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Auto-Debug Agent
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: red
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
12
 
13
+ # 🤖 Auto-Debug Agent v2.0
14
+
15
+ An autonomous Python developer that generates, executes, and self-corrects code using **LangGraph** and **DeepSeek-R1**.
16
+
17
+ ### 🛠️ Architecture
18
+
19
+
20
+ 1. **Generate**: Agent drafts code based on your task.
21
+ 2. **Execute**: Code runs in a protected environment.
22
+ 3. **Debug**: If an error is found, the traceback is sent back to the agent for a fix.
23
+
24
+ ### 🛡️ Security
25
+ 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.