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 |
||
|---|---|---|
| .. | ||
| 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.