@agentprodready/sdk-framework
v1.0.1
Published
**Client SDK framework contracts for typed consumers of an AgentProdReady API.**
Readme
@agentprodready/sdk-framework
Client SDK framework contracts for typed consumers of an AgentProdReady API.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/sdk-framework |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You publish a typed client for your host API.
Prefer not to start here if in-process createAgent is your integration style.
Install
npm install @agentprodready/sdk-frameworkSample
import type { SdkClient } from '@agentprodready/sdk-framework';
declare const client: SdkClient;
// SDK calls your HTTP API — not a substitute for @agentprodready/agent-framework in-process.Ownership
| Owns | Does not own | |---|---| | SDK client contracts / client diagnostics | Server Runtime; Security policy engines |
Documentation
License
MIT © 2026 ameenmari
