khive-runtime 0.1.2

Composable Service API: entity/note CRUD, graph traversal, hybrid search, curation.
Documentation
[package]
name = "khive-runtime"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Composable Service API: entity/note CRUD, graph traversal, hybrid search, curation."

[dependencies]
khive-types = { version = "0.1.2", path = "../khive-types", features = ["serde"] }
khive-storage = { version = "0.1.2", path = "../khive-storage" }
khive-score = { version = "0.1.2", path = "../khive-score" }
khive-db = { version = "0.1.2", path = "../khive-db", features = ["vectors"] }
khive-query = { version = "0.1.2", path = "../khive-query" }
tokio = { workspace = true }
async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
reqwest = { workspace = true }
lattice-embed = { workspace = true }
tempfile = "3"

[dev-dependencies]
tokio = { workspace = true, features = ["test-util"] }
tempfile = "3"