wsz987/dsh-channels--packages-channel-harness ↗★ 2
@wsz987/channel-harness
Thin Harness-native bridge: SessionBinding, AgentManager and the session/event reply pipeline
AI Analysis
核心用途是作为 Harness 的原生桥接层,管理会话绑定、路由模式、并发及回复管道。适合需要将外部渠道消息与 Harness 内部智能体及模型进行对接和调度的系统管理员。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
- id: channels-harness
name: '@wsz987/channel-harness'
inject: [channels, agents, agentDefaultModel, llm, commands]
config:
agent:
default:
preset: main
provider: deepseek
model: deepseek-chat
maxTokens: 4096
routing:
mode: global # global | channel | account | conversation
bindingStore:
type: file # memory | file
workspace:
mode: channel-account # channel-account | host-cwd | disabled
autoCreate: true
reply:
updateIntervalMs: 200
splitParagraphs: true
splitCodeBlocks: true
finalFlush: true
maxConcurrency: 4
drainTimeoutMs: 5000
includeMetadataPrefix: false
Routing priority when routing.mode is not global:
conversation > account > channel > agent.default.