Skip to content

修复 #497:多 Agent 场景下,dws CLI 使用系统预制的 clientId 发消息,导致机器人串台混乱回复。fix: resolve multi-agent bot credential isolation and add --client-id… - #509

Open
spike2204 wants to merge 1 commit into
DingTalk-Real-AI:mainfrom
spike2204:fix/clientid-default-robot-issue-clean
Open

修复 #497:多 Agent 场景下,dws CLI 使用系统预制的 clientId 发消息,导致机器人串台混乱回复。fix: resolve multi-agent bot credential isolation and add --client-id…#509
spike2204 wants to merge 1 commit into
DingTalk-Real-AI:mainfrom
spike2204:fix/clientid-default-robot-issue-clean

Conversation

@spike2204

Copy link
Copy Markdown
Collaborator

… to dws CLI skill

  • Change dwsCredentialHolder singleton to per-account Map (dwsCredentialsByAccount)
  • getDwsSpawnEnv() now accepts accountId to return correct bot credentials
  • Add warnIfAccountIdMissing() in gateway-methods for multi-account scenarios
  • Add --client-id parameter guidance in dws-cli skill for send-by-bot and recall-by-bot

Fixes #497 to # to #

… to dws CLI skill

- Change dwsCredentialHolder singleton to per-account Map (dwsCredentialsByAccount)
- getDwsSpawnEnv() now accepts accountId to return correct bot credentials
- Add warnIfAccountIdMissing() in gateway-methods for multi-account scenarios
- Add --client-id parameter guidance in dws-cli skill for send-by-bot and recall-by-bot

Fixes DingTalk-Real-AI#497 to # to #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

钉钉多Agent对用户进行混乱回复的BUG:当用户与agent1消息触发“图片发送指令”,会在agent1和agent2中进行混乱回复。

1 participant