qa-channel स्वचालित OpenClaw QA के लिए bundled synthetic message transport है। यह production channel नहीं है - यह वास्तविक transports द्वारा उपयोग की जाने वाली उसी channel Plugin सीमा का अभ्यास कराने के लिए मौजूद है, जबकि state को deterministic और पूरी तरह inspectable रखता है।
यह क्या करता है
- Slack-वर्ग target grammar:
dm:<user>channel:<room>group:<room>thread:<room>/<thread>
- साझा
channel:औरgroup:conversations agents को group/channel room turns के रूप में दिखाई जाती हैं, इसलिए वे Discord, Slack, Telegram और समान transports द्वारा उपयोग की जाने वाली उसी visible-reply और message-tool routing policy का अभ्यास कराती हैं। - inbound message injection, outbound transcript capture, thread creation, reactions, edits, deletes, और search/read actions के लिए HTTP-backed synthetic bus।
- Host-side self-check runner जो
.artifacts/qa-e2e/में Markdown report लिखता है।
Config
enabled- इस account के लिए master toggle।name- वैकल्पिक display label।baseUrl- synthetic bus URL।botUserId- target grammar में उपयोग की जाने वाली Matrix-style bot user id।botDisplayName- outbound messages के लिए display name।pollTimeoutMs- long-poll wait window। 100 और 30000 के बीच integer।allowFrom- sender allowlist (user ids या"*"). Direct messages और allowlisted group policy दोनों इन synthetic sender ids का उपयोग करते हैं।groupPolicy- shared-room policy:"open"(default),"allowlist", या"disabled"।groupAllowFrom- वैकल्पिक shared-room sender allowlist।"allowlist"के अंतर्गत omit होने पर, QA ChannelallowFromपर fallback करता है।groups.<room>.requireMention- किसी specific group/channel room में reply करने से पहले bot mention आवश्यक करें।groups."*"default set करता है।defaultTo- जब कोई target supplied न हो तो fallback target।actions.messages/actions.reactions/actions.search/actions.threads- per-action tool gating।
accounts- account id द्वारा keyed named per-account overrides का record।defaultAccount- multiple accounts configured होने पर preferred account id।
Runners
Host-side self-check (.artifacts/qa-e2e/ के अंतर्गत Markdown report लिखता है):
qa-lab के माध्यम से route करता है, in-repo QA bus शुरू करता है, bundled qa-channel runtime slice boot करता है, और deterministic self-check चलाता है।
Full repo-backed scenario suite:
Related
- QA overview - overall stack, transport adapters, scenario authoring
- Matrix QA - example live-transport runner जो real channel drive करता है
- Pairing
- Groups
- Channels overview