Skip to content

Commit 8c63ac6

Browse files
author
James N.
committed
add header
1 parent 1982e1e commit 8c63ac6

File tree

1 file changed

+2
-0
lines changed
  • agentic_ai/agents/semantic_kernel/multi_agent/a2a

1 file changed

+2
-0
lines changed

agentic_ai/agents/semantic_kernel/multi_agent/a2a/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Cross-Domain Return-Pick-up Scheduling (A2A)
2+
13
This A2A implementation demonstrates inter-domain communication between agents in different domains. Unlike inter-agent communication within a single domain or application—where participating agents typically have full transparency into each other’s details—cross-domain agent communication enforces strict modularity and abstraction. In cross-domain scenarios, the logic and implementation of each agent system are hidden from one another, and only high-level structured information is exchanged. This approach aligns with Google’s Agent-to-Agent (A2A) protocol principles.
24

35
### Scenario: Cross-Domain Return Pickup Scheduling

0 commit comments

Comments
 (0)