Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@armalo/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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