Official JavaScript SDK for the Agent2Agent (A2A) Protocol
A JavaScript library that helps run agentic applications as A2AServers following the Agent2Agent (A2A) Protocol. You can install the A2A SDK using . If you plan to use the Express integration (imports from ) for A2A server, you'll also need to install Express as it's a peer dependency: If you plan to use the GRPC transport (imports from or ), you must install the required peer dependencies: You…
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.
A JavaScript library that helps run agentic applications as A2AServers following the Agent2Agent (A2A) Protocol. You can install the A2A SDK using . If you plan to use the Express integration (imports from ) for A2A server, you'll also need to install Express as it's a peer dependency: If you plan to use the GRPC transport (imports from or ), you must install the required peer dependencies: You can also find some samples here. This SDK implements the A2A Protocol Specification . There is an…