@agentprodready/context-assembly
v1.0.1
Published
**Assemble execution context packages (memory, knowledge, constraints) for a turn.**
Downloads
1,746
Readme
@agentprodready/context-assembly
Assemble execution context packages (memory, knowledge, constraints) for a turn.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/context-assembly |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
Your host customizes what context is injected before model/tool work.
Prefer not to start here if Simple memory: true on createAgent covers your weekend path.
Install
npm install @agentprodready/context-assemblySample
import type { ContextAssemblyEngine } from '@agentprodready/context-assembly';
declare const assembly: ContextAssemblyEngine;
const pack = await assembly.assemble(/* ContextAssemblyRequest */);
console.log(pack);Ownership
| Owns | Does not own | |---|---| | Context assembly contracts | Durable memory storage; vector indexes; authorization |
Documentation
License
MIT © 2026 ameenmari
