SimpleX Chat bot daemon — WebSocket API for Hermes Agent and messaging bots
1.7K
SimpleX Chat bot daemon — WebSocket API for Hermes Agent and messaging bots.
On first start it creates a bot profile and connection address. Connect your Hermes Agent or custom bot framework via WebSocket.
docker run -d --name simplex-bridge --network host -v simplex-data:/data libre7/simplex-bridge:latest
# Get the bot address
docker logs simplex-bridge | grep "Bot address"
Two scripts for different Hermes versions:
install-websockets.sh (just pip install websockets)patch-hermes-simplex.sh (install websockets + copy plugin.yaml)Scripts and full docs: https://github.com/libre-7/simplex-bridge
The daemon binds to 127.0.0.1:5225 only. Use host networking.
GNU General Public License v3.0
Content type
Image
Digest
sha256:bbd946eec…
Size
71.7 MB
Last updated
22 days ago
docker pull libre7/simplex-bridge