simple-agents-core 0.2.21

Core SimpleAgents client API integrating providers, routing, caching, and healing
Documentation
[package]
name = "simple-agents-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Core SimpleAgents client API integrating providers, routing, caching, and healing"

[dependencies]
async-trait.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
futures-util.workspace = true
tracing = "0.1"

simple-agent-type = { workspace = true }
simple-agents-router = { path = "../simple-agents-router", version = "0.2.21" }
simple-agents-cache = { path = "../simple-agents-cache", version = "0.2.21" }
simple-agents-healing = { path = "../simple-agents-healing", version = "0.2.21" }
futures-core = "0.3"

[dev-dependencies]
tokio.workspace = true