Migrate README and assets from GitLab
This commit is contained in:
27
assets/loop_breaker.svg
Normal file
27
assets/loop_breaker.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<svg width="700" height="150" viewBox="0 0 700 150" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="grad_loop_ryumqg" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" style="stop-color:#ff0055;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#00ffff;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Background Container -->
|
||||
<rect width="700" height="150" fill="#050510" rx="15" ry="15"/>
|
||||
|
||||
<!-- Neon Border -->
|
||||
<rect x="2" y="2" width="696" height="146" fill="none" stroke="url(#grad_loop_ryumqg)" stroke-width="3" rx="12" ry="12"/>
|
||||
|
||||
<!-- Icon/Graphic Element (Infinity break) -->
|
||||
<text x="80" y="95" font-family="Arial, sans-serif" font-size="60" fill="url(#grad_loop_ryumqg)" opacity="0.8" font-weight="bold">➿</text>
|
||||
<line x1="70" y1="100" x2="130" y2="40" stroke="#ffffff" stroke-width="5" stroke-linecap="round" />
|
||||
|
||||
<!-- Main Title -->
|
||||
<text x="380" y="55" font-family="Arial, Helvetica, sans-serif" font-size="32" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="1">Loop Breaker</text>
|
||||
|
||||
<!-- Description -->
|
||||
<text x="380" y="90" font-family="Arial, Helvetica, sans-serif" font-size="16" fill="#cccccc" text-anchor="middle">Breaks infinite loops and stuck reasoning cycles.</text>
|
||||
|
||||
<!-- Footer CTA -->
|
||||
<text x="680" y="130" font-family="Arial, Helvetica, sans-serif" font-size="10" fill="url(#grad_loop_ryumqg)" text-anchor="end" font-weight="bold" style="text-transform: uppercase;">TRAE Custom Engineered Agent</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user