generalbots/botui/ui/suite/assets/icons/gb-sources.svg
Rodrigo Rodriguez (Pragmatismo) 037db5c381 feat: Major workspace reorganization and documentation update
- 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
2026-04-19 08:14:25 -03:00

13 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">
<!-- Book/document stack representing knowledge sources -->
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
<!-- Knowledge connection nodes -->
<circle cx="10" cy="8" r="1.5" fill="currentColor" stroke="none"/>
<circle cx="15" cy="8" r="1.5" fill="currentColor" stroke="none"/>
<circle cx="12.5" cy="12" r="1.5" fill="currentColor" stroke="none"/>
<!-- Connection lines between nodes -->
<line x1="10" y1="8" x2="15" y2="8" opacity="0.5"/>
<line x1="10" y1="8" x2="12.5" y2="12" opacity="0.5"/>
<line x1="15" y1="8" x2="12.5" y2="12" opacity="0.5"/>
</svg>