KnowledgeCompiler
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new KnowledgeCompiler(config): KnowledgeCompiler;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”KnowledgeCompiler
Methods
Section titled “Methods”compile()
Section titled “compile()”compile(documents, previousHashes?): Promise<CompilationResult>;Compile a set of documents into structured markdown.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
|
|
|
Raw source documents to compile. |
|
|
|
Hashes from previous compilation for incremental detection. |
Returns
Section titled “Returns”Promise<CompilationResult>
Compilation result with the compiled markdown and metadata.