huangjuhua-aigc/dsh-a2a

huangjuhua-aigc★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

dsh-a2a-server makes a DeepSeek Harness agent reachable over the A2A (Agent2Agent) protocol. It serves an Agent Card at a well-known URI and implements the v0.3.0 JSON-RPC binding, so any compliant peer that knows the deployment's URL can discover the agent and submit tasks to it.

README 摘要

dsh-a2a-server Inbound A2A protocol server for DeepSeek Harness. Publish an Agent Card, accept tasks from any compliant peer. Everything is a plugin — this is one. English · 简体中文 A community plugin, not an official DeepSeek product. dsh-a2a-server makes a DeepSeek Harness agent reachable over the A2A (Agent2Agent) protocol. It serves an Agent Card at a well-known URI and implements the v0.3.0 JSON-RPC binding , so any compliant peer that knows the deployment's URL can discover the agent and submit tasks to it. The plugin is inbound only : it never connects to another agent. There is no client, no peer directory, and no A2A subagent provider. It is a transport adapter over ctx.agents , not a capability seam. Install dsh plugin forwards to pnpm inside the profile directory and appends this bundle to dsh.profile.bundles , because the package declares dsh.bundle . To work from a checkout instead, point it at the directory: Requirement Supplied by ctx.agents dsh-base ctx.credentials dsh-base ctx.webServer dsh-web-app ctx.sessionProjections (optional) composition; enables tasks/get after settlement The plugin stays PENDING until the three required services exist. ctx.webServer ships in d…

在 GitHub 查看完整 README →
Agent/智能体a2aagent2agentcordisdeepseek-harnessdshdsh-pluginagent

分类