Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 4.89 KB

File metadata and controls

86 lines (62 loc) · 4.89 KB
okf_version 0.1

Agent Knowledge — OKF & LLM Wiki

A knowledge bundle about the Open Knowledge Format (OKF) and the LLM Wiki pattern it formalizes. This bundle is written in OKF so the repository doubles as a worked, self-demonstrating example: to see what a conformant bundle looks like, browse the files here.

The purpose of this bundle is to collect and cross-link everything we know about OKF and the LLM Wiki pattern before building the portable agent skills that will create and maintain bundles like this one.

Concepts

The ideas behind the pattern — what an LLM Wiki is and why it works.

  • LLM Wiki - a persistent, LLM-maintained knowledge base that compiles knowledge once and keeps it current.
  • Three-Layer Architecture - raw sources, the wiki, and the schema.
  • Compounding Artifact - why a persistent wiki beats query-time retrieval.
  • Progressive Disclosure - navigating a bundle one level at a time via index files.
  • RAG vs. LLM Wiki - retrieval every query vs. compile once, maintain forever.
  • Memex - Vannevar Bush's 1945 antecedent, and the maintenance problem the LLM solves.
  • Knowledge Bundle - the OKF term for a directory of concept documents.
  • Concept Document - the OKF term for a single markdown-plus-frontmatter file.

Spec

The OKF v0.1 specification, one page per section.

Operations

The LLM Wiki workflows the skills will implement.

  • Ingest - read a source, extract signal, integrate it across the wiki.
  • Query - navigate, synthesize an answer, and file valuable answers back.
  • Lint - health-check the bundle for drift, orphans, and gaps.

Implementations

Existing instantiations of the pattern.

  • personal work wiki - a working personal work wiki with ingest/query/lint/status skills.
  • the OKF-native agent - a private, OKF-native deployable agent — prior art for the format-first direction.

Ecosystem

What others are building — the 200+ projects and debates that followed Karpathy's gist.

Design

Our own analysis informing the build — synthesis about the format, not source material.

References

External source material this bundle is compiled from.