palladius / palladius/antigravity-ruby-sdk

🤖 Telegram bot endpoint with audio support

Open
#13 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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-ruby gem (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 via rv run ruby

Inspiration

Borrow patterns from ~/git/emorr-agy (Telegram + audio + Gemini integration).

Stretch Goals

  • Inline keyboard for skill selection
  • /skills command to list loaded skills
  • /postmortem command 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.