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,3 +1,9 @@
[workspace]
resolver = "2"
members = ["engine/packages/*"]
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["Sandbox Agent Contributors"]
license = "Apache-2.0"