Chapter 02 – Package Documentation Overview 🟡 BETA

This chapter provides a concise overview of the GeneralBots package types introduced in Chapter 02. Each package type is documented in its own markdown file. Below is a quick reference with brief descriptions and links to the full documentation.

PackageFileDescription
.gbaigbai.mdDefines the overall application architecture, metadata, and package hierarchy.
.gbdialoggbdialog.mdContains BASIC‑style dialog scripts that drive conversation flow and tool integration.
.gbdrivegbdrive.mdManages file storage and retrieval via object storage (S3‑compatible drive).
.gbkbgbkb.mdHandles knowledge‑base collections, vector embeddings, and semantic search.
.gbotgbot.mdStores bot configuration (CSV) for identity, LLM settings, and runtime parameters.
.gbthemegbtheme.mdSimple CSS theming - just place CSS files like default.css for custom styling.

How to Use This Overview

  • Navigate: Click the file links above to read the detailed documentation for each package.
  • Reference: Use this table as a quick lookup when developing or extending a GeneralBots application.
  • Extend: When adding new package types, update this table and create a corresponding markdown file.

This summary was added to fill the missing documentation for Chapter 02.