> Step-by-step guides for building agents with Dewee

# Tutorials

## 1. Deploy a Telegram Bot

1. Create a bot with `@BotFather` on Telegram and obtain the bot token.
2. Configure the channel in Dewee using `dewee channels add`.
3. Assign your default agent to the Telegram channel instance.

## 2. Setting Up an Automated Daily Standup Agent

1. Create a cron task scheduled for 09 daily:
   ```bash
   dewee cron create --name "standup" --schedule "0 9 * * 1-5" --message "Collect yesterday updates"
   ```
2. Enable channel delivery to your team channel.
