fix(ms-ai-architect): MAF 1.0 GA + A2A v1.0 + Agent 365-pris (orkestrering currency)
- MAF 1.0 GA 2026-04-03: orkestreringsmonstre Experimental -> GA; SK+AutoGen konvergert (vedlikehold). - A2A: protokoll v1.0 stabil, MEN A2A-SDK/MAF-pakker fortsatt preview (nyanse bevart). - Agent 365: rettet feilaktig 'ingen ekstra kostnad' -> separat SKU ~$15/bruker/mnd (GA 2026-05-01); kilde MS Community Hub + uavh. analyse (ikke pa learn.microsoft.com). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01REiKFhP4w6xGXXqWKpPCJJ
This commit is contained in:
parent
70f24fa9df
commit
68d29f60f0
3 changed files with 29 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Agent2Agent (A2A) Protocol — Åpen Standard for Agent-Interoperabilitet
|
||||
|
||||
**Last updated:** 2026-04 | Verified: MCP 2026-04
|
||||
**Status:** Preview (Microsoft-implementasjoner) / GA (protokollspesifikasjon v0.3)
|
||||
**Last updated:** 2026-06-18 | Verified: 2026-06-18
|
||||
**Status:** Stabil (protokollspesifikasjon v1.0) / Preview (Microsofts A2A-SDK + Agent Framework A2A-pakker)
|
||||
**Category:** Agent Orchestration & Automation
|
||||
|
||||
---
|
||||
|
|
@ -22,7 +22,12 @@ Microsoft har implementert A2A-støtte i **Azure AI Foundry Agent Service**, **C
|
|||
| 50+ partnere (Accenture, Atlassian, Cohere, Salesforce, Microsoft m.fl.) | April 2025 |
|
||||
| Donert til Linux Foundation | Juni 2025 |
|
||||
| Protokollversjon v0.3 | 2025 |
|
||||
| Microsoft Foundry A2A-støtte (preview) | 2025 |
|
||||
| Protokollversjon v1.0 (første stabile, produksjonsklare versjon) | 2026 |
|
||||
| Microsoft Foundry A2A-støtte (preview) | 2025–2026 |
|
||||
|
||||
**A2A v1.0 (stabil):** Den første stabile, produksjonsklare versjonen av protokollen. Fire hovednyheter: **Signed Agent Cards** (kryptografisk verifisering av agentidentitet/metadata før interaksjon på tvers av organisasjonsgrenser), **multi-tenancy** (ett endepunkt kan trygt hoste flere agenter — relevant for SaaS), **multi-protocol bindings** (samme logiske agent eksponert over både JSON-RPC og gRPC), og **versjonsforhandling** (spec-nivå-garanti for bakoverkompatibel migrering fra v0.3 til v1.0). v0.3 er fortsatt støttet — agenter kan annonsere både v0.3 og v1.0 samtidig for gradvis migrering.
|
||||
|
||||
> **Viktig nyanse (juni 2026):** Selve A2A-protokollen er **v1-stabil**, men **Microsofts A2A-SDK og Agent Framework A2A-pakkene** (`agent-framework-a2a`, `Microsoft.Agents.AI.Hosting.A2A`/`.AspNetCore`) er fortsatt i **preview**. Bygg på den stabile v1-protokollen for langsiktig garanti, men behandle .NET-/Python-verktøyet rundt den som experimental — IKKE «GA i MAF».
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -680,7 +685,8 @@ app.MapA2A(agent, "/a2a/my-agent", agentCard: new()
|
|||
|
||||
8. **A2A Protocol Specification (offisiell)**
|
||||
- https://a2a-protocol.org/latest/specification/
|
||||
- Confidence: **Verified** (Linux Foundation-prosjekt, v0.3, 2025)
|
||||
- https://a2a-protocol.org/latest/announcing-1.0/ (v1.0-kunngjøring)
|
||||
- Confidence: **Verified (2026-06-18)** (Linux Foundation-prosjekt; v1.0 er gjeldende stabile versjon, v0.3 fortsatt støttet via versjonsforhandling)
|
||||
|
||||
9. **Linux Foundation — A2A Project lansering**
|
||||
- https://www.linuxfoundation.org/press/linux-foundation-launches-the-agent2agent-protocol-project
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue