fix readme
Browse files
README.md
CHANGED
|
@@ -8,14 +8,12 @@ sdk_version: 6.14.0
|
|
| 8 |
app_file: app.py
|
| 9 |
python_version: '3.13'
|
| 10 |
pinned: false
|
| 11 |
-
license: mit
|
| 12 |
tags:
|
|
|
|
| 13 |
- ai-agents
|
| 14 |
- startup-ideas
|
| 15 |
-
- langgraph
|
| 16 |
- multi-agent
|
| 17 |
- paul-graham
|
| 18 |
-
- amd-hackathon-2026
|
| 19 |
short_description: Autonomous multi-agent system for startup idea discovery
|
| 20 |
---
|
| 21 |
|
|
@@ -37,15 +35,15 @@ An autonomous multi-agent system that discovers startup ideas by mining real use
|
|
| 37 |
## How to Use
|
| 38 |
|
| 39 |
1. **Set API Keys** in Space Settings → Repository secrets:
|
| 40 |
-
- `
|
| 41 |
-
- `TAVILY_API_KEY` (required)
|
| 42 |
- `PRODUCTHUNT_API_KEY` (optional)
|
|
|
|
| 43 |
|
| 44 |
-
|
| 45 |
|
| 46 |
-
|
| 47 |
|
| 48 |
-
|
| 49 |
- Pain Points (with evidence sources)
|
| 50 |
- Ideas (generated from pain points)
|
| 51 |
- Scored Ideas (8 binary checks)
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
python_version: '3.13'
|
| 10 |
pinned: false
|
|
|
|
| 11 |
tags:
|
| 12 |
+
- amd-hackathon-2026
|
| 13 |
- ai-agents
|
| 14 |
- startup-ideas
|
|
|
|
| 15 |
- multi-agent
|
| 16 |
- paul-graham
|
|
|
|
| 17 |
short_description: Autonomous multi-agent system for startup idea discovery
|
| 18 |
---
|
| 19 |
|
|
|
|
| 35 |
## How to Use
|
| 36 |
|
| 37 |
1. **Set API Keys** in Space Settings → Repository secrets:
|
| 38 |
+
- `YOUTUBE_API_KEY` (required)
|
|
|
|
| 39 |
- `PRODUCTHUNT_API_KEY` (optional)
|
| 40 |
+
` (optional)
|
| 41 |
|
| 42 |
+
1. **Enter a domain** (e.g., "developer tools", "healthcare", "fintech")
|
| 43 |
|
| 44 |
+
2. **Click "Start Discovery"** and watch the agents work!
|
| 45 |
|
| 46 |
+
3. **View results** in the tabs:
|
| 47 |
- Pain Points (with evidence sources)
|
| 48 |
- Ideas (generated from pain points)
|
| 49 |
- Scored Ideas (8 binary checks)
|