@framers/agentos 0.1.49 → 0.1.51

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 (90) hide show
  1. package/dist/api/AgentOS.d.ts +1 -53
  2. package/dist/api/AgentOS.d.ts.map +1 -1
  3. package/dist/api/AgentOS.js +5 -256
  4. package/dist/api/AgentOS.js.map +1 -1
  5. package/dist/api/AgentOSOrchestrator.d.ts +5 -276
  6. package/dist/api/AgentOSOrchestrator.d.ts.map +1 -1
  7. package/dist/api/AgentOSOrchestrator.js +107 -772
  8. package/dist/api/AgentOSOrchestrator.js.map +1 -1
  9. package/dist/api/StreamChunkEmitter.d.ts +32 -0
  10. package/dist/api/StreamChunkEmitter.d.ts.map +1 -0
  11. package/dist/api/StreamChunkEmitter.js +141 -0
  12. package/dist/api/StreamChunkEmitter.js.map +1 -0
  13. package/dist/api/TaskOutcomeTelemetryManager.d.ts +107 -0
  14. package/dist/api/TaskOutcomeTelemetryManager.d.ts.map +1 -0
  15. package/dist/api/TaskOutcomeTelemetryManager.js +331 -0
  16. package/dist/api/TaskOutcomeTelemetryManager.js.map +1 -0
  17. package/dist/api/errors.d.ts +17 -0
  18. package/dist/api/errors.d.ts.map +1 -0
  19. package/dist/api/errors.js +25 -0
  20. package/dist/api/errors.js.map +1 -0
  21. package/dist/api/turn-phases/conversation-history.d.ts +22 -0
  22. package/dist/api/turn-phases/conversation-history.d.ts.map +1 -0
  23. package/dist/api/turn-phases/conversation-history.js +55 -0
  24. package/dist/api/turn-phases/conversation-history.js.map +1 -0
  25. package/dist/api/turn-phases/index.d.ts +5 -0
  26. package/dist/api/turn-phases/index.d.ts.map +1 -0
  27. package/dist/api/turn-phases/index.js +5 -0
  28. package/dist/api/turn-phases/index.js.map +1 -0
  29. package/dist/api/turn-phases/long-term-memory.d.ts +35 -0
  30. package/dist/api/turn-phases/long-term-memory.d.ts.map +1 -0
  31. package/dist/api/turn-phases/long-term-memory.js +82 -0
  32. package/dist/api/turn-phases/long-term-memory.js.map +1 -0
  33. package/dist/api/turn-phases/prompt-profile.d.ts +22 -0
  34. package/dist/api/turn-phases/prompt-profile.d.ts.map +1 -0
  35. package/dist/api/turn-phases/prompt-profile.js +34 -0
  36. package/dist/api/turn-phases/prompt-profile.js.map +1 -0
  37. package/dist/api/turn-phases/rolling-summary.d.ts +28 -0
  38. package/dist/api/turn-phases/rolling-summary.d.ts.map +1 -0
  39. package/dist/api/turn-phases/rolling-summary.js +87 -0
  40. package/dist/api/turn-phases/rolling-summary.js.map +1 -0
  41. package/dist/api/types/OrchestratorConfig.d.ts +89 -0
  42. package/dist/api/types/OrchestratorConfig.d.ts.map +1 -0
  43. package/dist/api/types/OrchestratorConfig.js +6 -0
  44. package/dist/api/types/OrchestratorConfig.js.map +1 -0
  45. package/dist/channels/adapters/TelegramChannelAdapter.d.ts +12 -0
  46. package/dist/channels/adapters/TelegramChannelAdapter.d.ts.map +1 -1
  47. package/dist/channels/adapters/TelegramChannelAdapter.js +57 -2
  48. package/dist/channels/adapters/TelegramChannelAdapter.js.map +1 -1
  49. package/dist/core/agents/index.d.ts +7 -0
  50. package/dist/core/agents/index.d.ts.map +1 -0
  51. package/dist/core/agents/index.js +7 -0
  52. package/dist/core/agents/index.js.map +1 -0
  53. package/dist/core/ai_utilities/HybridUtilityAI.d.ts +54 -0
  54. package/dist/core/ai_utilities/HybridUtilityAI.d.ts.map +1 -1
  55. package/dist/core/ai_utilities/HybridUtilityAI.js +119 -1
  56. package/dist/core/ai_utilities/HybridUtilityAI.js.map +1 -1
  57. package/dist/core/ai_utilities/index.d.ts +5 -0
  58. package/dist/core/ai_utilities/index.d.ts.map +1 -0
  59. package/dist/core/ai_utilities/index.js +5 -0
  60. package/dist/core/ai_utilities/index.js.map +1 -0
  61. package/dist/core/audio/index.d.ts +5 -0
  62. package/dist/core/audio/index.d.ts.map +1 -0
  63. package/dist/core/audio/index.js +5 -0
  64. package/dist/core/audio/index.js.map +1 -0
  65. package/dist/core/conversation/index.d.ts +8 -0
  66. package/dist/core/conversation/index.d.ts.map +1 -0
  67. package/dist/core/conversation/index.js +8 -0
  68. package/dist/core/conversation/index.js.map +1 -0
  69. package/dist/core/index.d.ts +45 -0
  70. package/dist/core/index.d.ts.map +1 -0
  71. package/dist/core/index.js +66 -0
  72. package/dist/core/index.js.map +1 -0
  73. package/dist/core/orchestration/index.d.ts +6 -0
  74. package/dist/core/orchestration/index.d.ts.map +1 -0
  75. package/dist/core/orchestration/index.js +6 -0
  76. package/dist/core/orchestration/index.js.map +1 -0
  77. package/dist/core/streaming/AsyncStreamClientBridge.d.ts +29 -0
  78. package/dist/core/streaming/AsyncStreamClientBridge.d.ts.map +1 -0
  79. package/dist/core/streaming/AsyncStreamClientBridge.js +130 -0
  80. package/dist/core/streaming/AsyncStreamClientBridge.js.map +1 -0
  81. package/dist/core/streaming/index.d.ts +4 -0
  82. package/dist/core/streaming/index.d.ts.map +1 -0
  83. package/dist/core/streaming/index.js +4 -0
  84. package/dist/core/streaming/index.js.map +1 -0
  85. package/dist/core/tools/index.d.ts +13 -0
  86. package/dist/core/tools/index.d.ts.map +1 -0
  87. package/dist/core/tools/index.js +8 -0
  88. package/dist/core/tools/index.js.map +1 -0
  89. package/dist/speech/providers/BuiltInAdaptiveVadProvider.d.ts +1 -1
  90. package/package.json +1 -1
