feat: add turn streaming and inspector updates

This commit is contained in:
Nathan Flurry 2026-01-27 06:18:43 -08:00
parent bf58891edf
commit 34d4f3693e
49 changed files with 4629 additions and 1146 deletions

View file

@ -67,6 +67,16 @@ sandbox-agent sessions send-message my-session \
```
</details>
<details>
<summary><strong>sessions send-message-stream</strong></summary>
```bash
sandbox-agent sessions send-message-stream my-session \
--message "Summarize the repository" \
--endpoint http://127.0.0.1:2468
```
</details>
<details>
<summary><strong>sessions events</strong></summary>