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…
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.
本仓库是一个面向计算机网络课程展示的本地多智能体协作系统 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…