2025-11-24 14:15:01 -03:00
|
|
|
# Chapter 04: .gbui Interface Reference
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
User interfaces for General Bots.
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
## What You'll Learn
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
- Built-in UI options
|
|
|
|
|
- Desktop vs web interface
|
|
|
|
|
- Console mode for servers
|
|
|
|
|
- How to choose an interface
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
## Available Interfaces
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
### default.gbui - Full Desktop
|
|
|
|
|
- Complete chat interface
|
|
|
|
|
- Side panel for history
|
|
|
|
|
- Rich message formatting
|
|
|
|
|
- Best for: Desktop users
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
### single.gbui - Simple Chat
|
|
|
|
|
- Minimal chat window
|
|
|
|
|
- Mobile-friendly
|
|
|
|
|
- No distractions
|
|
|
|
|
- Best for: Embedded bots, mobile
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
### Console Mode
|
|
|
|
|
- Terminal-based interface
|
|
|
|
|
- No GUI required
|
|
|
|
|
- Server deployments
|
|
|
|
|
- Best for: Headless systems
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
## How It Works
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
1. **Auto-selection**: System picks best UI based on environment
|
|
|
|
|
2. **Override**: Specify UI in config if needed
|
|
|
|
|
3. **Fallback**: Console mode when no GUI available
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
## Key Features
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
- WebSocket real-time messaging
|
|
|
|
|
- Markdown support
|
|
|
|
|
- File uploads
|
|
|
|
|
- Session persistence
|
|
|
|
|
- Auto-reconnect
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
## Topics Covered
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
- [default.gbui - Full Desktop](./default-gbui.md) - Desktop interface details
|
|
|
|
|
- [single.gbui - Simple Chat](./single-gbui.md) - Minimal interface
|
|
|
|
|
- [Console Mode](./console-mode.md) - Terminal interface
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
---
|
2025-11-23 20:12:09 -03:00
|
|
|
|
2025-11-24 14:15:01 -03:00
|
|
|
<div align="center">
|
|
|
|
|
<img src="https://pragmatismo.com.br/icons/general-bots-text.svg" alt="General Bots" width="200">
|
|
|
|
|
</div>
|