refactor: rename sandbox-daemon to sandbox-agent

This commit is contained in:
Nathan Flurry 2026-01-25 02:30:12 -08:00
parent f92ecd9b9a
commit a49ea094f3
41 changed files with 808 additions and 134 deletions

View file

@ -1,13 +1,15 @@
[package]
name = "sandbox-daemon-agent-management"
version = "0.1.0"
edition = "2021"
name = "sandbox-agent-agent-management"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sandbox-daemon-agent-credentials = { path = "../agent-credentials" }
sandbox-agent-agent-credentials = { path = "../agent-credentials" }
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] }
flate2 = "1.0"
tar = "0.4"

View file

@ -1 +1 @@
pub use sandbox_daemon_agent_credentials::*;
pub use sandbox_agent_agent_credentials::*;