Python CLI + SDK wrapper for agcli — Bittensor staking, transfers, wallets, weights, subnets, and more
Project description
taocli
Python CLI + SDK wrapper for agcli — Bittensor staking, transfers, wallets, weights, subnets, and more.
Install
uv pip install tao-cli
Requires the agcli binary on your PATH. See agcli releases.
CLI
taocli mirrors agcli 1:1 — same commands, same flags, same output:
taocli wallet list
taocli balance --address 5G...
taocli stake add --amount 10 --netuid 1
taocli subnet list
taocli view portfolio
taocli transfer --dest 5G... --amount 1.0
SDK
from taocli import Client
c = Client(network="finney")
# Balance
c.balance(address="5G...")
# Wallet
c.wallet.list()
c.wallet.create()
# Staking
c.stake.add(10.0, netuid=1)
c.stake.list()
# Transfer
c.transfer.transfer("5G...", 1.0)
# Subnet
c.subnet.list()
c.subnet.show(1)
# View
c.view.portfolio()
c.view.network()
SDK Modules
All modules are accessible as attributes on the Client instance.
| Module | Attribute | Description |
|---|---|---|
| Balance | c.balance() |
Query account balances |
| Wallet | c.wallet |
Create, list, import, sign, verify wallets |
| Stake | c.stake |
Add, remove, move, swap stake; limit orders; auto-compound |
| Transfer | c.transfer |
Send TAO between accounts |
| Subnet | c.subnet |
List, register, metagraph, health, cache, dissolve |
| Weights | c.weights |
Set, commit, reveal, commit-reveal weights |
| View | c.view |
Portfolio, network, dynamic, neuron, validators, analytics |
| Delegate | c.delegate |
Show, list delegates; adjust take |
| Root | c.root |
Root network registration and weights |
| Identity | c.identity |
Set, get, remove on-chain + subnet identity |
| Proxy | c.proxy |
Add, remove, pure, announced proxy accounts |
| Serve | c.serve |
Serve axon/prometheus endpoints |
| Commitment | c.commitment |
Set, get, list miner commitments |
| Config | c.config |
Get, set, list, reset config; cache management |
| Swap | c.swap |
Hotkey swap, coldkey swap, EVM key association |
| Admin | c.admin |
Sudo operations — set hyperparameters |
| Audit | c.audit |
Security audit of account exposure |
| Explain | c.explain |
Built-in Bittensor concept reference |
| Block | c.block |
Query block info, latest, ranges |
| Diff | c.diff |
Compare state between blocks |
| Multisig | c.multisig |
Submit, approve, execute threshold calls |
| Crowdloan | c.crowdloan |
Create, contribute, manage crowdloans |
| Liquidity | c.liquidity |
Add, remove, modify AMM positions |
| Subscribe | c.subscribe |
Subscribe to blocks and events |
| Scheduler | c.scheduler |
Schedule on-chain calls |
| Preimage | c.preimage |
Store governance preimages |
| Contracts | c.contracts |
Upload, instantiate, call WASM contracts |
| EVM | c.evm |
Call EVM contracts, withdraw to Substrate |
| SafeMode | c.safe_mode |
Enter/exit safe mode |
| Drand | c.drand |
Write drand randomness pulses |
| Localnet | c.localnet |
Start, stop, reset local dev chain |
| Batch | c.batch |
Run batch extrinsics from JSON |
| Utils | c.utils |
Convert denominations, measure latency |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tao_cli-0.6.4.tar.gz.
File metadata
- Download URL: tao_cli-0.6.4.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b38248f478b9dac96706da4686d6b4ed1f20a1d563dbbd1710b172ff990a4dba
|
|
| MD5 |
a8f255839c3f539a3a0ed103264457a2
|
|
| BLAKE2b-256 |
0f09d74a4b2d04f0b7eb2328199ed0cf2ffe48bb6f14dc5dc74e8c1919c167e2
|
File details
Details for the file tao_cli-0.6.4-py3-none-any.whl.
File metadata
- Download URL: tao_cli-0.6.4-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af211fc352979103749ceb44db1cb4d8c4066fc337f3e9b1dab099d2c0f7dd73
|
|
| MD5 |
2d16e710abd3e756033fb6ef5b76a542
|
|
| BLAKE2b-256 |
46cc6239faab084600370f8cb0eb06d030ce5da591fd1c88bff8eed5285c5e1b
|