feat: add CBT Rule Enforcer and Autonomous Selector agents with premium documentation

This commit is contained in:
Gemini AI
2025-12-23 17:43:48 +04:00
Unverified
parent fb32a09181
commit f881e7ecaa
3 changed files with 73 additions and 15 deletions

View File

@@ -0,0 +1,21 @@
<svg width="350" height="180" viewBox="0 0 350 180" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_auto" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00c6ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#0072ff;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="350" height="180" fill="url(#grad_auto)" rx="15" ry="15"/>
<rect x="10" y="10" width="330" height="160" fill="none" stroke="#ffffff" stroke-width="1" opacity="0.3" rx="10" ry="10"/>
<circle cx="175" cy="70" r="30" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.5"/>
<circle cx="175" cy="70" r="15" fill="#ffffff" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="3s" repeatCount="indefinite" />
</circle>
<text x="175" y="125" font-family="Arial, sans-serif" font-size="22" fill="#ffffff" text-anchor="middle" font-weight="bold">AUTONOMOUS SELECTOR</text>
<text x="175" y="145" font-family="Arial, sans-serif" font-size="12" fill="#ffffff" text-anchor="middle" font-weight="bold" letter-spacing="3" opacity="0.8">ZERO INTERVENTION</text>
<path d="M50 50 L70 50 L60 70 Z" fill="#ffffff" opacity="0.4"/>
<path d="M280 110 L300 110 L290 130 Z" fill="#ffffff" opacity="0.4" transform="rotate(180 290 120)"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,23 @@
<svg width="350" height="180" viewBox="0 0 350 180" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad_cbt" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#434343;stop-opacity:1" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
</linearGradient>
<filter id="glow_cbt" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
</defs>
<rect width="350" height="180" fill="url(#grad_cbt)" rx="15" ry="15"/>
<rect x="10" y="10" width="330" height="160" fill="none" stroke="#ffffff" stroke-width="1" opacity="0.2" rx="10" ry="10"/>
<text x="175" y="65" font-family="Arial, sans-serif" font-size="24" fill="#ffffff" text-anchor="middle" font-weight="bold" filter="url(#glow_cbt)">CBT RULE ENFORCER</text>
<text x="175" y="95" font-family="Arial, sans-serif" font-size="14" fill="#ff4d4d" text-anchor="middle" font-weight="bold" letter-spacing="2">STRICT GOVERNANCE</text>
<rect x="115" y="115" width="120" height="25" rx="12.5" fill="none" stroke="#ffffff" stroke-width="1.5" opacity="0.6"/>
<text x="175" y="132" font-family="Arial, sans-serif" font-size="11" fill="#ffffff" text-anchor="middle" font-weight="bold">PROTOCOL ACTIVE</text>
<path d="M40 40 L60 40 M50 30 L50 50" stroke="#ff4d4d" stroke-width="2" opacity="0.8"/>
<path d="M290 130 L310 130 M300 120 L300 140" stroke="#ff4d4d" stroke-width="2" opacity="0.8"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB