CLI

Command-line interface for interacting with Hyperagent from your terminal.

Installation

Install Hyperagent CLI:

Terminal
pip install hyperagent

# Or install from source
pip install -e .

Commands

hyperagent contract generate

Generate a contract from natural language

Terminal
hyperagent contract generate "Create an ERC20 token"

hyperagent contract deploy

Deploy a contract to a network

Terminal
hyperagent contract deploy --network mantle-testnet --file contract.sol

hyperagent workflow create

Create a complete workflow

Terminal
hyperagent workflow create "Create ERC20 token" --network mantle-testnet

hyperagent system status

Check system health and status

Terminal
hyperagent system status