Skip to content

aliyun/homebrew-agentbay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Agentbay Cloud Homebrew Tap

This is the official Homebrew tap for Agentbay Cloud, providing a convenient way to install the Agentbay command-line tool.

Quick Installation

Install via Tap (Recommended)

# 1. Add Agentbay Cloud's Homebrew tap
brew tap aliyun/agentbay

# 2. Install agentbay command-line tool
brew install agentbay

# 3. Verify installation
agentbay version

Usage

After installation, you can use the following commands:

# Check version information
agentbay version

# View help information
agentbay --help

# Use Agentbay commands
agentbay [command] [options]

Update and Uninstall

Update to Latest Version

# update only agentbay
brew upgrade agentbay

Uninstall

# Uninstall agentbay
brew uninstall agentbay

# Remove tap (optional)
brew untap aliyun/agentbay

Project Information

Troubleshooting

Common Issues

  1. Installation Failed

    # Update Homebrew
    brew update
    
    # Clean cache
    brew cleanup
    
    # Reinstall
    brew reinstall agentbay
  2. Network Issues (Especially for Chinese Users)

    The Formula has been configured with Chinese mirror sources. If you still have issues:

    # Set Go proxy
    export GOPROXY=https://goproxy.cn,direct
    export GOSUMDB=sum.golang.google.cn
    
    # Reinstall
    brew reinstall agentbay
  3. Permission Issues

    # Fix Homebrew permissions
    sudo chown -R $(whoami) $(brew --prefix)/*

Developer Information

Formula File Description

Formula/agentbay.rb contains:

  • Build Dependencies: Go language environment
  • Network Optimization: Configured with Chinese mirror sources to improve download speed
  • Version Information: Automatically injects version number, Git commit, and build time
  • Test Cases: Validates installation and basic functionality

Support

If you encounter issues:

Related Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages