Skip to content

v0.2.9

Latest

Choose a tag to compare

@github-actions github-actions released this 08 May 21:01

Install

pip:

pip install autonet-computer

Linux/macOS:

curl -sSL https://github.com/autonet-code/node/releases/latest/download/install.sh | bash

Windows (PowerShell):

irm https://github.com/autonet-code/node/releases/latest/download/install.ps1 | iex

Install tiers:

pip install autonet-computer                  # Agent framework (local)
pip install autonet-computer[voice]           # + Voice / TTS
pip install autonet-computer[network]         # + Blockchain, P2P, training
pip install autonet-computer[network,voice]   # Everything

Package Integrity Hash

Publish this to the on-chain Registry to enable node self-verification:

Key:   node.code.hash.<version>
Value: 0xebfd7aac4b087fc871a681f14a88d05093fc05c0ea7932c103d703201d017803

Full Changelog: v0.2.8...v0.2.9