pilotswarm-sdk 0.4.0 → 0.5.0

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.
Files changed (164) hide show
  1. package/api/src/http-api-transport.js +4 -4
  2. package/api/src/protocol.js +10 -3
  3. package/dist/agent-loader.d.ts +2 -0
  4. package/dist/agent-loader.d.ts.map +1 -1
  5. package/dist/agent-loader.js +7 -1
  6. package/dist/agent-loader.js.map +1 -1
  7. package/dist/blob-store.d.ts +10 -1
  8. package/dist/blob-store.d.ts.map +1 -1
  9. package/dist/blob-store.js +275 -13
  10. package/dist/blob-store.js.map +1 -1
  11. package/dist/client.d.ts +1 -0
  12. package/dist/client.d.ts.map +1 -1
  13. package/dist/client.js +5 -1
  14. package/dist/client.js.map +1 -1
  15. package/dist/cms-migrations.d.ts.map +1 -1
  16. package/dist/cms-migrations.js +544 -1
  17. package/dist/cms-migrations.js.map +1 -1
  18. package/dist/cms.d.ts +18 -4
  19. package/dist/cms.d.ts.map +1 -1
  20. package/dist/cms.js +62 -3
  21. package/dist/cms.js.map +1 -1
  22. package/dist/fault-injection.d.ts +2 -0
  23. package/dist/fault-injection.d.ts.map +1 -0
  24. package/dist/fault-injection.js +45 -0
  25. package/dist/fault-injection.js.map +1 -0
  26. package/dist/management-client.d.ts +6 -2
  27. package/dist/management-client.d.ts.map +1 -1
  28. package/dist/management-client.js +8 -4
  29. package/dist/management-client.js.map +1 -1
  30. package/dist/orchestration/index.d.ts +3 -3
  31. package/dist/orchestration/index.js +1 -1
  32. package/dist/orchestration/lifecycle.d.ts +9 -2
  33. package/dist/orchestration/lifecycle.d.ts.map +1 -1
  34. package/dist/orchestration/lifecycle.js +21 -55
  35. package/dist/orchestration/lifecycle.js.map +1 -1
  36. package/dist/orchestration/runtime.d.ts +1 -1
  37. package/dist/orchestration/state.d.ts +7 -3
  38. package/dist/orchestration/state.d.ts.map +1 -1
  39. package/dist/orchestration/state.js +13 -4
  40. package/dist/orchestration/state.js.map +1 -1
  41. package/dist/orchestration/turn.d.ts.map +1 -1
  42. package/dist/orchestration/turn.js +98 -66
  43. package/dist/orchestration/turn.js.map +1 -1
  44. package/dist/orchestration-registry.d.ts.map +1 -1
  45. package/dist/orchestration-registry.js +6 -2
  46. package/dist/orchestration-registry.js.map +1 -1
  47. package/dist/orchestration-version.d.ts +1 -1
  48. package/dist/orchestration-version.js +1 -1
  49. package/dist/orchestration.d.ts +2 -2
  50. package/dist/orchestration.js +4 -4
  51. package/dist/orchestration_1_0_46.d.ts +1 -1
  52. package/dist/orchestration_1_0_47.d.ts +1 -1
  53. package/dist/orchestration_1_0_48.d.ts +1 -1
  54. package/dist/orchestration_1_0_49.d.ts +1 -1
  55. package/dist/orchestration_1_0_50.d.ts +1 -1
  56. package/dist/orchestration_1_0_56/agents.d.ts +41 -0
  57. package/dist/orchestration_1_0_56/agents.d.ts.map +1 -0
  58. package/dist/orchestration_1_0_56/agents.js +758 -0
  59. package/dist/orchestration_1_0_56/agents.js.map +1 -0
  60. package/dist/orchestration_1_0_56/index.d.ts +24 -0
  61. package/dist/orchestration_1_0_56/index.d.ts.map +1 -0
  62. package/dist/orchestration_1_0_56/index.js +13 -0
  63. package/dist/orchestration_1_0_56/index.js.map +1 -0
  64. package/dist/orchestration_1_0_56/lifecycle.d.ts +41 -0
  65. package/dist/orchestration_1_0_56/lifecycle.d.ts.map +1 -0
  66. package/dist/orchestration_1_0_56/lifecycle.js +580 -0
  67. package/dist/orchestration_1_0_56/lifecycle.js.map +1 -0
  68. package/dist/orchestration_1_0_56/queue.d.ts +7 -0
  69. package/dist/orchestration_1_0_56/queue.d.ts.map +1 -0
  70. package/dist/orchestration_1_0_56/queue.js +644 -0
  71. package/dist/orchestration_1_0_56/queue.js.map +1 -0
  72. package/dist/orchestration_1_0_56/runtime.d.ts +29 -0
  73. package/dist/orchestration_1_0_56/runtime.d.ts.map +1 -0
  74. package/dist/orchestration_1_0_56/runtime.js +194 -0
  75. package/dist/orchestration_1_0_56/runtime.js.map +1 -0
  76. package/dist/orchestration_1_0_56/state.d.ts +126 -0
  77. package/dist/orchestration_1_0_56/state.d.ts.map +1 -0
  78. package/dist/orchestration_1_0_56/state.js +106 -0
  79. package/dist/orchestration_1_0_56/state.js.map +1 -0
  80. package/dist/orchestration_1_0_56/turn.d.ts +30 -0
  81. package/dist/orchestration_1_0_56/turn.d.ts.map +1 -0
  82. package/dist/orchestration_1_0_56/turn.js +1075 -0
  83. package/dist/orchestration_1_0_56/turn.js.map +1 -0
  84. package/dist/orchestration_1_0_56/utils.d.ts +22 -0
  85. package/dist/orchestration_1_0_56/utils.d.ts.map +1 -0
  86. package/dist/orchestration_1_0_56/utils.js +226 -0
  87. package/dist/orchestration_1_0_56/utils.js.map +1 -0
  88. package/dist/orchestration_1_0_57/agents.d.ts +41 -0
  89. package/dist/orchestration_1_0_57/agents.d.ts.map +1 -0
  90. package/dist/orchestration_1_0_57/agents.js +758 -0
  91. package/dist/orchestration_1_0_57/agents.js.map +1 -0
  92. package/dist/orchestration_1_0_57/index.d.ts +24 -0
  93. package/dist/orchestration_1_0_57/index.d.ts.map +1 -0
  94. package/dist/orchestration_1_0_57/index.js +13 -0
  95. package/dist/orchestration_1_0_57/index.js.map +1 -0
  96. package/dist/orchestration_1_0_57/lifecycle.d.ts +49 -0
  97. package/dist/orchestration_1_0_57/lifecycle.d.ts.map +1 -0
  98. package/dist/orchestration_1_0_57/lifecycle.js +583 -0
  99. package/dist/orchestration_1_0_57/lifecycle.js.map +1 -0
  100. package/dist/orchestration_1_0_57/queue.d.ts +7 -0
  101. package/dist/orchestration_1_0_57/queue.d.ts.map +1 -0
  102. package/dist/orchestration_1_0_57/queue.js +644 -0
  103. package/dist/orchestration_1_0_57/queue.js.map +1 -0
  104. package/dist/orchestration_1_0_57/runtime.d.ts +29 -0
  105. package/dist/orchestration_1_0_57/runtime.d.ts.map +1 -0
  106. package/dist/orchestration_1_0_57/runtime.js +198 -0
  107. package/dist/orchestration_1_0_57/runtime.js.map +1 -0
  108. package/dist/orchestration_1_0_57/state.d.ts +133 -0
  109. package/dist/orchestration_1_0_57/state.d.ts.map +1 -0
  110. package/dist/orchestration_1_0_57/state.js +115 -0
  111. package/dist/orchestration_1_0_57/state.js.map +1 -0
  112. package/dist/orchestration_1_0_57/turn.d.ts +30 -0
  113. package/dist/orchestration_1_0_57/turn.d.ts.map +1 -0
  114. package/dist/orchestration_1_0_57/turn.js +1110 -0
  115. package/dist/orchestration_1_0_57/turn.js.map +1 -0
  116. package/dist/orchestration_1_0_57/utils.d.ts +22 -0
  117. package/dist/orchestration_1_0_57/utils.d.ts.map +1 -0
  118. package/dist/orchestration_1_0_57/utils.js +226 -0
  119. package/dist/orchestration_1_0_57/utils.js.map +1 -0
  120. package/dist/session-lifecycle.d.ts +80 -0
  121. package/dist/session-lifecycle.d.ts.map +1 -0
  122. package/dist/session-lifecycle.js +257 -0
  123. package/dist/session-lifecycle.js.map +1 -0
  124. package/dist/session-manager.d.ts +21 -0
  125. package/dist/session-manager.d.ts.map +1 -1
  126. package/dist/session-manager.js +137 -1
  127. package/dist/session-manager.js.map +1 -1
  128. package/dist/session-proxy.d.ts +6 -1
  129. package/dist/session-proxy.d.ts.map +1 -1
  130. package/dist/session-proxy.js +1123 -953
  131. package/dist/session-proxy.js.map +1 -1
  132. package/dist/session-store.d.ts +48 -3
  133. package/dist/session-store.d.ts.map +1 -1
  134. package/dist/session-store.js +394 -28
  135. package/dist/session-store.js.map +1 -1
  136. package/dist/snapshot-protocol.d.ts +101 -0
  137. package/dist/snapshot-protocol.d.ts.map +1 -0
  138. package/dist/snapshot-protocol.js +120 -0
  139. package/dist/snapshot-protocol.js.map +1 -0
  140. package/dist/types.d.ts +26 -1
  141. package/dist/types.d.ts.map +1 -1
  142. package/dist/types.js.map +1 -1
  143. package/dist/wait-affinity.d.ts +11 -0
  144. package/dist/wait-affinity.d.ts.map +1 -1
  145. package/dist/wait-affinity.js +6 -0
  146. package/dist/wait-affinity.js.map +1 -1
  147. package/dist/web/web-client.d.ts +1 -0
  148. package/dist/web/web-client.d.ts.map +1 -1
  149. package/dist/web/web-client.js +1 -0
  150. package/dist/web/web-client.js.map +1 -1
  151. package/dist/web/web-management-client.d.ts +30 -11
  152. package/dist/web/web-management-client.d.ts.map +1 -1
  153. package/dist/web/web-management-client.js +34 -19
  154. package/dist/web/web-management-client.js.map +1 -1
  155. package/dist/worker.d.ts +16 -1
  156. package/dist/worker.d.ts.map +1 -1
  157. package/dist/worker.js +92 -13
  158. package/dist/worker.js.map +1 -1
  159. package/package.json +7 -4
  160. package/plugins/mgmt/agents/agent-tuner.agent.md +6 -0
  161. package/plugins/mgmt/agents/facts-manager.agent.md +6 -0
  162. package/plugins/mgmt/agents/pilotswarm.agent.md +6 -0
  163. package/plugins/mgmt/agents/resourcemgr.agent.md +6 -0
  164. package/plugins/mgmt/agents/sweeper.agent.md +6 -0