@@ -7,263 +7,10 @@
7
7
  * @module backend/agentos/api/AgentOSOrchestrator
8
8
  */
9
9
  import { AgentOSInput } from './types/AgentOSInput';
10
- import { GMIManager } from '../cognitive_substrate/GMIManager';
11
- import { ConversationManager } from '../core/conversation/ConversationManager';
12
- import type { IToolOrchestrator } from '../core/tools/IToolOrchestrator';
13
- import { StreamingManager, StreamId } from '../core/streaming/StreamingManager';
10
+ import { StreamId } from '../core/streaming/StreamingManager';
14
11
  import type { WorkflowProgressUpdate } from '../core/workflows/WorkflowTypes';
15
- import { AIModelProviderManager } from '../core/llm/providers/AIModelProviderManager';
16
- import { type PromptProfileConfig } from '../core/prompting/PromptProfileRouter';
17
- import { type RollingSummaryCompactionConfig } from '../core/conversation/RollingSummaryCompactor';
18
- import type { IRollingSummaryMemorySink } from '../core/conversation/IRollingSummaryMemorySink';
19
- import type { ILongTermMemoryRetriever } from '../core/conversation/ILongTermMemoryRetriever';
20
- import type { ITurnPlanner } from '../core/orchestration/TurnPlanner';
21
- export interface RollingSummaryCompactionProfileDefinition {
22
- config: RollingSummaryCompactionConfig;
23
- systemPrompt?: string;
24
- }
25
- export interface RollingSummaryCompactionProfilesConfig {
26
- defaultProfileId: string;
27
- defaultProfileByMode?: Record<string, string>;
28
- profiles: Record<string, RollingSummaryCompactionProfileDefinition>;
29
- }
30
- export type LongTermMemoryRecallProfile = 'aggressive' | 'balanced' | 'conservative';
31
- export interface AgentOSLongTermMemoryRecallConfig {
32
- /**
33
- * Recall profile used to seed defaults.
34
- * - aggressive: higher retrieval frequency + larger context budget
35
- * - balanced: middle ground
36
- * - conservative: lower retrieval frequency + smaller context budget
37
- *
38
- * Default: `aggressive`
39
- */
40
- profile?: LongTermMemoryRecallProfile;
41
- /**
42
- * Retrieve durable memory every N user turns.
43
- * Default depends on `profile`.
44
- */
45
- cadenceTurns?: number;
46
- /**
47
- * Force memory retrieval on rolling-summary compaction turns.
48
- * Default depends on `profile`.
49
- */
50
- forceOnCompaction?: boolean;
51
- /**
52
- * Character budget for retrieved long-term memory context.
53
- * Default depends on `profile`.
54
- */
55
- maxContextChars?: number;
56
- /**
57
- * Per-scope retrieval caps.
58
- * Default depends on `profile`.
59
- */
60
- topKByScope?: Partial<Record<'user' | 'persona' | 'organization', number>>;
61
- }
62
- export type TenantRoutingMode = 'multi_tenant' | 'single_tenant';
63
- export interface AgentOSTenantRoutingConfig {
64
- /**
65
- * Tenant routing mode.
66
- * - multi_tenant: trust inbound `organizationId` as request-scoped context
67
- * - single_tenant: collapse to a single org context for all turns
68
- *
69
- * Default: `multi_tenant`
70
- */
71
- mode?: TenantRoutingMode;
72
- /**
73
- * Optional default org ID used in `single_tenant` mode when request omits `organizationId`.
74
- */
75
- defaultOrganizationId?: string;
76
- /**
77
- * In `single_tenant` mode, reject mismatched `organizationId` values when a
78
- * default org is configured.
79
- *
80
- * Default: false
81
- */
82
- strictOrganizationIsolation?: boolean;
83
- }
84
- export type TaskOutcomeTelemetryScope = 'global' | 'organization' | 'organization_persona';
85
- export interface AgentOSTaskOutcomeTelemetryConfig {
86
- /**
87
- * Enables streaming task-outcome KPI aggregates.
88
- *
89
- * Default: true
90
- */
91
- enabled?: boolean;
92
- /**
93
- * Number of recent outcomes retained per scope.
94
- *
95
- * Default: 100
96
- */
97
- rollingWindowSize?: number;
98
- /**
99
- * Scope used for KPI window aggregation.
100
- * - global: all turns
101
- * - organization: separate window per organization
102
- * - organization_persona: separate window per org+persona
103
- *
104
- * Default: organization_persona
105
- */
106
- scope?: TaskOutcomeTelemetryScope;
107
- /**
108
- * Enables low-success alert emission in metadata updates.
109
- *
110
- * Default: true
111
- */
112
- emitAlerts?: boolean;
113
- /**
114
- * Minimum weighted success rate required to avoid emitting alerts.
115
- *
116
- * Default: 0.55
117
- */
118
- alertBelowWeightedSuccessRate?: number;
119
- /**
120
- * Minimum samples required before alert evaluation starts.
121
- *
122
- * Default: 8
123
- */
124
- alertMinSamples?: number;
125
- /**
126
- * Minimum time between repeated alerts for the same scope key (milliseconds).
127
- *
128
- * Default: 60000
129
- */
130
- alertCooldownMs?: number;
131
- }
132
- export interface AgentOSAdaptiveExecutionConfig {
133
- /**
134
- * Enables adaptive execution policy adjustments based on rolling task outcomes.
135
- *
136
- * Default: true
137
- */
138
- enabled?: boolean;
139
- /**
140
- * Minimum sample count before adaptive rules can apply.
141
- *
142
- * Default: 5
143
- */
144
- minSamples?: number;
145
- /**
146
- * Minimum weighted success rate required to keep discovery-only tool selection.
147
- * If current rolling KPI drops below this threshold, orchestrator can force `toolSelectionMode = all`.
148
- *
149
- * Default: 0.7
150
- */
151
- minWeightedSuccessRate?: number;
152
- /**
153
- * When true, downgrade discovered-only tool selection to full toolset under poor KPI conditions.
154
- *
155
- * Default: true
156
- */
157
- forceAllToolsWhenDegraded?: boolean;
158
- /**
159
- * When true, force fail-open execution mode (`toolFailureMode = fail_open`) under poor KPI conditions.
160
- * Explicit per-request `toolFailureMode = fail_closed` overrides are preserved.
161
- *
162
- * Default: true
163
- */
164
- forceFailOpenWhenDegraded?: boolean;
165
- }
166
- type TaskOutcomeStatus = 'success' | 'partial' | 'failed';
167
- type TaskOutcomeKpiWindowEntry = {
168
- status: TaskOutcomeStatus;
169
- score: number;
170
- timestamp: number;
171
- };
172
- export interface ITaskOutcomeTelemetryStore {
173
- /**
174
- * Load persisted KPI windows keyed by telemetry scope key.
175
- */
176
- loadWindows(): Promise<Record<string, TaskOutcomeKpiWindowEntry[]>>;
177
- /**
178
- * Persist a single KPI window snapshot.
179
- */
180
- saveWindow(scopeKey: string, entries: TaskOutcomeKpiWindowEntry[]): Promise<void>;
181
- }
182
- /**
183
- * @typedef {Object} AgentOSOrchestratorConfig
184
- * Configuration options for the AgentOSOrchestrator.
185
- * @property {number} [maxToolCallIterations=5] - The maximum number of sequential
186
- * tool calls allowed within a single logical turn to prevent infinite loops.
187
- * @property {number} [defaultAgentTurnTimeoutMs=120000] - Default timeout for a
188
- * single GMI processing step (e.g., initial turn or tool result processing).
189
- * @property {boolean} [enableConversationalPersistence=true] - If true, conversation
190
- * context will be saved and loaded from persistent storage.
191
- */
192
- export interface AgentOSOrchestratorConfig {
193
- maxToolCallIterations?: number;
194
- defaultAgentTurnTimeoutMs?: number;
195
- enableConversationalPersistence?: boolean;
196
- /**
197
- * Optional prompt-profile routing config. If omitted, a small default router is used.
198
- * Set to `null` to disable prompt-profile routing entirely.
199
- */
200
- promptProfileConfig?: PromptProfileConfig | null;
201
- /**
202
- * Optional rolling-summary compaction config. If omitted, a conservative default is used (disabled).
203
- * Set to `null` to disable rolling-summary compaction entirely.
204
- */
205
- rollingSummaryCompactionConfig?: RollingSummaryCompactionConfig | null;
206
- /**
207
- * Optional rolling-summary compaction profiles. When provided, the orchestrator selects a compaction
208
- * profile per-turn based on `mode` (customFlags.mode or persona id) and uses it instead of the
209
- * single `rollingSummaryCompactionConfig`.
210
- */
211
- rollingSummaryCompactionProfilesConfig?: RollingSummaryCompactionProfilesConfig | null;
212
- /** Optional system prompt override for rolling-summary compaction. */
213
- rollingSummarySystemPrompt?: string;
214
- /** Optional metadata key to store rolling-summary state under (defaults to `rollingSummaryState`). */
215
- rollingSummaryStateKey?: string;
216
- /**
217
- * Controls long-term memory retrieval cadence and depth.
218
- * Default profile is intentionally aggressive to maximize recall.
219
- */
220
- longTermMemoryRecall?: AgentOSLongTermMemoryRecallConfig;
221
- /**
222
- * Controls request-time organization routing behavior.
223
- */
224
- tenantRouting?: AgentOSTenantRoutingConfig;
225
- /**
226
- * Controls rolling KPI emission for task outcomes.
227
- */
228
- taskOutcomeTelemetry?: AgentOSTaskOutcomeTelemetryConfig;
229
- /**
230
- * Controls adaptive execution policy adjustments derived from rolling task outcomes.
231
- */
232
- adaptiveExecution?: AgentOSAdaptiveExecutionConfig;
233
- }
234
- /**
235
- * @typedef {Object} AgentOSOrchestratorDependencies
236
- * Defines the dependencies required by the AgentOSOrchestrator.
237
- * These are typically injected during its initialization.
238
- * @property {GMIManager} gmiManager - Manager for GMI instances and persona definitions.
239
- * @property {ToolOrchestrator} toolOrchestrator - Orchestrates the execution of tools.
240
- * @property {ConversationManager} conversationManager - Manages loading and saving
241
- * of persistent conversation contexts.
242
- * @property {StreamingManager} streamingManager - Manages streaming responses to clients.
243
- */
244
- export interface AgentOSOrchestratorDependencies {
245
- gmiManager: GMIManager;
246
- toolOrchestrator: IToolOrchestrator;
247
- conversationManager: ConversationManager;
248
- streamingManager: StreamingManager;
249
- modelProviderManager: AIModelProviderManager;
250
- turnPlanner?: ITurnPlanner;
251
- /**
252
- * Optional sink for persisting rolling-memory outputs (`summary_markdown` + `memory_json`)
253
- * into a long-term store (RAG / knowledge graph / database).
254
- */
255
- rollingSummaryMemorySink?: IRollingSummaryMemorySink;
256
- /**
257
- * Optional long-term memory retriever. When provided, AgentOS can inject
258
- * durable memories (user/persona/org) into prompts on a cadence.
259
- */
260
- longTermMemoryRetriever?: ILongTermMemoryRetriever;
261
- /**
262
- * Optional persistence store for task outcome KPI windows.
263
- * Use this to make rolling success-rate telemetry survive orchestrator restarts.
264
- */
265
- taskOutcomeTelemetryStore?: ITaskOutcomeTelemetryStore;
266
- }
12
+ export type { RollingSummaryCompactionProfileDefinition, RollingSummaryCompactionProfilesConfig, LongTermMemoryRecallProfile, AgentOSLongTermMemoryRecallConfig, TenantRoutingMode, AgentOSTenantRoutingConfig, TaskOutcomeTelemetryScope, AgentOSTaskOutcomeTelemetryConfig, AgentOSAdaptiveExecutionConfig, TaskOutcomeKpiWindowEntry, ITaskOutcomeTelemetryStore, AgentOSOrchestratorConfig, AgentOSOrchestratorDependencies, } from './types/OrchestratorConfig';
13
+ import type { AgentOSOrchestratorConfig, AgentOSOrchestratorDependencies } from './types/OrchestratorConfig';
267
14
  /**
268
15
  * @class AgentOSOrchestrator
269
16
  * @description
@@ -277,8 +24,8 @@ export declare class AgentOSOrchestrator {
277
24
  private initialized;
278
25
  private config;
279
26
  private dependencies;
280
- private taskOutcomeKpiWindows;
281
- private taskOutcomeAlertState;
27
+ private telemetry;
28
+ private chunks;
282
29
  /**
283
30
  * A map to hold ongoing stream contexts.
284
31
  * Key: streamId (generated by orchestrator for this interaction flow).
@@ -306,24 +53,7 @@ export declare class AgentOSOrchestrator {
306
53
  */
