palladius / palladius/antigravity-ruby-sdk
🤖 Telegram bot endpoint with audio support
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Summary
Add a Telegram bot endpoint so an Antigravity Agent can serve as a Telegram chatbot with full audio/voice message support.
Requirements
- Telegram Bot: Use
telegram-bot-rubygem (or similar) to run a long-polling bot - Audio Support: Receive voice messages, transcribe them, send audio responses
- Skills Integration: Bot should load configurable skills (local + GitHub)
- Conversation State: Maintain per-user conversation context
- Configuration: All secrets in
.env(TELEGRAM_BOT_TOKEN,GEMINI_API_KEY) - Example:
examples/08_skill_telegram_bot.rb— runnable viarv run ruby
Inspiration
Borrow patterns from ~/git/emorr-agy (Telegram + audio + Gemini integration).
Stretch Goals
- Inline keyboard for skill selection
/skillscommand to list loaded skills/postmortemcommand to trigger SRE skill- Audio response via TTS
Priority
P2 — high-impact demo that showcases SDK versatility.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the requirements and the proposed entry point, examples/08_skill_telegram_bot.rb, then inspect the existing SDK patterns and the referenced emorr-agy integration. Confirm how telegram-bot-ruby, the .env values, configurable skills, audio messages, and per-user state should fit together. Done means the example runs via rv run ruby and supports the required Telegram text and audio flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100