[package]
name = "cortexflow_agent_api"
version = "0.1.1"
edition = "2024"
description = "CortexFlow agent API"
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini","Siddharth Sutar","Andrea Bozzo"]
documentation = "https://docs.cortexflow.org"
homepage = "https://docs.cortexflow.org"
repository = "https://github.com/CortexFlow/CortexBrain"
license = "Apache-2.0"
readme = "../../README.md"
[features]
default = ["client"]
client = []
[dependencies]
anyhow = "1.0.98"
prost = "0.14.1"
tokio = { version = "1.47.0", features = ["full"] }
tonic = "0.14.0"
tonic-prost = "0.14.0"
tracing = "0.1.41"
aya = "0.13.1"
cortexbrain-common = "0.1.0"
tonic-reflection = "0.14.0"
tonic-build = "0.14.0"
tracing-subscriber = "0.3.19"
tokio-stream = "0.1.17"
bytemuck = {version ="1.23.0"}
bytemuck_derive = "1.10.1"
cortexflow_identity = {version = "0.1.1", features = ["enums"]}
chrono = "0.4.42"
[build-dependencies]
tonic-build = "0.14.0"
tonic-prost-build = "0.14.0"
[lib]
name = "agent_api"
path = "src/lib.rs"
[[bin]]
name = "agent-api"
path = "src/main.rs"