Expand description
§lago-knowledge
Knowledge index engine for Lago — gives the persistence substrate the
ability to understand .md content: parse YAML frontmatter, extract
[[wikilinks]], build an in-memory index, and perform scored search
with BFS graph traversal.
Structs§
- Knowledge
Index - In-memory knowledge index for a session’s vault.
- Note
- A parsed
.mdnote with structured metadata. - Search
Result - A search result with relevance scoring.
- Traversal
Result - A note returned from graph traversal, with its depth from the start.
Enums§
- Knowledge
Error - Errors specific to the knowledge index.
Functions§
- extract_
wikilinks - Extract all wikilink targets from markdown content.
- parse_
frontmatter - Parse YAML frontmatter from markdown content.