Crate spec_ai_knowledge_graph

Crate spec_ai_knowledge_graph 

Source

Re-exports§

pub use graph_store::ChangelogEntry;
pub use graph_store::GraphSyncConfig;
pub use graph_store::KnowledgeGraphStore;
pub use graph_store::SyncStateRecord;
pub use graph_store::SyncedEdgeRecord;
pub use graph_store::SyncedNodeRecord;
pub use types::EdgeType;
pub use types::GraphEdge;
pub use types::GraphNode;
pub use types::GraphPath;
pub use types::GraphQuery;
pub use types::GraphQueryResult;
pub use types::GraphQueryReturnType;
pub use types::NodeType;
pub use types::TraversalDirection;
pub use vector_clock::ClockOrder;
pub use vector_clock::VectorClock;

Modules§

graph_store
types
vector_clock