@agentprodready/foundation
v1.0.1
Published
**Immutable foundation contracts and Application Host baseline for AgentProdReady.**
Readme
@agentprodready/foundation
Immutable foundation contracts and Application Host baseline for AgentProdReady.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/foundation |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You are building a host or platform package that needs shared identity, scope, and execution context types.
Prefer not to start here if you only need an embedded agent — use @agentprodready/agent-framework createAgent instead.
Install
npm install @agentprodready/foundationSample
import type { ExecutionContext } from '@agentprodready/foundation';
// Shared across Runtime, Security, and capabilities — do not invent parallel context shapes.
declare const context: ExecutionContext;
console.log(context.executionId, context.tenantId);Ownership
| Owns | Does not own | |---|---| | Foundational immutable contracts; Application Host baseline | Runtime execution; authorization decisions; AI vendor calls |
Documentation
Related
@agentprodready/agent-framework— start here for apps@agentprodready/runtime
License
MIT © 2026 ameenmari
