@agentproto/knowledge
v0.1.0
Published
@agentproto/knowledge — AIP-10 KNOWLEDGE.md reference implementation. A filesystem-first knowledge-base format where an LLM curates, links, and lints a markdown wiki on top of immutable raw sources, turning agent knowledge into a compounding artifact inst
Maintainers
Readme
@agentproto/knowledge
AIP-10 KNOWLEDGE.md reference implementation. A filesystem-first knowledge-base format where an LLM curates, links, and lints a markdown wiki on top of immutable raw sources, turning agent knowledge into a compounding artifact instead of a per-query retrieval miss.
Status: 0.1.0-alpha. Generated by
scripts/scaffold-aip.mjs—build()andvalidate()bodies are TODOs.
Spec: https://agentproto.sh/docs/aip-10
Usage
import { defineKnowledge } from "@agentproto/knowledge"
const x = defineKnowledge({
id: "my-knowledge",
description: "Short purpose.",
// ...
})License
MIT — see LICENSE.
