@evalops/maestro 0.10.45 → 0.10.47
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/dist/agent/providers/openai-codex-session.js +1 -1
- package/dist/agent/providers/openai-codex-session.js.map +1 -1
- package/dist/app-server/in-process-client.d.ts +2 -2
- package/dist/app-server/in-process-client.js.map +1 -1
- package/dist/app-server/protocol-modes-api.js +1 -1
- package/dist/app-server/protocol-modes-api.js.map +1 -1
- package/dist/app-server/sandbox-check-api.d.ts +21 -0
- package/dist/app-server/{sandbox-proof-api.d.ts.map → sandbox-check-api.d.ts.map} +1 -1
- package/dist/app-server/{sandbox-proof-api.js → sandbox-check-api.js} +18 -18
- package/dist/app-server/{sandbox-proof-api.js.map → sandbox-check-api.js.map} +1 -1
- package/dist/app-server/session-api.d.ts +5 -5
- package/dist/app-server/session-api.js +18 -18
- package/dist/app-server/session-api.js.map +1 -1
- package/dist/audit/logger.d.ts +1 -1
- package/dist/cli/args.js +1 -1
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/commands/codex.js +30 -3
- package/dist/cli/commands/codex.js.map +1 -1
- package/dist/cli-tui/auth-state.d.ts +7 -0
- package/dist/cli-tui/auth-state.d.ts.map +1 -0
- package/dist/cli-tui/auth-state.js +46 -0
- package/dist/cli-tui/auth-state.js.map +1 -0
- package/dist/cli-tui/commands/command-catalog.d.ts.map +1 -1
- package/dist/cli-tui/commands/command-catalog.js +6 -1
- package/dist/cli-tui/commands/command-catalog.js.map +1 -1
- package/dist/cli-tui/commands/command-suite-handlers.d.ts +2 -5
- package/dist/cli-tui/commands/command-suite-handlers.d.ts.map +1 -1
- package/dist/cli-tui/commands/command-suite-handlers.js.map +1 -1
- package/dist/cli-tui/commands/subcommands/auth-commands.d.ts +6 -5
- package/dist/cli-tui/commands/subcommands/auth-commands.d.ts.map +1 -1
- package/dist/cli-tui/commands/subcommands/auth-commands.js +2 -2
- package/dist/cli-tui/commands/subcommands/auth-commands.js.map +1 -1
- package/dist/cli-tui/oauth/oauth-flow-controller.d.ts.map +1 -1
- package/dist/cli-tui/oauth/oauth-flow-controller.js +24 -11
- package/dist/cli-tui/oauth/oauth-flow-controller.js.map +1 -1
- package/dist/cli-tui/selectors/oauth-selector-view.d.ts +1 -0
- package/dist/cli-tui/selectors/oauth-selector-view.d.ts.map +1 -1
- package/dist/cli-tui/selectors/oauth-selector-view.js +1 -1
- package/dist/cli-tui/selectors/oauth-selector-view.js.map +1 -1
- package/dist/cli-tui/selectors/oauth-selector.d.ts +2 -1
- package/dist/cli-tui/selectors/oauth-selector.d.ts.map +1 -1
- package/dist/cli-tui/selectors/oauth-selector.js +25 -2
- package/dist/cli-tui/selectors/oauth-selector.js.map +1 -1
- package/dist/cli-tui/tui-renderer/command-suite-wiring.d.ts +2 -5
- package/dist/cli-tui/tui-renderer/command-suite-wiring.d.ts.map +1 -1
- package/dist/cli-tui/tui-renderer/command-suite-wiring.js.map +1 -1
- package/dist/cli-tui/tui-renderer.d.ts +0 -4
- package/dist/cli-tui/tui-renderer.d.ts.map +1 -1
- package/dist/cli-tui/tui-renderer.js +3 -28
- package/dist/cli-tui/tui-renderer.js.map +1 -1
- package/dist/cli.js +896 -497
- package/dist/codex/app-server-client.d.ts +8 -2
- package/dist/codex/app-server-client.d.ts.map +1 -1
- package/dist/codex/app-server-client.js +18 -4
- package/dist/codex/app-server-client.js.map +1 -1
- package/dist/codex/auth.d.ts +4 -0
- package/dist/codex/auth.d.ts.map +1 -0
- package/dist/codex/auth.js +103 -0
- package/dist/codex/auth.js.map +1 -0
- package/dist/db/schema.d.ts +1 -1
- package/dist/evalops/agent-bootstrap.js +2 -2
- package/dist/evalops/agent-bootstrap.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +5 -1
- package/dist/main.js.map +1 -1
- package/dist/models/config-loader.d.ts +5 -5
- package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts +19 -19
- package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.d.ts.map +1 -1
- package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.js +12 -13
- package/dist/node_modules/@evalops/contracts/dist/maestro-app-server.js.map +1 -1
- package/dist/node_modules/@evalops/contracts/package.json +1 -1
- package/dist/node_modules/@evalops/tui/package.json +1 -1
- package/dist/oauth/index.d.ts +1 -0
- package/dist/oauth/index.d.ts.map +1 -1
- package/dist/oauth/index.js +42 -2
- package/dist/oauth/index.js.map +1 -1
- package/dist/server/app-context.d.ts +2 -0
- package/dist/server/app-context.d.ts.map +1 -1
- package/dist/server/app-context.js.map +1 -1
- package/dist/server/handlers/headless-sessions.d.ts.map +1 -1
- package/dist/server/handlers/headless-sessions.js +44 -10
- package/dist/server/handlers/headless-sessions.js.map +1 -1
- package/dist/server/handlers/hosted-runner-identity.d.ts +2 -0
- package/dist/server/handlers/hosted-runner-identity.d.ts.map +1 -1
- package/dist/server/handlers/hosted-runner-identity.js +2 -0
- package/dist/server/handlers/hosted-runner-identity.js.map +1 -1
- package/dist/server/handlers/platform-a2a-push.d.ts.map +1 -1
- package/dist/server/handlers/platform-a2a-push.js +113 -2
- package/dist/server/handlers/platform-a2a-push.js.map +1 -1
- package/dist/server/headless-in-process-host.d.ts.map +1 -1
- package/dist/server/headless-in-process-host.js +1 -1
- package/dist/server/headless-in-process-host.js.map +1 -1
- package/dist/server/headless-runtime-service.d.ts +9 -2
- package/dist/server/headless-runtime-service.d.ts.map +1 -1
- package/dist/server/headless-runtime-service.js +54 -15
- package/dist/server/headless-runtime-service.js.map +1 -1
- package/dist/tools/background/task-runtime.js +1 -1
- package/dist/tools/background/task-runtime.js.map +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
- package/dist/app-server/sandbox-proof-api.d.ts +0 -21
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type Static } from "@sinclair/typebox";
|
|
2
|
-
export declare const maestroAppServerProtocolVersion: "maestro-app-server.
|
|
3
|
-
export declare const maestroAppServerSupportedProtocolVersions: readonly ["maestro-app-server.
|
|
4
|
-
export declare const maestroAppServerClientMethods: readonly ["initialize", "protocol/mode/list", "protocol/mode/set", "model/list", "modelProvider/capabilities/read", "policy/read", "policy/check", "requirements/list", "network/fetch", "network/audit/list", "sandbox/probe", "sandbox/
|
|
2
|
+
export declare const maestroAppServerProtocolVersion: "maestro-app-server.v3";
|
|
3
|
+
export declare const maestroAppServerSupportedProtocolVersions: readonly ["maestro-app-server.v3"];
|
|
4
|
+
export declare const maestroAppServerClientMethods: readonly ["initialize", "protocol/mode/list", "protocol/mode/set", "model/list", "modelProvider/capabilities/read", "policy/read", "policy/check", "requirements/list", "network/fetch", "network/audit/list", "sandbox/probe", "sandbox/check/run", "externalAgent/import", "pluginBundle/list", "pluginBundle/install", "pluginBundle/remove", "daemon/status", "remoteControl/status", "remoteControl/lease/read", "remoteControl/lease/heartbeat", "remoteControl/drain", "command/exec", "command/exec/write", "command/exec/terminate", "fs/readFile", "fs/writeFile", "fs/readDirectory", "fs/getMetadata", "fs/createDirectory", "fs/remove", "fs/copy", "fs/watch", "fs/unwatch", "thread/list", "thread/read", "thread/metadata/update", "thread/name/set", "thread/goal/get", "thread/goal/set", "thread/goal/clear", "thread/start", "thread/fork", "thread/archive", "thread/unarchive", "thread/delete", "thread/turns/list"];
|
|
5
5
|
export type MaestroAppServerClientMethod = (typeof maestroAppServerClientMethods)[number];
|
|
6
6
|
export declare const maestroAppServerServerMethods: readonly ["fs/changed"];
|
|
7
7
|
export type MaestroAppServerServerMethod = (typeof maestroAppServerServerMethods)[number];
|
|
@@ -27,7 +27,7 @@ export declare const MaestroAppServerCapabilitiesSchema: import("@sinclair/typeb
|
|
|
27
27
|
networkProxy: import("@sinclair/typebox").TBoolean;
|
|
28
28
|
networkAudit: import("@sinclair/typebox").TBoolean;
|
|
29
29
|
sandboxProbe: import("@sinclair/typebox").TBoolean;
|
|
30
|
-
|
|
30
|
+
sandboxCheck: import("@sinclair/typebox").TBoolean;
|
|
31
31
|
externalAgentImport: import("@sinclair/typebox").TBoolean;
|
|
32
32
|
pluginBundles: import("@sinclair/typebox").TBoolean;
|
|
33
33
|
daemonStatus: import("@sinclair/typebox").TBoolean;
|
|
@@ -51,8 +51,8 @@ export declare const MaestroAppServerCapabilitiesSchema: import("@sinclair/typeb
|
|
|
51
51
|
}>;
|
|
52
52
|
export type MaestroAppServerCapabilities = Static<typeof MaestroAppServerCapabilitiesSchema>;
|
|
53
53
|
export declare const MaestroAppServerInitializeResultSchema: import("@sinclair/typebox").TObject<{
|
|
54
|
-
protocolVersion: import("@sinclair/typebox").TLiteral<"maestro-app-server.
|
|
55
|
-
supportedProtocolVersions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnsafe<"maestro-app-server.
|
|
54
|
+
protocolVersion: import("@sinclair/typebox").TLiteral<"maestro-app-server.v3">;
|
|
55
|
+
supportedProtocolVersions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnsafe<"maestro-app-server.v3">>>;
|
|
56
56
|
serverInfo: import("@sinclair/typebox").TObject<{
|
|
57
57
|
name: import("@sinclair/typebox").TString;
|
|
58
58
|
version: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
@@ -67,7 +67,7 @@ export declare const MaestroAppServerInitializeResultSchema: import("@sinclair/t
|
|
|
67
67
|
networkProxy: import("@sinclair/typebox").TBoolean;
|
|
68
68
|
networkAudit: import("@sinclair/typebox").TBoolean;
|
|
69
69
|
sandboxProbe: import("@sinclair/typebox").TBoolean;
|
|
70
|
-
|
|
70
|
+
sandboxCheck: import("@sinclair/typebox").TBoolean;
|
|
71
71
|
externalAgentImport: import("@sinclair/typebox").TBoolean;
|
|
72
72
|
pluginBundles: import("@sinclair/typebox").TBoolean;
|
|
73
73
|
daemonStatus: import("@sinclair/typebox").TBoolean;
|
|
@@ -548,24 +548,24 @@ export type MaestroAppServerNetworkAuditListResult = Static<typeof MaestroAppSer
|
|
|
548
548
|
export declare const maestroAppServerSandboxTypes: readonly ["seatbelt", "landlock", "none"];
|
|
549
549
|
export declare const MaestroAppServerSandboxTypeSchema: import("@sinclair/typebox").TUnsafe<"seatbelt" | "landlock" | "none">;
|
|
550
550
|
export type MaestroAppServerSandboxType = (typeof maestroAppServerSandboxTypes)[number];
|
|
551
|
-
export declare const
|
|
552
|
-
export declare const
|
|
553
|
-
export type
|
|
551
|
+
export declare const maestroAppServerSandboxCheckModes: readonly ["read-only", "workspace-write"];
|
|
552
|
+
export declare const MaestroAppServerSandboxCheckModeSchema: import("@sinclair/typebox").TUnsafe<"read-only" | "workspace-write">;
|
|
553
|
+
export type MaestroAppServerSandboxCheckMode = (typeof maestroAppServerSandboxCheckModes)[number];
|
|
554
554
|
export declare const MaestroAppServerSandboxProbeResultSchema: import("@sinclair/typebox").TObject<{
|
|
555
555
|
available: import("@sinclair/typebox").TBoolean;
|
|
556
556
|
type: import("@sinclair/typebox").TUnsafe<"seatbelt" | "landlock" | "none">;
|
|
557
557
|
platform: import("@sinclair/typebox").TString;
|
|
558
558
|
supportedModes: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnsafe<"read-only" | "workspace-write">>;
|
|
559
|
-
|
|
559
|
+
checkAvailable: import("@sinclair/typebox").TBoolean;
|
|
560
560
|
}>;
|
|
561
561
|
export type MaestroAppServerSandboxProbeResult = Static<typeof MaestroAppServerSandboxProbeResultSchema>;
|
|
562
|
-
export declare const
|
|
562
|
+
export declare const MaestroAppServerSandboxCheckItemSchema: import("@sinclair/typebox").TObject<{
|
|
563
563
|
name: import("@sinclair/typebox").TString;
|
|
564
564
|
passed: import("@sinclair/typebox").TBoolean;
|
|
565
565
|
detail: import("@sinclair/typebox").TString;
|
|
566
566
|
}>;
|
|
567
|
-
export type
|
|
568
|
-
export declare const
|
|
567
|
+
export type MaestroAppServerSandboxCheckItem = Static<typeof MaestroAppServerSandboxCheckItemSchema>;
|
|
568
|
+
export declare const MaestroAppServerSandboxCheckResultSchema: import("@sinclair/typebox").TObject<{
|
|
569
569
|
mode: import("@sinclair/typebox").TUnsafe<"read-only" | "workspace-write">;
|
|
570
570
|
available: import("@sinclair/typebox").TBoolean;
|
|
571
571
|
type: import("@sinclair/typebox").TUnsafe<"seatbelt" | "landlock" | "none">;
|
|
@@ -577,7 +577,7 @@ export declare const MaestroAppServerSandboxProofResultSchema: import("@sinclair
|
|
|
577
577
|
detail: import("@sinclair/typebox").TString;
|
|
578
578
|
}>>;
|
|
579
579
|
}>;
|
|
580
|
-
export type
|
|
580
|
+
export type MaestroAppServerSandboxCheckResult = Static<typeof MaestroAppServerSandboxCheckResultSchema>;
|
|
581
581
|
export declare const maestroAppServerExternalAgentArtifactKinds: readonly ["session", "config", "hooks", "mcp", "skill"];
|
|
582
582
|
export declare const MaestroAppServerExternalAgentArtifactKindSchema: import("@sinclair/typebox").TUnsafe<"session" | "skill" | "config" | "hooks" | "mcp">;
|
|
583
583
|
export type MaestroAppServerExternalAgentArtifactKind = (typeof maestroAppServerExternalAgentArtifactKinds)[number];
|
|
@@ -1128,8 +1128,8 @@ export declare const MaestroAppServerResponseSchema: import("@sinclair/typebox")
|
|
|
1128
1128
|
jsonrpc: import("@sinclair/typebox").TLiteral<"2.0">;
|
|
1129
1129
|
id: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNumber]>, import("@sinclair/typebox").TNull]>;
|
|
1130
1130
|
result: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
1131
|
-
protocolVersion: import("@sinclair/typebox").TLiteral<"maestro-app-server.
|
|
1132
|
-
supportedProtocolVersions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnsafe<"maestro-app-server.
|
|
1131
|
+
protocolVersion: import("@sinclair/typebox").TLiteral<"maestro-app-server.v3">;
|
|
1132
|
+
supportedProtocolVersions: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnsafe<"maestro-app-server.v3">>>;
|
|
1133
1133
|
serverInfo: import("@sinclair/typebox").TObject<{
|
|
1134
1134
|
name: import("@sinclair/typebox").TString;
|
|
1135
1135
|
version: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
@@ -1144,7 +1144,7 @@ export declare const MaestroAppServerResponseSchema: import("@sinclair/typebox")
|
|
|
1144
1144
|
networkProxy: import("@sinclair/typebox").TBoolean;
|
|
1145
1145
|
networkAudit: import("@sinclair/typebox").TBoolean;
|
|
1146
1146
|
sandboxProbe: import("@sinclair/typebox").TBoolean;
|
|
1147
|
-
|
|
1147
|
+
sandboxCheck: import("@sinclair/typebox").TBoolean;
|
|
1148
1148
|
externalAgentImport: import("@sinclair/typebox").TBoolean;
|
|
1149
1149
|
pluginBundles: import("@sinclair/typebox").TBoolean;
|
|
1150
1150
|
daemonStatus: import("@sinclair/typebox").TBoolean;
|
|
@@ -1292,7 +1292,7 @@ export declare const MaestroAppServerResponseSchema: import("@sinclair/typebox")
|
|
|
1292
1292
|
type: import("@sinclair/typebox").TUnsafe<"seatbelt" | "landlock" | "none">;
|
|
1293
1293
|
platform: import("@sinclair/typebox").TString;
|
|
1294
1294
|
supportedModes: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnsafe<"read-only" | "workspace-write">>;
|
|
1295
|
-
|
|
1295
|
+
checkAvailable: import("@sinclair/typebox").TBoolean;
|
|
1296
1296
|
}>, import("@sinclair/typebox").TObject<{
|
|
1297
1297
|
mode: import("@sinclair/typebox").TUnsafe<"read-only" | "workspace-write">;
|
|
1298
1298
|
available: import("@sinclair/typebox").TBoolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maestro-app-server.d.ts","sourceRoot":"","sources":["../src/maestro-app-server.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"maestro-app-server.d.ts","sourceRoot":"","sources":["../src/maestro-app-server.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Type } from "@sinclair/typebox";
|
|
2
2
|
import { stringLiteralUnion } from "./typebox-utils.js";
|
|
3
|
-
export const maestroAppServerProtocolVersion = "maestro-app-server.
|
|
3
|
+
export const maestroAppServerProtocolVersion = "maestro-app-server.v3";
|
|
4
4
|
export const maestroAppServerSupportedProtocolVersions = [
|
|
5
|
-
"maestro-app-server.v1",
|
|
6
5
|
maestroAppServerProtocolVersion,
|
|
7
6
|
];
|
|
8
7
|
export const maestroAppServerClientMethods = [
|
|
@@ -17,7 +16,7 @@ export const maestroAppServerClientMethods = [
|
|
|
17
16
|
"network/fetch",
|
|
18
17
|
"network/audit/list",
|
|
19
18
|
"sandbox/probe",
|
|
20
|
-
"sandbox/
|
|
19
|
+
"sandbox/check/run",
|
|
21
20
|
"externalAgent/import",
|
|
22
21
|
"pluginBundle/list",
|
|
23
22
|
"pluginBundle/install",
|
|
@@ -92,7 +91,7 @@ export const MaestroAppServerCapabilitiesSchema = Type.Object({
|
|
|
92
91
|
networkProxy: Type.Boolean(),
|
|
93
92
|
networkAudit: Type.Boolean(),
|
|
94
93
|
sandboxProbe: Type.Boolean(),
|
|
95
|
-
|
|
94
|
+
sandboxCheck: Type.Boolean(),
|
|
96
95
|
externalAgentImport: Type.Boolean(),
|
|
97
96
|
pluginBundles: Type.Boolean(),
|
|
98
97
|
daemonStatus: Type.Boolean(),
|
|
@@ -314,30 +313,30 @@ export const maestroAppServerSandboxTypes = [
|
|
|
314
313
|
"none",
|
|
315
314
|
];
|
|
316
315
|
export const MaestroAppServerSandboxTypeSchema = stringLiteralUnion(maestroAppServerSandboxTypes);
|
|
317
|
-
export const
|
|
316
|
+
export const maestroAppServerSandboxCheckModes = [
|
|
318
317
|
"read-only",
|
|
319
318
|
"workspace-write",
|
|
320
319
|
];
|
|
321
|
-
export const
|
|
320
|
+
export const MaestroAppServerSandboxCheckModeSchema = stringLiteralUnion(maestroAppServerSandboxCheckModes);
|
|
322
321
|
export const MaestroAppServerSandboxProbeResultSchema = Type.Object({
|
|
323
322
|
available: Type.Boolean(),
|
|
324
323
|
type: MaestroAppServerSandboxTypeSchema,
|
|
325
324
|
platform: Type.String(),
|
|
326
|
-
supportedModes: Type.Array(
|
|
327
|
-
|
|
325
|
+
supportedModes: Type.Array(MaestroAppServerSandboxCheckModeSchema),
|
|
326
|
+
checkAvailable: Type.Boolean(),
|
|
328
327
|
});
|
|
329
|
-
export const
|
|
328
|
+
export const MaestroAppServerSandboxCheckItemSchema = Type.Object({
|
|
330
329
|
name: Type.String(),
|
|
331
330
|
passed: Type.Boolean(),
|
|
332
331
|
detail: Type.String(),
|
|
333
332
|
});
|
|
334
|
-
export const
|
|
335
|
-
mode:
|
|
333
|
+
export const MaestroAppServerSandboxCheckResultSchema = Type.Object({
|
|
334
|
+
mode: MaestroAppServerSandboxCheckModeSchema,
|
|
336
335
|
available: Type.Boolean(),
|
|
337
336
|
type: MaestroAppServerSandboxTypeSchema,
|
|
338
337
|
passed: Type.Boolean(),
|
|
339
338
|
skippedReason: Type.Optional(Type.String()),
|
|
340
|
-
checks: Type.Array(
|
|
339
|
+
checks: Type.Array(MaestroAppServerSandboxCheckItemSchema),
|
|
341
340
|
});
|
|
342
341
|
export const maestroAppServerExternalAgentArtifactKinds = [
|
|
343
342
|
"session",
|
|
@@ -627,7 +626,7 @@ export const MaestroAppServerResponseSchema = Type.Object({
|
|
|
627
626
|
MaestroAppServerNetworkFetchResultSchema,
|
|
628
627
|
MaestroAppServerNetworkAuditListResultSchema,
|
|
629
628
|
MaestroAppServerSandboxProbeResultSchema,
|
|
630
|
-
|
|
629
|
+
MaestroAppServerSandboxCheckResultSchema,
|
|
631
630
|
MaestroAppServerExternalAgentImportResultSchema,
|
|
632
631
|
MaestroAppServerPluginBundleListResultSchema,
|
|
633
632
|
MaestroAppServerPluginBundleMutationResultSchema,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maestro-app-server.js","sourceRoot":"","sources":["../src/maestro-app-server.ts"],"names":[],"mappings":"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","sourcesContent":["import { type Static, Type } from \"@sinclair/typebox\";\nimport { stringLiteralUnion } from \"./typebox-utils.js\";\n\nexport const maestroAppServerProtocolVersion = \"maestro-app-server.v2\" as const;\nexport const maestroAppServerSupportedProtocolVersions = [\n\t\"maestro-app-server.v1\",\n\tmaestroAppServerProtocolVersion,\n] as const;\n\nexport const maestroAppServerClientMethods = [\n\t\"initialize\",\n\t\"protocol/mode/list\",\n\t\"protocol/mode/set\",\n\t\"model/list\",\n\t\"modelProvider/capabilities/read\",\n\t\"policy/read\",\n\t\"policy/check\",\n\t\"requirements/list\",\n\t\"network/fetch\",\n\t\"network/audit/list\",\n\t\"sandbox/probe\",\n\t\"sandbox/proof/run\",\n\t\"externalAgent/import\",\n\t\"pluginBundle/list\",\n\t\"pluginBundle/install\",\n\t\"pluginBundle/remove\",\n\t\"daemon/status\",\n\t\"remoteControl/status\",\n\t\"remoteControl/lease/read\",\n\t\"remoteControl/lease/heartbeat\",\n\t\"remoteControl/drain\",\n\t\"command/exec\",\n\t\"command/exec/write\",\n\t\"command/exec/terminate\",\n\t\"fs/readFile\",\n\t\"fs/writeFile\",\n\t\"fs/readDirectory\",\n\t\"fs/getMetadata\",\n\t\"fs/createDirectory\",\n\t\"fs/remove\",\n\t\"fs/copy\",\n\t\"fs/watch\",\n\t\"fs/unwatch\",\n\t\"thread/list\",\n\t\"thread/read\",\n\t\"thread/metadata/update\",\n\t\"thread/name/set\",\n\t\"thread/goal/get\",\n\t\"thread/goal/set\",\n\t\"thread/goal/clear\",\n\t\"thread/start\",\n\t\"thread/fork\",\n\t\"thread/archive\",\n\t\"thread/unarchive\",\n\t\"thread/delete\",\n\t\"thread/turns/list\",\n] as const;\nexport type MaestroAppServerClientMethod =\n\t(typeof maestroAppServerClientMethods)[number];\n\nexport const maestroAppServerServerMethods = [\"fs/changed\"] as const;\nexport type MaestroAppServerServerMethod =\n\t(typeof maestroAppServerServerMethods)[number];\n\nexport const maestroAppServerThreadStatuses = [\n\t\"notLoaded\",\n\t\"loaded\",\n\t\"running\",\n\t\"interrupted\",\n\t\"completed\",\n\t\"archived\",\n] as const;\nexport type MaestroAppServerThreadStatus =\n\t(typeof maestroAppServerThreadStatuses)[number];\n\nexport const maestroAppServerTurnStatuses = [\n\t\"completed\",\n\t\"running\",\n\t\"interrupted\",\n\t\"failed\",\n] as const;\nexport type MaestroAppServerTurnStatus =\n\t(typeof maestroAppServerTurnStatuses)[number];\n\nexport const MaestroAppServerJsonRpcIdSchema = Type.Union([\n\tType.String(),\n\tType.Number(),\n]);\nconst MaestroAppServerJsonRpcResponseIdSchema = Type.Union([\n\tMaestroAppServerJsonRpcIdSchema,\n\tType.Null(),\n]);\n\nexport const MaestroAppServerClientRequestSchema = Type.Object({\n\tjsonrpc: Type.Literal(\"2.0\"),\n\tid: MaestroAppServerJsonRpcIdSchema,\n\tmethod: Type.String(),\n\tparams: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\nexport type MaestroAppServerClientRequest = Static<\n\ttypeof MaestroAppServerClientRequestSchema\n>;\n\nexport const MaestroAppServerCapabilitiesSchema = Type.Object({\n\tsessions: Type.Boolean(),\n\tprotocolModes: Type.Boolean(),\n\tmodelList: Type.Boolean(),\n\tmodelProviderCapabilities: Type.Boolean(),\n\tmanagedPolicy: Type.Boolean(),\n\trequirements: Type.Boolean(),\n\tnetworkProxy: Type.Boolean(),\n\tnetworkAudit: Type.Boolean(),\n\tsandboxProbe: Type.Boolean(),\n\tsandboxProof: Type.Boolean(),\n\texternalAgentImport: Type.Boolean(),\n\tpluginBundles: Type.Boolean(),\n\tdaemonStatus: Type.Boolean(),\n\tremoteControlStatus: Type.Boolean(),\n\tremoteControlLease: Type.Boolean(),\n\tremoteControlDrain: Type.Boolean(),\n\tcommandExec: Type.Boolean(),\n\tcommandProcessControl: Type.Boolean(),\n\tfilesystem: Type.Boolean(),\n\tfilesystemWatch: Type.Boolean(),\n\tthreadList: Type.Boolean(),\n\tthreadRead: Type.Boolean(),\n\tthreadMetadataUpdate: Type.Boolean(),\n\tthreadNameSet: Type.Boolean(),\n\tthreadGoals: Type.Boolean(),\n\tthreadStart: Type.Boolean(),\n\tthreadFork: Type.Boolean(),\n\tthreadArchive: Type.Boolean(),\n\tthreadDelete: Type.Boolean(),\n\tturnsList: Type.Boolean(),\n});\nexport type MaestroAppServerCapabilities = Static<\n\ttypeof MaestroAppServerCapabilitiesSchema\n>;\n\nexport const MaestroAppServerInitializeResultSchema = Type.Object({\n\tprotocolVersion: Type.Literal(maestroAppServerProtocolVersion),\n\tsupportedProtocolVersions: Type.Optional(\n\t\tType.Array(stringLiteralUnion(maestroAppServerSupportedProtocolVersions)),\n\t),\n\tserverInfo: Type.Object({\n\t\tname: Type.String(),\n\t\tversion: Type.Optional(Type.String()),\n\t}),\n\tcapabilities: MaestroAppServerCapabilitiesSchema,\n});\nexport type MaestroAppServerInitializeResult = Static<\n\ttypeof MaestroAppServerInitializeResultSchema\n>;\n\nexport const MaestroAppServerThreadStatusSchema = stringLiteralUnion(\n\tmaestroAppServerThreadStatuses,\n);\nexport const MaestroAppServerTurnStatusSchema = stringLiteralUnion(\n\tmaestroAppServerTurnStatuses,\n);\n\nexport const MaestroAppServerThreadSummarySchema = Type.Object({\n\tid: Type.String(),\n\tsource: Type.Literal(\"session\"),\n\tstatus: MaestroAppServerThreadStatusSchema,\n\ttitle: Type.Optional(Type.String()),\n\tsummary: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tmemoryExtractionHash: Type.Optional(Type.String()),\n\tsubject: Type.Optional(Type.String()),\n\tpath: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Boolean(),\n\ttags: Type.Optional(Type.Array(Type.String())),\n\tarchived: Type.Optional(Type.Boolean()),\n\tarchivedAt: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerThreadSummary = Static<\n\ttypeof MaestroAppServerThreadSummarySchema\n>;\n\nexport const MaestroAppServerThreadGoalStatuses = [\n\t\"active\",\n\t\"complete\",\n\t\"cancelled\",\n] as const;\nexport const MaestroAppServerThreadGoalStatusSchema = stringLiteralUnion(\n\tMaestroAppServerThreadGoalStatuses,\n);\nexport const MaestroAppServerThreadGoalSchema = Type.Object({\n\tobjective: Type.String(),\n\tstatus: MaestroAppServerThreadGoalStatusSchema,\n\ttokenBudget: Type.Optional(Type.Number()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n});\nexport type MaestroAppServerThreadGoal = Static<\n\ttypeof MaestroAppServerThreadGoalSchema\n>;\n\nexport const MaestroAppServerThreadItemSchema = Type.Object({\n\tid: Type.String(),\n\ttype: Type.String(),\n\ttimestamp: Type.Optional(Type.String()),\n\tparentId: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\trole: Type.Optional(Type.String()),\n\tcontent: Type.Optional(Type.Unknown()),\n\tdata: Type.Optional(Type.Unknown()),\n});\nexport type MaestroAppServerThreadItem = Static<\n\ttypeof MaestroAppServerThreadItemSchema\n>;\n\nexport const MaestroAppServerCompactionSpanSchema = Type.Object({\n\tid: Type.String(),\n\tfirstKeptEntryId: Type.String(),\n\tsummary: Type.String(),\n\ttokensBefore: Type.Number(),\n\tsourceEntryIds: Type.Array(Type.String()),\n});\nexport type MaestroAppServerCompactionSpan = Static<\n\ttypeof MaestroAppServerCompactionSpanSchema\n>;\n\nexport const MaestroAppServerThreadGraphSchema = Type.Object({\n\tbranchId: Type.String(),\n\tleafEntryId: Type.Optional(Type.String()),\n\tactiveEntryIds: Type.Array(Type.String()),\n\tcompactionSpans: Type.Array(MaestroAppServerCompactionSpanSchema),\n});\nexport type MaestroAppServerThreadGraph = Static<\n\ttypeof MaestroAppServerThreadGraphSchema\n>;\n\nexport const MaestroAppServerTurnSchema = Type.Object({\n\tid: Type.String(),\n\tparentTurnId: Type.Optional(Type.String()),\n\tstatus: MaestroAppServerTurnStatusSchema,\n\tstartedAt: Type.Optional(Type.String()),\n\tcompletedAt: Type.Optional(Type.String()),\n\tsourceEntryIds: Type.Optional(Type.Array(Type.String())),\n\ttoolCallIds: Type.Optional(Type.Array(Type.String())),\n\titems: Type.Array(MaestroAppServerThreadItemSchema),\n});\nexport type MaestroAppServerTurn = Static<typeof MaestroAppServerTurnSchema>;\n\nexport const MaestroAppServerThreadSchema = Type.Intersect([\n\tMaestroAppServerThreadSummarySchema,\n\tType.Object({\n\t\tmessagesView: Type.Union([\n\t\t\tType.Literal(\"full\"),\n\t\t\tType.Literal(\"summary\"),\n\t\t\tType.Literal(\"notLoaded\"),\n\t\t]),\n\t\tturns: Type.Optional(Type.Array(MaestroAppServerTurnSchema)),\n\t\tgraph: Type.Optional(MaestroAppServerThreadGraphSchema),\n\t}),\n]);\nexport type MaestroAppServerThread = Static<\n\ttypeof MaestroAppServerThreadSchema\n>;\n\nexport const MaestroAppServerThreadListResultSchema = Type.Object({\n\tthreads: Type.Array(MaestroAppServerThreadSummarySchema),\n\tnextCursor: Type.Union([Type.String(), Type.Null()]),\n});\nexport type MaestroAppServerThreadListResult = Static<\n\ttypeof MaestroAppServerThreadListResultSchema\n>;\n\nexport const MaestroAppServerThreadReadResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSchema,\n});\nexport type MaestroAppServerThreadReadResult = Static<\n\ttypeof MaestroAppServerThreadReadResultSchema\n>;\n\nexport const MaestroAppServerThreadMetadataUpdateResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n});\nexport type MaestroAppServerThreadMetadataUpdateResult = Static<\n\ttypeof MaestroAppServerThreadMetadataUpdateResultSchema\n>;\n\nexport const MaestroAppServerThreadGoalResultSchema = Type.Object({\n\tthreadId: Type.String(),\n\tgoal: Type.Union([MaestroAppServerThreadGoalSchema, Type.Null()]),\n});\nexport type MaestroAppServerThreadGoalResult = Static<\n\ttypeof MaestroAppServerThreadGoalResultSchema\n>;\n\nexport const MaestroAppServerTurnsListResultSchema = Type.Object({\n\tthreadId: Type.String(),\n\tturns: Type.Array(MaestroAppServerTurnSchema),\n\tnextCursor: Type.Union([Type.String(), Type.Null()]),\n\tgraph: Type.Optional(MaestroAppServerThreadGraphSchema),\n});\nexport type MaestroAppServerTurnsListResult = Static<\n\ttypeof MaestroAppServerTurnsListResultSchema\n>;\n\nexport const MaestroAppServerAllowedBlockedPolicySchema = Type.Object({\n\tallowed: Type.Optional(Type.Array(Type.String())),\n\tblocked: Type.Optional(Type.Array(Type.String())),\n});\nexport type MaestroAppServerAllowedBlockedPolicy = Static<\n\ttypeof MaestroAppServerAllowedBlockedPolicySchema\n>;\n\nexport const MaestroAppServerPolicySkillsSchema = Type.Object({\n\trequired: Type.Optional(Type.Array(Type.String())),\n});\nexport type MaestroAppServerPolicySkills = Static<\n\ttypeof MaestroAppServerPolicySkillsSchema\n>;\n\nexport const MaestroAppServerPolicyNetworkSchema = Type.Object({\n\tallowedHosts: Type.Optional(Type.Array(Type.String())),\n\tblockedHosts: Type.Optional(Type.Array(Type.String())),\n\tblockLocalhost: Type.Optional(Type.Boolean()),\n\tblockPrivateIPs: Type.Optional(Type.Boolean()),\n});\nexport type MaestroAppServerPolicyNetwork = Static<\n\ttypeof MaestroAppServerPolicyNetworkSchema\n>;\n\nexport const MaestroAppServerPolicyLimitsSchema = Type.Object({\n\tmaxTokensPerSession: Type.Optional(Type.Number()),\n\tmaxSessionDurationMinutes: Type.Optional(Type.Number()),\n\tmaxConcurrentSessions: Type.Optional(Type.Number()),\n});\nexport type MaestroAppServerPolicyLimits = Static<\n\ttypeof MaestroAppServerPolicyLimitsSchema\n>;\n\nexport const MaestroAppServerPolicySchema = Type.Object({\n\torgId: Type.Optional(Type.String()),\n\ttools: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tdependencies: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tmodels: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tskills: Type.Optional(MaestroAppServerPolicySkillsSchema),\n\tpaths: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tnetwork: Type.Optional(MaestroAppServerPolicyNetworkSchema),\n\tlimits: Type.Optional(MaestroAppServerPolicyLimitsSchema),\n});\nexport type MaestroAppServerPolicy = Static<\n\ttypeof MaestroAppServerPolicySchema\n>;\n\nexport const MaestroAppServerPolicyReadResultSchema = Type.Object({\n\tloaded: Type.Boolean(),\n\tpolicy: Type.Union([MaestroAppServerPolicySchema, Type.Null()]),\n});\nexport type MaestroAppServerPolicyReadResult = Static<\n\ttypeof MaestroAppServerPolicyReadResultSchema\n>;\n\nexport const maestroAppServerPolicyCheckKinds = [\n\t\"action\",\n\t\"model\",\n\t\"session\",\n] as const;\nexport const MaestroAppServerPolicyCheckKindSchema = stringLiteralUnion(\n\tmaestroAppServerPolicyCheckKinds,\n);\nexport type MaestroAppServerPolicyCheckKind =\n\t(typeof maestroAppServerPolicyCheckKinds)[number];\n\nexport const MaestroAppServerPolicyCheckItemSchema = Type.Object({\n\tkind: MaestroAppServerPolicyCheckKindSchema,\n\tallowed: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerPolicyCheckItem = Static<\n\ttypeof MaestroAppServerPolicyCheckItemSchema\n>;\n\nexport const MaestroAppServerPolicyCheckResultSchema = Type.Object({\n\tallowed: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n\tchecks: Type.Array(MaestroAppServerPolicyCheckItemSchema),\n});\nexport type MaestroAppServerPolicyCheckResult = Static<\n\ttypeof MaestroAppServerPolicyCheckResultSchema\n>;\n\nexport const MaestroAppServerRequirementSchema = Type.Object({\n\tkind: Type.Literal(\"skill\"),\n\tid: Type.String(),\n\trequired: Type.Boolean(),\n});\nexport type MaestroAppServerRequirement = Static<\n\ttypeof MaestroAppServerRequirementSchema\n>;\n\nexport const MaestroAppServerRequirementsListResultSchema = Type.Object({\n\trequirements: Type.Array(MaestroAppServerRequirementSchema),\n\trequiredSkills: Type.Array(Type.String()),\n});\nexport type MaestroAppServerRequirementsListResult = Static<\n\ttypeof MaestroAppServerRequirementsListResultSchema\n>;\n\nexport const maestroAppServerNetworkGovernanceStatuses = [\n\t\"allowed\",\n\t\"blocked\",\n\t\"failed\",\n] as const;\nexport const MaestroAppServerNetworkGovernanceStatusSchema = stringLiteralUnion(\n\tmaestroAppServerNetworkGovernanceStatuses,\n);\nexport type MaestroAppServerNetworkGovernanceStatus =\n\t(typeof maestroAppServerNetworkGovernanceStatuses)[number];\n\nexport const MaestroAppServerNetworkAuditRecordSchema = Type.Object({\n\tid: Type.String(),\n\tmethod: Type.String(),\n\turl: Type.String(),\n\thost: Type.String(),\n\tallowed: Type.Boolean(),\n\tstatus: MaestroAppServerNetworkGovernanceStatusSchema,\n\treason: Type.Optional(Type.String()),\n\tstatusCode: Type.Optional(Type.Number()),\n\tstartedAt: Type.String(),\n\tcompletedAt: Type.String(),\n});\nexport type MaestroAppServerNetworkAuditRecord = Static<\n\ttypeof MaestroAppServerNetworkAuditRecordSchema\n>;\n\nexport const MaestroAppServerNetworkFetchResultSchema = Type.Object({\n\tallowed: Type.Boolean(),\n\tstatus: MaestroAppServerNetworkGovernanceStatusSchema,\n\treason: Type.Optional(Type.String()),\n\tstatusCode: Type.Optional(Type.Number()),\n\theaders: Type.Optional(Type.Record(Type.String(), Type.String())),\n\tbodyBase64: Type.Optional(Type.String()),\n\taudit: MaestroAppServerNetworkAuditRecordSchema,\n});\nexport type MaestroAppServerNetworkFetchResult = Static<\n\ttypeof MaestroAppServerNetworkFetchResultSchema\n>;\n\nexport const MaestroAppServerNetworkAuditListResultSchema = Type.Object({\n\taudit: Type.Array(MaestroAppServerNetworkAuditRecordSchema),\n\tnextCursor: Type.Union([Type.String(), Type.Null()]),\n});\nexport type MaestroAppServerNetworkAuditListResult = Static<\n\ttypeof MaestroAppServerNetworkAuditListResultSchema\n>;\n\nexport const maestroAppServerSandboxTypes = [\n\t\"seatbelt\",\n\t\"landlock\",\n\t\"none\",\n] as const;\nexport const MaestroAppServerSandboxTypeSchema = stringLiteralUnion(\n\tmaestroAppServerSandboxTypes,\n);\nexport type MaestroAppServerSandboxType =\n\t(typeof maestroAppServerSandboxTypes)[number];\n\nexport const maestroAppServerSandboxProofModes = [\n\t\"read-only\",\n\t\"workspace-write\",\n] as const;\nexport const MaestroAppServerSandboxProofModeSchema = stringLiteralUnion(\n\tmaestroAppServerSandboxProofModes,\n);\nexport type MaestroAppServerSandboxProofMode =\n\t(typeof maestroAppServerSandboxProofModes)[number];\n\nexport const MaestroAppServerSandboxProbeResultSchema = Type.Object({\n\tavailable: Type.Boolean(),\n\ttype: MaestroAppServerSandboxTypeSchema,\n\tplatform: Type.String(),\n\tsupportedModes: Type.Array(MaestroAppServerSandboxProofModeSchema),\n\tproofAvailable: Type.Boolean(),\n});\nexport type MaestroAppServerSandboxProbeResult = Static<\n\ttypeof MaestroAppServerSandboxProbeResultSchema\n>;\n\nexport const MaestroAppServerSandboxProofCheckSchema = Type.Object({\n\tname: Type.String(),\n\tpassed: Type.Boolean(),\n\tdetail: Type.String(),\n});\nexport type MaestroAppServerSandboxProofCheck = Static<\n\ttypeof MaestroAppServerSandboxProofCheckSchema\n>;\n\nexport const MaestroAppServerSandboxProofResultSchema = Type.Object({\n\tmode: MaestroAppServerSandboxProofModeSchema,\n\tavailable: Type.Boolean(),\n\ttype: MaestroAppServerSandboxTypeSchema,\n\tpassed: Type.Boolean(),\n\tskippedReason: Type.Optional(Type.String()),\n\tchecks: Type.Array(MaestroAppServerSandboxProofCheckSchema),\n});\nexport type MaestroAppServerSandboxProofResult = Static<\n\ttypeof MaestroAppServerSandboxProofResultSchema\n>;\n\nexport const maestroAppServerExternalAgentArtifactKinds = [\n\t\"session\",\n\t\"config\",\n\t\"hooks\",\n\t\"mcp\",\n\t\"skill\",\n] as const;\nexport const MaestroAppServerExternalAgentArtifactKindSchema =\n\tstringLiteralUnion(maestroAppServerExternalAgentArtifactKinds);\nexport type MaestroAppServerExternalAgentArtifactKind =\n\t(typeof maestroAppServerExternalAgentArtifactKinds)[number];\n\nexport const maestroAppServerExternalAgentImportStatuses = [\n\t\"planned\",\n\t\"imported\",\n\t\"skipped\",\n] as const;\nexport const MaestroAppServerExternalAgentImportStatusSchema =\n\tstringLiteralUnion(maestroAppServerExternalAgentImportStatuses);\nexport type MaestroAppServerExternalAgentImportStatus =\n\t(typeof maestroAppServerExternalAgentImportStatuses)[number];\n\nexport const maestroAppServerExternalAgentImportScopes = [\n\t\"project\",\n\t\"local\",\n\t\"user\",\n] as const;\nexport const MaestroAppServerExternalAgentImportScopeSchema =\n\tstringLiteralUnion(maestroAppServerExternalAgentImportScopes);\nexport type MaestroAppServerExternalAgentImportScope =\n\t(typeof maestroAppServerExternalAgentImportScopes)[number];\n\nexport const MaestroAppServerExternalAgentImportedArtifactSchema = Type.Object({\n\tkind: MaestroAppServerExternalAgentArtifactKindSchema,\n\tstatus: MaestroAppServerExternalAgentImportStatusSchema,\n\tscope: Type.Optional(MaestroAppServerExternalAgentImportScopeSchema),\n\tid: Type.Optional(Type.String()),\n\tpath: Type.Optional(Type.String()),\n\tmessage: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerExternalAgentImportedArtifact = Static<\n\ttypeof MaestroAppServerExternalAgentImportedArtifactSchema\n>;\n\nexport const MaestroAppServerExternalAgentImportResultSchema = Type.Object({\n\tsource: Type.Object({\n\t\tname: Type.String(),\n\t\ttype: Type.Optional(Type.String()),\n\t}),\n\tdryRun: Type.Boolean(),\n\timported: Type.Array(MaestroAppServerExternalAgentImportedArtifactSchema),\n\twarnings: Type.Array(Type.String()),\n});\nexport type MaestroAppServerExternalAgentImportResult = Static<\n\ttypeof MaestroAppServerExternalAgentImportResultSchema\n>;\n\nexport const maestroAppServerPluginBundleScopes = [\n\t\"project\",\n\t\"local\",\n\t\"user\",\n] as const;\nexport const MaestroAppServerPluginBundleScopeSchema = stringLiteralUnion(\n\tmaestroAppServerPluginBundleScopes,\n);\nexport type MaestroAppServerPluginBundleScope =\n\t(typeof maestroAppServerPluginBundleScopes)[number];\n\nexport const MaestroAppServerPluginBundleSchema = Type.Object({\n\tsource: Type.String(),\n\tscope: MaestroAppServerPluginBundleScopeSchema,\n\tconfigPath: Type.String(),\n});\nexport type MaestroAppServerPluginBundle = Static<\n\ttypeof MaestroAppServerPluginBundleSchema\n>;\n\nexport const MaestroAppServerPluginBundleResourcesSchema = Type.Object({\n\textensions: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n\tskills: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n\tprompts: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n\tthemes: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n});\nexport type MaestroAppServerPluginBundleResources = Static<\n\ttypeof MaestroAppServerPluginBundleResourcesSchema\n>;\n\nexport const MaestroAppServerPluginBundleListResultSchema = Type.Object({\n\tbundles: Type.Array(MaestroAppServerPluginBundleSchema),\n\tresources: MaestroAppServerPluginBundleResourcesSchema,\n\terrors: Type.Array(Type.String()),\n});\nexport type MaestroAppServerPluginBundleListResult = Static<\n\ttypeof MaestroAppServerPluginBundleListResultSchema\n>;\n\nexport const MaestroAppServerPluginBundleMutationResultSchema = Type.Object({\n\tsource: Type.String(),\n\tscope: MaestroAppServerPluginBundleScopeSchema,\n\tconfigPath: Type.String(),\n\tchanged: Type.Boolean(),\n\tmessage: Type.String(),\n});\nexport type MaestroAppServerPluginBundleMutationResult = Static<\n\ttypeof MaestroAppServerPluginBundleMutationResultSchema\n>;\n\nexport const maestroAppServerProtocolModeIds = [\n\t\"standard\",\n\t\"review\",\n\t\"realtime\",\n] as const;\nexport const MaestroAppServerProtocolModeIdSchema = stringLiteralUnion(\n\tmaestroAppServerProtocolModeIds,\n);\nexport type MaestroAppServerProtocolModeId =\n\t(typeof maestroAppServerProtocolModeIds)[number];\n\nexport const MaestroAppServerProtocolModeSchema = Type.Object({\n\tid: MaestroAppServerProtocolModeIdSchema,\n\tlabel: Type.String(),\n\treadOnly: Type.Boolean(),\n\trealtime: Type.Boolean(),\n\tallowedMethods: Type.Array(Type.String()),\n\tblockedMethods: Type.Array(Type.String()),\n\tserverNotifications: Type.Array(Type.String()),\n});\nexport type MaestroAppServerProtocolMode = Static<\n\ttypeof MaestroAppServerProtocolModeSchema\n>;\n\nexport const MaestroAppServerProtocolModeListResultSchema = Type.Object({\n\tactiveMode: MaestroAppServerProtocolModeIdSchema,\n\tdefaultMode: MaestroAppServerProtocolModeIdSchema,\n\tmodes: Type.Array(MaestroAppServerProtocolModeSchema),\n});\nexport type MaestroAppServerProtocolModeListResult = Static<\n\ttypeof MaestroAppServerProtocolModeListResultSchema\n>;\n\nexport const MaestroAppServerProtocolModeSetResultSchema = Type.Object({\n\tactiveMode: MaestroAppServerProtocolModeIdSchema,\n\tmode: MaestroAppServerProtocolModeSchema,\n});\nexport type MaestroAppServerProtocolModeSetResult = Static<\n\ttypeof MaestroAppServerProtocolModeSetResultSchema\n>;\n\nexport const maestroAppServerRemoteControlStatuses = [\n\t\"unavailable\",\n\t\"ready\",\n\t\"draining\",\n] as const;\nexport const MaestroAppServerRemoteControlStatusSchema = stringLiteralUnion(\n\tmaestroAppServerRemoteControlStatuses,\n);\nexport type MaestroAppServerRemoteControlStatus =\n\t(typeof maestroAppServerRemoteControlStatuses)[number];\n\nexport const maestroAppServerRemoteControlLeaseStates = [\n\t\"unbound\",\n\t\"bound\",\n\t\"draining\",\n] as const;\nexport const MaestroAppServerRemoteControlLeaseStateSchema = stringLiteralUnion(\n\tmaestroAppServerRemoteControlLeaseStates,\n);\nexport type MaestroAppServerRemoteControlLeaseState =\n\t(typeof maestroAppServerRemoteControlLeaseStates)[number];\n\nexport const MaestroAppServerRemoteControlLeaseSchema = Type.Object({\n\tprotocolVersion: Type.String(),\n\trunnerSessionId: Type.String(),\n\townerInstanceId: Type.Optional(Type.String()),\n\tworkspaceId: Type.Optional(Type.String()),\n\tagentId: Type.Optional(Type.String()),\n\tagentRunId: Type.Optional(Type.String()),\n\tmaestroSessionId: Type.Optional(Type.String()),\n\tconfiguredMaestroSessionId: Type.Optional(Type.String()),\n\tstate: MaestroAppServerRemoteControlLeaseStateSchema,\n\tgeneration: Type.Number(),\n\theartbeatAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tleaseTokenPresent: Type.Boolean(),\n});\nexport type MaestroAppServerRemoteControlLease = Static<\n\ttypeof MaestroAppServerRemoteControlLeaseSchema\n>;\n\nexport const MaestroAppServerRemoteControlLastDrainSchema = Type.Object({\n\tstatus: Type.String(),\n\tmanifestPath: Type.String(),\n\tdrainedAt: Type.String(),\n\treason: Type.Optional(Type.String()),\n\trequestedBy: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerRemoteControlLastDrain = Static<\n\ttypeof MaestroAppServerRemoteControlLastDrainSchema\n>;\n\nexport const MaestroAppServerRemoteControlStatusResultSchema = Type.Object({\n\tavailable: Type.Boolean(),\n\tstatus: MaestroAppServerRemoteControlStatusSchema,\n\trunnerSessionId: Type.Optional(Type.String()),\n\townerInstanceId: Type.Optional(Type.String()),\n\tworkspaceRoot: Type.Optional(Type.String()),\n\tsnapshotRoot: Type.Optional(Type.String()),\n\tworkspaceId: Type.Optional(Type.String()),\n\tagentId: Type.Optional(Type.String()),\n\tagentRunId: Type.Optional(Type.String()),\n\ta2aMessageId: Type.Optional(Type.String()),\n\ta2aTaskId: Type.Optional(Type.String()),\n\tagentRuntimeWorkerQueue: Type.Optional(Type.String()),\n\tagentRuntimeCorrelationPath: Type.Optional(Type.String()),\n\tmaestroSessionId: Type.Optional(Type.String()),\n\tlastDrain: Type.Optional(MaestroAppServerRemoteControlLastDrainSchema),\n\tlease: Type.Union([MaestroAppServerRemoteControlLeaseSchema, Type.Null()]),\n\terror: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerRemoteControlStatusResult = Static<\n\ttypeof MaestroAppServerRemoteControlStatusResultSchema\n>;\n\nexport const MaestroAppServerDaemonProcessSchema = Type.Object({\n\tpid: Type.Number(),\n\tppid: Type.Number(),\n\tplatform: Type.String(),\n\tarch: Type.String(),\n\tnodeVersion: Type.String(),\n\tcwd: Type.String(),\n\tuptimeMs: Type.Number(),\n});\nexport type MaestroAppServerDaemonProcess = Static<\n\ttypeof MaestroAppServerDaemonProcessSchema\n>;\n\nexport const MaestroAppServerDaemonStatusResultSchema = Type.Object({\n\tdaemon: MaestroAppServerDaemonProcessSchema,\n\tremoteControl: MaestroAppServerRemoteControlStatusResultSchema,\n});\nexport type MaestroAppServerDaemonStatusResult = Static<\n\ttypeof MaestroAppServerDaemonStatusResultSchema\n>;\n\nexport const MaestroAppServerRemoteControlLeaseResultSchema = Type.Object({\n\tavailable: Type.Boolean(),\n\tlease: Type.Union([MaestroAppServerRemoteControlLeaseSchema, Type.Null()]),\n});\nexport type MaestroAppServerRemoteControlLeaseResult = Static<\n\ttypeof MaestroAppServerRemoteControlLeaseResultSchema\n>;\n\nexport const MaestroAppServerRemoteControlDrainResultSchema = Type.Object({\n\tdrained: Type.Boolean(),\n\tstatus: Type.String(),\n\trunnerSessionId: Type.String(),\n\treason: Type.Optional(Type.String()),\n\trequestedBy: Type.Optional(Type.String()),\n\tmanifestPath: Type.String(),\n\tmanifest: Type.Unknown(),\n\tremoteControl: MaestroAppServerRemoteControlStatusResultSchema,\n});\nexport type MaestroAppServerRemoteControlDrainResult = Static<\n\ttypeof MaestroAppServerRemoteControlDrainResultSchema\n>;\n\nexport const MaestroAppServerEmptyResultSchema = Type.Object(\n\t{},\n\t{ additionalProperties: false },\n);\nexport type MaestroAppServerEmptyResult = Static<\n\ttypeof MaestroAppServerEmptyResultSchema\n>;\n\nexport const MaestroAppServerCommandExecResultSchema = Type.Object({\n\tstdout: Type.String(),\n\tstderr: Type.String(),\n\texitCode: Type.Number(),\n});\nexport type MaestroAppServerCommandExecResult = Static<\n\ttypeof MaestroAppServerCommandExecResultSchema\n>;\n\nexport const MaestroAppServerCommandProcessResultSchema = Type.Object({\n\tprocessId: Type.String(),\n});\nexport type MaestroAppServerCommandProcessResult = Static<\n\ttypeof MaestroAppServerCommandProcessResultSchema\n>;\n\nexport const MaestroAppServerFsReadFileResultSchema = Type.Object({\n\tdataBase64: Type.String(),\n});\nexport type MaestroAppServerFsReadFileResult = Static<\n\ttypeof MaestroAppServerFsReadFileResultSchema\n>;\n\nexport const MaestroAppServerFsReadDirectoryEntrySchema = Type.Object({\n\tfileName: Type.String(),\n\tisDirectory: Type.Boolean(),\n\tisFile: Type.Boolean(),\n});\nexport type MaestroAppServerFsReadDirectoryEntry = Static<\n\ttypeof MaestroAppServerFsReadDirectoryEntrySchema\n>;\n\nexport const MaestroAppServerFsReadDirectoryResultSchema = Type.Object({\n\tentries: Type.Array(MaestroAppServerFsReadDirectoryEntrySchema),\n});\nexport type MaestroAppServerFsReadDirectoryResult = Static<\n\ttypeof MaestroAppServerFsReadDirectoryResultSchema\n>;\n\nexport const MaestroAppServerFsMetadataResultSchema = Type.Object({\n\tcreatedAtMs: Type.Number(),\n\tmodifiedAtMs: Type.Number(),\n\tisDirectory: Type.Boolean(),\n\tisFile: Type.Boolean(),\n\tisSymlink: Type.Boolean(),\n});\nexport type MaestroAppServerFsMetadataResult = Static<\n\ttypeof MaestroAppServerFsMetadataResultSchema\n>;\n\nexport const MaestroAppServerFsWatchResultSchema = Type.Object({\n\twatchId: Type.String(),\n\tpath: Type.String(),\n});\nexport type MaestroAppServerFsWatchResult = Static<\n\ttypeof MaestroAppServerFsWatchResultSchema\n>;\n\nexport const MaestroAppServerFsChangedNotificationParamsSchema = Type.Object({\n\twatchId: Type.String(),\n\tchangedPaths: Type.Array(Type.String()),\n});\nexport type MaestroAppServerFsChangedNotificationParams = Static<\n\ttypeof MaestroAppServerFsChangedNotificationParamsSchema\n>;\n\nexport const MaestroAppServerThreadStartResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n});\nexport type MaestroAppServerThreadStartResult = Static<\n\ttypeof MaestroAppServerThreadStartResultSchema\n>;\n\nexport const MaestroAppServerThreadForkResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n\tparentThreadId: Type.String(),\n\tforkedFromEntryId: Type.String(),\n});\nexport type MaestroAppServerThreadForkResult = Static<\n\ttypeof MaestroAppServerThreadForkResultSchema\n>;\n\nexport const MaestroAppServerThreadArchiveResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n\tarchived: Type.Boolean(),\n});\nexport type MaestroAppServerThreadArchiveResult = Static<\n\ttypeof MaestroAppServerThreadArchiveResultSchema\n>;\n\nexport const MaestroAppServerThreadDeleteResultSchema = Type.Object({\n\tthreadId: Type.String(),\n\tdeleted: Type.Boolean(),\n});\nexport type MaestroAppServerThreadDeleteResult = Static<\n\ttypeof MaestroAppServerThreadDeleteResultSchema\n>;\n\nexport const MaestroAppServerModelCapabilitiesSchema = Type.Object({\n\tstreaming: Type.Boolean(),\n\ttools: Type.Boolean(),\n\tvision: Type.Boolean(),\n\treasoning: Type.Boolean(),\n\tresponsesApi: Type.Boolean(),\n\tcodexBackend: Type.Boolean(),\n\tlocal: Type.Boolean(),\n});\nexport const MaestroAppServerReasoningEffortSchema = Type.Union([\n\tType.Literal(\"minimal\"),\n\tType.Literal(\"low\"),\n\tType.Literal(\"medium\"),\n\tType.Literal(\"high\"),\n\tType.Literal(\"ultra\"),\n]);\nexport const MaestroAppServerModelSchema = Type.Object({\n\tid: Type.String(),\n\tprovider: Type.String(),\n\tname: Type.String(),\n\tapi: Type.String(),\n\tcontextWindow: Type.Optional(Type.Number()),\n\tmaxTokens: Type.Optional(Type.Number()),\n\tcost: Type.Optional(Type.Record(Type.String(), Type.Number())),\n\tsource: Type.Optional(\n\t\tType.Union([Type.Literal(\"builtin\"), Type.Literal(\"custom\")]),\n\t),\n\tsupportedReasoningEfforts: Type.Optional(\n\t\tType.Array(MaestroAppServerReasoningEffortSchema),\n\t),\n\tdefaultReasoningEffort: Type.Optional(MaestroAppServerReasoningEffortSchema),\n\tcapabilities: MaestroAppServerModelCapabilitiesSchema,\n});\nexport type MaestroAppServerModel = Static<typeof MaestroAppServerModelSchema>;\n\nexport const MaestroAppServerModelListResultSchema = Type.Object({\n\tmodels: Type.Array(MaestroAppServerModelSchema),\n});\nexport type MaestroAppServerModelListResult = Static<\n\ttypeof MaestroAppServerModelListResultSchema\n>;\n\nexport const MaestroAppServerModelProviderCapabilitiesSchema = Type.Object({\n\tid: Type.String(),\n\tname: Type.String(),\n\tapis: Type.Array(Type.String()),\n\tmodelCount: Type.Number(),\n\tcapabilities: MaestroAppServerModelCapabilitiesSchema,\n});\nexport type MaestroAppServerModelProviderCapabilities = Static<\n\ttypeof MaestroAppServerModelProviderCapabilitiesSchema\n>;\n\nexport const MaestroAppServerModelProviderCapabilitiesReadResultSchema =\n\tType.Object({\n\t\tproviders: Type.Array(MaestroAppServerModelProviderCapabilitiesSchema),\n\t});\nexport type MaestroAppServerModelProviderCapabilitiesReadResult = Static<\n\ttypeof MaestroAppServerModelProviderCapabilitiesReadResultSchema\n>;\n\nexport const MaestroAppServerResponseSchema = Type.Object({\n\tjsonrpc: Type.Literal(\"2.0\"),\n\tid: MaestroAppServerJsonRpcResponseIdSchema,\n\tresult: Type.Optional(\n\t\tType.Union([\n\t\t\tMaestroAppServerInitializeResultSchema,\n\t\t\tMaestroAppServerModelListResultSchema,\n\t\t\tMaestroAppServerModelProviderCapabilitiesReadResultSchema,\n\t\t\tMaestroAppServerPolicyReadResultSchema,\n\t\t\tMaestroAppServerPolicyCheckResultSchema,\n\t\t\tMaestroAppServerRequirementsListResultSchema,\n\t\t\tMaestroAppServerNetworkFetchResultSchema,\n\t\t\tMaestroAppServerNetworkAuditListResultSchema,\n\t\t\tMaestroAppServerSandboxProbeResultSchema,\n\t\t\tMaestroAppServerSandboxProofResultSchema,\n\t\t\tMaestroAppServerExternalAgentImportResultSchema,\n\t\t\tMaestroAppServerPluginBundleListResultSchema,\n\t\t\tMaestroAppServerPluginBundleMutationResultSchema,\n\t\t\tMaestroAppServerProtocolModeListResultSchema,\n\t\t\tMaestroAppServerProtocolModeSetResultSchema,\n\t\t\tMaestroAppServerDaemonStatusResultSchema,\n\t\t\tMaestroAppServerRemoteControlStatusResultSchema,\n\t\t\tMaestroAppServerRemoteControlLeaseResultSchema,\n\t\t\tMaestroAppServerRemoteControlDrainResultSchema,\n\t\t\tMaestroAppServerCommandExecResultSchema,\n\t\t\tMaestroAppServerCommandProcessResultSchema,\n\t\t\tMaestroAppServerFsReadFileResultSchema,\n\t\t\tMaestroAppServerFsReadDirectoryResultSchema,\n\t\t\tMaestroAppServerFsMetadataResultSchema,\n\t\t\tMaestroAppServerFsWatchResultSchema,\n\t\t\tMaestroAppServerEmptyResultSchema,\n\t\t\tMaestroAppServerThreadListResultSchema,\n\t\t\tMaestroAppServerThreadReadResultSchema,\n\t\t\tMaestroAppServerThreadMetadataUpdateResultSchema,\n\t\t\tMaestroAppServerThreadGoalResultSchema,\n\t\t\tMaestroAppServerTurnsListResultSchema,\n\t\t\tMaestroAppServerThreadStartResultSchema,\n\t\t\tMaestroAppServerThreadForkResultSchema,\n\t\t\tMaestroAppServerThreadArchiveResultSchema,\n\t\t\tMaestroAppServerThreadDeleteResultSchema,\n\t\t]),\n\t),\n\terror: Type.Optional(\n\t\tType.Object({\n\t\t\tcode: Type.Number(),\n\t\t\tmessage: Type.String(),\n\t\t}),\n\t),\n});\nexport type MaestroAppServerResponse = Static<\n\ttypeof MaestroAppServerResponseSchema\n>;\n\nexport const MaestroAppServerServerNotificationSchema = Type.Object({\n\tjsonrpc: Type.Literal(\"2.0\"),\n\tmethod: stringLiteralUnion(maestroAppServerServerMethods),\n\tparams: Type.Optional(MaestroAppServerFsChangedNotificationParamsSchema),\n});\nexport type MaestroAppServerServerNotification = Static<\n\ttypeof MaestroAppServerServerNotificationSchema\n>;\n"]}
|
|
1
|
+
{"version":3,"file":"maestro-app-server.js","sourceRoot":"","sources":["../src/maestro-app-server.ts"],"names":[],"mappings":"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","sourcesContent":["import { type Static, Type } from \"@sinclair/typebox\";\nimport { stringLiteralUnion } from \"./typebox-utils.js\";\n\nexport const maestroAppServerProtocolVersion = \"maestro-app-server.v3\" as const;\nexport const maestroAppServerSupportedProtocolVersions = [\n\tmaestroAppServerProtocolVersion,\n] as const;\n\nexport const maestroAppServerClientMethods = [\n\t\"initialize\",\n\t\"protocol/mode/list\",\n\t\"protocol/mode/set\",\n\t\"model/list\",\n\t\"modelProvider/capabilities/read\",\n\t\"policy/read\",\n\t\"policy/check\",\n\t\"requirements/list\",\n\t\"network/fetch\",\n\t\"network/audit/list\",\n\t\"sandbox/probe\",\n\t\"sandbox/check/run\",\n\t\"externalAgent/import\",\n\t\"pluginBundle/list\",\n\t\"pluginBundle/install\",\n\t\"pluginBundle/remove\",\n\t\"daemon/status\",\n\t\"remoteControl/status\",\n\t\"remoteControl/lease/read\",\n\t\"remoteControl/lease/heartbeat\",\n\t\"remoteControl/drain\",\n\t\"command/exec\",\n\t\"command/exec/write\",\n\t\"command/exec/terminate\",\n\t\"fs/readFile\",\n\t\"fs/writeFile\",\n\t\"fs/readDirectory\",\n\t\"fs/getMetadata\",\n\t\"fs/createDirectory\",\n\t\"fs/remove\",\n\t\"fs/copy\",\n\t\"fs/watch\",\n\t\"fs/unwatch\",\n\t\"thread/list\",\n\t\"thread/read\",\n\t\"thread/metadata/update\",\n\t\"thread/name/set\",\n\t\"thread/goal/get\",\n\t\"thread/goal/set\",\n\t\"thread/goal/clear\",\n\t\"thread/start\",\n\t\"thread/fork\",\n\t\"thread/archive\",\n\t\"thread/unarchive\",\n\t\"thread/delete\",\n\t\"thread/turns/list\",\n] as const;\nexport type MaestroAppServerClientMethod =\n\t(typeof maestroAppServerClientMethods)[number];\n\nexport const maestroAppServerServerMethods = [\"fs/changed\"] as const;\nexport type MaestroAppServerServerMethod =\n\t(typeof maestroAppServerServerMethods)[number];\n\nexport const maestroAppServerThreadStatuses = [\n\t\"notLoaded\",\n\t\"loaded\",\n\t\"running\",\n\t\"interrupted\",\n\t\"completed\",\n\t\"archived\",\n] as const;\nexport type MaestroAppServerThreadStatus =\n\t(typeof maestroAppServerThreadStatuses)[number];\n\nexport const maestroAppServerTurnStatuses = [\n\t\"completed\",\n\t\"running\",\n\t\"interrupted\",\n\t\"failed\",\n] as const;\nexport type MaestroAppServerTurnStatus =\n\t(typeof maestroAppServerTurnStatuses)[number];\n\nexport const MaestroAppServerJsonRpcIdSchema = Type.Union([\n\tType.String(),\n\tType.Number(),\n]);\nconst MaestroAppServerJsonRpcResponseIdSchema = Type.Union([\n\tMaestroAppServerJsonRpcIdSchema,\n\tType.Null(),\n]);\n\nexport const MaestroAppServerClientRequestSchema = Type.Object({\n\tjsonrpc: Type.Literal(\"2.0\"),\n\tid: MaestroAppServerJsonRpcIdSchema,\n\tmethod: Type.String(),\n\tparams: Type.Optional(Type.Record(Type.String(), Type.Unknown())),\n});\nexport type MaestroAppServerClientRequest = Static<\n\ttypeof MaestroAppServerClientRequestSchema\n>;\n\nexport const MaestroAppServerCapabilitiesSchema = Type.Object({\n\tsessions: Type.Boolean(),\n\tprotocolModes: Type.Boolean(),\n\tmodelList: Type.Boolean(),\n\tmodelProviderCapabilities: Type.Boolean(),\n\tmanagedPolicy: Type.Boolean(),\n\trequirements: Type.Boolean(),\n\tnetworkProxy: Type.Boolean(),\n\tnetworkAudit: Type.Boolean(),\n\tsandboxProbe: Type.Boolean(),\n\tsandboxCheck: Type.Boolean(),\n\texternalAgentImport: Type.Boolean(),\n\tpluginBundles: Type.Boolean(),\n\tdaemonStatus: Type.Boolean(),\n\tremoteControlStatus: Type.Boolean(),\n\tremoteControlLease: Type.Boolean(),\n\tremoteControlDrain: Type.Boolean(),\n\tcommandExec: Type.Boolean(),\n\tcommandProcessControl: Type.Boolean(),\n\tfilesystem: Type.Boolean(),\n\tfilesystemWatch: Type.Boolean(),\n\tthreadList: Type.Boolean(),\n\tthreadRead: Type.Boolean(),\n\tthreadMetadataUpdate: Type.Boolean(),\n\tthreadNameSet: Type.Boolean(),\n\tthreadGoals: Type.Boolean(),\n\tthreadStart: Type.Boolean(),\n\tthreadFork: Type.Boolean(),\n\tthreadArchive: Type.Boolean(),\n\tthreadDelete: Type.Boolean(),\n\tturnsList: Type.Boolean(),\n});\nexport type MaestroAppServerCapabilities = Static<\n\ttypeof MaestroAppServerCapabilitiesSchema\n>;\n\nexport const MaestroAppServerInitializeResultSchema = Type.Object({\n\tprotocolVersion: Type.Literal(maestroAppServerProtocolVersion),\n\tsupportedProtocolVersions: Type.Optional(\n\t\tType.Array(stringLiteralUnion(maestroAppServerSupportedProtocolVersions)),\n\t),\n\tserverInfo: Type.Object({\n\t\tname: Type.String(),\n\t\tversion: Type.Optional(Type.String()),\n\t}),\n\tcapabilities: MaestroAppServerCapabilitiesSchema,\n});\nexport type MaestroAppServerInitializeResult = Static<\n\ttypeof MaestroAppServerInitializeResultSchema\n>;\n\nexport const MaestroAppServerThreadStatusSchema = stringLiteralUnion(\n\tmaestroAppServerThreadStatuses,\n);\nexport const MaestroAppServerTurnStatusSchema = stringLiteralUnion(\n\tmaestroAppServerTurnStatuses,\n);\n\nexport const MaestroAppServerThreadSummarySchema = Type.Object({\n\tid: Type.String(),\n\tsource: Type.Literal(\"session\"),\n\tstatus: MaestroAppServerThreadStatusSchema,\n\ttitle: Type.Optional(Type.String()),\n\tsummary: Type.Optional(Type.String()),\n\tresumeSummary: Type.Optional(Type.String()),\n\tmemoryExtractionHash: Type.Optional(Type.String()),\n\tsubject: Type.Optional(Type.String()),\n\tpath: Type.Optional(Type.String()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tmessageCount: Type.Number(),\n\tfavorite: Type.Boolean(),\n\ttags: Type.Optional(Type.Array(Type.String())),\n\tarchived: Type.Optional(Type.Boolean()),\n\tarchivedAt: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerThreadSummary = Static<\n\ttypeof MaestroAppServerThreadSummarySchema\n>;\n\nexport const MaestroAppServerThreadGoalStatuses = [\n\t\"active\",\n\t\"complete\",\n\t\"cancelled\",\n] as const;\nexport const MaestroAppServerThreadGoalStatusSchema = stringLiteralUnion(\n\tMaestroAppServerThreadGoalStatuses,\n);\nexport const MaestroAppServerThreadGoalSchema = Type.Object({\n\tobjective: Type.String(),\n\tstatus: MaestroAppServerThreadGoalStatusSchema,\n\ttokenBudget: Type.Optional(Type.Number()),\n\tcreatedAt: Type.String(),\n\tupdatedAt: Type.String(),\n});\nexport type MaestroAppServerThreadGoal = Static<\n\ttypeof MaestroAppServerThreadGoalSchema\n>;\n\nexport const MaestroAppServerThreadItemSchema = Type.Object({\n\tid: Type.String(),\n\ttype: Type.String(),\n\ttimestamp: Type.Optional(Type.String()),\n\tparentId: Type.Optional(Type.Union([Type.String(), Type.Null()])),\n\trole: Type.Optional(Type.String()),\n\tcontent: Type.Optional(Type.Unknown()),\n\tdata: Type.Optional(Type.Unknown()),\n});\nexport type MaestroAppServerThreadItem = Static<\n\ttypeof MaestroAppServerThreadItemSchema\n>;\n\nexport const MaestroAppServerCompactionSpanSchema = Type.Object({\n\tid: Type.String(),\n\tfirstKeptEntryId: Type.String(),\n\tsummary: Type.String(),\n\ttokensBefore: Type.Number(),\n\tsourceEntryIds: Type.Array(Type.String()),\n});\nexport type MaestroAppServerCompactionSpan = Static<\n\ttypeof MaestroAppServerCompactionSpanSchema\n>;\n\nexport const MaestroAppServerThreadGraphSchema = Type.Object({\n\tbranchId: Type.String(),\n\tleafEntryId: Type.Optional(Type.String()),\n\tactiveEntryIds: Type.Array(Type.String()),\n\tcompactionSpans: Type.Array(MaestroAppServerCompactionSpanSchema),\n});\nexport type MaestroAppServerThreadGraph = Static<\n\ttypeof MaestroAppServerThreadGraphSchema\n>;\n\nexport const MaestroAppServerTurnSchema = Type.Object({\n\tid: Type.String(),\n\tparentTurnId: Type.Optional(Type.String()),\n\tstatus: MaestroAppServerTurnStatusSchema,\n\tstartedAt: Type.Optional(Type.String()),\n\tcompletedAt: Type.Optional(Type.String()),\n\tsourceEntryIds: Type.Optional(Type.Array(Type.String())),\n\ttoolCallIds: Type.Optional(Type.Array(Type.String())),\n\titems: Type.Array(MaestroAppServerThreadItemSchema),\n});\nexport type MaestroAppServerTurn = Static<typeof MaestroAppServerTurnSchema>;\n\nexport const MaestroAppServerThreadSchema = Type.Intersect([\n\tMaestroAppServerThreadSummarySchema,\n\tType.Object({\n\t\tmessagesView: Type.Union([\n\t\t\tType.Literal(\"full\"),\n\t\t\tType.Literal(\"summary\"),\n\t\t\tType.Literal(\"notLoaded\"),\n\t\t]),\n\t\tturns: Type.Optional(Type.Array(MaestroAppServerTurnSchema)),\n\t\tgraph: Type.Optional(MaestroAppServerThreadGraphSchema),\n\t}),\n]);\nexport type MaestroAppServerThread = Static<\n\ttypeof MaestroAppServerThreadSchema\n>;\n\nexport const MaestroAppServerThreadListResultSchema = Type.Object({\n\tthreads: Type.Array(MaestroAppServerThreadSummarySchema),\n\tnextCursor: Type.Union([Type.String(), Type.Null()]),\n});\nexport type MaestroAppServerThreadListResult = Static<\n\ttypeof MaestroAppServerThreadListResultSchema\n>;\n\nexport const MaestroAppServerThreadReadResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSchema,\n});\nexport type MaestroAppServerThreadReadResult = Static<\n\ttypeof MaestroAppServerThreadReadResultSchema\n>;\n\nexport const MaestroAppServerThreadMetadataUpdateResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n});\nexport type MaestroAppServerThreadMetadataUpdateResult = Static<\n\ttypeof MaestroAppServerThreadMetadataUpdateResultSchema\n>;\n\nexport const MaestroAppServerThreadGoalResultSchema = Type.Object({\n\tthreadId: Type.String(),\n\tgoal: Type.Union([MaestroAppServerThreadGoalSchema, Type.Null()]),\n});\nexport type MaestroAppServerThreadGoalResult = Static<\n\ttypeof MaestroAppServerThreadGoalResultSchema\n>;\n\nexport const MaestroAppServerTurnsListResultSchema = Type.Object({\n\tthreadId: Type.String(),\n\tturns: Type.Array(MaestroAppServerTurnSchema),\n\tnextCursor: Type.Union([Type.String(), Type.Null()]),\n\tgraph: Type.Optional(MaestroAppServerThreadGraphSchema),\n});\nexport type MaestroAppServerTurnsListResult = Static<\n\ttypeof MaestroAppServerTurnsListResultSchema\n>;\n\nexport const MaestroAppServerAllowedBlockedPolicySchema = Type.Object({\n\tallowed: Type.Optional(Type.Array(Type.String())),\n\tblocked: Type.Optional(Type.Array(Type.String())),\n});\nexport type MaestroAppServerAllowedBlockedPolicy = Static<\n\ttypeof MaestroAppServerAllowedBlockedPolicySchema\n>;\n\nexport const MaestroAppServerPolicySkillsSchema = Type.Object({\n\trequired: Type.Optional(Type.Array(Type.String())),\n});\nexport type MaestroAppServerPolicySkills = Static<\n\ttypeof MaestroAppServerPolicySkillsSchema\n>;\n\nexport const MaestroAppServerPolicyNetworkSchema = Type.Object({\n\tallowedHosts: Type.Optional(Type.Array(Type.String())),\n\tblockedHosts: Type.Optional(Type.Array(Type.String())),\n\tblockLocalhost: Type.Optional(Type.Boolean()),\n\tblockPrivateIPs: Type.Optional(Type.Boolean()),\n});\nexport type MaestroAppServerPolicyNetwork = Static<\n\ttypeof MaestroAppServerPolicyNetworkSchema\n>;\n\nexport const MaestroAppServerPolicyLimitsSchema = Type.Object({\n\tmaxTokensPerSession: Type.Optional(Type.Number()),\n\tmaxSessionDurationMinutes: Type.Optional(Type.Number()),\n\tmaxConcurrentSessions: Type.Optional(Type.Number()),\n});\nexport type MaestroAppServerPolicyLimits = Static<\n\ttypeof MaestroAppServerPolicyLimitsSchema\n>;\n\nexport const MaestroAppServerPolicySchema = Type.Object({\n\torgId: Type.Optional(Type.String()),\n\ttools: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tdependencies: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tmodels: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tskills: Type.Optional(MaestroAppServerPolicySkillsSchema),\n\tpaths: Type.Optional(MaestroAppServerAllowedBlockedPolicySchema),\n\tnetwork: Type.Optional(MaestroAppServerPolicyNetworkSchema),\n\tlimits: Type.Optional(MaestroAppServerPolicyLimitsSchema),\n});\nexport type MaestroAppServerPolicy = Static<\n\ttypeof MaestroAppServerPolicySchema\n>;\n\nexport const MaestroAppServerPolicyReadResultSchema = Type.Object({\n\tloaded: Type.Boolean(),\n\tpolicy: Type.Union([MaestroAppServerPolicySchema, Type.Null()]),\n});\nexport type MaestroAppServerPolicyReadResult = Static<\n\ttypeof MaestroAppServerPolicyReadResultSchema\n>;\n\nexport const maestroAppServerPolicyCheckKinds = [\n\t\"action\",\n\t\"model\",\n\t\"session\",\n] as const;\nexport const MaestroAppServerPolicyCheckKindSchema = stringLiteralUnion(\n\tmaestroAppServerPolicyCheckKinds,\n);\nexport type MaestroAppServerPolicyCheckKind =\n\t(typeof maestroAppServerPolicyCheckKinds)[number];\n\nexport const MaestroAppServerPolicyCheckItemSchema = Type.Object({\n\tkind: MaestroAppServerPolicyCheckKindSchema,\n\tallowed: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerPolicyCheckItem = Static<\n\ttypeof MaestroAppServerPolicyCheckItemSchema\n>;\n\nexport const MaestroAppServerPolicyCheckResultSchema = Type.Object({\n\tallowed: Type.Boolean(),\n\treason: Type.Optional(Type.String()),\n\tchecks: Type.Array(MaestroAppServerPolicyCheckItemSchema),\n});\nexport type MaestroAppServerPolicyCheckResult = Static<\n\ttypeof MaestroAppServerPolicyCheckResultSchema\n>;\n\nexport const MaestroAppServerRequirementSchema = Type.Object({\n\tkind: Type.Literal(\"skill\"),\n\tid: Type.String(),\n\trequired: Type.Boolean(),\n});\nexport type MaestroAppServerRequirement = Static<\n\ttypeof MaestroAppServerRequirementSchema\n>;\n\nexport const MaestroAppServerRequirementsListResultSchema = Type.Object({\n\trequirements: Type.Array(MaestroAppServerRequirementSchema),\n\trequiredSkills: Type.Array(Type.String()),\n});\nexport type MaestroAppServerRequirementsListResult = Static<\n\ttypeof MaestroAppServerRequirementsListResultSchema\n>;\n\nexport const maestroAppServerNetworkGovernanceStatuses = [\n\t\"allowed\",\n\t\"blocked\",\n\t\"failed\",\n] as const;\nexport const MaestroAppServerNetworkGovernanceStatusSchema = stringLiteralUnion(\n\tmaestroAppServerNetworkGovernanceStatuses,\n);\nexport type MaestroAppServerNetworkGovernanceStatus =\n\t(typeof maestroAppServerNetworkGovernanceStatuses)[number];\n\nexport const MaestroAppServerNetworkAuditRecordSchema = Type.Object({\n\tid: Type.String(),\n\tmethod: Type.String(),\n\turl: Type.String(),\n\thost: Type.String(),\n\tallowed: Type.Boolean(),\n\tstatus: MaestroAppServerNetworkGovernanceStatusSchema,\n\treason: Type.Optional(Type.String()),\n\tstatusCode: Type.Optional(Type.Number()),\n\tstartedAt: Type.String(),\n\tcompletedAt: Type.String(),\n});\nexport type MaestroAppServerNetworkAuditRecord = Static<\n\ttypeof MaestroAppServerNetworkAuditRecordSchema\n>;\n\nexport const MaestroAppServerNetworkFetchResultSchema = Type.Object({\n\tallowed: Type.Boolean(),\n\tstatus: MaestroAppServerNetworkGovernanceStatusSchema,\n\treason: Type.Optional(Type.String()),\n\tstatusCode: Type.Optional(Type.Number()),\n\theaders: Type.Optional(Type.Record(Type.String(), Type.String())),\n\tbodyBase64: Type.Optional(Type.String()),\n\taudit: MaestroAppServerNetworkAuditRecordSchema,\n});\nexport type MaestroAppServerNetworkFetchResult = Static<\n\ttypeof MaestroAppServerNetworkFetchResultSchema\n>;\n\nexport const MaestroAppServerNetworkAuditListResultSchema = Type.Object({\n\taudit: Type.Array(MaestroAppServerNetworkAuditRecordSchema),\n\tnextCursor: Type.Union([Type.String(), Type.Null()]),\n});\nexport type MaestroAppServerNetworkAuditListResult = Static<\n\ttypeof MaestroAppServerNetworkAuditListResultSchema\n>;\n\nexport const maestroAppServerSandboxTypes = [\n\t\"seatbelt\",\n\t\"landlock\",\n\t\"none\",\n] as const;\nexport const MaestroAppServerSandboxTypeSchema = stringLiteralUnion(\n\tmaestroAppServerSandboxTypes,\n);\nexport type MaestroAppServerSandboxType =\n\t(typeof maestroAppServerSandboxTypes)[number];\n\nexport const maestroAppServerSandboxCheckModes = [\n\t\"read-only\",\n\t\"workspace-write\",\n] as const;\nexport const MaestroAppServerSandboxCheckModeSchema = stringLiteralUnion(\n\tmaestroAppServerSandboxCheckModes,\n);\nexport type MaestroAppServerSandboxCheckMode =\n\t(typeof maestroAppServerSandboxCheckModes)[number];\n\nexport const MaestroAppServerSandboxProbeResultSchema = Type.Object({\n\tavailable: Type.Boolean(),\n\ttype: MaestroAppServerSandboxTypeSchema,\n\tplatform: Type.String(),\n\tsupportedModes: Type.Array(MaestroAppServerSandboxCheckModeSchema),\n\tcheckAvailable: Type.Boolean(),\n});\nexport type MaestroAppServerSandboxProbeResult = Static<\n\ttypeof MaestroAppServerSandboxProbeResultSchema\n>;\n\nexport const MaestroAppServerSandboxCheckItemSchema = Type.Object({\n\tname: Type.String(),\n\tpassed: Type.Boolean(),\n\tdetail: Type.String(),\n});\nexport type MaestroAppServerSandboxCheckItem = Static<\n\ttypeof MaestroAppServerSandboxCheckItemSchema\n>;\n\nexport const MaestroAppServerSandboxCheckResultSchema = Type.Object({\n\tmode: MaestroAppServerSandboxCheckModeSchema,\n\tavailable: Type.Boolean(),\n\ttype: MaestroAppServerSandboxTypeSchema,\n\tpassed: Type.Boolean(),\n\tskippedReason: Type.Optional(Type.String()),\n\tchecks: Type.Array(MaestroAppServerSandboxCheckItemSchema),\n});\nexport type MaestroAppServerSandboxCheckResult = Static<\n\ttypeof MaestroAppServerSandboxCheckResultSchema\n>;\n\nexport const maestroAppServerExternalAgentArtifactKinds = [\n\t\"session\",\n\t\"config\",\n\t\"hooks\",\n\t\"mcp\",\n\t\"skill\",\n] as const;\nexport const MaestroAppServerExternalAgentArtifactKindSchema =\n\tstringLiteralUnion(maestroAppServerExternalAgentArtifactKinds);\nexport type MaestroAppServerExternalAgentArtifactKind =\n\t(typeof maestroAppServerExternalAgentArtifactKinds)[number];\n\nexport const maestroAppServerExternalAgentImportStatuses = [\n\t\"planned\",\n\t\"imported\",\n\t\"skipped\",\n] as const;\nexport const MaestroAppServerExternalAgentImportStatusSchema =\n\tstringLiteralUnion(maestroAppServerExternalAgentImportStatuses);\nexport type MaestroAppServerExternalAgentImportStatus =\n\t(typeof maestroAppServerExternalAgentImportStatuses)[number];\n\nexport const maestroAppServerExternalAgentImportScopes = [\n\t\"project\",\n\t\"local\",\n\t\"user\",\n] as const;\nexport const MaestroAppServerExternalAgentImportScopeSchema =\n\tstringLiteralUnion(maestroAppServerExternalAgentImportScopes);\nexport type MaestroAppServerExternalAgentImportScope =\n\t(typeof maestroAppServerExternalAgentImportScopes)[number];\n\nexport const MaestroAppServerExternalAgentImportedArtifactSchema = Type.Object({\n\tkind: MaestroAppServerExternalAgentArtifactKindSchema,\n\tstatus: MaestroAppServerExternalAgentImportStatusSchema,\n\tscope: Type.Optional(MaestroAppServerExternalAgentImportScopeSchema),\n\tid: Type.Optional(Type.String()),\n\tpath: Type.Optional(Type.String()),\n\tmessage: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerExternalAgentImportedArtifact = Static<\n\ttypeof MaestroAppServerExternalAgentImportedArtifactSchema\n>;\n\nexport const MaestroAppServerExternalAgentImportResultSchema = Type.Object({\n\tsource: Type.Object({\n\t\tname: Type.String(),\n\t\ttype: Type.Optional(Type.String()),\n\t}),\n\tdryRun: Type.Boolean(),\n\timported: Type.Array(MaestroAppServerExternalAgentImportedArtifactSchema),\n\twarnings: Type.Array(Type.String()),\n});\nexport type MaestroAppServerExternalAgentImportResult = Static<\n\ttypeof MaestroAppServerExternalAgentImportResultSchema\n>;\n\nexport const maestroAppServerPluginBundleScopes = [\n\t\"project\",\n\t\"local\",\n\t\"user\",\n] as const;\nexport const MaestroAppServerPluginBundleScopeSchema = stringLiteralUnion(\n\tmaestroAppServerPluginBundleScopes,\n);\nexport type MaestroAppServerPluginBundleScope =\n\t(typeof maestroAppServerPluginBundleScopes)[number];\n\nexport const MaestroAppServerPluginBundleSchema = Type.Object({\n\tsource: Type.String(),\n\tscope: MaestroAppServerPluginBundleScopeSchema,\n\tconfigPath: Type.String(),\n});\nexport type MaestroAppServerPluginBundle = Static<\n\ttypeof MaestroAppServerPluginBundleSchema\n>;\n\nexport const MaestroAppServerPluginBundleResourcesSchema = Type.Object({\n\textensions: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n\tskills: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n\tprompts: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n\tthemes: Type.Object({\n\t\tuser: Type.Array(Type.String()),\n\t\tproject: Type.Array(Type.String()),\n\t}),\n});\nexport type MaestroAppServerPluginBundleResources = Static<\n\ttypeof MaestroAppServerPluginBundleResourcesSchema\n>;\n\nexport const MaestroAppServerPluginBundleListResultSchema = Type.Object({\n\tbundles: Type.Array(MaestroAppServerPluginBundleSchema),\n\tresources: MaestroAppServerPluginBundleResourcesSchema,\n\terrors: Type.Array(Type.String()),\n});\nexport type MaestroAppServerPluginBundleListResult = Static<\n\ttypeof MaestroAppServerPluginBundleListResultSchema\n>;\n\nexport const MaestroAppServerPluginBundleMutationResultSchema = Type.Object({\n\tsource: Type.String(),\n\tscope: MaestroAppServerPluginBundleScopeSchema,\n\tconfigPath: Type.String(),\n\tchanged: Type.Boolean(),\n\tmessage: Type.String(),\n});\nexport type MaestroAppServerPluginBundleMutationResult = Static<\n\ttypeof MaestroAppServerPluginBundleMutationResultSchema\n>;\n\nexport const maestroAppServerProtocolModeIds = [\n\t\"standard\",\n\t\"review\",\n\t\"realtime\",\n] as const;\nexport const MaestroAppServerProtocolModeIdSchema = stringLiteralUnion(\n\tmaestroAppServerProtocolModeIds,\n);\nexport type MaestroAppServerProtocolModeId =\n\t(typeof maestroAppServerProtocolModeIds)[number];\n\nexport const MaestroAppServerProtocolModeSchema = Type.Object({\n\tid: MaestroAppServerProtocolModeIdSchema,\n\tlabel: Type.String(),\n\treadOnly: Type.Boolean(),\n\trealtime: Type.Boolean(),\n\tallowedMethods: Type.Array(Type.String()),\n\tblockedMethods: Type.Array(Type.String()),\n\tserverNotifications: Type.Array(Type.String()),\n});\nexport type MaestroAppServerProtocolMode = Static<\n\ttypeof MaestroAppServerProtocolModeSchema\n>;\n\nexport const MaestroAppServerProtocolModeListResultSchema = Type.Object({\n\tactiveMode: MaestroAppServerProtocolModeIdSchema,\n\tdefaultMode: MaestroAppServerProtocolModeIdSchema,\n\tmodes: Type.Array(MaestroAppServerProtocolModeSchema),\n});\nexport type MaestroAppServerProtocolModeListResult = Static<\n\ttypeof MaestroAppServerProtocolModeListResultSchema\n>;\n\nexport const MaestroAppServerProtocolModeSetResultSchema = Type.Object({\n\tactiveMode: MaestroAppServerProtocolModeIdSchema,\n\tmode: MaestroAppServerProtocolModeSchema,\n});\nexport type MaestroAppServerProtocolModeSetResult = Static<\n\ttypeof MaestroAppServerProtocolModeSetResultSchema\n>;\n\nexport const maestroAppServerRemoteControlStatuses = [\n\t\"unavailable\",\n\t\"ready\",\n\t\"draining\",\n] as const;\nexport const MaestroAppServerRemoteControlStatusSchema = stringLiteralUnion(\n\tmaestroAppServerRemoteControlStatuses,\n);\nexport type MaestroAppServerRemoteControlStatus =\n\t(typeof maestroAppServerRemoteControlStatuses)[number];\n\nexport const maestroAppServerRemoteControlLeaseStates = [\n\t\"unbound\",\n\t\"bound\",\n\t\"draining\",\n] as const;\nexport const MaestroAppServerRemoteControlLeaseStateSchema = stringLiteralUnion(\n\tmaestroAppServerRemoteControlLeaseStates,\n);\nexport type MaestroAppServerRemoteControlLeaseState =\n\t(typeof maestroAppServerRemoteControlLeaseStates)[number];\n\nexport const MaestroAppServerRemoteControlLeaseSchema = Type.Object({\n\tprotocolVersion: Type.String(),\n\trunnerSessionId: Type.String(),\n\townerInstanceId: Type.Optional(Type.String()),\n\tworkspaceId: Type.Optional(Type.String()),\n\tagentId: Type.Optional(Type.String()),\n\tagentRunId: Type.Optional(Type.String()),\n\tmaestroSessionId: Type.Optional(Type.String()),\n\tconfiguredMaestroSessionId: Type.Optional(Type.String()),\n\tstate: MaestroAppServerRemoteControlLeaseStateSchema,\n\tgeneration: Type.Number(),\n\theartbeatAt: Type.String(),\n\tupdatedAt: Type.String(),\n\tleaseTokenPresent: Type.Boolean(),\n});\nexport type MaestroAppServerRemoteControlLease = Static<\n\ttypeof MaestroAppServerRemoteControlLeaseSchema\n>;\n\nexport const MaestroAppServerRemoteControlLastDrainSchema = Type.Object({\n\tstatus: Type.String(),\n\tmanifestPath: Type.String(),\n\tdrainedAt: Type.String(),\n\treason: Type.Optional(Type.String()),\n\trequestedBy: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerRemoteControlLastDrain = Static<\n\ttypeof MaestroAppServerRemoteControlLastDrainSchema\n>;\n\nexport const MaestroAppServerRemoteControlStatusResultSchema = Type.Object({\n\tavailable: Type.Boolean(),\n\tstatus: MaestroAppServerRemoteControlStatusSchema,\n\trunnerSessionId: Type.Optional(Type.String()),\n\townerInstanceId: Type.Optional(Type.String()),\n\tworkspaceRoot: Type.Optional(Type.String()),\n\tsnapshotRoot: Type.Optional(Type.String()),\n\tworkspaceId: Type.Optional(Type.String()),\n\tagentId: Type.Optional(Type.String()),\n\tagentRunId: Type.Optional(Type.String()),\n\ta2aMessageId: Type.Optional(Type.String()),\n\ta2aTaskId: Type.Optional(Type.String()),\n\tagentRuntimeWorkerQueue: Type.Optional(Type.String()),\n\tagentRuntimeCorrelationPath: Type.Optional(Type.String()),\n\tmaestroSessionId: Type.Optional(Type.String()),\n\tlastDrain: Type.Optional(MaestroAppServerRemoteControlLastDrainSchema),\n\tlease: Type.Union([MaestroAppServerRemoteControlLeaseSchema, Type.Null()]),\n\terror: Type.Optional(Type.String()),\n});\nexport type MaestroAppServerRemoteControlStatusResult = Static<\n\ttypeof MaestroAppServerRemoteControlStatusResultSchema\n>;\n\nexport const MaestroAppServerDaemonProcessSchema = Type.Object({\n\tpid: Type.Number(),\n\tppid: Type.Number(),\n\tplatform: Type.String(),\n\tarch: Type.String(),\n\tnodeVersion: Type.String(),\n\tcwd: Type.String(),\n\tuptimeMs: Type.Number(),\n});\nexport type MaestroAppServerDaemonProcess = Static<\n\ttypeof MaestroAppServerDaemonProcessSchema\n>;\n\nexport const MaestroAppServerDaemonStatusResultSchema = Type.Object({\n\tdaemon: MaestroAppServerDaemonProcessSchema,\n\tremoteControl: MaestroAppServerRemoteControlStatusResultSchema,\n});\nexport type MaestroAppServerDaemonStatusResult = Static<\n\ttypeof MaestroAppServerDaemonStatusResultSchema\n>;\n\nexport const MaestroAppServerRemoteControlLeaseResultSchema = Type.Object({\n\tavailable: Type.Boolean(),\n\tlease: Type.Union([MaestroAppServerRemoteControlLeaseSchema, Type.Null()]),\n});\nexport type MaestroAppServerRemoteControlLeaseResult = Static<\n\ttypeof MaestroAppServerRemoteControlLeaseResultSchema\n>;\n\nexport const MaestroAppServerRemoteControlDrainResultSchema = Type.Object({\n\tdrained: Type.Boolean(),\n\tstatus: Type.String(),\n\trunnerSessionId: Type.String(),\n\treason: Type.Optional(Type.String()),\n\trequestedBy: Type.Optional(Type.String()),\n\tmanifestPath: Type.String(),\n\tmanifest: Type.Unknown(),\n\tremoteControl: MaestroAppServerRemoteControlStatusResultSchema,\n});\nexport type MaestroAppServerRemoteControlDrainResult = Static<\n\ttypeof MaestroAppServerRemoteControlDrainResultSchema\n>;\n\nexport const MaestroAppServerEmptyResultSchema = Type.Object(\n\t{},\n\t{ additionalProperties: false },\n);\nexport type MaestroAppServerEmptyResult = Static<\n\ttypeof MaestroAppServerEmptyResultSchema\n>;\n\nexport const MaestroAppServerCommandExecResultSchema = Type.Object({\n\tstdout: Type.String(),\n\tstderr: Type.String(),\n\texitCode: Type.Number(),\n});\nexport type MaestroAppServerCommandExecResult = Static<\n\ttypeof MaestroAppServerCommandExecResultSchema\n>;\n\nexport const MaestroAppServerCommandProcessResultSchema = Type.Object({\n\tprocessId: Type.String(),\n});\nexport type MaestroAppServerCommandProcessResult = Static<\n\ttypeof MaestroAppServerCommandProcessResultSchema\n>;\n\nexport const MaestroAppServerFsReadFileResultSchema = Type.Object({\n\tdataBase64: Type.String(),\n});\nexport type MaestroAppServerFsReadFileResult = Static<\n\ttypeof MaestroAppServerFsReadFileResultSchema\n>;\n\nexport const MaestroAppServerFsReadDirectoryEntrySchema = Type.Object({\n\tfileName: Type.String(),\n\tisDirectory: Type.Boolean(),\n\tisFile: Type.Boolean(),\n});\nexport type MaestroAppServerFsReadDirectoryEntry = Static<\n\ttypeof MaestroAppServerFsReadDirectoryEntrySchema\n>;\n\nexport const MaestroAppServerFsReadDirectoryResultSchema = Type.Object({\n\tentries: Type.Array(MaestroAppServerFsReadDirectoryEntrySchema),\n});\nexport type MaestroAppServerFsReadDirectoryResult = Static<\n\ttypeof MaestroAppServerFsReadDirectoryResultSchema\n>;\n\nexport const MaestroAppServerFsMetadataResultSchema = Type.Object({\n\tcreatedAtMs: Type.Number(),\n\tmodifiedAtMs: Type.Number(),\n\tisDirectory: Type.Boolean(),\n\tisFile: Type.Boolean(),\n\tisSymlink: Type.Boolean(),\n});\nexport type MaestroAppServerFsMetadataResult = Static<\n\ttypeof MaestroAppServerFsMetadataResultSchema\n>;\n\nexport const MaestroAppServerFsWatchResultSchema = Type.Object({\n\twatchId: Type.String(),\n\tpath: Type.String(),\n});\nexport type MaestroAppServerFsWatchResult = Static<\n\ttypeof MaestroAppServerFsWatchResultSchema\n>;\n\nexport const MaestroAppServerFsChangedNotificationParamsSchema = Type.Object({\n\twatchId: Type.String(),\n\tchangedPaths: Type.Array(Type.String()),\n});\nexport type MaestroAppServerFsChangedNotificationParams = Static<\n\ttypeof MaestroAppServerFsChangedNotificationParamsSchema\n>;\n\nexport const MaestroAppServerThreadStartResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n});\nexport type MaestroAppServerThreadStartResult = Static<\n\ttypeof MaestroAppServerThreadStartResultSchema\n>;\n\nexport const MaestroAppServerThreadForkResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n\tparentThreadId: Type.String(),\n\tforkedFromEntryId: Type.String(),\n});\nexport type MaestroAppServerThreadForkResult = Static<\n\ttypeof MaestroAppServerThreadForkResultSchema\n>;\n\nexport const MaestroAppServerThreadArchiveResultSchema = Type.Object({\n\tthread: MaestroAppServerThreadSummarySchema,\n\tarchived: Type.Boolean(),\n});\nexport type MaestroAppServerThreadArchiveResult = Static<\n\ttypeof MaestroAppServerThreadArchiveResultSchema\n>;\n\nexport const MaestroAppServerThreadDeleteResultSchema = Type.Object({\n\tthreadId: Type.String(),\n\tdeleted: Type.Boolean(),\n});\nexport type MaestroAppServerThreadDeleteResult = Static<\n\ttypeof MaestroAppServerThreadDeleteResultSchema\n>;\n\nexport const MaestroAppServerModelCapabilitiesSchema = Type.Object({\n\tstreaming: Type.Boolean(),\n\ttools: Type.Boolean(),\n\tvision: Type.Boolean(),\n\treasoning: Type.Boolean(),\n\tresponsesApi: Type.Boolean(),\n\tcodexBackend: Type.Boolean(),\n\tlocal: Type.Boolean(),\n});\nexport const MaestroAppServerReasoningEffortSchema = Type.Union([\n\tType.Literal(\"minimal\"),\n\tType.Literal(\"low\"),\n\tType.Literal(\"medium\"),\n\tType.Literal(\"high\"),\n\tType.Literal(\"ultra\"),\n]);\nexport const MaestroAppServerModelSchema = Type.Object({\n\tid: Type.String(),\n\tprovider: Type.String(),\n\tname: Type.String(),\n\tapi: Type.String(),\n\tcontextWindow: Type.Optional(Type.Number()),\n\tmaxTokens: Type.Optional(Type.Number()),\n\tcost: Type.Optional(Type.Record(Type.String(), Type.Number())),\n\tsource: Type.Optional(\n\t\tType.Union([Type.Literal(\"builtin\"), Type.Literal(\"custom\")]),\n\t),\n\tsupportedReasoningEfforts: Type.Optional(\n\t\tType.Array(MaestroAppServerReasoningEffortSchema),\n\t),\n\tdefaultReasoningEffort: Type.Optional(MaestroAppServerReasoningEffortSchema),\n\tcapabilities: MaestroAppServerModelCapabilitiesSchema,\n});\nexport type MaestroAppServerModel = Static<typeof MaestroAppServerModelSchema>;\n\nexport const MaestroAppServerModelListResultSchema = Type.Object({\n\tmodels: Type.Array(MaestroAppServerModelSchema),\n});\nexport type MaestroAppServerModelListResult = Static<\n\ttypeof MaestroAppServerModelListResultSchema\n>;\n\nexport const MaestroAppServerModelProviderCapabilitiesSchema = Type.Object({\n\tid: Type.String(),\n\tname: Type.String(),\n\tapis: Type.Array(Type.String()),\n\tmodelCount: Type.Number(),\n\tcapabilities: MaestroAppServerModelCapabilitiesSchema,\n});\nexport type MaestroAppServerModelProviderCapabilities = Static<\n\ttypeof MaestroAppServerModelProviderCapabilitiesSchema\n>;\n\nexport const MaestroAppServerModelProviderCapabilitiesReadResultSchema =\n\tType.Object({\n\t\tproviders: Type.Array(MaestroAppServerModelProviderCapabilitiesSchema),\n\t});\nexport type MaestroAppServerModelProviderCapabilitiesReadResult = Static<\n\ttypeof MaestroAppServerModelProviderCapabilitiesReadResultSchema\n>;\n\nexport const MaestroAppServerResponseSchema = Type.Object({\n\tjsonrpc: Type.Literal(\"2.0\"),\n\tid: MaestroAppServerJsonRpcResponseIdSchema,\n\tresult: Type.Optional(\n\t\tType.Union([\n\t\t\tMaestroAppServerInitializeResultSchema,\n\t\t\tMaestroAppServerModelListResultSchema,\n\t\t\tMaestroAppServerModelProviderCapabilitiesReadResultSchema,\n\t\t\tMaestroAppServerPolicyReadResultSchema,\n\t\t\tMaestroAppServerPolicyCheckResultSchema,\n\t\t\tMaestroAppServerRequirementsListResultSchema,\n\t\t\tMaestroAppServerNetworkFetchResultSchema,\n\t\t\tMaestroAppServerNetworkAuditListResultSchema,\n\t\t\tMaestroAppServerSandboxProbeResultSchema,\n\t\t\tMaestroAppServerSandboxCheckResultSchema,\n\t\t\tMaestroAppServerExternalAgentImportResultSchema,\n\t\t\tMaestroAppServerPluginBundleListResultSchema,\n\t\t\tMaestroAppServerPluginBundleMutationResultSchema,\n\t\t\tMaestroAppServerProtocolModeListResultSchema,\n\t\t\tMaestroAppServerProtocolModeSetResultSchema,\n\t\t\tMaestroAppServerDaemonStatusResultSchema,\n\t\t\tMaestroAppServerRemoteControlStatusResultSchema,\n\t\t\tMaestroAppServerRemoteControlLeaseResultSchema,\n\t\t\tMaestroAppServerRemoteControlDrainResultSchema,\n\t\t\tMaestroAppServerCommandExecResultSchema,\n\t\t\tMaestroAppServerCommandProcessResultSchema,\n\t\t\tMaestroAppServerFsReadFileResultSchema,\n\t\t\tMaestroAppServerFsReadDirectoryResultSchema,\n\t\t\tMaestroAppServerFsMetadataResultSchema,\n\t\t\tMaestroAppServerFsWatchResultSchema,\n\t\t\tMaestroAppServerEmptyResultSchema,\n\t\t\tMaestroAppServerThreadListResultSchema,\n\t\t\tMaestroAppServerThreadReadResultSchema,\n\t\t\tMaestroAppServerThreadMetadataUpdateResultSchema,\n\t\t\tMaestroAppServerThreadGoalResultSchema,\n\t\t\tMaestroAppServerTurnsListResultSchema,\n\t\t\tMaestroAppServerThreadStartResultSchema,\n\t\t\tMaestroAppServerThreadForkResultSchema,\n\t\t\tMaestroAppServerThreadArchiveResultSchema,\n\t\t\tMaestroAppServerThreadDeleteResultSchema,\n\t\t]),\n\t),\n\terror: Type.Optional(\n\t\tType.Object({\n\t\t\tcode: Type.Number(),\n\t\t\tmessage: Type.String(),\n\t\t}),\n\t),\n});\nexport type MaestroAppServerResponse = Static<\n\ttypeof MaestroAppServerResponseSchema\n>;\n\nexport const MaestroAppServerServerNotificationSchema = Type.Object({\n\tjsonrpc: Type.Literal(\"2.0\"),\n\tmethod: stringLiteralUnion(maestroAppServerServerMethods),\n\tparams: Type.Optional(MaestroAppServerFsChangedNotificationParamsSchema),\n});\nexport type MaestroAppServerServerNotification = Static<\n\ttypeof MaestroAppServerServerNotificationSchema\n>;\n"]}
|
package/dist/oauth/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export interface OAuthProviderInfo<TProvider extends string = SupportedOAuthProv
|
|
|
16
16
|
export declare function getOAuthProviders(): OAuthProviderInfo[];
|
|
17
17
|
export declare function listOAuthProviders(): SupportedOAuthProvider[];
|
|
18
18
|
export declare function listOAuthLogoutProviders(): OAuthLogoutProvider[];
|
|
19
|
+
export declare function listOAuthLogoutProvidersWithCodexAppServer(): Promise<OAuthLogoutProvider[]>;
|
|
19
20
|
export declare function getOAuthLogoutProviders(): OAuthProviderInfo<OAuthLogoutProvider>[];
|
|
20
21
|
/**
|
|
21
22
|
* Check if a provider has OAuth credentials stored
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/oauth/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/oauth/index.ts"],"names":[],"mappings":"AAeA,OAAO,EACN,iCAAiC,EACjC,2BAA2B,EAI3B,MAAM,cAAc,CAAC;AA8BtB,YAAY,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,CAAC;AAE1E,MAAM,MAAM,sBAAsB,GAC/B,SAAS,GACT,QAAQ,GACR,cAAc,GACd,gBAAgB,GAChB,mBAAmB,GACnB,oBAAoB,CAAC;AAExB,MAAM,MAAM,6BAA6B,GAAG,WAAW,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAC5B,sBAAsB,GACtB,6BAA6B,CAAC;AAcjC,MAAM,WAAW,iBAAiB,CACjC,SAAS,SAAS,MAAM,GAAG,sBAAsB;IAEjD,EAAE,EAAE,SAAS,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;CACnB;AAgBD;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,iBAAiB,EAAE,CAuCvD;AAED,wBAAgB,kBAAkB,IAAI,sBAAsB,EAAE,CAK7D;AAED,wBAAgB,wBAAwB,IAAI,mBAAmB,EAAE,CAMhE;AAED,wBAAsB,0CAA0C,IAAI,OAAO,CAC1E,mBAAmB,EAAE,CACrB,CASA;AAED,wBAAgB,uBAAuB,IAAI,iBAAiB,CAAC,mBAAmB,CAAC,EAAE,CAelF;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,sBAAsB,GAAG,OAAO,CAK7E;AAED;;GAEG;AACH,wBAAsB,KAAK,CAC1B,QAAQ,EAAE,sBAAsB,EAChC,OAAO,EAAE;IACR,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC;IACrC,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/D,GACC,OAAO,CAAC,IAAI,CAAC,CAkDf;AAED;;GAEG;AACH,wBAAsB,MAAM,CAAC,QAAQ,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC,CAmDzE;AAED;;GAEG;AACH,wBAAsB,YAAY,CACjC,QAAQ,EAAE,sBAAsB,GAC9B,OAAO,CAAC,MAAM,CAAC,CA4DjB;AAED;;GAEG;AACH,wBAAsB,aAAa,CAClC,QAAQ,EAAE,sBAAsB,GAC9B,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CA2BxB;AAED;;GAEG;AACH,wBAAsB,uBAAuB,IAAI,OAAO,CAAC,IAAI,CAAC,CAY7D"}
|