307
54
  private ensureInitialized;
308
55
  private resolveOrganizationContext;
309
- private resolveTaskOutcomeScopeKey;
310
- private updateTaskOutcomeKpi;
311
- private getCurrentTaskOutcomeKpi;
312
- private summarizeTaskOutcomeWindow;
313
- private maybeApplyAdaptiveExecutionPolicy;
314
- private maybeBuildTaskOutcomeAlert;
315
- /**
316
- * Helper method to create and push response chunks via StreamingManager.
317
- * @private
318
- */
319
- private pushChunkToStream;
320
56
  broadcastWorkflowUpdate(update: WorkflowProgressUpdate): Promise<void>;
321
- /**
322
- * Helper method to create and push error chunks.
323
- * @private
324
- */
325
- private pushErrorChunk;
326
- private emitExecutionLifecycleUpdate;
327
57
  /**
328
58
  * Orchestrates a full logical turn for a user request.
329
59
  * This involves managing GMI interaction, tool calls, and streaming responses.
@@ -385,5 +115,4 @@ export declare class AgentOSOrchestrator {
385
115
  */
386
116
  shutdown(): Promise<void>;
387
117
  }
388
- export {};
389
118
  //# sourceMappingURL=AgentOSOrchestrator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AgentOSOrchestrator.d.ts","sourceRoot":"","sources":["../../src/api/AgentOSOrchestrator.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AAEH,OAAO,EAAE,YAAY,EAAqB,MAAM,sBAAsB,CAAC;AAcvE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAY/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAG/E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AAGzE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAEhF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAGL,KAAK,mBAAmB,EAEzB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAGL,KAAK,8BAA8B,EAEpC,MAAM,8CAA8C,CAAC;AACtD,OAAO,KAAK,EAAE,yBAAyB,EAA8B,MAAM,gDAAgD,CAAC;AAC5H,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+CAA+C,CAAC;AAkB9F,OAAO,KAAK,EAAE,YAAY,EAA6B,MAAM,mCAAmC,CAAC;AAEjG,MAAM,WAAW,yCAAyC;IACxD,MAAM,EAAE,8BAA8B,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,sCAAsC;IACrD,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9C,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,yCAAyC,CAAC,CAAC;CACrE;AAED,MAAM,MAAM,2BAA2B,GACnC,YAAY,GACZ,UAAU,GACV,cAAc,CAAC;AAEnB,MAAM,WAAW,iCAAiC;IAChD;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,2BAA2B,CAAC;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,GAAG,cAAc,EAAE,MAAM,CAAC,CAAC,CAAC;CAC5E;AAED,MAAM,MAAM,iBAAiB,GAAG,cAAc,GAAG,eAAe,CAAC;AAEjE,MAAM,WAAW,0BAA0B;IACzC;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;;OAKG;IACH,2BAA2B,CAAC,EAAE,OAAO,CAAC;CACvC;AAED,MAAM,MAAM,yBAAyB,GACjC,QAAQ,GACR,cAAc,GACd,sBAAsB,CAAC;AAE3B,MAAM,WAAW,iCAAiC;IAChD;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,yBAAyB,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,6BAA6B,CAAC,EAAE,MAAM,CAAC;IACvC;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,8BAA8B;IAC7C;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;;;;OAKG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAkCD,KAAK,iBAAiB,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAiC1D,KAAK,yBAAyB,GAAG;IAC/B,MAAM,EAAE,iBAAiB,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAaF,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,CAAC,CAAC;IACpE;;OAEG;IACH,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,yBAAyB,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACnF;AA8TD;;;;;;;;;GASG;AACH,MAAM,WAAW,yBAAyB;IACxC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,+BAA+B,CAAC,EAAE,OAAO,CAAC;IAE1C;;;OAGG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAEjD;;;OAGG;IACH,8BAA8B,CAAC,EAAE,8BAA8B,GAAG,IAAI,CAAC;IAEvE;;;;OAIG;IACH,sCAAsC,CAAC,EAAE,sCAAsC,GAAG,IAAI,CAAC;IAEvF,sEAAsE;IACtE,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC,sGAAsG;IACtG,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAEhC;;;OAGG;IACH,oBAAoB,CAAC,EAAE,iCAAiC,CAAC;IAEzD;;OAEG;IACH,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAE3C;;OAEG;IACH,oBAAoB,CAAC,EAAE,iCAAiC,CAAC;IAEzD;;OAEG;IACH,iBAAiB,CAAC,EAAE,8BAA8B,CAAC;CACpD;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,+BAA+B;IAC9C,UAAU,EAAE,UAAU,CAAC;IACvB,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,oBAAoB,EAAE,sBAAsB,CAAC;IAC7C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;;;OAGG;IACH,wBAAwB,CAAC,EAAE,yBAAyB,CAAC;IACrD;;;OAGG;IACH,uBAAuB,CAAC,EAAE,wBAAwB,CAAC;IACnD;;;OAGG;IACH,yBAAyB,CAAC,EAAE,0BAA0B,CAAC;CACxD;AA+CD;;;;;;;;GAQG;AACH,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,WAAW,CAAkB;IACrC,OAAO,CAAC,MAAM,CAAqC;IACnD,OAAO,CAAC,YAAY,CAAmC;IACvD,OAAO,CAAC,qBAAqB,CAAkD;IAC/E,OAAO,CAAC,qBAAqB,CAA6B;IAE1D;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB,CAA+C;;IAI3E;;;;;;;;;;OAUG;IACU,UAAU,CACrB,MAAM,EAAE,yBAAyB,EACjC,YAAY,EAAE,+BAA+B,GAC5C,OAAO,CAAC,IAAI,CAAC;IA2DhB;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,0BAA0B;IAoClC,OAAO,CAAC,0BAA0B;IAalC,OAAO,CAAC,oBAAoB;IAwC5B,OAAO,CAAC,wBAAwB;IAYhC,OAAO,CAAC,0BAA0B;IAqClC,OAAO,CAAC,iCAAiC;IA4EzC,OAAO,CAAC,0BAA0B;IA+BlC;;;OAGG;YACW,iBAAiB;IAmIlB,uBAAuB,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IA8CnF;;;OAGG;YACW,cAAc;YAkBd,4BAA4B;IA2B1C;;;;;;;;;;OAUG;IACU,eAAe,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,QAAQ,CAAC;IAmEpE;;;OAGG;YACW,oBAAoB;IAq6BlC;;;;;;;;;;;;;;;OAeG;IACU,qBAAqB,CAChC,eAAe,EAAE,QAAQ,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,GAAG,EACf,SAAS,EAAE,OAAO,EAClB,YAAY,CAAC,EAAE,MAAM,GACpB,OAAO,CAAC,IAAI,CAAC;IAiNhB;;;;OAIG;YACW,gBAAgB;IAqE9B;;;OAGG;YACW,wBAAwB;IA2EtC;;;OAGG;IACH,OAAO,CAAC,qBAAqB;IAyD7B;;;;;;;;OAQG;IACU,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;CAgBvC"}
