feat: add hermes-meshtastic platform plugin and Gitea Actions release workflow
release / test-and-release (push) Successful in 1m5s

This commit is contained in:
2026-09-07 19:24:10 -07:00
parent 0914bb8ab2
commit d7162ccfae
10 changed files with 428 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# hermes-meshtastic
Meshtastic LoRa mesh gateway platform adapter plugin for Hermes Agent.
Allows bidirectional communication between Hermes AI agent profiles and off-grid Meshtastic nodes (e.g., Heltec V4, T-Beam, LilyGO) over 915 MHz LoRa mesh radio.
## Features
- Connects directly to local Meshtastic radio via TCP (e.g. `meshtastic.local:4403`).
- Subscribes to LoRa text messages on designated channel index (e.g. Channel 1 `# private` with AES-256).
- Direct Message (1-on-1) routing between Meshtastic Node IDs and Hermes agent sessions.
- Automatic message chunking and markdown stripping to fit within LoRa RF packet budgets (<180 chars).
- Automatic reconnection with exponential backoff.