MicroWearld/dsh-subagent-a2a0

dsh-subagent-a2a

A2A client provider plugin for DeepSeek Harness

AI 분석

允许 DSH 作为客户端连接并调用外部 A2A 智能体服务,支持自定义请求头和超时配置。适合需要将外部 A2A 兼容智能体引入 DSH 作为子智能体的用户。

패키지
dsh-subagent-a2a
버전
0.0.1
최근 업데이트
2026. 8. 19.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MicroWearld/dsh-subagent-a2a

配置示例

- id: subagent-a2a
  name: 'dsh-subagent-a2a'
  config:
    providerName: a2a
    url: http://127.0.0.1:4123
    agentCardPath: /.well-known/agent.json
    headers:
      Authorization: Bearer token
    timeoutMs: 120000