{"id":50795750,"url":"https://github.com/nilp0inter/hermes-zello-plugin","last_synced_at":"2026-06-12T14:32:58.429Z","repository":{"id":360415399,"uuid":"1249673614","full_name":"nilp0inter/hermes-zello-plugin","owner":"nilp0inter","description":"Zello platform plugin for NousResearch hermes-agent — long-form voice memo channel for nil-agent.","archived":false,"fork":false,"pushed_at":"2026-06-03T11:17:53.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T12:21:51.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nilp0inter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T00:12:01.000Z","updated_at":"2026-06-03T11:17:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nilp0inter/hermes-zello-plugin","commit_stats":null,"previous_names":["nilp0inter/hermes-zello-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nilp0inter/hermes-zello-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilp0inter%2Fhermes-zello-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilp0inter%2Fhermes-zello-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilp0inter%2Fhermes-zello-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilp0inter%2Fhermes-zello-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nilp0inter","download_url":"https://codeload.github.com/nilp0inter/hermes-zello-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nilp0inter%2Fhermes-zello-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34249560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T14:32:54.858Z","updated_at":"2026-06-12T14:32:58.409Z","avatar_url":"https://github.com/nilp0inter.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermes-zello-plugin\n\nZello Channel API platform plugin for [Hermes Agent](https://github.com/NousResearch/hermes-agent).\n\nLong-form voice memos in, short clarifying questions / action proposals out.\nPTT-driven, half-duplex. Voice-only in v1.\n\n## Architecture\n\nInbound: Zello channel → aiozello WebSocket → per-user utterance aggregator\n(handles the ~60 s phone-app PTT segmentation) → Ogg-Opus packaged via\nffmpeg → Hermes `MessageEvent(message_type=MessageType.VOICE)` → Groq STT\n→ agent → text reply.\n\nOutbound: text → Hermes TTS (ElevenLabs) → audio file → ffmpeg PCM decode →\nopuslib re-encode → aiozello outbound stream with realtime pacing → Zello\nchannel.\n\nSee `HERMES-ZELLO-PLAN.md` for the full design report and `DELTAS.md` for\ndeviations discovered during implementation.\n\n## Install\n\nThe plugin is consumed as a tree under `~/.hermes/plugins/zello/`. Hermes\ndiscovers `plugin.yaml` and imports `hermes_zello_plugin.register(ctx)`.\n\nFor local development:\n\n```\nnix develop\nuv sync\nuv run pytest\n```\n\n`flake.nix` ships a devShell with `python3`, `uv`, `ffmpeg-headless`, and\n`libopus` (on `LD_LIBRARY_PATH` for `opuslib`'s ctypes loader).\n\n## Configure\n\nSee `.env.example` for the full env-var surface. Required:\n\n- `ZELLO_ISSUER`, `ZELLO_PRIVATE_KEY_PATH`, `ZELLO_USERNAME`, `ZELLO_PASSWORD`,\n  `ZELLO_CHANNEL`.\n\nOptional:\n\n- `ZELLO_ALLOWED_USERS`, `ZELLO_ALLOW_ALL_USERS`, `ZELLO_HOME_CHANNEL`,\n  `ZELLO_AGGREGATOR_WINDOW_S` (default 2), `ZELLO_MAX_UTTERANCE_S` (default\n  300).\n\nOut-of-band setup checklist: `SETUP.md`.\n\n## Tools\n\n- `end_session` (`session-control`): ends the current live Zello voice session\n  with Hermes `/new` parity. Intended as the final tool call after a\n  voice-session close such as `cambio y corto`.\n\n## Test\n\n```\nuv run pytest -q\n```\n\nTests stub `gateway.*` modules so they run without a `hermes-agent`\ncheckout.\n\n## License\n\nApache-2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilp0inter%2Fhermes-zello-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilp0inter%2Fhermes-zello-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilp0inter%2Fhermes-zello-plugin/lists"}