fix(examples): use SDK to install agents instead of CLI command

This commit is contained in:
Nathan Flurry 2026-01-28 02:31:43 -08:00
parent b98c848965
commit 8af152f0b3
7 changed files with 94 additions and 57 deletions

View file

@ -8,6 +8,9 @@
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"sandbox-agent": "workspace:*"
},
"devDependencies": {
"@types/node": "latest",
"typescript": "latest"