agent-kernel 0.3.2

Agent lifecycle kernel for MXP: registration, discovery, heartbeat, and message handling
Documentation
[package]
name = "agent-kernel"
edition.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
authors.workspace = true
description = "Agent lifecycle kernel for MXP: registration, discovery, heartbeat, and message handling"
readme = "../README.md"

[dependencies]
agent-primitives = { version = "0.3.0", path = "../agent-primitives" }
agent-adapters = { version = "0.3.0", path = "../agent-adapters" }
agent-tools = { version = "0.3.0", path = "../agent-tools" }
agent-memory = { version = "0.3.0", path = "../agent-memory" }
agent-policy = { version = "0.3.0", path = "../agent-policy" }
async-trait.workspace = true
futures.workspace = true
mxp.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
thiserror.workspace = true
tokio.workspace = true
bytes.workspace = true
chrono = { version = "0.4", features = ["serde"] }

[features]
debug-tools = []

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