//! convergio-knowledge — Vector knowledge store for semantic agent memory.
//!
//! Provides embedding-based search over agent knowledge:
//! task summaries, commit messages, org knowledge, and documentation.
//! Uses LanceDB for vector storage with HNSW index.
//! Embeddings generated via MLX local inference.
pub use KnowledgeExtension;
pub use LanceVectorStore;
pub use ;