Back to browse
GitHub Repository

Multi-backend notification system (audio, Telegram, SMS, phone)

2 starsPython

Scitex-notification – Give AI agents a voice: TTS, phone calls, SMS

by ywatanabe1989·Mar 15, 2026·1 point·1 comment

AI Analysis

●●SolidShip ItNiche Gem

Seven unanswered audio alerts trigger a phone call — works through iPhone Silent Mode.

Strengths
  • Escalation chain from TTS → desktop → email → SMS → call is thoughtfully designed.
  • MCP server integration lets AI agents notify without custom code.
  • Eight backends including Emacs, Playwright, and Twilio for flexibility.
Weaknesses
  • Orchestrates existing notification services — no novel underlying technology.
  • Zero stars suggests limited real-world validation so far.
Target Audience

AI agent developers, ML engineers running long jobs

Similar To

Apprise · ntfy · Gotify

Post Description

I built this after getting tired of staring at terminals waiting for agents to finish.

scitex-notification gives AI agents working on local and remote servers (via MCP) a multi-backend notification system — they speak progress aloud from speakers on your desktop, and escalate to a phone call if you don't respond (Twilio setup needed).

The escalation chain: TTS audio → desktop → email → SMS → phone call. After 7 unanswered audio alerts, the agent calls your phone. Works through iPhone Silent Mode via Emergency Bypass or the repeated-calls trick (iOS allows the second call from the same number within 3 minutes).

Spun out of SciTeX, a scientific computing ecosystem — but works standalone.

pip install "scitex-notification[all]"

Similar Projects

Developer Tools●●●Banger

Palmier – bridge your AI agents and your phone

Phone as both agent remote and agent tool — genuinely new infrastructure for local AI.

Zero to OneShip ItSolve My Problem
caihongxu
781mo ago
Developer Tools●●Solid

AgenticMail – Email, SMS, and multi-agent coordination for AI agents

Hands-off: each agent gets its own mailbox, phone number, inbox and API key, and the project bundles a local Stalwart mail server in Docker plus Gmail-relay or custom-domain outbound with DKIM/SPF/DMARC. Concrete safety features (outbound scanning to catch API keys/PII) and Google Voice SMS extraction for verification codes are genuinely useful and uncommon together. If you want to prototype agents that actually talk to people/services this is a focused, pragmatic stack — but expect telephony fiddliness and compliance trade-offs in real deployments.

WizardryNiche Gem
agenticmail
213mo ago