@anvia/studio 0.8.1 → 1.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -19
- package/dist/index.d.ts +37 -60
- package/dist/index.js +1000 -724
- package/dist/index.js.map +1 -1
- package/dist/ui/assets/{ArrowClockwise.es-CSN-gjxO.js → ArrowClockwise.es-DMJj7Hv0.js} +2 -2
- package/dist/ui/assets/{ArrowClockwise.es-CSN-gjxO.js.map → ArrowClockwise.es-DMJj7Hv0.js.map} +1 -1
- package/dist/ui/assets/{agents-page-CkNSbqAj.js → agents-page-CbQpO3Tg.js} +2 -2
- package/dist/ui/assets/agents-page-CbQpO3Tg.js.map +1 -0
- package/dist/ui/assets/{badge-RJJoRC4P.js → badge-BIWy1K8W.js} +1 -1
- package/dist/ui/assets/{badge-RJJoRC4P.js.map → badge-BIWy1K8W.js.map} +1 -1
- package/dist/ui/assets/index-DizotQot.js +119 -0
- package/dist/ui/assets/index-DizotQot.js.map +1 -0
- package/dist/ui/assets/{input-BOUv3rgO.js → input-BTHDDFpv.js} +1 -1
- package/dist/ui/assets/{input-BOUv3rgO.js.map → input-BTHDDFpv.js.map} +1 -1
- package/dist/ui/assets/{knowledge-page-Cot_uYcE.js → knowledge-page-C8zg8uTL.js} +2 -2
- package/dist/ui/assets/{knowledge-page-Cot_uYcE.js.map → knowledge-page-C8zg8uTL.js.map} +1 -1
- package/dist/ui/assets/{mcps-page-BSO6ork4.js → mcps-page-gNYeqSPB.js} +2 -2
- package/dist/ui/assets/{mcps-page-BSO6ork4.js.map → mcps-page-gNYeqSPB.js.map} +1 -1
- package/dist/ui/assets/{memory-page-CG84G--r.js → memory-page-BLrfOqyU.js} +4 -4
- package/dist/ui/assets/memory-page-BLrfOqyU.js.map +1 -0
- package/dist/ui/assets/pipelines-page-hTEhFZGg.js +8 -0
- package/dist/ui/assets/pipelines-page-hTEhFZGg.js.map +1 -0
- package/dist/ui/assets/{renderers-B8gvjR2u.js → renderers-DC_-TD_X.js} +3 -3
- package/dist/ui/assets/{renderers-B8gvjR2u.js.map → renderers-DC_-TD_X.js.map} +1 -1
- package/dist/ui/assets/{sandboxes-page-D910dyFO.js → sandboxes-page-DtPnuza7.js} +2 -2
- package/dist/ui/assets/{sandboxes-page-D910dyFO.js.map → sandboxes-page-DtPnuza7.js.map} +1 -1
- package/dist/ui/assets/{sessions-page-CSN2vSKZ.js → sessions-page-DBzoP7MV.js} +2 -2
- package/dist/ui/assets/{sessions-page-CSN2vSKZ.js.map → sessions-page-DBzoP7MV.js.map} +1 -1
- package/dist/ui/assets/{status-page-CgRNt0wi.js → status-page-Bf1lq444.js} +2 -2
- package/dist/ui/assets/{status-page-CgRNt0wi.js.map → status-page-Bf1lq444.js.map} +1 -1
- package/dist/ui/assets/tool-runner-BbUlfPEO.js +2 -0
- package/dist/ui/assets/{tool-runner-BZN-PZJU.js.map → tool-runner-BbUlfPEO.js.map} +1 -1
- package/dist/ui/assets/{tools-page-DRv7aklU.js → tools-page-BgUz-79v.js} +2 -2
- package/dist/ui/assets/{tools-page-DRv7aklU.js.map → tools-page-BgUz-79v.js.map} +1 -1
- package/dist/ui/assets/trace-browser-qfYPcdR2.js +10 -0
- package/dist/ui/assets/trace-browser-qfYPcdR2.js.map +1 -0
- package/dist/ui/assets/{transcript-item-ZNkQEaCw.js → transcript-item-HFuuqmKM.js} +3 -3
- package/dist/ui/assets/{transcript-item-ZNkQEaCw.js.map → transcript-item-HFuuqmKM.js.map} +1 -1
- package/dist/ui/index.html +1 -2
- package/package.json +12 -11
- package/dist/ui/assets/agents-page-CkNSbqAj.js.map +0 -1
- package/dist/ui/assets/chunk-ADH7NNCS-DM6fsnDI.js +0 -2
- package/dist/ui/assets/chunk-ADH7NNCS-DM6fsnDI.js.map +0 -1
- package/dist/ui/assets/index-Bh7RLPBw.js +0 -56
- package/dist/ui/assets/index-Bh7RLPBw.js.map +0 -1
- package/dist/ui/assets/memory-page-CG84G--r.js.map +0 -1
- package/dist/ui/assets/pipelines-page-Hbf5ffUH.js +0 -8
- package/dist/ui/assets/pipelines-page-Hbf5ffUH.js.map +0 -1
- package/dist/ui/assets/tool-runner-BZN-PZJU.js +0 -2
- package/dist/ui/assets/trace-browser-B07coNNE.js +0 -10
- package/dist/ui/assets/trace-browser-B07coNNE.js.map +0 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ pnpm --filter @anvia/studio build
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
21
|
```ts
|
|
22
|
-
import {
|
|
22
|
+
import { Agent } from "@anvia/core";
|
|
23
23
|
import { OpenAIClient } from "@anvia/openai";
|
|
24
24
|
import { Studio } from "@anvia/studio";
|
|
25
25
|
|
|
@@ -27,11 +27,13 @@ const client = new OpenAIClient({
|
|
|
27
27
|
apiKey,
|
|
28
28
|
});
|
|
29
29
|
|
|
30
|
-
const agent = new
|
|
31
|
-
|
|
32
|
-
.
|
|
33
|
-
|
|
34
|
-
.
|
|
30
|
+
const agent = new Agent({
|
|
31
|
+
id: "support",
|
|
32
|
+
model: client.completionModel({ modelId: "gpt-5", api: "responses" }),
|
|
33
|
+
name: "Support",
|
|
34
|
+
description: "Answers support questions.",
|
|
35
|
+
instructions: "Answer support questions clearly.",
|
|
36
|
+
});
|
|
35
37
|
|
|
36
38
|
new Studio([agent]).start({
|
|
37
39
|
port: 4021,
|
|
@@ -49,7 +51,7 @@ http://localhost:4021/ui/playground
|
|
|
49
51
|
Studio can expose a shared model catalog and let each agent choose from registered providers:
|
|
50
52
|
|
|
51
53
|
```ts
|
|
52
|
-
import {
|
|
54
|
+
import { Agent } from "@anvia/core";
|
|
53
55
|
import { AnthropicClient } from "@anvia/anthropic";
|
|
54
56
|
import { OpenAIClient } from "@anvia/openai";
|
|
55
57
|
import { Studio } from "@anvia/studio";
|
|
@@ -57,10 +59,12 @@ import { Studio } from "@anvia/studio";
|
|
|
57
59
|
const openai = new OpenAIClient({ apiKey: process.env.OPENAI_API_KEY });
|
|
58
60
|
const anthropic = new AnthropicClient({ apiKey: process.env.ANTHROPIC_API_KEY });
|
|
59
61
|
|
|
60
|
-
const agent = new
|
|
61
|
-
|
|
62
|
-
.
|
|
63
|
-
|
|
62
|
+
const agent = new Agent({
|
|
63
|
+
id: "support",
|
|
64
|
+
model: openai.completionModel({ modelId: "gpt-5", api: "responses" }),
|
|
65
|
+
name: "Support",
|
|
66
|
+
instructions: "Answer support questions clearly.",
|
|
67
|
+
});
|
|
64
68
|
|
|
65
69
|
new Studio([agent], {
|
|
66
70
|
models: {
|
|
@@ -68,8 +72,9 @@ new Studio([agent], {
|
|
|
68
72
|
{
|
|
69
73
|
id: "openai",
|
|
70
74
|
name: "OpenAI",
|
|
71
|
-
|
|
72
|
-
createCompletionModel: (
|
|
75
|
+
defaultModelId: "gpt-5",
|
|
76
|
+
createCompletionModel: ({ modelId }) =>
|
|
77
|
+
openai.completionModel({ modelId, api: "responses" }),
|
|
73
78
|
listModels: () => openai.listModels(),
|
|
74
79
|
models: [
|
|
75
80
|
{
|
|
@@ -81,14 +86,14 @@ new Studio([agent], {
|
|
|
81
86
|
{
|
|
82
87
|
id: "anthropic",
|
|
83
88
|
name: "Anthropic",
|
|
84
|
-
|
|
85
|
-
createCompletionModel: (
|
|
89
|
+
defaultModelId: "claude-sonnet-4-20250514",
|
|
90
|
+
createCompletionModel: ({ modelId }) => anthropic.completionModel({ modelId }),
|
|
86
91
|
},
|
|
87
92
|
],
|
|
88
93
|
agents: {
|
|
89
94
|
support: {
|
|
90
|
-
|
|
91
|
-
allowed: ["openai:*", "anthropic:claude-sonnet-4-20250514"],
|
|
95
|
+
defaultModelRef: { providerId: "openai", modelId: "gpt-5" },
|
|
96
|
+
allowed: ["openai:*", { providerId: "anthropic", modelId: "claude-sonnet-4-20250514" }],
|
|
92
97
|
},
|
|
93
98
|
},
|
|
94
99
|
},
|
|
@@ -100,8 +105,11 @@ also select a model per run:
|
|
|
100
105
|
|
|
101
106
|
```json
|
|
102
107
|
{
|
|
103
|
-
"
|
|
104
|
-
"model":
|
|
108
|
+
"messages": [{ "role": "user", "content": "Summarize this ticket" }],
|
|
109
|
+
"model": {
|
|
110
|
+
"providerId": "anthropic",
|
|
111
|
+
"modelId": "claude-sonnet-4-20250514"
|
|
112
|
+
},
|
|
105
113
|
"stream": true
|
|
106
114
|
}
|
|
107
115
|
```
|
|
@@ -120,6 +128,10 @@ Studio exposes:
|
|
|
120
128
|
- Status dashboard for storage adapters, record counts, and enabled capabilities
|
|
121
129
|
- Knowledge tabs for static context, dynamic context, dynamic tools, and retrieval log
|
|
122
130
|
|
|
131
|
+
Studio reads MCP provenance directly from `Agent.mcpServers`. Prefixes configured by an
|
|
132
|
+
`McpClient` remain visible in both the MCP inspector and direct tool runner, while the remote tool
|
|
133
|
+
name stays available on the typed MCP registration.
|
|
134
|
+
|
|
123
135
|
## Session Storage
|
|
124
136
|
|
|
125
137
|
Studio uses an in-memory store by default. Sessions, traces, and pipeline run history are available while the process is running, but they do not create local files unless you pass an explicit SQLite store. If you omit the port, Studio uses `RUNNER_PORT` and then falls back to `4021`.
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import { Hono } from 'hono';
|
|
2
2
|
import { AgentObserver, AgentRunStartArgs, AgentRunObserver } from '@anvia/core/observability';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { AgentResponse, AgentStreamEvent, Agent } from '@anvia/core/agent';
|
|
4
|
+
import { Message, JsonObject, JsonValue, CompletionModelCapabilities, ToolResultContentPart, Usage, CompletionModel, StreamingCompletionModel } from '@anvia/core/completion';
|
|
5
|
+
import { MemoryStore, MemoryAppendOptions, MemoryErrorOptions, MemoryScope } from '@anvia/core/memory';
|
|
5
6
|
import { ModelList } from '@anvia/core/model-listing';
|
|
6
7
|
import { Pipeline, PipelineGraph } from '@anvia/core/pipeline';
|
|
7
|
-
import { PromptResponse, AgentStreamEvent } from '@anvia/core/request';
|
|
8
8
|
|
|
9
9
|
declare function traceSummary(trace: StudioTrace): StudioTraceSummary;
|
|
10
10
|
|
|
11
11
|
type StudioCapability = "agents" | "approvals" | "evals" | "memory" | "knowledge" | "mcps" | "observability" | "pipelines" | "sandboxes" | "sessions" | "status" | "tools" | "traces";
|
|
12
12
|
type AgentTraceInfo = {
|
|
13
|
+
observer: string;
|
|
13
14
|
traceId?: string | undefined;
|
|
14
15
|
observationId?: string | undefined;
|
|
15
16
|
};
|
|
@@ -17,15 +18,14 @@ type AgentTraceOptions = {
|
|
|
17
18
|
name?: string | undefined;
|
|
18
19
|
userId?: string | undefined;
|
|
19
20
|
sessionId?: string | undefined;
|
|
20
|
-
metadata?:
|
|
21
|
+
metadata?: JsonObject | undefined;
|
|
21
22
|
tags?: string[] | undefined;
|
|
22
23
|
version?: string | undefined;
|
|
23
24
|
traceId?: string | undefined;
|
|
24
|
-
failOnObserverError?: boolean | undefined;
|
|
25
25
|
};
|
|
26
|
-
type StudioModelRef =
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
type StudioModelRef = {
|
|
27
|
+
providerId: string;
|
|
28
|
+
modelId: string;
|
|
29
29
|
};
|
|
30
30
|
type StudioModelModality = "text" | "image" | "document" | "audio" | "video";
|
|
31
31
|
type StudioModelModalities = {
|
|
@@ -43,19 +43,23 @@ type StudioModelDefinition = {
|
|
|
43
43
|
type StudioModelProvider = {
|
|
44
44
|
id: string;
|
|
45
45
|
name?: string;
|
|
46
|
-
|
|
46
|
+
defaultModelId?: string;
|
|
47
47
|
models?: StudioModelDefinition[];
|
|
48
|
-
createCompletionModel(
|
|
49
|
-
|
|
48
|
+
createCompletionModel(options: {
|
|
49
|
+
modelId: string;
|
|
50
|
+
}): CompletionModel | StreamingCompletionModel;
|
|
51
|
+
listModels?: (options?: {
|
|
52
|
+
abortSignal?: AbortSignal | undefined;
|
|
53
|
+
}) => Promise<ModelList>;
|
|
50
54
|
metadata?: JsonObject;
|
|
51
55
|
};
|
|
52
56
|
type StudioAgentModelPolicy = {
|
|
53
|
-
|
|
57
|
+
defaultModelRef?: StudioModelRef;
|
|
54
58
|
allowed?: Array<StudioModelRef | `${string}:*`>;
|
|
55
59
|
};
|
|
56
60
|
type StudioModelConfig = {
|
|
57
61
|
providers: StudioModelProvider[];
|
|
58
|
-
|
|
62
|
+
defaultModelRef?: StudioModelRef;
|
|
59
63
|
agents?: Record<string, StudioAgentModelPolicy>;
|
|
60
64
|
};
|
|
61
65
|
type StudioModelSummary = StudioModelDefinition & {
|
|
@@ -66,23 +70,23 @@ type StudioModelSummary = StudioModelDefinition & {
|
|
|
66
70
|
type StudioModelProviderConfig = {
|
|
67
71
|
id: string;
|
|
68
72
|
name?: string;
|
|
69
|
-
|
|
73
|
+
defaultModelId?: string;
|
|
70
74
|
models: StudioModelSummary[];
|
|
71
75
|
metadata?: JsonObject;
|
|
72
76
|
warning?: string;
|
|
73
77
|
};
|
|
74
78
|
type StudioAgentModelPolicyConfig = {
|
|
75
|
-
|
|
79
|
+
defaultModelRef?: string;
|
|
76
80
|
allowed?: string[];
|
|
77
81
|
};
|
|
78
82
|
type StudioModelsConfig = {
|
|
79
83
|
providers: StudioModelProviderConfig[];
|
|
80
|
-
|
|
84
|
+
defaultModelRef?: string;
|
|
81
85
|
agents: Record<string, StudioAgentModelPolicyConfig>;
|
|
82
86
|
};
|
|
83
87
|
type StudioAgentModelsSummary = {
|
|
84
88
|
agentId: string;
|
|
85
|
-
|
|
89
|
+
defaultModelRef?: string;
|
|
86
90
|
models: StudioModelSummary[];
|
|
87
91
|
warnings?: JsonObject[];
|
|
88
92
|
};
|
|
@@ -116,7 +120,7 @@ type StudioAgentRuntimeSummary = {
|
|
|
116
120
|
dynamicContextCount: number;
|
|
117
121
|
observerCount: number;
|
|
118
122
|
hasMemory: boolean;
|
|
119
|
-
|
|
123
|
+
hasLifecycle: boolean;
|
|
120
124
|
hasOutputSchema: boolean;
|
|
121
125
|
defaultMaxTurns?: number;
|
|
122
126
|
metadata?: JsonObject;
|
|
@@ -149,7 +153,7 @@ type StudioEvalSuite<Input = any, _Output = any, _Expected = any> = {
|
|
|
149
153
|
metrics: any[];
|
|
150
154
|
concurrency?: number;
|
|
151
155
|
reporters?: any[];
|
|
152
|
-
|
|
156
|
+
reporterErrorPolicy?: "collect" | "throw";
|
|
153
157
|
id?: string;
|
|
154
158
|
description?: string;
|
|
155
159
|
metadata?: JsonObject;
|
|
@@ -354,7 +358,7 @@ type StudioTranscriptToolEntry = {
|
|
|
354
358
|
callId?: string;
|
|
355
359
|
args?: string;
|
|
356
360
|
result?: string;
|
|
357
|
-
structuredResult?:
|
|
361
|
+
structuredResult?: readonly ToolResultContentPart[];
|
|
358
362
|
childEvents?: StudioTranscriptChildAgentEvent[];
|
|
359
363
|
approval?: StudioToolApprovalTranscript;
|
|
360
364
|
question?: StudioToolQuestionTranscript;
|
|
@@ -378,7 +382,7 @@ type StudioTranscriptChildAgentEvent = {
|
|
|
378
382
|
callId?: string;
|
|
379
383
|
args?: string;
|
|
380
384
|
result?: string;
|
|
381
|
-
structuredResult?:
|
|
385
|
+
structuredResult?: readonly ToolResultContentPart[];
|
|
382
386
|
};
|
|
383
387
|
type StudioTranscriptEntry = StudioTranscriptChatEntry | StudioTranscriptReasoningEntry | StudioTranscriptToolEntry;
|
|
384
388
|
type StudioSessionSummary = {
|
|
@@ -441,29 +445,10 @@ type StudioSessionLogListOptions = {
|
|
|
441
445
|
limit: number;
|
|
442
446
|
after?: number;
|
|
443
447
|
};
|
|
444
|
-
type
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
};
|
|
449
|
-
type StudioMemoryAppendInput = {
|
|
450
|
-
context: StudioMemoryContext;
|
|
451
|
-
runId: string;
|
|
452
|
-
turn: number;
|
|
453
|
-
messages: Message[];
|
|
454
|
-
};
|
|
455
|
-
type StudioMemoryErrorInput = {
|
|
456
|
-
context: StudioMemoryContext;
|
|
457
|
-
runId: string;
|
|
458
|
-
error: unknown;
|
|
459
|
-
messages: Message[];
|
|
460
|
-
};
|
|
461
|
-
type StudioMemoryStore = {
|
|
462
|
-
load(context: StudioMemoryContext): Promise<Message[]>;
|
|
463
|
-
append(input: StudioMemoryAppendInput): Promise<void>;
|
|
464
|
-
clear(context: StudioMemoryContext): Promise<void>;
|
|
465
|
-
recordError?(input: StudioMemoryErrorInput): Promise<void>;
|
|
466
|
-
};
|
|
448
|
+
type StudioMemoryScope = MemoryScope;
|
|
449
|
+
type StudioMemoryAppendOptions = MemoryAppendOptions;
|
|
450
|
+
type StudioMemoryErrorOptions = MemoryErrorOptions;
|
|
451
|
+
type StudioMemoryStore = MemoryStore;
|
|
467
452
|
type StudioSessionStore = StudioMemoryStore & {
|
|
468
453
|
readonly kind?: string;
|
|
469
454
|
listSessions(options: StudioSessionListOptions): StudioSessionSummary[] | Promise<StudioSessionSummary[]>;
|
|
@@ -494,6 +479,7 @@ type StudioTraceObservation = {
|
|
|
494
479
|
};
|
|
495
480
|
type StudioTraceSummary = {
|
|
496
481
|
id: string;
|
|
482
|
+
runId?: string;
|
|
497
483
|
sessionId: string;
|
|
498
484
|
name?: string;
|
|
499
485
|
status: StudioTraceStatus;
|
|
@@ -547,7 +533,7 @@ type StudioKnowledgeSourceSummary = {
|
|
|
547
533
|
count: number;
|
|
548
534
|
registrationIndex?: number;
|
|
549
535
|
topK?: number;
|
|
550
|
-
|
|
536
|
+
minScore?: number;
|
|
551
537
|
inspectable?: boolean;
|
|
552
538
|
itemCount?: number;
|
|
553
539
|
};
|
|
@@ -927,18 +913,7 @@ type StudioPipelineRunResponse = {
|
|
|
927
913
|
output: JsonValue;
|
|
928
914
|
};
|
|
929
915
|
type AgentRunRequest = {
|
|
930
|
-
|
|
931
|
-
history?: Message[];
|
|
932
|
-
sessionId?: string;
|
|
933
|
-
stream?: boolean;
|
|
934
|
-
maxTurns?: number;
|
|
935
|
-
toolConcurrency?: number;
|
|
936
|
-
model?: StudioModelRef;
|
|
937
|
-
metadata?: JsonObject;
|
|
938
|
-
trace?: AgentTraceOptions;
|
|
939
|
-
};
|
|
940
|
-
type AgentRunUIRequest = {
|
|
941
|
-
messages: Message[];
|
|
916
|
+
messages: readonly Message[];
|
|
942
917
|
sessionId?: string;
|
|
943
918
|
stream?: boolean;
|
|
944
919
|
maxTurns?: number;
|
|
@@ -947,8 +922,10 @@ type AgentRunUIRequest = {
|
|
|
947
922
|
metadata?: JsonObject;
|
|
948
923
|
trace?: AgentTraceOptions;
|
|
949
924
|
};
|
|
950
|
-
type AgentRunResponse =
|
|
951
|
-
type AgentRunStreamEvent = AgentStreamEvent
|
|
925
|
+
type AgentRunResponse = AgentResponse;
|
|
926
|
+
type AgentRunStreamEvent = Exclude<AgentStreamEvent, {
|
|
927
|
+
type: "approval_required";
|
|
928
|
+
}> | StudioToolApprovalRequestEvent | StudioToolApprovalResultEvent | StudioToolQuestionRequestEvent | StudioToolQuestionResultEvent | StudioSessionLogEvent | StudioPipelineLogEvent | StudioPipelineFinalEvent;
|
|
952
929
|
type StudioErrorCode = "bad_request" | "conflict" | "not_found" | "payload_too_large" | "unsupported_capability" | "internal_error";
|
|
953
930
|
type StudioErrorResponse = {
|
|
954
931
|
error: {
|
|
@@ -998,4 +975,4 @@ declare function createSqliteSessionStore(options?: SqliteSessionStoreOptions):
|
|
|
998
975
|
|
|
999
976
|
declare function createInMemoryStudioStore(): StudioSessionStore & StudioTraceStore & StudioPipelineLogStore & StudioPipelineRunStore;
|
|
1000
977
|
|
|
1001
|
-
export { type AgentRunRequest, type AgentRunResponse, type AgentRunStreamEvent, type
|
|
978
|
+
export { type AgentRunRequest, type AgentRunResponse, type AgentRunStreamEvent, type AgentTraceInfo, type AgentTraceOptions, type AnviaStudio, type SqliteSessionStoreOptions, Studio, type StudioAgent, type StudioAgentConfig, type StudioAgentKnowledgeConfig, type StudioAgentMcpServerMetadata, type StudioAgentMcpToolMetadata, type StudioAgentMcpsSummary, type StudioAgentModelPolicy, type StudioAgentModelPolicyConfig, type StudioAgentModelsSummary, type StudioAgentRuntimeSummary, type StudioAgentToolApprovalMetadata, type StudioAgentToolMetadata, type StudioAgentToolSource, type StudioAgentToolsSummary, type StudioCapability, type StudioCapabilityConfig, type StudioConfig, type StudioErrorCode, type StudioErrorResponse, type StudioEvalCasePreview, type StudioEvalMetricSummary, type StudioEvalRunRequest, type StudioEvalRunResponse, type StudioEvalSuite, type StudioEvalSuiteConfig, type StudioKnowledgeEvidence, type StudioKnowledgeEvidenceDocument, type StudioKnowledgeItem, type StudioKnowledgeItemKind, type StudioKnowledgeItemsPage, type StudioKnowledgeSourceKind, type StudioKnowledgeSourceSummary, type StudioKnowledgeSummary, type StudioMemoryAppendOptions, type StudioMemoryConversationMessages, type StudioMemoryConversationSteps, type StudioMemoryConversationSummary, type StudioMemoryConversationsPage, type StudioMemoryErrorOptions, type StudioMemoryMessageRecord, type StudioMemoryScope, type StudioMemorySourceConversationMessages, type StudioMemorySourceConversationSteps, type StudioMemorySourceConversationSummary, type StudioMemorySourceConversationsPage, type StudioMemorySourceKind, type StudioMemorySourceSummary, type StudioMemorySourceUsersPage, type StudioMemorySourcesPage, type StudioMemoryStore, type StudioMemoryUserSummary, type StudioMemoryUsersPage, type StudioModelConfig, type StudioModelDefinition, type StudioModelModalities, type StudioModelModality, type StudioModelProvider, type StudioModelProviderConfig, type StudioModelRef, type StudioModelSummary, type StudioModelsConfig, type StudioObservabilityEvent, type StudioObservabilityEventType, type StudioOptions, type StudioPipeline, type StudioPipelineConfig, type StudioPipelineDetail, type StudioPipelineFinalEvent, type StudioPipelineLogAppendInput, type StudioPipelineLogCategory, type StudioPipelineLogEntry, type StudioPipelineLogEvent, type StudioPipelineLogLevel, type StudioPipelineLogListOptions, type StudioPipelineLogStore, type StudioPipelineReplayRequest, type StudioPipelineRunGetOptions, type StudioPipelineRunListOptions, type StudioPipelineRunRecord, type StudioPipelineRunRequest, type StudioPipelineRunResponse, type StudioPipelineRunSaveInput, type StudioPipelineRunStatus, type StudioPipelineRunStore, type StudioSandboxCapabilities, type StudioSandboxFileEntry, type StudioSandboxFileType, type StudioSandboxFilesResponse, type StudioSandboxPort, type StudioSandboxPortsResponse, type StudioSandboxProcess, type StudioSandboxProcessLogsResponse, type StudioSandboxProcessStatus, type StudioSandboxProcessesResponse, type StudioSandboxSummary, type StudioSandboxesSummary, type StudioServeLifecycleOptions, type StudioServeOptions, type StudioSession, type StudioSessionCreateInput, type StudioSessionListOptions, type StudioSessionLogAppendInput, type StudioSessionLogCategory, type StudioSessionLogEntry, type StudioSessionLogEvent, type StudioSessionLogLevel, type StudioSessionLogListOptions, type StudioSessionRunStatus, type StudioSessionRunTranscriptInput, type StudioSessionStore, type StudioSessionSummary, type StudioSessionTraceListOptions, type StudioStaticKnowledgeDocument, type StudioStatusSummary, type StudioStores, type StudioTarget, type StudioToolApproval, type StudioToolApprovalDecision, type StudioToolApprovalRequestEvent, type StudioToolApprovalResultEvent, type StudioToolApprovalStatus, type StudioToolApprovalTranscript, type StudioToolQuestion, type StudioToolQuestionAnswer, type StudioToolQuestionChoice, type StudioToolQuestionPrompt, type StudioToolQuestionRequestEvent, type StudioToolQuestionResultEvent, type StudioToolQuestionStatus, type StudioToolQuestionTranscript, type StudioToolRunRequest, type StudioToolRunResponse, type StudioTrace, type StudioTraceListOptions, type StudioTraceObservation, type StudioTraceObservationKind, StudioTraceObserver, type StudioTraceObserverOptions, type StudioTraceStatus, type StudioTraceStore, type StudioTraceSummary, type StudioTranscriptAttachment, type StudioTranscriptChatEntry, type StudioTranscriptChildAgentEvent, type StudioTranscriptEntry, type StudioTranscriptReasoningEntry, type StudioTranscriptToolEntry, type StudioUiOptions, createInMemoryStudioStore, createSqliteSessionStore, traceSummary };
|