generalbots/docs/src/chapter-09
2025-11-23 17:02:22 -03:00
..
ai-llm.md - From 1 to 4 validated. 2025-11-23 17:02:22 -03:00
automation.md - From 1 to 4 validated. 2025-11-23 17:02:22 -03:00
channels.md - No more empty docs. 2025-11-23 09:19:06 -03:00
conversation.md - From 1 to 4 validated. 2025-11-23 17:02:22 -03:00
core-features.md - More general docs. 2025-11-23 13:46:55 -03:00
email.md - From 1 to 4 validated. 2025-11-23 17:02:22 -03:00
knowledge-base.md - From 1 to 4 validated. 2025-11-23 17:02:22 -03:00
README.md - More general docs. 2025-11-23 13:46:55 -03:00
storage.md - From 1 to 4 validated. 2025-11-23 17:02:22 -03:00
web-automation.md - New docds. 2025-11-22 16:12:32 -03:00

Feature Matrix

This table maps major features of GeneralBots to the chapters and keywords that implement them.

Feature Chapter(s) Primary Keywords
Start server & basic chat 01 (Run and Talk) TALK, HEAR
Package system overview 02 (About Packages)
Knowledgebase management 03 (gbkb Reference) USE KB, SET KB, ADD WEBSITE
UI theming 04 (gbtheme Reference) (CSS/HTML assets)
BASIC dialog scripting 05 (gbdialog Reference) All BASIC keywords (TALK, HEAR, LLM, FORMAT, USE KB, SET KB, ADD WEBSITE, …)
Custom Rust extensions 06 (gbapp Reference) USE TOOL, custom Rust code
Bot configuration 07 (gbot Reference) config.csv fields
Builtin tooling 08 (Tooling) All keywords listed in the table
Semantic search & Qdrant 03 (gbkb Reference) ADD_WEBSITE, vector search
Email & external APIs 08 (Tooling) CALL, CALL_ASYNC
Scheduling & events 08 (Tooling) SET_SCHEDULE, ON
Testing & CI 10 (Contributing)
Database schema AppendixI Tables defined in src/shared/models.rs