@agentprodready/cli-framework
v1.0.1
Published
**CLI framework contracts for operator and developer command-line surfaces.**
Readme
@agentprodready/cli-framework
CLI framework contracts for operator and developer command-line surfaces.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/cli-framework |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You build a CLI that talks to your AgentProdReady host/API.
Prefer not to start here if you only need npm create agentprodready / library embed.
Install
npm install @agentprodready/cli-frameworkSample
import type { CliApp } from '@agentprodready/cli-framework';
declare const cli: CliApp;
await cli.run(process.argv.slice(2));Ownership
| Owns | Does not own | |---|---| | CLI parsing/output/diagnostics contracts | Business agent logic; Runtime orchestration |
Documentation
License
MIT © 2026 ameenmari
