botserver/docs/src
Rodrigo Rodriguez (Pragmatismo) fd45f4e0dd refactor: simplify UI panels, use pooled DB, add --noui flag
- Removed unused `id` and `app_state` fields from `ChatPanel`; updated constructor to accept but ignore the state, reducing memory footprint.
- Switched database access in `ChatPanel` from a raw `Mutex` lock to a connection pool (`app_state.conn.get()`), improving concurrency and error handling.
- Reordered and cleaned up imports in `status_panel.rs` and formatted struct fields for readability.
- Updated VS Code launch configuration to pass `--noui` argument, enabling headless mode for debugging.
- Bumped several crate versions in `Cargo.lock` (e.g., `bitflags` to 2.10.0, `syn` to 2.0.108, `cookie` to 0.16.2) and added the new `ashpd` dependency, aligning the project with latest library releases.
2025-11-11 09:42:52 -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 refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -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.