@armengabrielyan/autoloop
v0.1.3
Published
npm package for the AutoLoop CLI. Installs the `autoloop` command for agent-agnostic optimization loops.
Maintainers
Readme
@armengabrielyan/autoloop npm package
This is the npm distribution package for autoloop, a CLI for agent-agnostic optimization loops.
Installation
npm install -g @armengabrielyan/autoloopFor one-off usage with npx:
npx @armengabrielyan/autoloop --helpWhat this package does
When you install this package, it automatically downloads the appropriate pre-built binary for your platform from GitHub Releases. Supported platforms:
- macOS (Intel and Apple Silicon)
- Linux (x64 and ARM64)
- Windows (x64)
Alternative installation methods
Shell installer
curl -sSf https://raw.githubusercontent.com/armgabrielyan/autoloop/main/install.sh | shCargo
cargo install autoloopHomebrew
brew install armgabrielyan/tap/autoloopUsage
autoloop init --verify
autoloop baseline
autoloop install codexFor more information, see the full documentation.
License
MIT
