Skip to main content

Pushary push notifications plugin for Hermes Agent

Project description

Pushary Plugin for Hermes Agent

Push notifications and human-in-the-loop for Hermes Agent via Pushary.

Install

pip install hermes-plugin-pushary

Or manually (directory install — plugin.yaml and skills/ ship inside the package):

cp -r pushary_plugin ~/.hermes/plugins/pushary
hermes plugins enable pushary

Note: Hermes runs in its own virtualenv, so pip install must target that interpreter (e.g. ~/.hermes/hermes-agent/venv/bin/python -m pip install hermes-plugin-pushary). hermes plugins enable currently only recognizes directory/bundled plugins, not pip-installed ones. If you installed via pip, enable it by adding the plugin to ~/.hermes/config.yaml directly instead:

plugins:
  enabled:
    - pushary

Setup

Set your API key:

export PUSHARY_API_KEY="pk_xxx.sk_xxx"

Get a key at pushary.com/sign-up.

Tools

Tool Description
pushary_notify Send a push notification with optional rich context
pushary_ask Ask a question via push (yes/no, multiple choice, or free text)
pushary_wait Wait for the user's answer
pushary_cancel Cancel a pending question

Auto-Notifications

The plugin automatically sends push notifications when tools return errors (up to 3 per session).

Set PUSHARY_AUTO_NOTIFY_SESSION_END=1 to also get notified when a session ends.

Set PUSHARY_AGENT_NAME to identify this Hermes instance in notifications (e.g., "Hermes - daily-briefing").

Permission Gating (approve from your lock screen)

Gate dangerous tools behind a yes/no push approval — Hermes pauses on a pre_tool_call hook, pushes the request to your phone, and only runs the tool if you approve.

export PUSHARY_GATE_TOOLS="terminal,write_file,delete_file"   # comma-separated tool names
export PUSHARY_GATE_TIMEOUT_MS=55000                          # optional, max 55000

Behaviour for a gated tool:

Outcome Result
You approve Tool runs
You deny Tool is blocked, the agent is told why
No answer before timeout Tool is blocked (fail-closed — you were asked)
Pushary unreachable / no API key Tool runs (fail-open — never bricks on our outage)

Gating is off unless PUSHARY_GATE_TOOLS is set. The Pushary tools themselves are never gated.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hermes_plugin_pushary-0.4.1.tar.gz (14.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hermes_plugin_pushary-0.4.1-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

Details for the file hermes_plugin_pushary-0.4.1.tar.gz.

File metadata

  • Download URL: hermes_plugin_pushary-0.4.1.tar.gz
  • Upload date:
  • Size: 14.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for hermes_plugin_pushary-0.4.1.tar.gz
Algorithm Hash digest
SHA256 90fe2d04ccbc9f0610bc51af9e8523f19a2bb1d48784b9c57ddf8011908d8e3a
MD5 665ffc86b5a7aba0d40e9ce5a5980be3
BLAKE2b-256 578f08c705b613dd84a0252bfa9ceb6b0a6f0428d924e1203bb788f4c5db99a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for hermes_plugin_pushary-0.4.1.tar.gz:

Publisher: release-pypi.yml on aadilghani1/pushary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hermes_plugin_pushary-0.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for hermes_plugin_pushary-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4b22560fb86fb53e0661ab34fec95a8e84c285f52cc843ac0c9db8af230a4e54
MD5 4b21cbec1267cfd5786b4866426f6f4e
BLAKE2b-256 3d5ded32346ebacf2aadbc9b59e06306893556412f7a9ba27c62db9f5a359f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for hermes_plugin_pushary-0.4.1-py3-none-any.whl:

Publisher: release-pypi.yml on aadilghani1/pushary

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page