@agentprodready/configuration
v1.0.1
Published
**Configuration contracts — typed config loading for replaceable host settings.**
Downloads
1,312
Readme
@agentprodready/configuration
Configuration contracts — typed config loading for replaceable host settings.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/configuration |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
Your host needs versioned configuration providers.
Prefer not to start here if env vars + createAgent options are enough.
Install
npm install @agentprodready/configurationSample
import type { ConfigurationProvider } from '@agentprodready/configuration';
declare const config: ConfigurationProvider;
const value = await config.get('runtime.timeoutMs');
console.log(value);Ownership
| Owns | Does not own | |---|---| | Configuration provider contracts | Secret storage; Runtime policy evaluation; npm config |
Documentation
License
MIT © 2026 ameenmari
