af-agent-runtime 0.6.0

Recoverable Turn/Step loop, tool pipeline, retry and context compaction.
Documentation
[package]
name = "af-agent-runtime"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Recoverable Turn/Step loop, tool pipeline, retry and context compaction."

[dependencies]
af-context = { version = "=0.6.0", path = "../context" }
af-agent = { version = "=0.6.0", path = "../agent" }
af-agent-session = { version = "=0.6.0", path = "../agent-session" }
af-llm = { version = "=0.6.0", path = "../llm" }
async-trait = { workspace = true }
futures = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
uuid = { workspace = true }

[dev-dependencies]
serde = { workspace = true }
chrono = { workspace = true }