Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Telegram Channel Extension

Bidirectional Telegram messaging for AgentOS via grammY.

What It Provides

  • telegramChannelSendMessage
  • telegramChannelSendMedia
  • telegramChannel

Runtime Status

  • This is a curated channel pack.
  • Channels stay opt-in because they can connect, poll, or receive webhooks.
  • Enable it through createCuratedManifest({ channels: ['telegram'] }) or a custom extension manifest.

Required Secret

  • telegram.botToken

Source of Truth

  • manifest.json defines the exported tools and messaging-channel descriptor.
  • src/ contains the adapter and tool implementations.