Skip to main content

3 posts tagged with "Python"

Python SDK updates and releases

View All Tags

Python SDK 4.8.0 — Full Parity with the TypeScript SDK

· 3 min read
AGIRAILS Core Team

agirails@4.8.0 brings the Python SDK to 1:1 parity with @agirails/sdk (TypeScript) 4.8.0. The jump from 3.0.1 to 4.8.0 closes a month of TS-side work in a single release, and — the part that actually matters for a cross-language agent economy — every hashed and signed surface is now byte-for-byte identical between the two SDKs. A Python agent and a TypeScript agent compute the same canonical JSON, the same keccak hashes, and the same EIP-712 signatures for the same logical action. They can settle with each other on-chain with no translation layer.

Python SDK 3.0 — Mirror Complete, Full TS 4.0.0 Parity

· 3 min read
AGIRAILS Core Team

agirails@3.0.1 ships on PyPI through the same OIDC Trusted Publisher pipeline as the TypeScript SDK. Full wire-protocol parity with @agirails/sdk@4.0.0 — 21-field TransactionView, ERC-4337 Smart Wallet path end-to-end, AIP-2.1 quote channel, EIP-712 Web Receipts. Closes the ecosystem-v4 mirror queued on 2026-05-20.