feat: add sandbox-daemon agent management

This commit is contained in:
Nathan Flurry 2026-01-25 00:13:46 -08:00
parent 30a66a7e1c
commit 55c45bfc12
11 changed files with 2242 additions and 0 deletions

9
todo.md Normal file
View file

@ -0,0 +1,9 @@
# TODO
- [x] Scaffold `engine/packages/sandbox-daemon` crate
- [x] Implement agent management modules (install/version/spawn basics)
- [x] Add tests for agent install/version/spawn
- [x] Track required tests in `spec/required-tests.md`
- [x] Track open questions in `spec/im-not-sure.md`
- [ ] Hook sandbox/session management into the daemon router handlers
- [ ] Replace noop schemas with universal agent schema and remove the old schema