botserver/docs/src/chapter-09
2025-10-25 15:59:06 -03:00
..
ai-llm.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
automation.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
channels.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
conversation.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
core-features.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
email.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
knowledge-base.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
README.md Revise documentation in Chapter 01 to improve clarity and structure, including updates to the installation instructions and session management overview. 2025-10-25 15:59:06 -03:00
storage.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
web-automation.md Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -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) ADD_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, ADD_KB, SET_KB, ADD_WEBSITE, …)
Custom Rust extensions 06 (gbapp Reference) ADD_TOOL, custom Rust code
Bot configuration 07 (gbot Reference) config.csv fields
Builtin tooling 08 (Tooling) All keywords listed in the table
Answer modes & routing 07 (gbot Reference) answer_mode column
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