Files
atc-agents/ui/public/favicon.svg
T
mo f080c242de Knowledge Chat: spread pipeline nodes full-width, add self-hosted Trace Viewer + favicon
- RAG pipeline nodes now distribute across the row with flex-grow connectors (longer flowing lines)
- New Traces modal: list recent runs with stage timeline, retrieved chunks, prompt, answer (local LangSmith-style observability)
- Add topology-style SVG favicon
2026-06-28 12:48:52 +00:00

19 lines
796 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#38bdf8"/>
<stop offset="1" stop-color="#34d399"/>
</linearGradient>
</defs>
<rect x="3" y="3" width="58" height="58" rx="15" fill="#0b1220"/>
<rect x="3" y="3" width="58" height="58" rx="15" fill="none" stroke="url(#g)" stroke-width="2.5"/>
<g stroke="url(#g)" stroke-width="3" stroke-linecap="round" opacity="0.85">
<line x1="21" y1="23" x2="43" y2="23"/>
<line x1="21" y1="23" x2="32" y2="44"/>
<line x1="43" y1="23" x2="32" y2="44"/>
</g>
<circle cx="21" cy="23" r="6.5" fill="#38bdf8"/>
<circle cx="43" cy="23" r="6.5" fill="#22d3ee"/>
<circle cx="32" cy="44" r="6.5" fill="#34d399"/>
</svg>