Changelog
All notable changes to the Agent Data Pod specification.
Version History
| Version | Date | Description |
|---|---|---|
| 0.2.0 | 2026-02-03 | ANP/A2A integration, memory taxonomy, security enhancements |
| 0.1.0 | 2026-02-01 | Initial release |
[0.2.0] — 2026-02-03
Added
- did:wba Integration (Section 4.1): Full support for ANP's Web-Based Agent DID method
humanAuthorizationverification method supportkeyAgreementmethod for encrypted communicationAgentDescriptionServiceendpoint specification
- ANP Agent Description Format (Section 6.1): JSON-LD capability format aligned with ANP
- A2A Agent Card Compatibility (Section 6.2): Support for Agent2Agent Protocol discovery
- Memory Sector Taxonomy (Section 5.2): OpenMemory HMD v2 alignment
agent:memoryTypeproperty with values: episodic, semantic, procedural, emotional, reflective
- Security Enhancements (Sections 8.5-8.7):
- Multi-user Pod security considerations
- DPoP-bound access token guidance
- Post-quantum cryptography considerations
- W3C CG Alignment (Section 10): Explicit mapping to W3C AI Agent Protocol CG work items
- New Vocabulary Terms:
agent:AgentDescriptionServiceclassagent:memoryTypepropertyagent:embeddingModelpropertyagent:chunkingStrategyproperty
- Documentation:
- Interoperability Guide
- Migration Guide
- This changelog
Changed
- Canonicalization (Section 8.3): Updated from informal N-Triples to W3C RDFC-1.0 algorithm
- Signature Algorithms (Assertion A23): Expanded from Ed25519-only to support multiple key types
- Ed25519VerificationKey2020 (RECOMMENDED)
- EcdsaSecp256k1VerificationKey2019 (MUST for did:wba)
- JsonWebKey2020 (MAY)
- References: Added normative and informative references for ANP, A2A, VC 2.0, RDFC-1.0
- Conformance Table: Updated to reference security assertions S1-S8 for Full level
Fixed
- RFC 2119 compliance: Replaced non-standard "REQUIRED" with "MUST"
- OWL property declarations: Fixed
mcpEndpointandprotocolto useowl:DatatypeProperty - Added missing
rdfs:domaintoagent:descriptionproperty - Added
owl:importsfor DCT and PROV-O vocabulary dependencies
[0.1.0] — 2026-02-01
Added
- Initial specification release
- Pod structure definition with
/private/agent/and/public/agent/containers - Agent profile format extending FOAF
- Memory episode format with embedding support
- Capability declarations
- Audit trail with PROV-O compatibility
- Encryption requirements (AES-256-GCM)
- Access control via WAC/ACP
- SHACL validation shapes
- RDF vocabulary at
https://awkronos.github.io/web/vocab# - W3C position paper
Upgrade Guide
From 0.1.0 to 0.2.0
No breaking changes. All 0.1.0 conformant implementations remain conformant.
New optional features you can adopt:
- Add
agent:AgentDescriptionServiceto profile for ANP discovery - Add
agent:memoryTypeto memory episodes for taxonomy classification - Add
agent:embeddingModelto document embedding sources - Update signature verification to use RDFC-1.0 canonicalization
Part of the Agent Data Pod Specification