Skip to main content

Module knowledge

Module knowledge 

Source

Re-exports§

pub use compile::CrystallizeResult;
pub use compile::KnowledgePageDraft;
pub use compile::apply_distill;
pub use compile::auto_compile_from_config;
pub use compile::detect_knowledge_clusters;
pub use compile::synthesize_with_sampling;

Modules§

cluster
Knowledge consolidation: detect fragmented memories that can be merged, and detect stale/superseded records that should be archived.
compile
Knowledge distillation pipeline: fragments → structured knowledge pages.