Skip to content

Commit e7292f9

Browse files
authored
Merge pull request #9 from agntcy/docs/readme-badges
docs: add README badges
2 parents a46a092 + bce9b18 commit e7292f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# a2a-rs
22

3+
[![CI](https://github.com/agntcy/a2a-rs/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/agntcy/a2a-rs/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/agntcy/a2a-rs/branch/main/graph/badge.svg)](https://codecov.io/gh/agntcy/a2a-rs)
5+
[![crates.io](https://img.shields.io/crates/v/agntcy-a2a.svg)](https://crates.io/crates/agntcy-a2a)
6+
[![docs.rs](https://docs.rs/agntcy-a2a/badge.svg)](https://docs.rs/agntcy-a2a)
7+
[![License](https://img.shields.io/crates/l/agntcy-a2a.svg)](https://github.com/agntcy/a2a-rs/blob/main/LICENSE.md)
8+
39
`a2a-rs` is a Rust workspace for the A2A v1 protocol. It includes core protocol
410
types, async client and server libraries, protobuf definitions, and gRPC
511
bindings for building interoperable A2A agents and clients.

0 commit comments

Comments
 (0)