Skip to content
roguelite labsAnthony Spezzano ↗

Index: receipts and replies

Reviewed September 6, 2026.

A voice request has several separate events: the transcript arrives, the task is routed, and an agent responds. Index uses Pushover for receipt and handoff notifications. The continuing conversation is in Telegram.

The handoff

The webhook stores the job, emits the saved or queued acknowledgement, then dispatches work. A named Hermes trigger sends the transcript to the VM gateway. A Codex trigger can select the Codex engine through Takopi, which presents the turn in Telegram.

Pushover is therefore not an alternative inbox to Telegram. It confirms an earlier part of the same interaction.

Source versions

The operational GitHub branch contains the Pushover and bridge adapters. Additional local changes pass an explicit engine and Telegram thread into Takopi. The default branch describes a newer public-core direction and an older prototype; do not treat those documents as a single deployed revision.

The user confirmed Mythos as the Telegram conversation for the Codex path. No live messages were sent during this review.

Follow-up work

A follow-up needs a session as well as the new prompt. The Takopi adapter reads a stored session and passes a resume token into its runner. That is separate from merely sending a notification.

Sources