botbook/src/chapter-01/README.md

44 lines
1 KiB
Markdown
Raw Normal View History

2025-12-03 19:56:35 -03:00
# Chapter 01: Run and Talk
Get General Bots running in 5 minutes.
## What You'll Learn
- How to start General Bots
- Your first conversation
- How sessions work
- Basic bot interaction
## Quick Start
Download and run:
```bash
./botserver
```
That's it. Everything installs automatically on first run.
## What Happens
1. **Auto-Bootstrap**: Installs PostgreSQL, cache, storage, and LLM
2. **Load Bots**: Finds `.gbai` folders and loads them
3. **Start Server**: Opens on `http://localhost:8080`
4. **Ready**: Talk to your bot
## First Conversation
Open browser, type a message, get a response. Simple.
## Topics Covered
- [Overview](./overview.md) - What General Bots does
- [Quick Start](./quick-start.md) - Get running fast
- [Installation](./installation.md) - Detailed setup options
- [First Conversation](./first-conversation.md) - Using your bot
- [Sessions](./sessions.md) - How conversations are managed
---
<div align="center">
<img src="https://pragmatismo.com.br/icons/general-bots-text.svg" alt="General Bots" width="200">
</div>