New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@a2amesh/protocol

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a2amesh/protocol

A2A Mesh protocol types, Agent Card models, lifecycle definitions, and compatibility contracts.

latest
Source
npmnpm
Version
0.18.2
Version published
Maintainers
1
Created
Source

@a2amesh/protocol

Agent2Agent protocol TypeScript types, interfaces, constants, and validators.

Zero runtime dependencies.

Installation

The supported stable channel is latest.

npm install @a2amesh/protocol

Exports

Export pathContent
.All protocol types and interfaces

Usage

import type { AgentCard, Task, Message } from '@a2amesh/protocol';

const card: AgentCard = {
  protocolVersion: '1.0',
  name: 'My Agent',
  url: 'https://example.com/agent',
  version: '1.0.0',
};

See Compatibility for supported Node.js and package ranges.

Keywords

a2a

FAQs

Package last updated on 11 Aug 2026

Related posts