tgbot 0.1.7
tgbot: ^0.1.7 copied to clipboard
A CLI tool that bridges Telegram messages to AI CLIs (Codex, OpenCode, Gemini, Claude), allowing you to interact with AI agents through a Telegram bot.
example/main.dart
void main() {
print('''
tgbot <command> [options]
Commands:
start Start the Telegram-AI CLI bridge
init Generate a starter tgbot.yaml config file
validate Validate a config file without starting
upgrade Upgrade tgbot to the latest version
Flags:
-h, --help Print usage help
-v, --version Print the version
''');
}