Pablo Claude Opus 4.7 (1M context) commited on
Commit
f406536
·
1 Parent(s): 4e1c77f

docs: link YouTube demo (swEcn-6pAmA) in README hero + Live Demo

Browse files

- Hero badge strip: red ▶️ "watch demo on YouTube" badge linking to
https://youtu.be/swEcn-6pAmA.
- Live Demo section: replaced the inline <video> tag (which GitHub
renders unreliably across browsers) with the YouTube maxresdefault
thumbnail wrapped in an <a> — clicks open YouTube. Raw mp4 stays as
an explicit "Download raw mp4 (5.2 MB)" fallback link for offline /
embed use.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -17,6 +17,7 @@
17
  <a href="#-research-foundation"><img src="https://img.shields.io/badge/papers-10%20implemented-9B59B6.svg" alt="10 Papers"></a>
18
  <a href="#-benchmark-results"><img src="https://img.shields.io/badge/benchmark-15%2F15%20PASS-27AE60.svg" alt="V6.0 15/15 PASS"></a>
19
  <a href="#-verification"><img src="https://img.shields.io/badge/tests-310%20passed%20%C2%B7%200%20failed-27AE60.svg" alt="310 tests passing"></a>
 
20
  </p>
21
 
22
  <p align="center">
@@ -87,18 +88,18 @@ Real metrics from `demo/app.py` running against the full ContextForge stack —
87
  ### ▶️ Demo video
88
 
89
  <p align="center">
90
- <video src="https://github.com/SuarezPM/Apohara_Context_Forge/raw/main/assets/video_live.mp4"
91
- controls
92
- muted
93
- playsinline
94
- width="900"
95
- poster="assets/screenshots/dashboard_live_demo.png">
96
- Your browser does not render embedded video.
97
- <a href="https://github.com/SuarezPM/Apohara_Context_Forge/raw/main/assets/video_live.mp4">Download the demo video</a>.
98
- </video>
99
  </p>
100
 
101
  <p align="center">
 
 
 
 
102
  <em>End-to-end run: query → 5-agent pipeline → 79.85 % token savings → JCR Safety Gate fires INV-15 on the Critic.</em>
103
  </p>
104
 
 
17
  <a href="#-research-foundation"><img src="https://img.shields.io/badge/papers-10%20implemented-9B59B6.svg" alt="10 Papers"></a>
18
  <a href="#-benchmark-results"><img src="https://img.shields.io/badge/benchmark-15%2F15%20PASS-27AE60.svg" alt="V6.0 15/15 PASS"></a>
19
  <a href="#-verification"><img src="https://img.shields.io/badge/tests-310%20passed%20%C2%B7%200%20failed-27AE60.svg" alt="310 tests passing"></a>
20
+ <a href="https://youtu.be/swEcn-6pAmA"><img src="https://img.shields.io/badge/%E2%96%B6%EF%B8%8F-watch%20demo%20on%20YouTube-FF0000.svg" alt="Watch the demo on YouTube"></a>
21
  </p>
22
 
23
  <p align="center">
 
88
  ### ▶️ Demo video
89
 
90
  <p align="center">
91
+ <a href="https://youtu.be/swEcn-6pAmA" title="Watch the ContextForge demo on YouTube">
92
+ <img src="https://img.youtube.com/vi/swEcn-6pAmA/maxresdefault.jpg"
93
+ alt="▶️ Watch the ContextForge demo on YouTube — 79.85% token savings, INV-15 firing on the Critic"
94
+ width="780">
95
+ </a>
 
 
 
 
96
  </p>
97
 
98
  <p align="center">
99
+ <a href="https://youtu.be/swEcn-6pAmA"><b>▶️ Watch on YouTube</b></a>
100
+ &nbsp;·&nbsp;
101
+ <a href="https://github.com/SuarezPM/Apohara_Context_Forge/raw/main/assets/video_live.mp4">Download raw mp4 (5.2 MB)</a>
102
+ <br>
103
  <em>End-to-end run: query → 5-agent pipeline → 79.85 % token savings → JCR Safety Gate fires INV-15 on the Critic.</em>
104
  </p>
105