agentkit-loop 0.10.10

Runtime-agnostic loop driver, interrupts, and model session traits for agentkit.
Documentation
[package]
description = "Runtime-agnostic loop driver, interrupts, and model session traits for agentkit."
homepage.workspace = true
name = "agentkit-loop"
readme = "README.md"
repository.workspace = true
version = "0.10.10"
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[features]
default = []
otel = ["dep:opentelemetry", "dep:tracing-opentelemetry"]

[dependencies]
agentkit-core = { version = "0.10.5", path = "../agentkit-core" }
agentkit-task-manager = { version = "0.10.7", path = "../agentkit-task-manager" }
agentkit-tools-core = { version = "0.10.5", path = "../agentkit-tools-core" }
async-trait.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
opentelemetry = { version = "0.31", default-features = false, optional = true }
tracing-opentelemetry = { version = "0.32", default-features = false, optional = true }

[dev-dependencies]
tokio.workspace = true
tracing-subscriber = "0.3"