fyf-spec/Agent-collaboration-network-on-A2A-MCP

MCPcommunity
fyf-specUnknownUpdated 22d agoGitHub

SJTU CS3611 Computer Networking course project

本仓库是一个面向计算机网络课程展示的本地多智能体协作系统 Demo。系统围绕“旅行规划”任务,展示 Coordinator、动态 Agent、MCP Gateway、MCP Server、主备注册中心之间的服务发现、任务调度、TCP A2A 通信、HTTP/JSON-RPC 调用、故障降级和网络报文观察。 当前版本已经不是早期的纯 HTTP v1 Demo,核心链路包括: User 通过 HTTP 向 Coordinator 提交任务。 Coordinator 通过 HTTP/REST 向主/备 Registry 发现可用 Agent。 Coordinator 通过自定义 A2A TCP frame 向 Worker Agent 派发任务。 Worker Agent 通过 MCP Gateway 调用后端 MCP Server。 MCP Gateway 通过 HTTP/JSON-RPC…

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
5GitHub stars
22d agoLast update
Package
Authorfyf-spec
LicenseUnknown
Sourcegithub
Trust Status
B
60/100Good
Listed in Forge index+10/10
Publisher identity verified+0/25
Publisher: run `forge publish` from the package repo to claim ownership
Ed25519 publish signature+0/10
Included automatically when the publisher runs `forge publish`
Domain verification+0/5
Publisher: host /.well-known/forge.json on the package homepage with { "publisher": "<github-login>" }
CVE scan · not run+0/30
Not yet scanned — package must be on npm
Static analysis · clean+20/20
npm provenance (Sigstore)+0/5
Publish from GitHub Actions with the --provenance flag
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain
Provenance
DependenciesNot audited
Tool surface
Security scan✓ CleanvHEAD · 19d ago
EvalsNone
IndexedJun 13, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.

About

本仓库是一个面向计算机网络课程展示的本地多智能体协作系统 Demo。系统围绕“旅行规划”任务,展示 Coordinator、动态 Agent、MCP Gateway、MCP Server、主备注册中心之间的服务发现、任务调度、TCP A2A 通信、HTTP/JSON-RPC 调用、故障降级和网络报文观察。 当前版本已经不是早期的纯 HTTP v1 Demo,核心链路包括: User 通过 HTTP 向 Coordinator 提交任务。 Coordinator 通过 HTTP/REST 向主/备 Registry 发现可用 Agent。 Coordinator 通过自定义 A2A TCP frame 向 Worker Agent 派发任务。 Worker Agent 通过 MCP Gateway 调用后端 MCP Server。 MCP Gateway 通过 HTTP/JSON-RPC 转发到 Weather、Traffic、Attraction、Hotel、Packing 等 MCP Server。 Coordinator 汇总各 Agent 结果,生成完整或 partial…