Duyetbot Agent
Community

Checklists

Pre/post-deploy checklists. Verify setup, test bots, monitor. Never miss a step.

TL;DR: Tick pre-deploy -> deploy -> post-deploy. Test CLI/Telegram/GitHub. All green? ✅ Live!

Verify every step. From README/PLAN.

📋 Pre-Deploy

  • Clone: git clone https://github.com/duyet/duyetbot-agent
  • bun install
  • bunx wrangler login
  • Env: Env Setup ->
  • Tests: bun run test (1200+ pass) ✅
  • Lint: bun run check

Run: bun run check -> All pass.

🚀 Deploy

AppCommandVerify
Allbun run deployDashboard: Workers live
Telegrambun run deploy:telegramtelegram.duyetbot.workers.dev responds
GitHubbun run deploy:githubWebhook ready
Agentsbun run deploy:shared-agentsDO bindings active
Memorybun run deploy:memory-mcpD1 tables created

🔍 Post-Deploy Tests

CLI

bun run cli chat
> Hello!

Expect: Agent responds.

Telegram

  1. @BotFather -> Set webhook: https://telegram.duyetbot.workers.dev/webhook
  2. Message bot: "hi" Expect: "Thinking 🧠" -> Response.

GitHub

  1. Repo -> Comment: @duyetbot hello Expect: Bot replies in thread.

Quiz: Tests pass?
A: bun run test

🛡️ Monitor

  • Logs: Cloudflare dashboard
  • Stuck batches: ROUTER_DEBUG=true
  • Tokens: LLM provider dashboard

🚀 Next

Cloudflare Deploy ->
Test now: bun run test! {{t('checklists.all_green')}}

On this page