generalbots/botbook/src/03-knowledge-ai
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
..
assets feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
ai-llm.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
attendant-llm-assist.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
automation.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
caching.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
channel-setup.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
channels.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
conversation.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
core-features.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
drive-monitor.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
editions.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
email.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
episodic-memory.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
feature-map.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
hybrid-search.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
indexing.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
kb-and-tools.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
knowledge-base.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
m365-comparison.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
memory-management.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
multi-agent-design.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
multi-agent-orchestration.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
platform-comparison.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
project-app.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
projects.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
README.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
semantic-search.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
storage.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
summary.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
transfer-to-human.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
vector-collections.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
whats-new.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
whiteboard.md feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00

Chapter 3: Knowledge & AI

Quick reference for all General Bots knowledge and AI capabilities.

Feature Categories

Category Key Features
Core Chat, dialogs, sessions, automation
AI/LLM Model integration, knowledge base, context
Channels Web, WhatsApp, Teams, Email, SMS
Productivity Calendar, tasks, drive, mail, meet
Data CRUD, aggregations, file operations
HTTP REST, GraphQL, SOAP, webhooks

Editions

Edition Use Case
Minimal Embedded, IoT
Core General business
Standard Professional teams
Enterprise Large organizations

Chapter Contents

See Also