a2a-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

a2a-types

A tiny TypeScript types library containing Google's official A2A (Agent2Agent) types, directly from https://github.com/google-a2a/A2A/tree/main/types

Installation

npm install -D a2a-types

Usage

import type { AgentCard } from "a2a-types";

Updating Types

To pull the latest types from Google's A2A repository:

npm run update-types

This fetches the latest types from: https://raw.githubusercontent.com/google-a2a/A2A/refs/heads/main/types/src/types.ts

Contributing

PRs are welcome! This library aims to stay in sync with Google's official A2A types.

License

Apache-2.0 - from Google's A2A repository

Readme

Keywords

Package Sidebar

Install

npm i a2a-types

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

45 kB

Total Files

4

Last publish

Collaborators

  • venables