agentkit-loop 0.2.3

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.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[dependencies]
agentkit-compaction = { version = "0.2.3", path = "../agentkit-compaction" }
agentkit-capabilities = { version = "0.2.3", path = "../agentkit-capabilities" }
agentkit-core = { version = "0.2.3", path = "../agentkit-core" }
agentkit-task-manager = { version = "0.2.3", path = "../agentkit-task-manager" }
agentkit-tools-core = { version = "0.2.3", path = "../agentkit-tools-core" }
async-trait.workspace = true
serde.workspace = true
thiserror.workspace = true

[dev-dependencies]
serde_json.workspace = true
tokio.workspace = true