Enhance vk-bridge with LP settings sync and event filters

This commit is contained in:
OpenClaw Assistant
2026-02-23 08:28:05 +00:00
parent 90bb676fe1
commit d6f404a20f
4 changed files with 74 additions and 2 deletions

View File

@@ -9,4 +9,8 @@ OPENCLAW_BRIDGE_URL=http://127.0.0.1:8787/vk/inbound
OPENCLAW_BRIDGE_TIMEOUT_MS=45000
# Optional
# Comma-separated list of event types to process in bridge loop.
VK_ALLOWED_EVENTS=message_new
# 1 = try to auto-enable Long Poll + selected events via groups.setLongPollSettings
VK_SYNC_LONGPOLL_SETTINGS=1
LOG_LEVEL=info