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-cliNode.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 andseam.config.yamlseam validate: JSON Schema and cross-reference validation across all definition filesseam compile: produce amanifest.json(sources, metrics, entities, resources, cross-refs)seam resolve: map a natural-language query to the matching metric or entity with governance metadata
Docs
- CLI install and commands: https://measurelab.ai/docs/cli/
- Concepts (intelligence layer, intelligence model, manifest, resolver): https://measurelab.ai/docs/concepts/
- Glossary (every SEAM term, defined): https://measurelab.ai/docs/glossary/
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