Concepts/Definition
ADPS Agent Systems · Engineering Concept
Knowledge Compilation
Transform knowledge sources into traceable, incrementally updated runtime assets.
Application context: documents are stored, yet the agent cannot retrieve an operational answer
A team chunks policies, meeting notes, and incident reports into a vector store. A query about when an allowance becomes effective returns many similar passages, but none carries region, effective time, superseded version, and original location together. The material is stored; it has not been prepared for reliable runtime use.
Definition
Knowledge Compilation is the write-side transformation that turns source material into summaries, entities, events, relations, navigation structures, and source pointers, then builds full-text, vector, field, and graph indexes. Like a compiler front end, it preserves source locations while producing structures for different retrieval paths.
Engineering mechanism
A compilation run records source hashes, parser version, segmentation policy, extraction model, time, and scope. Every derived claim points back to source text. Updates recompile affected units and record supersession. Retrieval chooses exact text, vector search, entity lookup, or navigation according to the question instead of assigning every access path to similarity search.
Boundary
Knowledge Compilation fits versionable material with a manageable update rate. Live balances, approval status, and order outcomes still come from authoritative systems and cannot be replaced by compiled summaries. Automatically extracted claims need admission and sampled audit before entering long-term recall.
Proposal and provenance
- Initial source within ADPS
- Introduced into ADPS workshops by Yingfeng Zhang
- First recorded in
- First Memory workshop, 5 August 2026
- ADPS editorial work
- ADPS placed it on the write side of M2 while recognizing that the term has a broader public technical lineage.
- Current standing
- Workshop concept
Definition source: ADPS White Paper workshops and pattern development.
Chronicle
- Recorded source
- ADPS White Paper workshops and pattern development.
- First published on ADPS