@agentprodready/knowledge
v1.0.2
Published
Knowledge and RAG-oriented retrieval contracts for AgentProdReady hosts (distinct from execution-derived Memory).
Maintainers
Readme
@agentprodready/knowledge
Knowledge / RAG-oriented contracts — distinct from execution-derived Memory.
| | |
|---|---|
| Status | Production contracts published |
| Install | npm install @agentprodready/knowledge |
| Module | ESM · Node.js >=22 <25 |
| License | MIT |
| Repository | ameenmari/agentprodready |
When to use
You integrate curated knowledge retrieval into a host.
Prefer not to start here if you only need turn memory — see @agentprodready/memory or Simple memory: true.
Install
npm install @agentprodready/knowledgeSample
import type { KnowledgeEngine } from '@agentprodready/knowledge';
declare const knowledge: KnowledgeEngine;
const hits = await knowledge.retrieve(/* KnowledgeRetrieveRequest */);
console.log(hits);Ownership
| Owns | Does not own | |---|---| | Knowledge retrieval contracts | Memory engine; vector store vendor drivers; Runtime |
Documentation
License
MIT © 2026 ameenmari
