generalbots/docs/src
Rodrigo Rodriguez (Pragmatismo) e8fc78e638 feat: add diesel_migrations and update dependencies
Added diesel_migrations crate (v2.3.0) to enable database migration functionality. Updated Cargo.toml and Cargo.lock to include the new dependency along with its required sub-dependencies (migrations_internals and migrations_macros). Also made minor cleanups in the codebase:
- Removed unused UI code from platform README
- Cleaned up LLM server initialization code
- Added additional build dependencies in documentation
2025-11-12 12:48:06 -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 feat: add diesel_migrations and update dependencies 2025-11-12 12:48:06 -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.