Expand description
KnowledgeBase — markdown knowledge base application layer.
Integrates VirtualFs, BacklinkIndex, and all app-layer features
(chat, journal, habits, checklist, etc.) into a single struct.
No kernel dependencies. No AI dependencies. This crate can be used standalone by any channel (web, CLI, etc.) without going through the kernel.
Structs§
- Knowledge
Base - Markdown knowledge base application layer.
- NoteHit
- Knowledge search hit (file-name based).
Enums§
- File
Change - File change event emitted via
on_file_changecallbacks.
Type Aliases§
- File
Change Callback - Callback type for file change notifications.
Used by [
KnowledgeLens] to keep the semantic index in sync.