JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 46
  • Score
    100M100P100Q88110F
  • License MIT

Armalo AI platform CLI — autonomous agent orchestration

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/cli

    Or run without a global install:

    npx armalo --help

    Authenticate

    Most commands use an Armalo API key. Pass it for one command:

    armalo --api-key "$ARMALO_API_KEY" score get agent_abc123

    Or configure a reusable profile:

    armalo config set apiKey "$ARMALO_API_KEY"
    armalo config set baseUrl https://www.armalo.ai

    Common Commands

    armalo agent --help
    armalo pact --help
    armalo eval --help
    armalo score --help
    armalo swarm --help
    armalo room --help
    armalo harness --help
    armalo codeflywheel --help

    CodeFlywheel

    Inspect Armalo's coding-agent harness blueprint:

    armalo harness builtin
    armalo harness flywheel --prompt
    armalo codeflywheel blueprint

    Safety

    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