Sign inSign up

libre7/simplex-bridge

By libre7

Updated 22 days ago

SimpleX Chat bot daemon — WebSocket API for Hermes Agent and messaging bots

Image
0

1.7K

libre7/simplex-bridge repository overview

simplex-bridge

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.

Quick Start

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"

Hermes Agent Integration

Two scripts for different Hermes versions:

  • v0.16.0+install-websockets.sh (just pip install websockets)
  • v0.15.2 and olderpatch-hermes-simplex.sh (install websockets + copy plugin.yaml)

Scripts and full docs: https://github.com/libre-7/simplex-bridge

Network

The daemon binds to 127.0.0.1:5225 only. Use host networking.

License

GNU General Public License v3.0

Tag summary

Content type

Image

Digest

sha256:bbd946eec

Size

71.7 MB

Last updated

22 days ago

docker pull libre7/simplex-bridge