hyper-agent-client 0.1.0

Client library for hyper-agent daemon communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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