botserver/docs/src/chapter-02/README.md

10 lines
447 B
Markdown
Raw Normal View History

## About Packages
| Component | Extension | Role |
|-----------|-----------|------|
| Dialog scripts | `.gbdialog` | BASICstyle conversational logic |
| Knowledge bases | `.gbkb` | VectorDB collections |
| UI themes | `.gbtheme` | CSS/HTML assets |
| Bot config | `.gbbot` | CSV mapping to `UserSession` |
| Application Interface | `.gbai` | Core application architecture |
| File storage | `.gbdrive` | Object storage integration (MinIO) |