Skip to content

v1.6.0 — CLI Tool Release

Choose a tag to compare

@ulsreall ulsreall released this 06 Jun 05:11
· 10 commits to master since this release

🎉 v1.6.0 — CLI Tool Release

New: wak CLI Command

Build and run Web3 AI agents directly from your terminal!

pip install web3-agent-kit
wak info      # Show version & capabilities
wak doctor    # Check environment
wak examples  # List example scripts

Commands

  • wak info — Library version, stats, capabilities
  • wak doctor — Environment check (Python, deps, .env)
  • wak examples — List 19 example scripts
  • wak wallet balance — Check wallet balance
  • wak token check — Token safety analysis
  • wak gas — Gas price estimation
  • wak agent — Run autonomous AI agent

Dependencies

  • Added: click>=8.0, rich>=13.0

Install

pip install web3-agent-kit==1.6.0

Full Changelog: v1.5.0...v1.6.0