Skip to content

Commit 8e3b4d9

Browse files
author
James N.
committed
update main readme
1 parent 8c63ac6 commit 8e3b4d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Welcome to the official repository for the Microsoft AI Agentic Workshop! This r
3333

3434
- **Configurable LLM Backend:** Use the latest Azure OpenAI GPT models (e.g., GPT-4.1, GPT-4o).
3535
- **MCP Server Integration:** Advanced tools to enhance agent orchestration and capabilities.
36+
- **A2A (Agent-to-Agent) Protocol Support:** Enables strict cross-domain, black-box multi-agent collaboration using [Google's A2A protocol](https://github.com/google-a2a/A2A).
3637
- **Flexible Agent Architecture:**
3738
- Supports single-agent, multi-agent, or reflection-based agents (selectable via `.env`).
3839
- Agents can self-loop, collaborate, reflect, or take on dynamic roles as defined in modules.
@@ -53,6 +54,15 @@ Welcome to the official repository for the Microsoft AI Agentic Workshop! This r
5354

5455
---
5556

57+
## 🆕 A2A (Agent-to-Agent) Cross-Domain Demo
58+
59+
This repository now supports a strict cross-domain multi-agent scenario using the A2A protocol, enabling message-driven, black-box collaboration between a customer-service agent and a logistics agent.
60+
61+
**A2A Example Included:**
62+
See `agentic_ai/agents/semantic_kernel/multi_agent/a2a/` for reference implementation and details.
63+
64+
---
65+
5666
## Contributing
5767

5868
Please review our [Code of Conduct](./CODE_OF_CONDUCT.md) and [Security Guidelines](./SECURITY.md) before contributing.

0 commit comments

Comments
 (0)