Skip to main content

Module knowledge

Module knowledge 

Source
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§

KnowledgeBase
Markdown knowledge base application layer.
NoteHit
Knowledge search hit (file-name based).

Enums§

FileChange
File change event emitted via on_file_change callbacks.

Type Aliases§

FileChangeCallback
Callback type for file change notifications. Used by [KnowledgeLens] to keep the semantic index in sync.