[package]
name = "hyper-agent-client"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Client library for hyper-agent daemon communication"
[dependencies]
hyper-agent-ai.workspace = true
hyper-agent-core.workspace = true
hyper-agent-runtime.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true