@agentprodready/prompt-builder
v1.0.1
Published
**Prompt package construction contracts — assemble model-facing prompts without owning AI I/O.**
Readme
@agentprodready/prompt-builder
Prompt package construction contracts — assemble model-facing prompts without owning AI I/O.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/prompt-builder |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You customize prompt packaging for a host or advanced agent path.
Prefer not to start here if createAgent({ instructions }) is enough for your app.
Install
npm install @agentprodready/prompt-builderSample
import type { PromptBuilder } from '@agentprodready/prompt-builder';
declare const prompts: PromptBuilder;
const pkg = await prompts.build(/* PromptBuildRequest */);
console.log(pkg.id);Ownership
| Owns | Does not own | |---|---| | Prompt package construction | Calling the model (AI Provider); Runtime execution |
Documentation
License
MIT © 2026 ameenmari
