- 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
11 lines
611 B
XML
11 lines
611 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">
|
|
<!-- Video camera body -->
|
|
<rect x="2" y="5" width="14" height="14" rx="2" ry="2"/>
|
|
<!-- Camera lens/record indicator -->
|
|
<circle cx="9" cy="12" r="3" fill="currentColor" stroke="none" opacity="0.3"/>
|
|
<circle cx="9" cy="12" r="1.5" fill="currentColor" stroke="none"/>
|
|
<!-- Viewfinder triangle -->
|
|
<path d="M16 9.5 L22 6 L22 18 L16 14.5"/>
|
|
<!-- Signal waves -->
|
|
<path d="M5 2 Q9 0 13 2" stroke-dasharray="1 1" opacity="0.5"/>
|
|
</svg>
|