chore: import upstream snapshot with attribution
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800">
|
||||
<path fill="#ffffff" fill-rule="evenodd" d="
|
||||
M165.29 165.29
|
||||
H517.36
|
||||
V400
|
||||
H400
|
||||
V517.36
|
||||
H282.65
|
||||
V634.72
|
||||
H165.29
|
||||
Z
|
||||
M282.65 282.65
|
||||
V400
|
||||
H400
|
||||
V282.65
|
||||
Z
|
||||
"/>
|
||||
<path fill="#ffffff" d="M517.36 400 H634.72 V634.72 H517.36 Z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 387 B |
|
After Width: | Height: | Size: 371 KiB |
|
After Width: | Height: | Size: 7.8 MiB |
@@ -0,0 +1,35 @@
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 469 KiB |
|
After Width: | Height: | Size: 173 KiB |
@@ -0,0 +1,59 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" fill="none">
|
||||
<defs>
|
||||
<linearGradient id="glow" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="fade" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#2A2A2A"/>
|
||||
<stop offset="100%" stop-color="#1A1A1A"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- Background circle -->
|
||||
<circle cx="60" cy="60" r="56" fill="url(#fade)" stroke="#333" stroke-width="1.5"/>
|
||||
|
||||
<!-- Memory layers (stacked rounded rects suggesting tiers) -->
|
||||
<rect x="30" y="68" width="60" height="8" rx="4" fill="#333" opacity="0.6"/>
|
||||
<rect x="30" y="56" width="60" height="8" rx="4" fill="#444" opacity="0.7"/>
|
||||
<rect x="30" y="44" width="60" height="8" rx="4" fill="#555" opacity="0.8"/>
|
||||
|
||||
<!-- Active/hot memory layer -->
|
||||
<rect x="30" y="32" width="60" height="8" rx="4" fill="url(#glow)"/>
|
||||
|
||||
<!-- Neural connection dots -->
|
||||
<circle cx="38" cy="36" r="2.5" fill="#fff" opacity="0.9"/>
|
||||
<circle cx="52" cy="36" r="2.5" fill="#fff" opacity="0.9"/>
|
||||
<circle cx="68" cy="36" r="2.5" fill="#fff" opacity="0.9"/>
|
||||
<circle cx="82" cy="36" r="2.5" fill="#fff" opacity="0.9"/>
|
||||
|
||||
<!-- Connection lines from hot layer upward (recall/retrieval) -->
|
||||
<line x1="38" y1="33" x2="48" y2="22" stroke="#FF6B35" stroke-width="1.2" opacity="0.7"/>
|
||||
<line x1="52" y1="33" x2="55" y2="20" stroke="#FF6B35" stroke-width="1.2" opacity="0.5"/>
|
||||
<line x1="68" y1="33" x2="65" y2="20" stroke="#FF6B35" stroke-width="1.2" opacity="0.5"/>
|
||||
<line x1="82" y1="33" x2="72" y2="22" stroke="#FF6B35" stroke-width="1.2" opacity="0.7"/>
|
||||
|
||||
<!-- Retrieval spark/node at top -->
|
||||
<circle cx="60" cy="18" r="4" fill="url(#glow)"/>
|
||||
<circle cx="60" cy="18" r="6" fill="none" stroke="#FF6B35" stroke-width="1" opacity="0.4"/>
|
||||
<circle cx="60" cy="18" r="9" fill="none" stroke="#FF6B35" stroke-width="0.5" opacity="0.2"/>
|
||||
|
||||
<!-- Connecting arcs to spark -->
|
||||
<line x1="48" y1="22" x2="60" y2="18" stroke="#FF6B35" stroke-width="1" opacity="0.6"/>
|
||||
<line x1="72" y1="22" x2="60" y2="18" stroke="#FF6B35" stroke-width="1" opacity="0.6"/>
|
||||
<line x1="55" y1="20" x2="60" y2="18" stroke="#FF6B35" stroke-width="0.8" opacity="0.4"/>
|
||||
<line x1="65" y1="20" x2="60" y2="18" stroke="#FF6B35" stroke-width="0.8" opacity="0.4"/>
|
||||
|
||||
<!-- Decay dots on lower layers (fading memories) -->
|
||||
<circle cx="42" cy="48" r="1.5" fill="#888" opacity="0.5"/>
|
||||
<circle cx="58" cy="48" r="1.5" fill="#888" opacity="0.5"/>
|
||||
<circle cx="74" cy="48" r="1.5" fill="#888" opacity="0.4"/>
|
||||
<circle cx="45" cy="60" r="1.2" fill="#666" opacity="0.3"/>
|
||||
<circle cx="65" cy="60" r="1.2" fill="#666" opacity="0.3"/>
|
||||
<circle cx="50" cy="72" r="1" fill="#555" opacity="0.2"/>
|
||||
<circle cx="70" cy="72" r="1" fill="#555" opacity="0.2"/>
|
||||
|
||||
<!-- Bottom text area indicator -->
|
||||
<text x="60" y="92" text-anchor="middle" font-family="Inter, system-ui, sans-serif" font-size="7.5" font-weight="800" fill="#FF6B35" letter-spacing="0.15em">AGENT</text>
|
||||
<text x="60" y="101" text-anchor="middle" font-family="Inter, system-ui, sans-serif" font-size="7.5" font-weight="400" fill="#999" letter-spacing="0.15em">MEMORY</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 28" fill="none" role="img" aria-label="divider">
|
||||
<defs>
|
||||
<linearGradient id="divGradient" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FF6B35" stop-opacity="0"/>
|
||||
<stop offset="50%" stop-color="#FF6B35" stop-opacity="0.8"/>
|
||||
<stop offset="100%" stop-color="#FF6B35" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="divAccent" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Left line -->
|
||||
<rect x="0" y="13" width="45" height="2" rx="1" fill="url(#divGradient)"/>
|
||||
<!-- Center diamond -->
|
||||
<rect x="54" y="8" width="12" height="12" rx="3" fill="url(#divAccent)" transform="rotate(45 60 14)"/>
|
||||
<circle cx="60" cy="14" r="2" fill="#0F0F0F"/>
|
||||
<!-- Right line -->
|
||||
<rect x="75" y="13" width="45" height="2" rx="1" fill="url(#divGradient)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 977 B |
@@ -0,0 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 28" fill="none" role="img" aria-label="divider">
|
||||
<defs>
|
||||
<linearGradient id="divGradient" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FF6B35" stop-opacity="0"/>
|
||||
<stop offset="50%" stop-color="#FF6B35" stop-opacity="0.8"/>
|
||||
<stop offset="100%" stop-color="#FF6B35" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="divAccent" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="13" width="45" height="2" rx="1" fill="url(#divGradient)"/>
|
||||
<rect x="54" y="8" width="12" height="12" rx="3" fill="url(#divAccent)" transform="rotate(45 60 14)"/>
|
||||
<circle cx="60" cy="14" r="2" fill="#FFFFFF"/>
|
||||
<rect x="75" y="13" width="45" height="2" rx="1" fill="url(#divGradient)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 908 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 28" fill="none" role="img" aria-label="NEW: v0.8.2">
|
||||
<rect x="0" y="0" width="140" height="28" rx="6" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="12" y="18" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="11" font-weight="600" letter-spacing="1.2">NEW</text>
|
||||
<text x="128" y="18" fill="#FF6B35" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="11" font-weight="800" letter-spacing="0.5" text-anchor="end">v0.8.2</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 614 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 24" fill="none" role="img" aria-label="BETA">
|
||||
<rect x="0" y="0" width="100" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">BETA</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130 24" fill="none" role="img" aria-label="AUTO HOOK">
|
||||
<rect x="0" y="0" width="130" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">AUTO HOOK</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 459 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="MCP">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">MCP</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 447 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 24" fill="none" role="img" aria-label="NEW">
|
||||
<rect x="0" y="0" width="90" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">NEW</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 445 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="PLUGIN">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">PLUGIN</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="SECURE">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">SECURE</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="SKILL">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">SKILL</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 451 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="STABLE">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">STABLE</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 44" fill="none" role="img" aria-label="WORKS WITH EVERY AGENT">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="320" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">WORKS WITH EVERY AGENT</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">15 integrations · one memory server</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 44" fill="none" role="img" aria-label="API">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="200" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">API</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">109 REST endpoints</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="ARCHITECTURE">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">ARCHITECTURE</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Built on iii-engine's 3 primitives</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 44" fill="none" role="img" aria-label="BENCHMARKS">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="320" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">BENCHMARKS</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Measured on LongMemEval-S (ICLR 2025)</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 44" fill="none" role="img" aria-label="VS COMPETITORS">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="320" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">VS COMPETITORS</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Mem0 · Letta · Khoj · Hippo · claude-mem</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="CONFIGURATION">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">CONFIGURATION</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">LLM providers, embeddings, and more</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="DEVELOPMENT">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">DEVELOPMENT</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Hot reload, 654 tests, ~1.7s run</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="HOW IT WORKS">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">HOW IT WORKS</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Hook · compress · embed · retrieve</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 44" fill="none" role="img" aria-label="LICENSE">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="200" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">LICENSE</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Apache-2.0</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="MCP SERVER">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">MCP SERVER</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">43 tools · 6 resources · 3 prompts</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="QUICK START">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">QUICK START</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">30 seconds. No API key needed.</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="SEARCH">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">SEARCH</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">BM25 + vector + knowledge graph</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="REAL-TIME VIEWER">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">REAL-TIME VIEWER</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Live observation stream on :3113</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="WHY AGENTMEMORY">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F8F9FB"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#0F172A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">WHY AGENTMEMORY</text>
|
||||
<text x="22" y="34" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Goldfish memory costs you $10/day</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="EXTERNAL DBS: 0">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#7C3AED" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">0</text>
|
||||
<text x="70" y="38" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">EXTERNAL DBS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 646 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="AUTO HOOKS: 12">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#EA580C" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">12</text>
|
||||
<text x="70" y="38" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">AUTO HOOKS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 644 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="RETRIEVAL R@5: 95.2%">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#16A34A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">95.2%</text>
|
||||
<text x="70" y="38" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">RETRIEVAL R@5</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 656 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="TESTS PASSING: 1390+">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#16A34A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">1390+</text>
|
||||
<text x="70" y="38" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">TESTS PASSING</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 657 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="FEWER TOKENS: 92%">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#16A34A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">92%</text>
|
||||
<text x="70" y="38" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">FEWER TOKENS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 650 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="MCP TOOLS: 53">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#FFFFFF" stroke="#E5E7EB" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#EA580C" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">53</text>
|
||||
<text x="70" y="38" fill="#64748B" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">MCP TOOLS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 643 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 28" fill="none" role="img" aria-label="NEW: v0.8.2">
|
||||
<rect x="0" y="0" width="140" height="28" rx="6" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="12" y="18" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="11" font-weight="600" letter-spacing="1.2">NEW</text>
|
||||
<text x="128" y="18" fill="#FF6B35" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="11" font-weight="800" letter-spacing="0.5" text-anchor="end">v0.8.2</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 614 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 24" fill="none" role="img" aria-label="BETA">
|
||||
<rect x="0" y="0" width="100" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">BETA</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 449 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130 24" fill="none" role="img" aria-label="AUTO HOOK">
|
||||
<rect x="0" y="0" width="130" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">AUTO HOOK</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 459 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="MCP">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">MCP</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 447 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 24" fill="none" role="img" aria-label="NEW">
|
||||
<rect x="0" y="0" width="90" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">NEW</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 445 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="PLUGIN">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">PLUGIN</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="SECURE">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">SECURE</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="SKILL">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">SKILL</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 451 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110 24" fill="none" role="img" aria-label="STABLE">
|
||||
<rect x="0" y="0" width="110" height="24" rx="12" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<circle cx="12" cy="12" r="3" fill="#FF6B35"/>
|
||||
<text x="22" y="16" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="700" letter-spacing="1.2">STABLE</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 44" fill="none" role="img" aria-label="WORKS WITH EVERY AGENT">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="320" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">WORKS WITH EVERY AGENT</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">15 integrations · one memory server</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 44" fill="none" role="img" aria-label="API">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="200" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">API</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">109 REST endpoints</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="ARCHITECTURE">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">ARCHITECTURE</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Built on iii-engine's 3 primitives</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 44" fill="none" role="img" aria-label="BENCHMARKS">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="320" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">BENCHMARKS</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Measured on LongMemEval-S (ICLR 2025)</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 44" fill="none" role="img" aria-label="VS COMPETITORS">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="320" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">VS COMPETITORS</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Mem0 · Letta · Khoj · Hippo · claude-mem</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="CONFIGURATION">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">CONFIGURATION</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">LLM providers, embeddings, and more</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="DEVELOPMENT">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">DEVELOPMENT</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Hot reload, 654 tests, ~1.7s run</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="HOW IT WORKS">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">HOW IT WORKS</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Hook · compress · embed · retrieve</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 44" fill="none" role="img" aria-label="LICENSE">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="200" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">LICENSE</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Apache-2.0</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="MCP SERVER">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">MCP SERVER</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">43 tools · 6 resources · 3 prompts</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="QUICK START">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">QUICK START</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">30 seconds. No API key needed.</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 260 44" fill="none" role="img" aria-label="SEARCH">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="260" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">SEARCH</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">BM25 + vector + knowledge graph</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="REAL-TIME VIEWER">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">REAL-TIME VIEWER</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Live observation stream on :3113</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 280 44" fill="none" role="img" aria-label="WHY AGENTMEMORY">
|
||||
<defs>
|
||||
<linearGradient id="accent" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0%" stop-color="#FF6B35"/>
|
||||
<stop offset="100%" stop-color="#FF8F5E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0%" stop-color="#1A1A1A"/>
|
||||
<stop offset="100%" stop-color="#0F0F0F"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="0" y="0" width="280" height="44" rx="8" fill="url(#bg)" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<rect x="0" y="0" width="6" height="44" rx="3" fill="url(#accent)"/>
|
||||
<text x="22" y="20" fill="#FFFFFF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="13" font-weight="800" letter-spacing="2.2" text-rendering="geometricPrecision">WHY AGENTMEMORY</text>
|
||||
<text x="22" y="34" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="10" font-weight="500" letter-spacing="0.2" text-rendering="geometricPrecision">Goldfish memory costs you $10/day</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="EXTERNAL DBS: 0">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#B5A4FF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">0</text>
|
||||
<text x="70" y="38" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">EXTERNAL DBS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 646 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="AUTO HOOKS: 12">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#FF6B35" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">12</text>
|
||||
<text x="70" y="38" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">AUTO HOOKS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 644 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="RETRIEVAL R@5: 95.2%">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#00D26A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">95.2%</text>
|
||||
<text x="70" y="38" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">RETRIEVAL R@5</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 656 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="TESTS PASSING: 1390+">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#00D26A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">1390+</text>
|
||||
<text x="70" y="38" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">TESTS PASSING</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 657 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="FEWER TOKENS: 92%">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#00D26A" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">92%</text>
|
||||
<text x="70" y="38" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">FEWER TOKENS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 650 B |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 48" fill="none" role="img" aria-label="MCP TOOLS: 53">
|
||||
<rect x="0" y="0" width="140" height="48" rx="10" fill="#1A1A1A" stroke="#2A2A2A" stroke-width="1"/>
|
||||
<text x="70" y="24" fill="#FF6B35" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="18" font-weight="900" text-anchor="middle" letter-spacing="-0.3">53</text>
|
||||
<text x="70" y="38" fill="#9CA3AF" font-family='ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif' font-size="9" font-weight="600" text-anchor="middle" letter-spacing="1.5">MCP TOOLS</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 643 B |