matrix bridge for hivemind
Project description
HiveMind Matrix Bridge
Relay a Matrix chatroom to a HiveMind hub.
The bridge is a HiveMind satellite whose input and output are a Matrix room instead of a microphone. Messages that mention the bot are forwarded to the hub as utterances; the hub's spoken reply is posted back into the room. This turns any HiveMind hub (and the OVOS skills behind it) into a Matrix chatbot.
Matrix room ⇄ HiveMind-matrix-bridge ⇄ HiveMind hub (hivemind-core) ⇄ OVOS skills
Prerequisites
- A running HiveMind hub (hivemind-core) you can reach over the network.
- A HiveMind access key + password for this bridge, issued by the hub with
hivemind-core add-client(see Quickstart). - A Matrix account for the bot and an access token for it. Any homeserver works (
matrix.orgor self-hosted). Create the account, log in once, and copy its access token (in Element: Settings → Help & About → Access Token). - The room alias the bot should join (for example
#hivemind-bots:matrix.org); invite the bot account to that room.
Install
pip install git+https://github.com/JarbasHiveMind/HiveMind-matrix-bridge
Or from a checkout:
git clone https://github.com/JarbasHiveMind/HiveMind-matrix-bridge
cd HiveMind-matrix-bridge
pip install .
This installs the HiveMind-matrix console command.
Quickstart
1. Register the bridge on the hub (run where hivemind-core is installed):
hivemind-core add-client --name matrix-bridge \
--access-key "your-access-key" --password "your-password"
Note the access key and password — the bridge needs them to authenticate.
2. Store the HiveMind credentials so they are read automatically:
hivemind-client set-identity \
--key "your-access-key" \
--password "your-password" \
--host "ws://192.168.1.100"
(set-identity ships with hivemind-bus-client, a dependency of this bridge.) Alternatively, pass --key/--password/--host on every run instead of storing an identity.
3. Run the bridge:
HiveMind-matrix run \
--botname thehivebot \
--matrixtoken "syt_your_access_token" \
--matrixhost "https://matrix.org" \
--room "#hivemind-bots:matrix.org"
4. Send a message. In the joined room, mention the bot:
thehivebot what time is it?
The bridge strips the mention, forwards what time is it? to the hub, waits for the hub's speak reply, and posts it back to the room.
Configuration
HiveMind-matrix run options:
| Option | Description | Default |
|---|---|---|
--botname |
Mention prefix that triggers the bot | — |
--matrixtoken |
Matrix access token for the bot account | — |
--matrixhost |
Matrix homeserver URL | https://matrix.org |
--room |
Room alias to join | #hivemind-bots:matrix.org |
--key |
HiveMind access key | read from identity file |
--password |
HiveMind password | read from identity file |
--host |
HiveMind host (a ws:// prefix is added if no scheme) |
read from identity file |
--port |
HiveMind port | 5678 |
When --key/--password/--host are omitted they are read from the stored NodeIdentity. If none of the three are available the bridge exits with an error pointing you at hivemind-client set-identity.
Troubleshooting
NodeIdentity not set— runhivemind-client set-identity, or pass--key/--password/--hostexplicitly.- Bot ignores messages — the message must contain
--botnameexactly; messages without the mention are dropped by design. - Reply is the literal text
Error— the hub did not return aspeakwithin the response timeout (30s). Confirm the hub is reachable, the access key is authorized, and an OVOS pipeline is producing spoken answers. - Connection refused / no reply — verify
--hostand--portpoint at the running hub, and that the bridge's access key is registered (hivemind-core list-clients).
Documentation
See docs/ for a full setup walkthrough, a credential reference, and worked examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hivemind_matrix_bridge-0.1.2a2.tar.gz.
File metadata
- Download URL: hivemind_matrix_bridge-0.1.2a2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8972bcd0c61eb7ef12c8a0a064e6191abcf699d5c2dccf44030b6d4ececfc64e
|
|
| MD5 |
ee1b36fccd86215e9b81f28e851f2289
|
|
| BLAKE2b-256 |
9c904887ec5d45faa4dc2bf8a89a5665ec2bef0f8a29c1cd34429f33669918b3
|
File details
Details for the file hivemind_matrix_bridge-0.1.2a2-py3-none-any.whl.
File metadata
- Download URL: hivemind_matrix_bridge-0.1.2a2-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f21ead67f3b1e47f5901b300b6b5b8bf9a41d22e6d0205d7cf757801dea6762
|
|
| MD5 |
a1456a893c3270586f39eaa44ded2e4c
|
|
| BLAKE2b-256 |
714e7b590816c894d66ca44ce93d65398518f3436d67750195d52a68a9fc5077
|