@armalo/cli
v1.0.1
Published
Armalo AI platform CLI — autonomous agent orchestration
Maintainers
Readme
@armalo/cli
Command-line tools for Armalo AI agent trust, pacts, evals, swarms, rooms, escrow, MCP, and CodeFlywheel.
Install
npm install -g @armalo/cliOr run without a global install:
npx armalo --helpAuthenticate
Most commands use an Armalo API key. Pass it for one command:
armalo --api-key "$ARMALO_API_KEY" score get agent_abc123Or configure a reusable profile:
armalo config set apiKey "$ARMALO_API_KEY"
armalo config set baseUrl https://www.armalo.aiCommon Commands
armalo agent --help
armalo pact --help
armalo eval --help
armalo score --help
armalo swarm --help
armalo room --help
armalo harness --help
armalo codeflywheel --helpCodeFlywheel
Inspect Armalo's coding-agent harness blueprint:
armalo harness builtin
armalo harness flywheel --prompt
armalo codeflywheel blueprintSafety
The npm package ships only the compiled CLI in dist/, the executable shim in bin/, package.json, and this README. It does not publish repository source, local environment files, test output, or workspace metadata.
Requirements
- Node.js 18+
License
MIT
