Signed-off-by: 未知时光 <732857315@qq.com>

This commit is contained in:
2026-06-09 16:23:24 +08:00
parent 1bf1f08f9a
commit f7919eca40
13 changed files with 1206 additions and 1 deletions

15
plugins/echo/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "agentsd-plugin-echo"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "agentsd-plugin-echo"
path = "src/main.rs"
[dependencies]
agentsd-plugin-sdk = { path = "../plugin-sdk" }
agentsd-proto = { path = "../../core/proto" }
anyhow = { workspace = true }
tokio = { workspace = true }
tonic = { workspace = true }