You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Supports single-agent, multi-agent, or reflection-based agents (selectable via `.env`).
38
39
- 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
53
54
54
55
---
55
56
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
+
56
66
## Contributing
57
67
58
68
Please review our [Code of Conduct](./CODE_OF_CONDUCT.md) and [Security Guidelines](./SECURITY.md) before contributing.
0 commit comments