Files
rohitg00--agentmemory/assets/icon.svg
T
wehub-resource-sync 979fb22d7c
CI / test (20, macos-latest) (push) Has been cancelled
CI / test (20, ubuntu-latest) (push) Has been cancelled
CI / test (22, macos-latest) (push) Has been cancelled
CI / test (22, ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:01:18 +08:00

36 lines
1.5 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF6B35"/>
<stop offset="100%" stop-color="#FF8F5E"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="14" fill="#1A1A1A"/>
<!-- 4 memory tiers -->
<rect x="14" y="40" width="36" height="5" rx="2.5" fill="#333" opacity="0.5"/>
<rect x="14" y="33" width="36" height="5" rx="2.5" fill="#444" opacity="0.6"/>
<rect x="14" y="26" width="36" height="5" rx="2.5" fill="#555" opacity="0.7"/>
<rect x="14" y="19" width="36" height="5" rx="2.5" fill="url(#g)"/>
<!-- Active nodes on hot layer -->
<circle cx="22" cy="21.5" r="1.8" fill="#fff"/>
<circle cx="32" cy="21.5" r="1.8" fill="#fff"/>
<circle cx="42" cy="21.5" r="1.8" fill="#fff"/>
<!-- Retrieval lines converging up -->
<line x1="22" y1="19" x2="32" y2="12" stroke="#FF6B35" stroke-width="1" opacity="0.7"/>
<line x1="32" y1="19" x2="32" y2="12" stroke="#FF6B35" stroke-width="1" opacity="0.5"/>
<line x1="42" y1="19" x2="32" y2="12" stroke="#FF6B35" stroke-width="1" opacity="0.7"/>
<!-- Retrieval point -->
<circle cx="32" cy="11" r="3" fill="url(#g)"/>
<circle cx="32" cy="11" r="5" fill="none" stroke="#FF6B35" stroke-width="0.8" opacity="0.3"/>
<!-- Fading dots on lower tiers -->
<circle cx="25" cy="28.5" r="1" fill="#888" opacity="0.4"/>
<circle cx="39" cy="28.5" r="1" fill="#888" opacity="0.4"/>
<circle cx="32" cy="35.5" r="0.8" fill="#666" opacity="0.3"/>
</svg>