Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Autonomous AI — Self-Improving Agent
|
2 |
|
3 |
This is an autonomous AI system capable of learning, improving, and handling tasks via API, Webhooks, and a Client Portal.
|
@@ -28,4 +38,4 @@ uvicorn api:app --reload
|
|
28 |
## 🛠 Endpoints
|
29 |
- `/portal` - Task submission UI
|
30 |
- `/dashboard` - Feedback/goal display
|
31 |
-
- `/webhook` - POST task externally
|
|
|
1 |
+
---
|
2 |
+
title: Autonomous AI
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.41.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
# Autonomous AI — Self-Improving Agent
|
12 |
|
13 |
This is an autonomous AI system capable of learning, improving, and handling tasks via API, Webhooks, and a Client Portal.
|
|
|
38 |
## 🛠 Endpoints
|
39 |
- `/portal` - Task submission UI
|
40 |
- `/dashboard` - Feedback/goal display
|
41 |
+
- `/webhook` - POST task externally
|