Skip to content

Releases: g-clouds/ANS

v0.1.3

29 Dec 15:18

Choose a tag to compare

Release Note: v0.1.3 - Quantum-Proof Architecture

Date: 2025-12-29

This release introduces a foundational architectural upgrade to secure the Agent Network System against future quantum threats.

Key Features

  • Quantum-Proof Architecture: Official specification for the transition to a Hybrid (Dual-Key) Identity model using NIST-standardized Post-Quantum Cryptography (PQC).
  • Functional PQC PoC: A verified Proof of Concept (tests/pqc-poc) demonstrating ML-DSA-87 (Dilithium5) signatures working alongside classical ECDSA.
  • Strategic Roadmap: A detailed migration plan (docs/engineering-notes/pqc-migration-roadmap.md) targeting a 2026 rollout for quantum-resistant identities.

Documentation Updates

  • Main Spec: Updated docs/index.md with the new PQC Architecture section.
  • Developer Guide: Added docs/developer-guides/pqc-implementation-guide.md with technical schemas for hybrid keys.
  • Validation Report: Added docs/developer-guides/pqc-poc-validation.md containing evidence of NIST FIPS 204 compliance.

v0.1.2

04 Dec 01:06
98f64f2

Choose a tag to compare

ANS Architecture v0.1.2

Release Date: 2025-12-03
Status: Request for Comment

This release expands the ANS specification to support secure financial interactions between AI agents through the integration of the Agent Payments Protocol (AP2) and focuses on empowering community contribution.

Note: This is an architectural specification release. The current SDKs (v0.0.3/v0.0.5/v0.0.6) remain compatible with v0.1.1. Updated SDKs with full AP2 support will be released in a future update.

New Features

  • Agent Payments Protocol (AP2) Integration:
    • Introduced Section 7.4, detailing discovery and verification patterns for AP2-compliant agents.
    • Added support for discovery by ap2:roles (Merchant, Processor, Shopping Agent) and capabilities (fraud detection, settlement speed).
    • Defined a Financial-Grade Trust model requiring blockchain identity, staking, and regulatory attestation (PCI DSS, AML).
    • Added Compliance Verification workflows for automated checks against sanctions lists and regulatory frameworks.

Community & Governance

  • New Contribution Guide: Added CONTRIBUTING.md to streamline community involvement.
  • Open Governance Goal: Updated README.md to explicitly state the goal of transitioning ANS into a fully community-governed standard.
  • Call for Contributors: Specifically seeking help with:
    • Reviewing the v0.1.2/AP2 architecture.
    • Porting SDKs to new languages (Go, Rust, C#).
    • Validating the threat model.

Documentation Updates

  • Glossary: Added core AP2 definitions and linked to the official google-agentic-commerce/AP2 (https://github.com/google-agentic-commerce/AP2) repository.
  • Structure: Renumbered "Cross-Protocol Workflow Examples" to Section 7.5 to accommodate the new payment protocol section.
  • Versioning: Updated all specification references to v0.1.2.
  • Roadmap: Updated README.md to reflect the upcoming SDK release for v0.1.2/AP2 support.

Compatibility

  • Fully Additive: No breaking changes to the v0.1.0/v0.1.1 core specification.
  • SDKs: Current Client SDKs are not yet updated for AP2 features but remain fully functional for existing ANS v0.1.1 operations.

For a complete list of changes, please refer to the CHANGELOG.


Version 0.1.1

30 Jul 19:23
672b725

Choose a tag to compare

Release v0.1.1

This release introduces the Federated Architecture for the Agent Network System (ANS-FED-v0.1.1) as described in Appendix H of the specification. This addition outlines a robust, scalable, and resilient framework for interconnecting multiple independent ANS deployments, enabling a truly global and interoperable agent ecosystem.

Key features of the federated architecture include:

Core-to-Core Protocols: Standardised mechanisms for discovery, synchronisation, and health monitoring between ANS cores.
Auto-Healing Engine: Automated failure detection and recovery to ensure high availability and seamless operation.
Policy & Governance: A flexible framework for managing trust and data sharing across the federation.
This release also includes updates to the documentation to reflect the new version and a comprehensive changelog for better tracking of modifications.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Version 0.1.0 – Request for Comment

27 May 18:03
d3c7324

Choose a tag to compare

Initial release

Version 0.1.0 – Request for Comment