Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ANP SDK v0.8.8

Latest

Choose a tag to compare

@chgaowei chgaowei released this 27 Jun 09:58

AgentConnect / ANP SDK v0.8.8

v0.8.8 is the coordinated stable release for the Python, Go, and Rust ANP SDKs.

AgentConnect is the multi-language SDK and reference implementation for the Agent Network Protocol (ANP). It helps agents identify each other, publish discoverable
interfaces, call each other over standard RPC, attach verifiable proofs, resolve human-readable handles, and build end-to-end encrypted communication flows.

Highlights

  • Coordinated Python / Go / Rust SDK release at 0.8.8.

  • Clearer multi-language SDK positioning:

    • Python agent SDK with OpenANP, authentication, proof, WNS, AP2, crawler, and E2EE modules.
    • Go and Rust SDKs for core ANP identity/proof/WNS functionality plus selected E2EE surfaces.
    • Dart SDK published separately.
    • TypeScript and Java workspaces available from source/local builds.
  • Updated quick-start path for building a Python ANP agent with OpenANP.

  • Documented learning paths for:

    • DID WBA authentication
    • Agent discovery and OpenRPC / JSON-RPC
    • Proof helpers
    • WNS handle resolution
    • AP2 examples
    • Direct E2EE and Group E2EE docs
    • Cross-language examples and fixtures