generalbots/docs/src/chapter-02/summary.md

1.5 KiB
Raw Blame History

Chapter 02 Package Documentation Overview

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

Package File Description
.gbai gbai.md Defines the overall application architecture, metadata, and package hierarchy.
.gbdialog gbdialog.md Contains BASICstyle dialog scripts that drive conversation flow and tool integration.
.gbdrive gbdrive.md Manages file storage and retrieval via MinIO (or other S3compatible backends).
.gbkb gbkb.md Handles knowledgebase collections, vector embeddings, and semantic search.
.gbot gbot.md Stores bot configuration (CSV) for identity, LLM settings, answer modes, and runtime parameters.
.gbtheme gbtheme.md Provides UI theming assets: CSS, HTML templates, JavaScript, and static resources.

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