Spaces:
Running
Running
Landing: add og:image (brand/og-agentvision.png)
Browse files- index.html +12 -0
index.html
CHANGED
|
@@ -4,6 +4,18 @@
|
|
| 4 |
<meta charset="UTF-8"/>
|
| 5 |
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
|
| 6 |
<title>AgentVision — Eyes for AI Agents</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
<style>
|
| 8 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&family=JetBrains+Mono:wght@400;500&display=swap');
|
| 9 |
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
|
|
|
|
| 4 |
<meta charset="UTF-8"/>
|
| 5 |
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
|
| 6 |
<title>AgentVision — Eyes for AI Agents</title>
|
| 7 |
+
<meta name="description" content="A machine-graded visual feedback loop coding agents consume to see their own output and self-correct before claiming done."/>
|
| 8 |
+
<meta property="og:type" content="website"/>
|
| 9 |
+
<meta property="og:site_name" content="AgentVision"/>
|
| 10 |
+
<meta property="og:title" content="AgentVision — Eyes for AI Agents"/>
|
| 11 |
+
<meta property="og:description" content="Render → perceive → report → fix. A machine verdict (pass/warn/fail) with DOM/CV-grounded issues."/>
|
| 12 |
+
<meta property="og:url" content="https://huggingface.co/spaces/amitpatole/AgentVision"/>
|
| 13 |
+
<meta property="og:image" content="https://raw.githubusercontent.com/amitpatole/agent-vision/main/brand/og-agentvision.png"/>
|
| 14 |
+
<meta property="og:image:width" content="1280"/>
|
| 15 |
+
<meta property="og:image:height" content="640"/>
|
| 16 |
+
<meta name="twitter:card" content="summary_large_image"/>
|
| 17 |
+
<meta name="twitter:title" content="AgentVision — Eyes for AI Agents"/>
|
| 18 |
+
<meta name="twitter:image" content="https://raw.githubusercontent.com/amitpatole/agent-vision/main/brand/og-agentvision.png"/>
|
| 19 |
<style>
|
| 20 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&family=JetBrains+Mono:wght@400;500&display=swap');
|
| 21 |
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
|