wip inspector

This commit is contained in:
Nathan Flurry 2026-01-27 19:26:13 -08:00
parent 7a5bb2b8b0
commit f67b6fc4b1
8 changed files with 198 additions and 152 deletions

View file

@ -1,7 +1,7 @@
{
"name": "sandbox-agent",
"version": "0.1.0",
"description": "TypeScript SDK for sandbox-agent",
"description": "Universal API for automatic coding agents in sandboxes. Supprots Claude Code, Codex, OpenCode, and Amp.",
"license": "Apache-2.0",
"repository": {
"type": "git",

View file

@ -67,6 +67,7 @@ export interface components {
sessionLifecycle: boolean;
/** @description Whether this agent uses a shared long-running server process (vs per-turn subprocess) */
sharedProcess: boolean;
status: boolean;
streamingDeltas: boolean;
textMessages: boolean;
toolCalls: boolean;