@@ -12,6 +12,6 @@
12
12
  *
13
13
  * @internal
14
14
  */
15
- export const DURABLE_SESSION_LATEST_VERSION = "1.0.56";
15
+ export const DURABLE_SESSION_LATEST_VERSION = "1.0.58";
16
16
  export const DURABLE_SESSION_COMPATIBILITY_FLOOR_VERSION = "1.0.47";
17
17
  //# sourceMappingURL=orchestration-version.js.map
@@ -1,3 +1,3 @@
1
- export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.56";
2
- export { durableSessionOrchestration_1_0_56, } from "./orchestration/index.js";
1
+ export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.58";
2
+ export { durableSessionOrchestration_1_0_58, } from "./orchestration/index.js";
3
3
  //# sourceMappingURL=orchestration.d.ts.map
@@ -24,10 +24,10 @@ export const CURRENT_ORCHESTRATION_VERSION = DURABLE_SESSION_LATEST_VERSION;
24
24
  * retryCount <= COPILOT_CONNECTION_CLOSED_MAX_RETRIES
25
25
  * yield ctx.scheduleTimer(COPILOT_CONNECTION_CLOSED_RETRY_DELAY_SECONDS * 1000);
26
26
  * eventType: "session.lossy_handoff"
27
- * yield* dehydrateForNextTurn("lossy_handoff", true, {
27
+ * yield* releaseAffinity(runtime, "lossy_handoff", {
28
28
  *
29
- * const cronPlan = planWaitHandling({
30
- * yield* dehydrateForNextTurn("cron", cronPlan.resetAffinityOnDehydrate);
29
+ * const cronPlan = planHoldRelease({
30
+ * yield* releaseAffinity(runtime, "cron");
31
31
  * [orch] cron timer:
32
32
  *
33
33
  * [SUB-AGENT CONTEXT]
@@ -38,5 +38,5 @@ export const CURRENT_ORCHESTRATION_VERSION = DURABLE_SESSION_LATEST_VERSION;
38
38
  * spawn tree sibling cousin peer facts can be shared through durable facts
39
39
  * bash local filesystem disk state is ephemeral; use write_artifact and store_fact
40
40
  */
41
- export { durableSessionOrchestration_1_0_56, } from "./orchestration/index.js";
41
+ export { durableSessionOrchestration_1_0_58, } from "./orchestration/index.js";
42
42
  //# sourceMappingURL=orchestration.js.map
@@ -7,6 +7,6 @@ import type { OrchestrationInput } from "./types.js";
7
7
  *
8
8
  * @internal
9
9
  */
10
- export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.56";
10
+ export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.58";
11
11
  export declare function durableSessionOrchestration_1_0_46(ctx: any, input: OrchestrationInput): Generator<any, string, any>;
12
12
  //# sourceMappingURL=orchestration_1_0_46.d.ts.map
@@ -12,6 +12,6 @@ import type { OrchestrationInput } from "./types.js";
12
12
  *
13
13
  * @internal
14
14
  */
15
- export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.56";
15
+ export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.58";
16
16
  export declare function durableSessionOrchestration_1_0_47(ctx: any, input: OrchestrationInput): Generator<any, string, any>;
17
17
  //# sourceMappingURL=orchestration_1_0_47.d.ts.map
@@ -15,6 +15,6 @@ import type { OrchestrationInput } from "./types.js";
15
15
  *
16
16
  * @internal
17
17
  */
18
- export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.56";
18
+ export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.58";
19
19
  export declare function durableSessionOrchestration_1_0_48(ctx: any, input: OrchestrationInput): Generator<any, string, any>;
20
20
  //# sourceMappingURL=orchestration_1_0_48.d.ts.map
@@ -25,6 +25,6 @@ import type { OrchestrationInput } from "./types.js";
25
25
  *
26
26
  * @internal
27
27
  */
28
- export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.56";
28
+ export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.58";
29
29
  export declare function durableSessionOrchestration_1_0_49(ctx: any, input: OrchestrationInput): Generator<any, string, any>;
30
30
  //# sourceMappingURL=orchestration_1_0_49.d.ts.map
@@ -29,6 +29,6 @@ import type { OrchestrationInput } from "./types.js";
29
29
  *
30
30
  * @internal
31
31
  */
32
- export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.56";
32
+ export declare const CURRENT_ORCHESTRATION_VERSION = "1.0.58";
33
33
  export declare function durableSessionOrchestration_1_0_50(ctx: any, input: OrchestrationInput): Generator<any, string, any>;
34
34
  //# sourceMappingURL=orchestration_1_0_50.d.ts.map
@@ -0,0 +1,41 @@
1
+ import type { CommandMessage, ChildSessionVerdict, SubAgentEntry } from "../types.js";
2
+ import { type DurableSessionRuntime, type PendingShutdownState, type ShutdownMode } from "./state.js";
3
+ export type { PendingShutdownState, ShutdownMode };
4
+ export declare function isSubAgentTerminalStatus(status?: string): boolean;
5
+ export declare function parseChildUpdate(promptText?: string): {
6
+ sessionId: string;
7
+ updateType: string;
8
+ content: string;
9
+ cycleOrigin?: "cron" | "cron_at";
10
+ cycleStatus?: "quiet" | "material" | "blocked";
11
+ verdict?: ChildSessionVerdict;
12
+ } | null;
13
+ export declare function defaultShutdownReason(mode: ShutdownMode): string;
14
+ export declare function buildShutdownWaitReason(shutdown: PendingShutdownState): string;
15
+ export declare function findTrackedAgentByOrchId(subAgents: SubAgentEntry[], orchId: string): SubAgentEntry | undefined;
16
+ export declare function areTrackedAgentsTerminal(subAgents: SubAgentEntry[], agentIds: string[]): boolean;
17
+ export declare function getStillRunningAgentIds(subAgents: SubAgentEntry[], agentIds: string[]): string[];
18
+ export declare function buildWaitForAgentsFollowup(subAgents: SubAgentEntry[], targetIds: string[]): string;
19
+ export declare function buildSubAgentSystemMessage(options: {
20
+ parentSessionId: string;
21
+ childNestingLevel: number;
22
+ maxNestingLevel: number;
23
+ agentTask: string;
24
+ agentIsSystem: boolean;
25
+ parentSystemMessage: string;
26
+ }): string;
27
+ export declare function applyChildUpdate(runtime: DurableSessionRuntime, update: {
28
+ sessionId: string;
29
+ updateType: string;
30
+ content: string;
31
+ }): Generator<any, boolean, any>;
32
+ export declare function refreshTrackedSubAgents(runtime: DurableSessionRuntime): Generator<any, void, any>;
33
+ export declare function notifyParentOfTerminalState(runtime: DurableSessionRuntime, updateType: "completed" | "cancelled", reason: string): Generator<any, void, any>;
34
+ export declare function completeSession(runtime: DurableSessionRuntime, reason: string, commandId?: string): Generator<any, void, any>;
35
+ export declare function cancelSession(runtime: DurableSessionRuntime, reason: string, commandId?: string, deleteAfterCancel?: boolean): Generator<any, void, any>;
36
+ export declare function failPendingShutdown(runtime: DurableSessionRuntime, errorMessage: string): Generator<any, void, any>;
37
+ export declare function finalizePendingShutdown(runtime: DurableSessionRuntime): Generator<any, void, any>;
38
+ export declare function maybeResolveAgentWaitCompletion(runtime: DurableSessionRuntime): Generator<any, boolean, any>;
39
+ export declare function beginGracefulShutdown(runtime: DurableSessionRuntime, mode: ShutdownMode, cmdMsg: CommandMessage): Generator<any, void, any>;
40
+ export declare function handleSubAgentAction(runtime: DurableSessionRuntime, result: any): Generator<any, boolean, any>;
41
+ //# sourceMappingURL=agents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agents.d.ts","sourceRoot":"","sources":["../../src/orchestration_1_0_56/agents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,cAAc,EAGd,mBAAmB,EACnB,aAAa,EAChB,MAAM,aAAa,CAAC;AAOrB,OAAO,EAKH,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACpB,MAAM,YAAY,CAAC;AAEpB,YAAY,EAAE,oBAAoB,EAAE,YAAY,EAAE,CAAC;AAInD,wBAAgB,wBAAwB,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAEjE;AAED,wBAAgB,gBAAgB,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,WAAW,CAAC,EAAE,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;IAAC,OAAO,CAAC,EAAE,mBAAmB,CAAA;CAAE,GAAG,IAAI,CA6BxO;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM,CAShE;AAED,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,oBAAoB,GAAG,MAAM,CAS9E;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,aAAa,EAAE,EAAE,MAAM,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,CAE9G;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,aAAa,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAKhG;AAED,wBAAgB,uBAAuB,CAAC,SAAS,EAAE,aAAa,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAKhG;AAED,wBAAgB,0BAA0B,CAAC,SAAS,EAAE,aAAa,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,MAAM,CAoBlG;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE;IAChD,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;CAC/B,GAAG,MAAM,CAmDT;AAID,wBAAiB,gBAAgB,CAC7B,OAAO,EAAE,qBAAqB,EAC9B,MAAM,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,GACnE,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,CAAC,CAsC9B;AAED,wBAAiB,uBAAuB,CAAC,OAAO,EAAE,qBAAqB,GAAG,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CAqDlG;AAID,wBAAiB,2BAA2B,CACxC,OAAO,EAAE,qBAAqB,EAC9B,UAAU,EAAE,WAAW,GAAG,WAAW,EACrC,MAAM,EAAE,MAAM,GACf,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CAS3B;AAED,wBAAiB,eAAe,CAC5B,OAAO,EAAE,qBAAqB,EAC9B,MAAM,EAAE,MAAM,EACd,SAAS,CAAC,EAAE,MAAM,GACnB,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CAwB3B;AAED,wBAAiB,aAAa,CAC1B,OAAO,EAAE,qBAAqB,EAC9B,MAAM,EAAE,MAAM,EACd,SAAS,CAAC,EAAE,MAAM,EAClB,iBAAiB,UAAQ,GAC1B,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CAyD3B;AAED,wBAAiB,mBAAmB,CAChC,OAAO,EAAE,qBAAqB,EAC9B,YAAY,EAAE,MAAM,GACrB,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CAuB3B;AAED,wBAAiB,uBAAuB,CAAC,OAAO,EAAE,qBAAqB,GAAG,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CAQlG;AAED,wBAAiB,+BAA+B,CAAC,OAAO,EAAE,qBAAqB,GAAG,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,CAAC,CAgB7G;AAED,wBAAiB,qBAAqB,CAClC,OAAO,EAAE,qBAAqB,EAC9B,IAAI,EAAE,YAAY,EAClB,MAAM,EAAE,cAAc,GACvB,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,GAAG,CAAC,CA0E3B;AAID,wBAAiB,oBAAoB,CACjC,OAAO,EAAE,qBAAqB,EAC9B,MAAM,EAAE,GAAG,GACZ,SAAS,CAAC,GAAG,EAAE,OAAO,EAAE,GAAG,CAAC,CAka9B"}