1 2 3 4 5 6 7 8
pub mod cluster; pub mod compile; // Re-export compile's public API at the knowledge:: level pub use compile::{ CrystallizeResult, KnowledgePageDraft, apply_distill, auto_compile_from_config, detect_knowledge_clusters, synthesize_with_sampling, };