botserver/docs/src
Rodrigo Rodriguez (Pragmatismo) 191ff1a7d8 docs: expand session management and add authentication section
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.
2025-11-03 20:42:38 -03:00
..
appendix-i 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
chapter-01 docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
chapter-02 Update documentation to reflect transition from Qdrant to VectorDB, including caching, indexing, and semantic search sections. Add comprehensive overview for Chapter 03. 2025-10-25 20:28:40 -03:00
chapter-03 Update documentation to reflect transition from Qdrant to VectorDB, including caching, indexing, and semantic search sections. Add comprehensive overview for Chapter 03. 2025-10-25 20:28:40 -03:00
chapter-04 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
chapter-05 docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
chapter-06 - Docs updated. 2025-10-28 19:47:29 -03:00
chapter-07 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
chapter-08 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
chapter-09 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
chapter-10 Add comprehensive documentation for GeneralBots, including keyword references, templates, and user guides 2025-10-25 14:50:14 -03:00
chapter-11 docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
chapter-12 docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
glossary.md docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
introduction.md docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
README.md docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00
SUMMARY.md docs: expand session management and add authentication section 2025-11-03 20:42:38 -03:00

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


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.