JSPM

@measurelab/seam-cli

0.5.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 260
  • Score
    100M100P100Q81845F
  • License Apache-2.0

CLI for SEAM: validate, compile, resolve, init, dashboard

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 (@measurelab/seam-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @measurelab/seam-cli

    CLI for SEAM, the intelligence layer between AI agents and the data sources they query. Built by Measurelab.

    The CLI scaffolds a SEAM project, validates definitions, compiles a manifest and resolves queries against your intelligence model from the terminal.

    Install

    npm install -g @measurelab/seam-cli

    Node.js 22+ required.

    Usage

    seam init                              # scaffold a new SEAM project
    seam validate                          # validate YAML definitions
    seam compile                           # compile to manifest.json
    seam resolve "monthly revenue"         # resolve a query

    --path <dir> is supported on every command; defaults to the current directory.

    Commands

    • seam init: scaffold a new project with example metrics, entities, connections and seam.config.yaml
    • seam validate: JSON Schema and cross-reference validation across all definition files
    • seam compile: produce a manifest.json (sources, metrics, entities, resources, cross-refs)
    • seam resolve: map a natural-language query to the matching metric or entity with governance metadata

    Docs

    What the CLI is. What it isn't.

    The CLI is for authoring an intelligence model and resolving queries locally. Running SEAM in production in front of agents (multi-tenant OAuth, audit pipeline, downstream MCP proxying) is Measurelab-managed. See https://measurelab.ai/seam/pricing/.

    License

    Apache-2.0