Duyetbot Agent

Deployment

Deploy GitHub Bot, Memory MCP, Telegram, or Agent Server. Platform comparison and quick start guide.

Related: Getting Started | Architecture | Contributing

Deployable Components

ComponentGuideRequiredDescription
GitHub Botgithub-bot.mdYesWebhook handler for @mentions, PR reviews
Memory MCPmemory-mcp.mdNoCloudflare Workers - session persistence
Telegram Bottelegram-bot.mdNoChat interface via Telegram
Cloudflare Agentscloudflare-agents.mdNoStateful serverless agents on Cloudflare

Quick Start

For most users, start with the GitHub Bot:

  1. GitHub Bot Deployment - Deploy the core webhook handler
  2. Optionally add Memory MCP for session persistence

Platform Comparison

PlatformDifficultyCostBest For
Cloudflare AgentsEasyFree-$5/moStateful agents, global edge
RailwayEasy$5/moBeginners, quick setup
Fly.ioEasyFree-$5/moFree tier, good defaults
RenderEasyFree-$7/moSimple Docker deploys
AWS ECS/FargateAdvanced$10-15/moFull control, enterprise
Docker ComposeMediumVPS costSelf-hosted

Recommendation: Start with Cloudflare Agents for stateful serverless agents, Fly.io for free tier containers, or Railway for simplicity.

Next Steps

On this page