|
1 |
| -# Agent2Agent (A2A) Samples |
2 |
| - |
3 |
| -<div style="text-align: right;"> |
4 |
| - <details> |
5 |
| - <summary>🌐 Language</summary> |
6 |
| - <div style="text-align: center;"> |
7 |
| - <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=en">English</a> |
8 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=zh-CN">简体中文</a> |
9 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=zh-TW">繁體中文</a> |
10 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ja">日本語</a> |
11 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ko">한국어</a> |
12 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=hi">हिन्दी</a> |
13 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=th">ไทย</a> |
14 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=fr">Français</a> |
15 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=de">Deutsch</a> |
16 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=es">Español</a> |
17 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=it">Italiano</a> |
18 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ru">Русский</a> |
19 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=pt">Português</a> |
20 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=nl">Nederlands</a> |
21 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=pl">Polski</a> |
22 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ar">العربية</a> |
23 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=fa">فارسی</a> |
24 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=tr">Türkçe</a> |
25 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=vi">Tiếng Việt</a> |
26 |
| - | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=id">Bahasa Indonesia</a> |
27 |
| - </div> |
28 |
| - </details> |
29 |
| -</div> |
30 |
| - |
31 |
| -This repository contains code samples and demos which use the [Agent2Agent (A2A) Protocol](https://goo.gle/a2a). |
32 |
| - |
33 |
| -## Related Repositories |
34 |
| - |
35 |
| -- [A2A](https://github.com/a2aproject/A2A) - A2A Specification and documentation. |
36 |
| -- [a2a-python](https://github.com/a2aproject/a2a-python) - A2A Python SDK. |
37 |
| -- [a2a-inspector](https://github.com/a2aproject/a2a-inspector) - UI tool for inspecting A2A enabled agents. |
38 |
| - |
39 |
| -## Contributing |
40 |
| - |
41 |
| -Contributions welcome! See the [Contributing Guide](CONTRIBUTING.md). |
42 |
| - |
43 |
| -## Getting help |
44 |
| - |
45 |
| -Please use the [issues page](https://github.com/a2aproject/a2a-samples/issues) to provide suggestions, feedback or submit a bug report. |
46 |
| - |
47 |
| -## Disclaimer |
48 |
| - |
49 |
| -This repository itself is not an officially supported Google product. The code in this repository is for demonstrative purposes only. |
50 |
| - |
51 |
| -Important: The sample code provided is for demonstration purposes and illustrates the mechanics of the Agent-to-Agent (A2A) protocol. When building production applications, it is critical to treat any agent operating outside of your direct control as a potentially untrusted entity. |
52 |
| - |
53 |
| -All data received from an external agent—including but not limited to its AgentCard, messages, artifacts, and task statuses—should be handled as untrusted input. For example, a malicious agent could provide an AgentCard containing crafted data in its fields (e.g., description, name, skills.description). If this data is used without sanitization to construct prompts for a Large Language Model (LLM), it could expose your application to prompt injection attacks. Failure to properly validate and sanitize this data before use can introduce security vulnerabilities into your application. |
54 |
| - |
55 |
| -Developers are responsible for implementing appropriate security measures, such as input validation and secure handling of credentials to protect their systems and users. |
| 1 | +# Agent2Agent (A2A) Samples |
| 2 | + |
| 3 | +<a href="https://studio.firebase.google.com/new?template=https%3A%2F%2Fgithub.com%2Fa2aproject%2Fa2a-samples%2Ftree%2Fmain%2F.firebase-studio"> |
| 4 | + <picture> |
| 5 | + <source |
| 6 | + media="(prefers-color-scheme: dark)" |
| 7 | + srcset="https://cdn.firebasestudio.dev/btn/try_light_20.svg"> |
| 8 | + <source |
| 9 | + media="(prefers-color-scheme: light)" |
| 10 | + srcset="https://cdn.firebasestudio.dev/btn/try_dark_20.svg"> |
| 11 | + <img |
| 12 | + height="20" |
| 13 | + alt="Try in Firebase Studio" |
| 14 | + src="https://cdn.firebasestudio.dev/btn/try_blue_20.svg"> |
| 15 | + </picture> |
| 16 | +</a> |
| 17 | + |
| 18 | +<div style="text-align: right;"> |
| 19 | + <details> |
| 20 | + <summary>🌐 Language</summary> |
| 21 | + <div style="text-align: center;"> |
| 22 | + <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=en">English</a> |
| 23 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=zh-CN">简体中文</a> |
| 24 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=zh-TW">繁體中文</a> |
| 25 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ja">日本語</a> |
| 26 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ko">한국어</a> |
| 27 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=hi">हिन्दी</a> |
| 28 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=th">ไทย</a> |
| 29 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=fr">Français</a> |
| 30 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=de">Deutsch</a> |
| 31 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=es">Español</a> |
| 32 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=it">Italiano</a> |
| 33 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ru">Русский</a> |
| 34 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=pt">Português</a> |
| 35 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=nl">Nederlands</a> |
| 36 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=pl">Polski</a> |
| 37 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=ar">العربية</a> |
| 38 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=fa">فارسی</a> |
| 39 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=tr">Türkçe</a> |
| 40 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=vi">Tiếng Việt</a> |
| 41 | + | <a href="https://openaitx.github.io/view.html?user=a2aproject&project=a2a-samples&lang=id">Bahasa Indonesia</a> |
| 42 | + </div> |
| 43 | + </details> |
| 44 | +</div> |
| 45 | + |
| 46 | +This repository contains code samples and demos which use the [Agent2Agent (A2A) Protocol](https://goo.gle/a2a). |
| 47 | + |
| 48 | +## Related Repositories |
| 49 | + |
| 50 | +- [A2A](https://github.com/a2aproject/A2A) - A2A Specification and documentation. |
| 51 | +- [a2a-python](https://github.com/a2aproject/a2a-python) - A2A Python SDK. |
| 52 | +- [a2a-inspector](https://github.com/a2aproject/a2a-inspector) - UI tool for inspecting A2A enabled agents. |
| 53 | + |
| 54 | +## Contributing |
| 55 | + |
| 56 | +Contributions welcome! See the [Contributing Guide](CONTRIBUTING.md). |
| 57 | + |
| 58 | +## Getting help |
| 59 | + |
| 60 | +Please use the [issues page](https://github.com/a2aproject/a2a-samples/issues) to provide suggestions, feedback or submit a bug report. |
| 61 | + |
| 62 | +## Disclaimer |
| 63 | + |
| 64 | +This repository itself is not an officially supported Google product. The code in this repository is for demonstrative purposes only. |
| 65 | + |
| 66 | +Important: The sample code provided is for demonstration purposes and illustrates the mechanics of the Agent-to-Agent (A2A) protocol. When building production applications, it is critical to treat any agent operating outside of your direct control as a potentially untrusted entity. |
| 67 | + |
| 68 | +All data received from an external agent—including but not limited to its AgentCard, messages, artifacts, and task statuses—should be handled as untrusted input. For example, a malicious agent could provide an AgentCard containing crafted data in its fields (e.g., description, name, skills.description). If this data is used without sanitization to construct prompts for a Large Language Model (LLM), it could expose your application to prompt injection attacks. Failure to properly validate and sanitize this data before use can introduce security vulnerabilities into your application. |
| 69 | + |
| 70 | +Developers are responsible for implementing appropriate security measures, such as input validation and secure handling of credentials to protect their systems and users. |
0 commit comments