Skip to content

Commit cd402b0

Browse files
author
LorenzoTettamanti
committed
Published agent-api v-0.1.1-beta.1
1 parent 8469636 commit cd402b0

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

core/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tracing-subscriber = "0.3.19"
2525
tokio-stream = "0.1.17"
2626
bytemuck = {version ="1.23.0"}
2727
bytemuck_derive = "1.10.1"
28-
cortexflow_identity = {path = "../src/components/identity"}
28+
cortexflow_identity = "0.1.1-beta.1"
2929
chrono = "0.4.42"
3030

3131
[build-dependencies]

core/api/protos/agent.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ message ConnectionEvent {
1313
string dst_ip_port = 3; // e.g., "10.0.0.1:80" (dst_ip:dst_port)
1414
}
1515

16-
// TODO: the complete Response will be able to return all the context below
17-
//* "Event Id: {} Protocol: {:?} SRC: {}:{} -> DST: {}:{}",
18-
//* event_id, proto, src, src_port, dst, dst_port
1916
message ActiveConnectionResponse{
2017
string status = 1;
2118
repeated ConnectionEvent events = 2; // List of connection events

0 commit comments

Comments
 (0)