botserver/docs/src
Rodrigo Rodriguez (Pragmatismo) 4b185f00f9 feat: add HTTP server and refactor initialization
- Added HTTP server with CORS support and various endpoints
- Introduced http_tx/http_rx channels for HTTP server control
- Cleaned up build.rs by removing commented code
- Updated .gitignore to use *.rdb pattern instead of .rdb
- Simplified capabilities.json to empty object
- Improved UI initialization with better error handling
- Reorganized module imports in main.rs
- Added worker count configuration for HTTP server

The changes introduce a new HTTP server capability while cleaning up and improving existing code structure. The HTTP server includes authentication, session management, and websocket support.
2025-11-15 09:48:46 -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
TODO.txt feat: add HTTP server and refactor initialization 2025-11-15 09:48:46 -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.