Enhanced Chapter 1 documentation with detailed session architecture, storage layers, and API endpoints. Added new Part XI on authentication and security to SUMMARY.md, introducing chapters on user and bot authentication, password security, and API endpoints. Improves clarity and coverage of system interaction and security concepts. |
||
|---|---|---|
| .. | ||
| appendix-i | ||
| chapter-01 | ||
| chapter-02 | ||
| chapter-03 | ||
| chapter-04 | ||
| chapter-05 | ||
| chapter-06 | ||
| chapter-07 | ||
| chapter-08 | ||
| chapter-09 | ||
| chapter-10 | ||
| chapter-11 | ||
| chapter-12 | ||
| glossary.md | ||
| introduction.md | ||
| README.md | ||
| SUMMARY.md | ||
GeneralBots Documentation
Welcome to the GeneralBots documentation for BASIC enthusiasts.
This guide explains how to run, extend, and interact with the GeneralBots system using BASIC-style commands and Rust-powered automation.
Table of Contents
- Run and Talk
- About Packages
- gbkb Reference
- gbtheme Reference
- gbdialog Reference
- gbapp Reference
- gbot Reference
- Tooling
- Feature-Matrix
- Contributing
- Database Model
- Glossary
Introduction
GeneralBots is a modular automation platform that combines BASIC scripting with Rust-based backend logic.
It allows users to define bots, automate tasks, and interact with knowledge bases using simple commands like ADD_WEBSITE, SET_KB, and TALK.
Each chapter below provides detailed explanations, examples, and references based on the actual source code.