generalbots/botui/ui/suite/assets/icons/gb-designer.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

17 lines
711 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">
<!-- Workflow nodes -->
<circle cx="5" cy="5" r="3"/>
<circle cx="19" cy="5" r="3"/>
<circle cx="5" cy="19" r="3"/>
<circle cx="19" cy="19" r="3"/>
<!-- Center hub -->
<rect x="9" y="9" width="6" height="6" rx="1"/>
<!-- Connection lines -->
<line x1="8" y1="5" x2="9" y2="10"/>
<line x1="16" y1="5" x2="15" y2="10"/>
<line x1="8" y1="19" x2="9" y2="14"/>
<line x1="16" y1="19" x2="15" y2="14"/>
<!-- Flow arrows -->
<path d="M12 6 L12 9" stroke-dasharray="1 1"/>
<path d="M12 15 L12 18" stroke-dasharray="1 1"/>
</svg>