From d1b3e2b12ecc161277964080456ba4f3fecf637c Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Wed, 3 Sep 2025 14:07:41 -0600 Subject: [PATCH] feat(tasks): add sandbox run command --- taskfile.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/taskfile.yaml b/taskfile.yaml index 1121871..337eb9b 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -80,3 +80,12 @@ tasks: - echo '{{ indent .INDENT "lk agent create" }}' - echo '' + help_open_sandbox: + status: + - test -z "$LIVEKIT_SANDBOX_ID" + cmds: + - echo 'To chat with your running agent, visit:' + - echo '' + - echo '{{ indent .INDENT "https://" }}{{ .LIVEKIT_SANDBOX_ID }}.sandbox.livekit.io' + - echo '' +