/** * Knowledge Graph Features - P2 ruvLLM Features * * Provides relationship inference and automatic linking capabilities * for the knowledge graph. */ export { RelationshipInferrer } from "./relationships.js"; export type { ExtractedEntity, EntityType, InferredRelationship, RelationshipType, InferenceOptions, InferenceResult, } from "./relationships.js";