-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
28 lines (27 loc) · 814 Bytes
/
CITATION.cff
File metadata and controls
28 lines (27 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-License-Identifier: Apache-2.0
# Copyright 2026 Tom F. <tomf@tomtomtech.net> (https://github.com/tomtom215)
cff-version: 1.2.0
title: "a2a-rust: A2A Protocol SDK for Rust"
message: "If you use this software, please cite it using the metadata from this file."
type: software
authors:
- name: "Tom F."
email: "tomf@tomtomtech.net"
alias: "tomtom215"
repository-code: "https://github.com/tomtom215/a2a-rust"
url: "https://github.com/tomtom215/a2a-rust"
license: Apache-2.0
version: "0.5.1"
date-released: "2026-04-15"
keywords:
- a2a
- agent-to-agent
- rust
- sdk
- protocol
- json-rpc
- grpc
abstract: >-
A complete Rust implementation of the Agent-to-Agent (A2A) protocol v1.0,
providing types, server framework, and client library for building
interoperable AI agent systems.