npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@dexwox-labs/a2a-node

v0.1.1

Published

Complete TypeScript implementation of Google's Agent-to-Agent (A2A) protocol - unified package with client, server and core components

Readme

@dexwox-labs/a2a-node npm version License

📖 Full Documentation | 💬 Report Issues

The unified TypeScript package for implementing the Agent-to-Agent (A2A) communication protocol, enabling seamless communication between AI agents.

This package provides a complete implementation of the A2A protocol specification, allowing developers to build, connect, and deploy intelligent agents. Developed by Dexwox Innovations Pvt Ltd to offer a robust TypeScript solution for agent-based systems.

Note: This is the unified package that combines all A2A components. You can also install individual packages separately if needed:

  • @dexwox-labs/a2a-core: Core types and utilities
  • @dexwox-labs/a2a-client: Client implementation
  • @dexwox-labs/a2a-server: Server implementation

Overview

The A2A protocol provides a standardized way for AI agents to communicate, share information, and collaborate on tasks. This package implements the protocol specification, making it easy to build, deploy, and connect agents that are compatible with the A2A ecosystem.

This package serves as the unified entry point to the A2A implementation and integrates the following components:

  • @dexwox-labs/a2a-core: Core types, utilities, and A2A protocol definitions
  • @dexwox-labs/a2a-client: Client libraries for connecting to A2A protocol servers
  • @dexwox-labs/a2a-server: Server implementation for hosting A2A protocol-compatible agents

Installation

# Install the main package
npm install @dexwox-labs/a2a-node

# Or install individual packages
npm install @dexwox-labs/a2a-core @dexwox-labs/a2a-client @dexwox-labs/a2a-server

Quick Start

// Import from the main package
import { createServer, AgentClient, MessageClient } from '@dexwox-labs/a2a-node';

// Or import from individual packages
import { AgentCard, Task } from '@dexwox-labs/a2a-core';
import { AgentClient, MessageClient } from '@dexwox-labs/a2a-client';
import { createServer, InMemoryTaskStore } from '@dexwox-labs/a2a-server';

Documentation

Full documentation is available at:
https://dexwox-innovations-org.github.io/a2a-node-sdk/

Includes:

  • API Reference
  • Protocol Specification
  • Development Guide
  • Deployment Guide
  • Integration Guide
  • Examples and Tutorials

Examples

This package includes several examples to help you get started:

See the Examples README for more information.

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

License

This project is licensed under the Apache 2.0 License.

Legal

A2A protocol is a specification for agent communication. This implementation is provided by Dexwox Innovations Pvt Ltd. Google and A2A are trademarks of Google LLC.