@framers/agentos 0.1.48 → 0.1.50
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/api/AgentOS.d.ts +1 -53
- package/dist/api/AgentOS.d.ts.map +1 -1
- package/dist/api/AgentOS.js +5 -256
- package/dist/api/AgentOS.js.map +1 -1
- package/dist/api/AgentOSOrchestrator.d.ts +5 -276
- package/dist/api/AgentOSOrchestrator.d.ts.map +1 -1
- package/dist/api/AgentOSOrchestrator.js +107 -772
- package/dist/api/AgentOSOrchestrator.js.map +1 -1
- package/dist/api/StreamChunkEmitter.d.ts +32 -0
- package/dist/api/StreamChunkEmitter.d.ts.map +1 -0
- package/dist/api/StreamChunkEmitter.js +141 -0
- package/dist/api/StreamChunkEmitter.js.map +1 -0
- package/dist/api/TaskOutcomeTelemetryManager.d.ts +107 -0
- package/dist/api/TaskOutcomeTelemetryManager.d.ts.map +1 -0
- package/dist/api/TaskOutcomeTelemetryManager.js +331 -0
- package/dist/api/TaskOutcomeTelemetryManager.js.map +1 -0
- package/dist/api/errors.d.ts +17 -0
- package/dist/api/errors.d.ts.map +1 -0
- package/dist/api/errors.js +25 -0
- package/dist/api/errors.js.map +1 -0
- package/dist/api/turn-phases/conversation-history.d.ts +22 -0
- package/dist/api/turn-phases/conversation-history.d.ts.map +1 -0
- package/dist/api/turn-phases/conversation-history.js +55 -0
- package/dist/api/turn-phases/conversation-history.js.map +1 -0
- package/dist/api/turn-phases/index.d.ts +5 -0
- package/dist/api/turn-phases/index.d.ts.map +1 -0
- package/dist/api/turn-phases/index.js +5 -0
- package/dist/api/turn-phases/index.js.map +1 -0
- package/dist/api/turn-phases/long-term-memory.d.ts +35 -0
- package/dist/api/turn-phases/long-term-memory.d.ts.map +1 -0
- package/dist/api/turn-phases/long-term-memory.js +82 -0
- package/dist/api/turn-phases/long-term-memory.js.map +1 -0
- package/dist/api/turn-phases/prompt-profile.d.ts +22 -0
- package/dist/api/turn-phases/prompt-profile.d.ts.map +1 -0
- package/dist/api/turn-phases/prompt-profile.js +34 -0
- package/dist/api/turn-phases/prompt-profile.js.map +1 -0
- package/dist/api/turn-phases/rolling-summary.d.ts +28 -0
- package/dist/api/turn-phases/rolling-summary.d.ts.map +1 -0
- package/dist/api/turn-phases/rolling-summary.js +87 -0
- package/dist/api/turn-phases/rolling-summary.js.map +1 -0
- package/dist/api/types/OrchestratorConfig.d.ts +89 -0
- package/dist/api/types/OrchestratorConfig.d.ts.map +1 -0
- package/dist/api/types/OrchestratorConfig.js +6 -0
- package/dist/api/types/OrchestratorConfig.js.map +1 -0
- package/dist/core/agents/index.d.ts +7 -0
- package/dist/core/agents/index.d.ts.map +1 -0
- package/dist/core/agents/index.js +7 -0
- package/dist/core/agents/index.js.map +1 -0
- package/dist/core/ai_utilities/HybridUtilityAI.d.ts +54 -0
- package/dist/core/ai_utilities/HybridUtilityAI.d.ts.map +1 -1
- package/dist/core/ai_utilities/HybridUtilityAI.js +119 -1
- package/dist/core/ai_utilities/HybridUtilityAI.js.map +1 -1
- package/dist/core/ai_utilities/index.d.ts +5 -0
- package/dist/core/ai_utilities/index.d.ts.map +1 -0
- package/dist/core/ai_utilities/index.js +5 -0
- package/dist/core/ai_utilities/index.js.map +1 -0
- package/dist/core/audio/index.d.ts +5 -0
- package/dist/core/audio/index.d.ts.map +1 -0
- package/dist/core/audio/index.js +5 -0
- package/dist/core/audio/index.js.map +1 -0
- package/dist/core/conversation/index.d.ts +8 -0
- package/dist/core/conversation/index.d.ts.map +1 -0
- package/dist/core/conversation/index.js +8 -0
- package/dist/core/conversation/index.js.map +1 -0
- package/dist/core/index.d.ts +45 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +66 -0
- package/dist/core/index.js.map +1 -0
- package/dist/core/orchestration/index.d.ts +6 -0
- package/dist/core/orchestration/index.d.ts.map +1 -0
- package/dist/core/orchestration/index.js +6 -0
- package/dist/core/orchestration/index.js.map +1 -0
- package/dist/core/streaming/AsyncStreamClientBridge.d.ts +29 -0
- package/dist/core/streaming/AsyncStreamClientBridge.d.ts.map +1 -0
- package/dist/core/streaming/AsyncStreamClientBridge.js +130 -0
- package/dist/core/streaming/AsyncStreamClientBridge.js.map +1 -0
- package/dist/core/streaming/index.d.ts +4 -0
- package/dist/core/streaming/index.d.ts.map +1 -0
- package/dist/core/streaming/index.js +4 -0
- package/dist/core/streaming/index.js.map +1 -0
- package/dist/core/tools/index.d.ts +13 -0
- package/dist/core/tools/index.d.ts.map +1 -0
- package/dist/core/tools/index.js +8 -0
- package/dist/core/tools/index.js.map +1 -0
- package/dist/rag/EmbeddingManager.d.ts.map +1 -1
- package/dist/rag/EmbeddingManager.js +5 -7
- package/dist/rag/EmbeddingManager.js.map +1 -1
- package/dist/rag/HydeRetriever.d.ts +1 -0
- package/dist/rag/HydeRetriever.d.ts.map +1 -1
- package/dist/rag/HydeRetriever.js +41 -5
- package/dist/rag/HydeRetriever.js.map +1 -1
- package/dist/speech/providers/BuiltInAdaptiveVadProvider.d.ts +1 -1
- 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 {
|
|
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
|
-
|
|
16
|
-
import {
|
|
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
|
|
281
|
-
private
|
|
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;
|
|
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"}
|