npm.io
0.1.0-alpha.1 • Published 1 month ago

@agentproto/knowledge

Licence
Apache-2.0
Version
0.1.0-alpha.1
Deps
0
Vulns
0
Weekly
0
Stars
3

@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.mjsbuild() and validate() 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.

Keywords