<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0" -->

---
title: Build an AI Agent in Telegram with Vercel, Cursor, Composio
description: A freeCodeCamp course on building a persistent AI agent from scratch using Vercel AI SDK, Vercel AI Gateway, Composio, SuperMemory, and Telegram. The course...
canonical: https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Build an AI Agent in Telegram with Vercel, Cursor, Composio | daily.dev
og:description: A freeCodeCamp course on building a persistent AI agent from scratch using Vercel AI SDK, Vercel AI Gateway, Composio, SuperMemory, and Telegram. The course...
og:url: https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0
og:image: https://api.daily.dev/og/posts/6tCjyoBv0.png
og:image:alt: Build an AI Agent in Telegram with Vercel, Cursor, Composio
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Build an AI Agent in Telegram with Vercel, Cursor, Composio

**[freeCodeCamp](https://daily.dev/sources/freecodecamp)** · 2 min read · 3 upvotes · 0 comments

## Summary

A freeCodeCamp course on building a persistent AI agent from scratch using Vercel AI SDK, Vercel AI Gateway, Composio, SuperMemory, and Telegram. The course covers creating a chat interface, connecting AI models, adding cross-app workflow automation (Gmail, Slack), enabling long-term memory, mobile access via Telegram, and scheduling tasks with Vercel Cron jobs. Cursor is used throughout to assist with development.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.freecodecamp.org/news/build-an-ai-agent-in-telegram-with-vercel-cursor-composio>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#telegram](https://daily.dev/tags/telegram), [#vercel](https://daily.dev/tags/vercel)

[View this post on daily.dev](https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Build an AI Agent in Telegram with Vercel, Cursor, Composio","url":"https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0"},"datePublished":"2026-06-26T16:39:38.194Z","dateModified":"2026-06-26T16:39:54.339Z","description":"A freeCodeCamp course on building a persistent AI agent from scratch using Vercel AI SDK, Vercel AI Gateway, Composio, SuperMemory, and Telegram. The course...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/9992a7547a7b5e432f1863d2f279127a?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/9992a7547a7b5e432f1863d2f279127a?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"freeCodeCamp","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"freeCodeCamp","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1628412854/logos/freecodecamp","url":"https://daily.dev/sources/freecodecamp"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/build-an-ai-agent-in-telegram-with-vercel-cursor-composio-6tcjyobv0","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,telegram,vercel","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"freeCodeCamp","item":"https://daily.dev/sources/freecodecamp"},{"@type":"ListItem","position":3,"name":"Build an AI Agent in Telegram with Vercel, Cursor, Composio"}]}
```

