AVCTL
Agentverse Command Line Interface (AVCTL)
Bookmark

AVCTL - Agentverse Command Line Interface 💻

Introduction

AVCTL is a powerful Command Line Interface (CLI) tool designed for interacting with the Agentverse ecosystem. It offers a range of functionalities from authorization to hosting management, making it an essential tool for developers working within the Agentverse environment.

Installation

Pre-requisites: Ensure that you have Go installed on your system.

  • For Mac/Linux users

Mannual Installation

  1. Visit avctl releases (opens in a new tab) and download the version relevant for your machine.
  2. Extract the tar file tar -xzvf avctl_Darwin_arm64.tar.gz.
  3. Move the file to local bin sudo mv avctl /usr/local/bin/.
  4. Make the extracted file executable sudo chmod +x /usr/local/bin/avctl.
  5. Verify the installation by using avctl auth login.

Using Homebrew

brew tap fetchai/avctl
brew install avctl
  • For windows user

Mannual Installation

  1. Download relevant file for windows from avctl releases (opens in a new tab) .
  2. Extract the tar file tar -xzvf avctl_Darwin_arm64.tar.gz.
  3. move to system path using move avctl-canary-windows-latest C:\Windows\system32\avctl.exe .
  4. Verify the installation by using avctl auth login.

Using Chocolatey

choco install avctl

Usage

There are two types of avctl commands named auth and hosting. avctl auth is used for authorisation and avctl hosting is used to perform all other actions.

Was this page helpful?

Bookmark