feat: add Matrix coordination channel, replace openclaw (Closes #8)
Add matrix_send() to lib/env.sh and matrix_listener.sh daemon for real-time notifications, threaded escalations, and human-in-the-loop replies. All agents now notify via Matrix instead of openclaw. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
90ef03a304
commit
f215fbe3cf
11 changed files with 266 additions and 23 deletions
|
|
@ -26,5 +26,11 @@ WOODPECKER_DB_USER=woodpecker
|
|||
WOODPECKER_DB_HOST=127.0.0.1
|
||||
WOODPECKER_DB_NAME=woodpecker
|
||||
|
||||
# ── Matrix (optional — real-time notifications & escalation replies) ──────
|
||||
MATRIX_HOMESERVER=http://localhost:8008 # Dendrite/Synapse URL
|
||||
MATRIX_BOT_USER=@factory:your.server # bot's Matrix user ID
|
||||
MATRIX_TOKEN= # bot's access token
|
||||
MATRIX_ROOM_ID= # coordination room ID (!xxx:your.server)
|
||||
|
||||
# ── Tuning ────────────────────────────────────────────────────────────────
|
||||
CLAUDE_TIMEOUT=7200 # max seconds per Claude invocation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue