wsz987/dsh-channels--packages-channel-harness ↗★ 2
@wsz987/channel-harness
Thin Harness-native bridge: SessionBinding, AgentManager and the session/event reply pipeline
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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.