Skip to content
Open

vb #1647

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: CodSpeed

on:
push:
branches:
- main
pull_request:
workflow_dispatch:

permissions:
contents: read
id-token: write

jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
defaults:
run:
working-directory: types

steps:
- name: Checkout Code
uses: actions/checkout@v5

- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "20"

- name: Install dependencies
run: npm install

- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: npx vitest bench --run
working-directory: types
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Apache License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/a2aproject/A2A)
[![RepoMapr](https://img.shields.io/badge/RepoMapr-View_Interactive_Diagram-blue)](https://repomapr.com/a2aproject/A2A)
[![CodSpeed](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/jozrftamson/A2A?utm_source=badge)

<!-- markdownlint-disable MD041 -->
<div style="text-align: center;">
Expand Down
17 changes: 17 additions & 0 deletions docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,20 @@ These agentic frameworks have built-in A2A integration, making it easy to get st
The excitement surrounding Google's A2A protocol clearly indicates a strong belief in its potential to revolutionize multi-agent AI systems. By providing a standardized way for AI agents to communicate and collaborate, A2A is poised to unlock new levels of automation and innovation. As enterprises increasingly adopt AI agents, A2A represents a crucial step towards realizing the full power of interconnected AI ecosystems.

**Join the growing community building the future of AI interoperability with A2A!**

---

## Ways to Get Involved

Ready to collaborate? Here are the quickest ways to contribute:

- **Start a conversation:** Use [GitHub Discussions](https://github.com/a2aproject/A2A/discussions) to share ideas, propose features, or ask questions.
- **Triage or file issues:** Check [open issues](https://github.com/a2aproject/A2A/issues) for areas where help is needed, or open a new one with clear repro steps and context.
- **Follow the contribution workflow:**
1. Fork the repo and create a feature branch.
2. Implement your change and add tests or examples when applicable.
3. Run linting and docs builds if you touched code or documentation.
4. Open a pull request describing the problem, solution, and testing.
- **Share feedback privately:** Use the [feedback form](https://goo.gle/a2a-feedback) if you cannot share details publicly.

Be sure to review the [Contributing Guide](https://github.com/a2aproject/A2A/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/a2aproject/A2A/blob/main/CODE_OF_CONDUCT.md) before you start. If you want deeper involvement, check out the [governance model](https://github.com/a2aproject/A2A/blob/main/GOVERNANCE.md) and consider attending community calls announced in Discussions.
Loading
Loading