first pass of merging in warp (doesn't build)

This commit is contained in:
Ryan Ward
2026-07-01 16:08:58 -05:00
parent 2f64909469
commit 4770ac06b5
3662 changed files with 414574 additions and 89772 deletions
+24
View File
@@ -0,0 +1,24 @@
[package]
name = "warp_multi_agent_client"
version = "0.1.0"
edition = "2024"
authors.workspace = true
publish.workspace = true
license.workspace = true
[features]
agent_mode_evals = ["warp_server_client/agent_mode_evals"]
[dependencies]
anyhow.workspace = true
base64.workspace = true
cfg-if.workspace = true
futures.workspace = true
prost.workspace = true
reqwest-eventsource.workspace = true
thiserror.workspace = true
tracing.workspace = true
tracing-futures.workspace = true
warp_core.workspace = true
warp_multi_agent_api.workspace = true
warp_server_client.workspace = true