From 8b004f1a89ad35bfea025d6c0909b7f84d88a034 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 12 Dec 2025 23:20:42 -0300 Subject: [PATCH] Lowercase botserver/botbook references --- PROMPT.md | 8 ++++---- README.md | 10 +++++----- docs/README.md | 4 ++-- docs/guides/deployment.md | 8 ++++---- docs/guides/getting-started.md | 6 +++--- docs/reference/architecture.md | 4 ++-- templates/compliance/privacy.gbai/README.md | 2 +- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/PROMPT.md b/PROMPT.md index 433e2132..53b61ada 100644 --- a/PROMPT.md +++ b/PROMPT.md @@ -1,7 +1,7 @@ -# BotServer Development Prompt Guide +# botserver Development Prompt Guide **Version:** 6.1.0 -**Purpose:** Consolidated LLM context for BotServer development +**Purpose:** Consolidated LLM context for botserver development --- @@ -101,7 +101,7 @@ Icons are stored in two locations (kept in sync): ## Project Overview -BotServer is the core backend for General Bots - an open-source conversational AI platform built in Rust. It provides: +botserver is the core backend for General Bots - an open-source conversational AI platform built in Rust. It provides: - **Bootstrap System**: Auto-installs PostgreSQL, MinIO, Redis, LLM servers - **Package Manager**: Manages bot deployments and service lifecycle @@ -259,7 +259,7 @@ info!("Processing request id={} user={}", req_id, user_id); - Review src/ to identify reusable patterns and libraries ``` -### BotServer Specifics +### botserver Specifics ``` - Sessions MUST be retrieved by id when session_id is present diff --git a/README.md b/README.md index 49caa806..c021d3f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # General Bots - Enterprise-Grade LLM Orchestrator -![General Bot Logo](https://github.com/GeneralBots/BotServer/blob/main/logo.png?raw=true) +![General Bot Logo](https://github.com/GeneralBots/botserver/blob/main/logo.png?raw=true) **A strongly-typed LLM conversational platform focused on convention over configuration and code-less approaches.** @@ -31,12 +31,12 @@ General Bots is a **self-hosted AI automation platform** that provides: ### Installation ```bash -git clone https://github.com/GeneralBots/BotServer -cd BotServer +git clone https://github.com/GeneralBots/botserver +cd botserver cargo run ``` -On first run, BotServer automatically sets up PostgreSQL, S3 storage, Redis cache, and downloads AI models. +On first run, botserver automatically sets up PostgreSQL, S3 storage, Redis cache, and downloads AI models. The server will be available at `http://localhost:8080`. @@ -137,7 +137,7 @@ According to our dual licensing model, this program can be used either under the ## Support -- **GitHub Issues:** [github.com/GeneralBots/BotServer/issues](https://github.com/GeneralBots/BotServer/issues) +- **GitHub Issues:** [github.com/GeneralBots/botserver/issues](https://github.com/GeneralBots/botserver/issues) - **Stack Overflow:** Tag questions with `generalbots` - **Video Tutorial:** [7 AI General Bots LLM Templates](https://www.youtube.com/watch?v=KJgvUPXi3Fw) diff --git a/docs/README.md b/docs/README.md index 4d2fda9a..a89282a7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -53,8 +53,8 @@ answer = HEAR ## Quick Links -- **[GitHub Repository](https://github.com/GeneralBots/BotServer)** -- **[Issue Tracker](https://github.com/GeneralBots/BotServer/issues)** +- **[GitHub Repository](https://github.com/GeneralBots/botserver)** +- **[Issue Tracker](https://github.com/GeneralBots/botserver/issues)** - **[Contributing Guide](../CONTRIBUTING.md)** ## Version diff --git a/docs/guides/deployment.md b/docs/guides/deployment.md index 37d4ecdb..783ae6cf 100644 --- a/docs/guides/deployment.md +++ b/docs/guides/deployment.md @@ -28,8 +28,8 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source ~/.cargo/env # Clone and build -git clone https://github.com/GeneralBots/BotServer -cd BotServer +git clone https://github.com/GeneralBots/botserver +cd botserver cargo build --release # Run as service @@ -162,8 +162,8 @@ apt update && apt install -y curl build-essential # Install Rust and build curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source ~/.cargo/env -git clone https://github.com/GeneralBots/BotServer -cd BotServer +git clone https://github.com/GeneralBots/botserver +cd botserver cargo build --release # Run diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 9a50ce5d..f6915147 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -14,8 +14,8 @@ This guide will help you install, configure, and run your first General Bots ins ### 1. Clone the Repository ```bash -git clone https://github.com/GeneralBots/BotServer -cd BotServer +git clone https://github.com/GeneralBots/botserver +cd botserver ``` ### 2. Run the Server @@ -243,6 +243,6 @@ Check your LLM configuration in the admin panel or verify API keys are set. ## Getting Help -- **GitHub Issues**: [github.com/GeneralBots/BotServer/issues](https://github.com/GeneralBots/BotServer/issues) +- **GitHub Issues**: [github.com/GeneralBots/botserver/issues](https://github.com/GeneralBots/botserver/issues) - **Stack Overflow**: Tag questions with `generalbots` - **Documentation**: [docs.pragmatismo.com.br](https://docs.pragmatismo.com.br) \ No newline at end of file diff --git a/docs/reference/architecture.md b/docs/reference/architecture.md index f612141c..8ac9a1cf 100644 --- a/docs/reference/architecture.md +++ b/docs/reference/architecture.md @@ -453,7 +453,7 @@ Handler Execution ┌─────────────────────────────────────┐ │ Single Server │ │ ┌─────────────────────────────┐ │ -│ │ BotServer │ │ +│ │ botserver │ │ │ └─────────────────────────────┘ │ │ ┌────────┐ ┌────────┐ ┌───────┐ │ │ │PostgreSQL│ │ Redis │ │ MinIO │ │ @@ -471,7 +471,7 @@ Handler Execution ┌───────────────┼───────────────┐ │ │ │ ┌────▼────┐ ┌─────▼────┐ ┌────▼────┐ - │BotServer│ │BotServer │ │BotServer│ + │botserver│ │botserver │ │botserver│ │ #1 │ │ #2 │ │ #3 │ └────┬────┘ └─────┬────┘ └────┬────┘ │ │ │ diff --git a/templates/compliance/privacy.gbai/README.md b/templates/compliance/privacy.gbai/README.md index ed1a1194..dadc8123 100644 --- a/templates/compliance/privacy.gbai/README.md +++ b/templates/compliance/privacy.gbai/README.md @@ -188,7 +188,7 @@ All requests are logged to `privacy_requests` and `consent_history` tables with: For questions about this template: - **Documentation**: https://docs.pragmatismo.com.br/privacy-template -- **Issues**: https://github.com/GeneralBots/BotServer/issues +- **Issues**: https://github.com/GeneralBots/botserver/issues - **Email**: support@pragmatismo.com.br ## License