Skip to content

Commit 18e9394

Browse files
Published CortexFlow Agent Api v 0.1.1
1 parent e334ce1 commit 18e9394

3 files changed

Lines changed: 33 additions & 19 deletions

File tree

cli/Cargo.lock

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.lock

Lines changed: 24 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/api/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cortexflow_agent_api"
3-
version = "0.1.1-beta.2"
4-
edition = "2021"
3+
version = "0.1.1"
4+
edition = "2024"
55
description = "CortexFlow agent API"
66
authors = ["Lorenzo Tettamanti", "Pranav Verma", "Lorenzo Bradanini","Siddharth Sutar","Andrea Bozzo"]
77
documentation = "https://docs.cortexflow.org"
@@ -23,14 +23,14 @@ tonic = "0.14.0"
2323
tonic-prost = "0.14.0"
2424
tracing = "0.1.41"
2525
aya = "0.13.1"
26-
cortexbrain-common = { path = "../common" }
26+
cortexbrain-common = "0.1.0"
2727
tonic-reflection = "0.14.0"
2828
tonic-build = "0.14.0"
2929
tracing-subscriber = "0.3.19"
3030
tokio-stream = "0.1.17"
3131
bytemuck = {version ="1.23.0"}
3232
bytemuck_derive = "1.10.1"
33-
cortexflow_identity = {path = "../src/components/identity", features = ["enums"]}
33+
cortexflow_identity = {version = "0.1.1", features = ["enums"]}
3434
chrono = "0.4.42"
3535

3636
[build-dependencies]

0 commit comments

Comments
 (0)