1
+ {"version":3,"file":"AgentOSOrchestrator.d.ts","sourceRoot":"","sources":["../../src/api/AgentOSOrchestrator.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AAEH,OAAO,EAAE,YAAY,EAAqB,MAAM,sBAAsB,CAAC;AAiDvE,OAAO,EAAoB,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAEhF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAoC9E,YAAY,EACV,yCAAyC,EACzC,sCAAsC,EACtC,2BAA2B,EAC3B,iCAAiC,EACjC,iBAAiB,EACjB,0BAA0B,EAC1B,yBAAyB,EACzB,iCAAiC,EACjC,8BAA8B,EAC9B,yBAAyB,EACzB,0BAA0B,EAC1B,yBAAyB,EACzB,+BAA+B,GAChC,MAAM,4BAA4B,CAAC;AAEpC,OAAO,KAAK,EAKV,yBAAyB,EACzB,+BAA+B,EAChC,MAAM,4BAA4B,CAAC;AA2LpC;;;;;;;;GAQG;AACH,qBAAa,mBAAmB;IAC9B,OAAO,CAAC,WAAW,CAAkB;IACrC,OAAO,CAAC,MAAM,CAAqC;IACnD,OAAO,CAAC,YAAY,CAAmC;IACvD,OAAO,CAAC,SAAS,CAA+B;IAChD,OAAO,CAAC,MAAM,CAAsB;IAEpC;;;;;OAKG;IACH,OAAO,CAAC,oBAAoB,CAA+C;;IAI3E;;;;;;;;;;OAUG;IACU,UAAU,CACrB,MAAM,EAAE,yBAAyB,EACjC,YAAY,EAAE,+BAA+B,GAC5C,OAAO,CAAC,IAAI,CAAC;IA8ChB;;;;OAIG;IACH,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,0BAA0B;IAyCrB,uBAAuB,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IA+CnF;;;;;;;;;;OAUG;IACU,eAAe,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,QAAQ,CAAC;IAmEpE;;;OAGG;YACW,oBAAoB;IA2tBlC;;;;;;;;;;;;;;;OAeG;IACU,qBAAqB,CAChC,eAAe,EAAE,QAAQ,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,GAAG,EACf,SAAS,EAAE,OAAO,EAClB,YAAY,CAAC,EAAE,MAAM,GACpB,OAAO,CAAC,IAAI,CAAC;IAiNhB;;;;OAIG;YACW,gBAAgB;IAqE9B;;;OAGG;YACW,wBAAwB;IA2EtC;;;OAGG;IACH,OAAO,CAAC,qBAAqB;IAyD7B;;;;;;;;OAQG;IACU,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;CAgBvC"}