tidev 0.2.0

A terminal-based AI coding agent
Documentation
1
2
3
4
5
6
7
8
9
//! Telegram gateway channel module.

pub mod bot;
pub mod channel;
pub mod types;

pub use bot::TelegramBot;
pub use channel::TelegramChannel;
pub use types::*;