@agentprodready/deployment-framework
v1.0.1
Published
**Deployment descriptors and contracts for packaging AgentProdReady hosts.**
Readme
@agentprodready/deployment-framework
Deployment descriptors and contracts for packaging AgentProdReady hosts.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/deployment-framework |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You describe container/process deployment profiles for a host.
Prefer not to start here if you are still validating createAgent locally.
Install
npm install @agentprodready/deployment-frameworkSample
import type { DeploymentDescriptor } from '@agentprodready/deployment-framework';
declare const deployment: DeploymentDescriptor;
console.log(deployment.profile);Ownership
| Owns | Does not own | |---|---| | Deployment description contracts | Kubernetes controllers; cloud IAM; Runtime |
Documentation
License
MIT © 2026 ameenmari
