- Projektname: Linux Zero (LX0), Chat-Komponente heisst jetzt AGI-Station - Neuer Haupt-Agent Kato (Cato der Aeltere) als Default-Modell in Open WebUI - scripts/set-main-agent.sh: Haupt-Agent per Befehl wechselbar (MAIN_AGENT in .env) - ENABLE_PERSISTENT_CONFIG=False: Konfiguration deterministisch aus .env - Alle Pfade, Shortcuts, Logs, Theme und README umbenannt (lx0-*, ~/.linux-zero) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
<defs>
|
|
<linearGradient id="gold" x1="0" y1="0" x2="0" y2="1">
|
|
<stop offset="0%" stop-color="#e8c46a"/>
|
|
<stop offset="100%" stop-color="#a8842f"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="128" cy="128" r="120" fill="#14100b"/>
|
|
<circle cx="128" cy="128" r="116" fill="none" stroke="url(#gold)" stroke-width="6"/>
|
|
<g stroke="url(#gold)" stroke-width="5" fill="none" stroke-linecap="round">
|
|
<path d="M 58 170 Q 70 110 128 86"/>
|
|
<path d="M 198 170 Q 186 110 128 86"/>
|
|
</g>
|
|
<g fill="url(#gold)">
|
|
<ellipse cx="66" cy="148" rx="13" ry="5" transform="rotate(-62 66 148)"/>
|
|
<ellipse cx="78" cy="122" rx="13" ry="5" transform="rotate(-48 78 122)"/>
|
|
<ellipse cx="98" cy="102" rx="13" ry="5" transform="rotate(-30 98 102)"/>
|
|
<ellipse cx="190" cy="148" rx="13" ry="5" transform="rotate(62 190 148)"/>
|
|
<ellipse cx="178" cy="122" rx="13" ry="5" transform="rotate(48 178 122)"/>
|
|
<ellipse cx="158" cy="102" rx="13" ry="5" transform="rotate(30 158 102)"/>
|
|
</g>
|
|
<text x="128" y="152" text-anchor="middle" font-family="Georgia, 'Times New Roman', serif"
|
|
font-size="58" letter-spacing="2" fill="url(#gold)">LX0</text>
|
|
<text x="128" y="186" text-anchor="middle" font-family="Georgia, 'Times New Roman', serif"
|
|
font-size="20" letter-spacing="6" fill="#8a6d35">SPQR</text>
|
|
</svg>
|