Agent-zu-Agent-Kommunikation mit A2A
Wie Agents über Tools hinaus miteinander kommunizieren.
Agent-zu-Agent-Kommunikation mit A2A ist eine kostenlose MCP Academy-Lektion auf CoddyKit. Dies ist Lektion 3 von 4. Du kannst die komplette Lektion unten kostenlos lesen – dann übst du sie direkt im Browser mit einem integrierten Code-Editor und einem KI-Tutor rund um die Uhr. Sie ist Teil des MCP Academy-Lernpfads, und dein Fortschritt wird über Web und CoddyKit-App synchronisiert. Der MCP Academy-Kurs umfasst insgesamt 4 Lektionen.
Teile dieser Lektion wurden noch nicht übersetzt und werden auf Englisch angezeigt.
Beyond Tools
MCP connects a model to tools and data. But what if one agent needs to talk to another whole agent? That is a different problem.
Meet A2A
A2A stands for Agent-to-Agent. It is an open protocol for agents to discover each other and collaborate as peers, not as tools.
Tool vs Teammate
MCP treats a server as a capability you call. A2A treats the other side as a teammate that can reason and respond on its own.
The Agent Card
An A2A agent publishes an Agent Card, a small description of who it is and what it can do, so others can find and trust it.
Tasks, Not Tool Calls
In A2A you send a task and the other agent works on it, possibly over many turns, then hands back a result or an update.
Long-Running Work
A2A is built for jobs that take time. An agent can report progress and stream partial results instead of one quick reply.
Complementary, Not Rival
MCP and A2A solve different layers. One agent can use MCP for its tools while using A2A to delegate to another agent.
A Quick Picture
Picture a planner agent that calls a weather tool over MCP, then asks a booking agent over A2A to reserve the trip.
Opaque by Design
A2A agents stay opaque: you do not see their inner tools or prompts, only the task you send and the result you get back.
Open and Vendor-Neutral
Like MCP, A2A is an open standard, so agents built by different teams or vendors can still cooperate over it.
Choosing Between Them
Need a function or data source? Use MCP. Need to hand a whole goal to another autonomous agent? Reach for A2A.
Quick Check
Tell A2A and MCP apart by what they connect.
Recap
A2A links agents as peers that exchange tasks; MCP links an agent to tools. Use both together for richer systems. 🤝
Häufig gestellte Fragen
Ist die Lektion „Agent-zu-Agent-Kommunikation mit A2A“ kostenlos?
Ja — der vollständige Text von „Agent-zu-Agent-Kommunikation mit A2A“ ist hier im Web kostenlos zu lesen. Um sie interaktiv zu üben (integrierter Code-Editor und 24/7 KI-Tutor) und den Rest des MCP Academy-Kurses freizuschalten, upgrade auf CoddyKit PRO. Der MCP Academy-Kurs umfasst insgesamt 4 Lektionen.
Was lerne ich in „Agent-zu-Agent-Kommunikation mit A2A“?
Wie Agents über Tools hinaus miteinander kommunizieren. Du übst MCP Academy mit praktischem Code, den du direkt im Browser ausführst, und ein 24/7 KI-Tutor beantwortet deine Fragen während du die Lektion bearbeitest.
Brauche ich Erfahrung, um MCP Academy zu starten?
Keine Vorkenntnisse erforderlich. MCP Academy auf CoddyKit ist für Anfänger bis fortgeschrittene Lernende strukturiert, sodass du hier starten oder von Anfang an beginnen und in deinem eigenen Tempo voranschreiten kannst. Dies ist Lektion 3 von 4.
Wie lange dauert die Lektion „Agent-zu-Agent-Kommunikation mit A2A“?
Die meisten CoddyKit-Lektionen dauern etwa 5–10 Minuten. Jede ist kompakt und interaktiv, sodass du stetig Fortschritte machst und genau dort weitermachst, wo du aufgehört hast – im Web und in der App.
Kann ich in dieser MCP Academy-Lektion Code schreiben und ausführen?
Ja. Jede MCP Academy-Lektion enthält einen integrierten Code-Editor, sodass du echten Code direkt in deinem Browser schreibst und ausführst und sofort KI-Feedback erhältst — ohne lokale Einrichtung erforderlich.
Alle Lektionen in diesem Kurs
- MCP oder Function Calling
- MCP in Agent-Frameworks
- Agent-zu-Agent-Kommunikation mit A2A
- Wohin sich MCP als Nächstes entwickelt