Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 05 Apr 22:14
· 3 commits to master since this release

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: 0xdd5a531b7c8e82ab09ef4eb26b33fc185d8dd5be3d2400cbd65b0d73c2df22c7

Full Changelog: v0.1.4...v0.1.5