- Add comprehensive documentation in botbook/ with 12 chapters - Add botapp/ Tauri desktop application - Add botdevice/ IoT device support - Add botlib/ shared library crate - Add botmodels/ Python ML models service - Add botplugin/ browser extension - Add botserver/ reorganized server code - Add bottemplates/ bot templates - Add bottest/ integration tests - Add botui/ web UI server - Add CI/CD workflows in .forgejo/workflows/ - Add AGENTS.md and PROD.md documentation - Add dependency management scripts (DEPENDENCIES.sh/ps1) - Remove legacy src/ structure and migrations - Clean up temporary and backup files
16 lines
811 B
XML
16 lines
811 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Bot head - rounded square inspired by GB logo -->
|
|
<rect x="4" y="4" width="16" height="14" rx="3" ry="3"/>
|
|
<!-- Eyes - circular like GB branding -->
|
|
<circle cx="9" cy="10" r="1.5" fill="currentColor" stroke="none"/>
|
|
<circle cx="15" cy="10" r="1.5" fill="currentColor" stroke="none"/>
|
|
<!-- Smile -->
|
|
<path d="M9 14 Q12 16 15 14" fill="none"/>
|
|
<!-- Antenna -->
|
|
<line x1="12" y1="4" x2="12" y2="1"/>
|
|
<circle cx="12" cy="1" r="1" fill="currentColor" stroke="none"/>
|
|
<!-- Base/body connection -->
|
|
<path d="M8 18 L8 21 L16 21 L16 18"/>
|
|
<line x1="10" y1="21" x2="10" y2="23"/>
|
|
<line x1="14" y1="21" x2="14" y2="23"/>
|
|
</svg>
|