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

@ -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;