[package] name = "agent-runtime-sqlite" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true publish = false description = "SQLite durable runtime adapter and single-agent runtime service" [dependencies] agent-runtime-core.workspace = true agent-runtime-contracts.workspace = true agent-runtime.workspace = true agent-storage-sqlite = { workspace = true, features = ["core-adapter"] } serde.workspace = true serde_json.workspace = true thiserror.workspace = true [dev-dependencies] agent-runtime-core.workspace = true