hyper-agent-core 0.1.0

Core domain logic for hyper-agent: pipeline, executor, signals, positions
Documentation
[package]
name = "hyper-agent-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core domain logic for hyper-agent: pipeline, executor, signals, positions"

[dependencies]
hyper-agent-notify.workspace = true
hyper-ta.workspace = true
hyper-market.workspace = true
hyper-exchange.workspace = true
hyper-risk.workspace = true
hyper-strategy = { workspace = true, features = ["paper"] }
hyper-playbook.workspace = true
hyper-keyring.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
chrono.workspace = true
dirs.workspace = true
thiserror.workspace = true
toml.workspace = true
uuid.workspace = true
async-trait.workspace = true
rusqlite.workspace = true
tracing.workspace = true
k256.workspace = true
sha3.workspace = true
hex.workspace = true
reqwest.workspace = true

[dev-dependencies]
tokio.workspace = true
serde_json.workspace = true
futures-util = "0.3"
tempfile = "3"