Add GLM Code Conservator agent to README

This commit is contained in:
Gemini AI
2025-12-11 12:31:03 +04:00
Unverified
parent 11d5fc2f4b
commit 25c641cd79
2 changed files with 29 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 250">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF512F;stop-opacity:1" />
<stop offset="100%" style="stop-color:#DD2476;stop-opacity:1" />
</linearGradient>
<filter id="shadow">
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-opacity="0.25"/>
</filter>
</defs>
<rect width="400" height="250" rx="20" fill="#1a1a1a" />
<rect x="10" y="10" width="380" height="230" rx="15" fill="none" stroke="url(#grad1)" stroke-width="4" />
<g transform="translate(150, 60)">
<path d="M50 0 L93.3 25 V75 L50 100 L6.7 75 V25 Z" fill="url(#grad1)" filter="url(#shadow)" opacity="0.9" />
<path d="M50 20 L50 80 M25 35 L75 35 M35 65 L65 65" stroke="white" stroke-width="4" stroke-linecap="round" />
</g>
<text x="50%" y="200" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold" font-size="24" fill="white">CODE CONSERVATOR</text>
<text x="50%" y="225" dominant-baseline="middle" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" fill="#cccccc">GLM 4.6 SAFETY</text>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB