feat(tools): add Telegram Bot integration#3550
Open
Siddharth2624 wants to merge 1 commit intoadenhq:mainfrom
Open
feat(tools): add Telegram Bot integration#3550Siddharth2624 wants to merge 1 commit intoadenhq:mainfrom
Siddharth2624 wants to merge 1 commit intoadenhq:mainfrom
Conversation
- Add telegram_send_message and telegram_send_document tools - Add credential spec for TELEGRAM_BOT_TOKEN - Add comprehensive tests (18 test cases) - Add README documentation with setup instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Telegram Bot integration to enable agents to send messages and documents via Telegram Bot API.
Fixes #3303
Changes
telegram_send_message- Send text messages to Telegram chatstelegram_send_document- Send documents/files to Telegram chatsTELEGRAM_BOT_TOKENconfigurationFiles Changed
tools/src/aden_tools/tools/telegram_tool/__init__.py(new)tools/src/aden_tools/tools/telegram_tool/telegram_tool.py(new)tools/src/aden_tools/tools/telegram_tool/README.md(new)tools/src/aden_tools/credentials/integrations.py(modified)tools/src/aden_tools/tools/__init__.py(modified)tools/tests/tools/test_telegram_tool.py(new)Testing
make checkpasses (lint + format)Screenshots
Tested with real Telegram bot - messages delivered to chat.