mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
Add prem support for a2a agents
This commit is contained in:
parent
2e346143dd
commit
299f183e66
23 changed files with 2544 additions and 16 deletions
23
crates/Cargo.lock
generated
23
crates/Cargo.lock
generated
|
|
@ -20,6 +20,29 @@ dependencies = [
|
|||
"gimli",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "agent_gateway"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"acap",
|
||||
"common",
|
||||
"derivative",
|
||||
"governor",
|
||||
"http",
|
||||
"log",
|
||||
"md5",
|
||||
"pretty_assertions",
|
||||
"proxy-wasm",
|
||||
"proxy-wasm-test-framework",
|
||||
"rand",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"serial_test",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.3.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue