@dxos/functions 0.8.4-main.ae835ea → 0.8.4-main.bc2380dfbc

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 (197) hide show
  1. package/LICENSE +102 -5
  2. package/README.md +5 -7
  3. package/dist/lib/neutral/index.mjs +599 -0
  4. package/dist/lib/neutral/index.mjs.map +7 -0
  5. package/dist/lib/neutral/meta.json +1 -0
  6. package/dist/types/src/index.d.ts +2 -7
  7. package/dist/types/src/index.d.ts.map +1 -1
  8. package/dist/types/src/protocol/functions-ai-http-client.d.ts +12 -0
  9. package/dist/types/src/protocol/functions-ai-http-client.d.ts.map +1 -0
  10. package/dist/types/src/protocol/functions-ai-http-client.test.d.ts +2 -0
  11. package/dist/types/src/protocol/functions-ai-http-client.test.d.ts.map +1 -0
  12. package/dist/types/src/protocol/index.d.ts +2 -0
  13. package/dist/types/src/protocol/index.d.ts.map +1 -0
  14. package/dist/types/src/protocol/protocol.d.ts +24 -0
  15. package/dist/types/src/protocol/protocol.d.ts.map +1 -0
  16. package/dist/types/src/protocol/protocol.test.d.ts +2 -0
  17. package/dist/types/src/protocol/protocol.test.d.ts.map +1 -0
  18. package/dist/types/src/sdk.d.ts +10 -0
  19. package/dist/types/src/sdk.d.ts.map +1 -0
  20. package/dist/types/src/services/credentials.d.ts +17 -38
  21. package/dist/types/src/services/credentials.d.ts.map +1 -1
  22. package/dist/types/src/services/function-invocation-service.d.ts +6 -19
  23. package/dist/types/src/services/function-invocation-service.d.ts.map +1 -1
  24. package/dist/types/src/services/index.d.ts +1 -6
  25. package/dist/types/src/services/index.d.ts.map +1 -1
  26. package/dist/types/src/services/queues.d.ts +1 -46
  27. package/dist/types/src/services/queues.d.ts.map +1 -1
  28. package/dist/types/src/services/tracing.d.ts +2 -56
  29. package/dist/types/src/services/tracing.d.ts.map +1 -1
  30. package/dist/types/src/types/index.d.ts +1 -4
  31. package/dist/types/src/types/index.d.ts.map +1 -1
  32. package/dist/types/src/types/url.d.ts +13 -0
  33. package/dist/types/src/types/url.d.ts.map +1 -0
  34. package/dist/types/tsconfig.tsbuildinfo +1 -1
  35. package/package.json +26 -61
  36. package/src/index.ts +2 -7
  37. package/src/protocol/functions-ai-http-client.test.ts +105 -0
  38. package/src/protocol/functions-ai-http-client.ts +141 -0
  39. package/src/{executor → protocol}/index.ts +1 -1
  40. package/src/protocol/protocol.test.ts +58 -0
  41. package/src/protocol/protocol.ts +452 -0
  42. package/src/sdk.ts +31 -0
  43. package/src/services/credentials.ts +81 -110
  44. package/src/services/function-invocation-service.ts +19 -70
  45. package/src/services/index.ts +1 -6
  46. package/src/services/queues.ts +1 -80
  47. package/src/services/tracing.ts +1 -136
  48. package/src/types/index.ts +1 -4
  49. package/src/types/url.ts +32 -0
  50. package/dist/lib/browser/bundler/index.mjs +0 -256
  51. package/dist/lib/browser/bundler/index.mjs.map +0 -7
  52. package/dist/lib/browser/chunk-J5LGTIGS.mjs +0 -10
  53. package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +0 -7
  54. package/dist/lib/browser/chunk-M6EXIREF.mjs +0 -610
  55. package/dist/lib/browser/chunk-M6EXIREF.mjs.map +0 -7
  56. package/dist/lib/browser/edge/index.mjs +0 -83
  57. package/dist/lib/browser/edge/index.mjs.map +0 -7
  58. package/dist/lib/browser/index.mjs +0 -1346
  59. package/dist/lib/browser/index.mjs.map +0 -7
  60. package/dist/lib/browser/meta.json +0 -1
  61. package/dist/lib/browser/testing/index.mjs +0 -131
  62. package/dist/lib/browser/testing/index.mjs.map +0 -7
  63. package/dist/lib/node-esm/bundler/index.mjs +0 -257
  64. package/dist/lib/node-esm/bundler/index.mjs.map +0 -7
  65. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +0 -11
  66. package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +0 -7
  67. package/dist/lib/node-esm/chunk-P3IATZMZ.mjs +0 -612
  68. package/dist/lib/node-esm/chunk-P3IATZMZ.mjs.map +0 -7
  69. package/dist/lib/node-esm/edge/index.mjs +0 -84
  70. package/dist/lib/node-esm/edge/index.mjs.map +0 -7
  71. package/dist/lib/node-esm/index.mjs +0 -1347
  72. package/dist/lib/node-esm/index.mjs.map +0 -7
  73. package/dist/lib/node-esm/meta.json +0 -1
  74. package/dist/lib/node-esm/testing/index.mjs +0 -132
  75. package/dist/lib/node-esm/testing/index.mjs.map +0 -7
  76. package/dist/types/src/bundler/bundler.d.ts +0 -49
  77. package/dist/types/src/bundler/bundler.d.ts.map +0 -1
  78. package/dist/types/src/bundler/bundler.test.d.ts +0 -2
  79. package/dist/types/src/bundler/bundler.test.d.ts.map +0 -1
  80. package/dist/types/src/bundler/index.d.ts +0 -2
  81. package/dist/types/src/bundler/index.d.ts.map +0 -1
  82. package/dist/types/src/e2e/deploy.test.d.ts +0 -2
  83. package/dist/types/src/e2e/deploy.test.d.ts.map +0 -1
  84. package/dist/types/src/edge/functions.d.ts +0 -17
  85. package/dist/types/src/edge/functions.d.ts.map +0 -1
  86. package/dist/types/src/edge/index.d.ts +0 -2
  87. package/dist/types/src/edge/index.d.ts.map +0 -1
  88. package/dist/types/src/errors.d.ts +0 -137
  89. package/dist/types/src/errors.d.ts.map +0 -1
  90. package/dist/types/src/example/fib.d.ts +0 -7
  91. package/dist/types/src/example/fib.d.ts.map +0 -1
  92. package/dist/types/src/example/forex-effect.d.ts +0 -3
  93. package/dist/types/src/example/forex-effect.d.ts.map +0 -1
  94. package/dist/types/src/example/index.d.ts +0 -12
  95. package/dist/types/src/example/index.d.ts.map +0 -1
  96. package/dist/types/src/example/reply.d.ts +0 -3
  97. package/dist/types/src/example/reply.d.ts.map +0 -1
  98. package/dist/types/src/example/sleep.d.ts +0 -5
  99. package/dist/types/src/example/sleep.d.ts.map +0 -1
  100. package/dist/types/src/executor/executor.d.ts +0 -14
  101. package/dist/types/src/executor/executor.d.ts.map +0 -1
  102. package/dist/types/src/executor/index.d.ts +0 -2
  103. package/dist/types/src/executor/index.d.ts.map +0 -1
  104. package/dist/types/src/handler.d.ts +0 -102
  105. package/dist/types/src/handler.d.ts.map +0 -1
  106. package/dist/types/src/services/database.d.ts +0 -67
  107. package/dist/types/src/services/database.d.ts.map +0 -1
  108. package/dist/types/src/services/event-logger.d.ts +0 -75
  109. package/dist/types/src/services/event-logger.d.ts.map +0 -1
  110. package/dist/types/src/services/function-invocation-service.test.d.ts +0 -2
  111. package/dist/types/src/services/function-invocation-service.test.d.ts.map +0 -1
  112. package/dist/types/src/services/local-function-execution.d.ts +0 -34
  113. package/dist/types/src/services/local-function-execution.d.ts.map +0 -1
  114. package/dist/types/src/services/remote-function-execution-service.d.ts +0 -22
  115. package/dist/types/src/services/remote-function-execution-service.d.ts.map +0 -1
  116. package/dist/types/src/services/service-container.d.ts +0 -57
  117. package/dist/types/src/services/service-container.d.ts.map +0 -1
  118. package/dist/types/src/services/service-registry.d.ts +0 -31
  119. package/dist/types/src/services/service-registry.d.ts.map +0 -1
  120. package/dist/types/src/services/service-registry.test.d.ts +0 -2
  121. package/dist/types/src/services/service-registry.test.d.ts.map +0 -1
  122. package/dist/types/src/testing/index.d.ts +0 -3
  123. package/dist/types/src/testing/index.d.ts.map +0 -1
  124. package/dist/types/src/testing/layer.d.ts +0 -18
  125. package/dist/types/src/testing/layer.d.ts.map +0 -1
  126. package/dist/types/src/testing/logger.d.ts +0 -5
  127. package/dist/types/src/testing/logger.d.ts.map +0 -1
  128. package/dist/types/src/testing/persist-database.test.d.ts +0 -2
  129. package/dist/types/src/testing/persist-database.test.d.ts.map +0 -1
  130. package/dist/types/src/testing/services.d.ts +0 -59
  131. package/dist/types/src/testing/services.d.ts.map +0 -1
  132. package/dist/types/src/trace.d.ts +0 -122
  133. package/dist/types/src/trace.d.ts.map +0 -1
  134. package/dist/types/src/translations.d.ts +0 -12
  135. package/dist/types/src/translations.d.ts.map +0 -1
  136. package/dist/types/src/triggers/index.d.ts +0 -4
  137. package/dist/types/src/triggers/index.d.ts.map +0 -1
  138. package/dist/types/src/triggers/input-builder.d.ts +0 -3
  139. package/dist/types/src/triggers/input-builder.d.ts.map +0 -1
  140. package/dist/types/src/triggers/invocation-tracer.d.ts +0 -37
  141. package/dist/types/src/triggers/invocation-tracer.d.ts.map +0 -1
  142. package/dist/types/src/triggers/trigger-dispatcher.d.ts +0 -78
  143. package/dist/types/src/triggers/trigger-dispatcher.d.ts.map +0 -1
  144. package/dist/types/src/triggers/trigger-dispatcher.test.d.ts +0 -2
  145. package/dist/types/src/triggers/trigger-dispatcher.test.d.ts.map +0 -1
  146. package/dist/types/src/triggers/trigger-state-store.d.ts +0 -28
  147. package/dist/types/src/triggers/trigger-state-store.d.ts.map +0 -1
  148. package/dist/types/src/types/Function.d.ts +0 -47
  149. package/dist/types/src/types/Function.d.ts.map +0 -1
  150. package/dist/types/src/types/Script.d.ts +0 -28
  151. package/dist/types/src/types/Script.d.ts.map +0 -1
  152. package/dist/types/src/types/Trigger.d.ts +0 -139
  153. package/dist/types/src/types/Trigger.d.ts.map +0 -1
  154. package/dist/types/src/types/TriggerEvent.d.ts +0 -44
  155. package/dist/types/src/types/TriggerEvent.d.ts.map +0 -1
  156. package/dist/types/src/url.d.ts +0 -21
  157. package/dist/types/src/url.d.ts.map +0 -1
  158. package/src/bundler/bundler.test.ts +0 -58
  159. package/src/bundler/bundler.ts +0 -295
  160. package/src/bundler/index.ts +0 -5
  161. package/src/e2e/deploy.test.ts +0 -69
  162. package/src/edge/functions.ts +0 -67
  163. package/src/edge/index.ts +0 -9
  164. package/src/errors.ts +0 -21
  165. package/src/example/fib.ts +0 -32
  166. package/src/example/forex-effect.ts +0 -40
  167. package/src/example/index.ts +0 -13
  168. package/src/example/reply.ts +0 -21
  169. package/src/example/sleep.ts +0 -24
  170. package/src/executor/executor.ts +0 -58
  171. package/src/handler.ts +0 -226
  172. package/src/services/database.ts +0 -175
  173. package/src/services/event-logger.ts +0 -121
  174. package/src/services/function-invocation-service.test.ts +0 -81
  175. package/src/services/local-function-execution.ts +0 -153
  176. package/src/services/remote-function-execution-service.ts +0 -63
  177. package/src/services/service-container.ts +0 -115
  178. package/src/services/service-registry.test.ts +0 -45
  179. package/src/services/service-registry.ts +0 -63
  180. package/src/testing/index.ts +0 -6
  181. package/src/testing/layer.ts +0 -114
  182. package/src/testing/logger.ts +0 -17
  183. package/src/testing/persist-database.test.ts +0 -87
  184. package/src/testing/services.ts +0 -115
  185. package/src/trace.ts +0 -178
  186. package/src/translations.ts +0 -20
  187. package/src/triggers/index.ts +0 -7
  188. package/src/triggers/input-builder.ts +0 -35
  189. package/src/triggers/invocation-tracer.ts +0 -101
  190. package/src/triggers/trigger-dispatcher.test.ts +0 -664
  191. package/src/triggers/trigger-dispatcher.ts +0 -521
  192. package/src/triggers/trigger-state-store.ts +0 -61
  193. package/src/types/Function.ts +0 -51
  194. package/src/types/Script.ts +0 -33
  195. package/src/types/Trigger.ts +0 -139
  196. package/src/types/TriggerEvent.ts +0 -62
  197. package/src/url.ts +0 -55
@@ -1,1346 +0,0 @@
1
- import {
2
- ComputeEvent,
3
- ComputeEventLogger,
4
- ComputeEventPayload,
5
- ConfiguredCredentialsService,
6
- ContextQueueService,
7
- CredentialsService,
8
- DatabaseService,
9
- FUNCTIONS_META_KEY,
10
- FUNCTIONS_PRESET_META_KEY,
11
- FunctionError,
12
- FunctionNotFoundError,
13
- MESSAGE_PROPERTY_TOOL_CALL_ID,
14
- QueueService,
15
- RemoteFunctionExecutionService,
16
- SERVICE_TAGS,
17
- ServiceContainer,
18
- ServiceNotAvailableError,
19
- TracingService,
20
- TriggerStateNotFoundError,
21
- createDefectLogger,
22
- createEventLogger,
23
- getInvocationUrl,
24
- getUserFunctionIdInMetadata,
25
- logCustomEvent,
26
- setUserFunctionIdInMetadata,
27
- withAuthorization
28
- } from "./chunk-M6EXIREF.mjs";
29
- import {
30
- __export
31
- } from "./chunk-J5LGTIGS.mjs";
32
-
33
- // src/example/fib.ts
34
- import * as Effect2 from "effect/Effect";
35
- import * as Schema6 from "effect/Schema";
36
-
37
- // src/handler.ts
38
- import * as Effect from "effect/Effect";
39
- import * as Schema5 from "effect/Schema";
40
- import { Obj as Obj5, Type as Type5 } from "@dxos/echo";
41
- import { assertArgument } from "@dxos/invariant";
42
-
43
- // src/types/Function.ts
44
- var Function_exports = {};
45
- __export(Function_exports, {
46
- Function: () => Function,
47
- make: () => make2
48
- });
49
- import * as Schema2 from "effect/Schema";
50
- import { Obj as Obj2, Type as Type2 } from "@dxos/echo";
51
- import { JsonSchemaType, LabelAnnotation as LabelAnnotation2, Ref as Ref2 } from "@dxos/echo/internal";
52
-
53
- // src/types/Script.ts
54
- var Script_exports = {};
55
- __export(Script_exports, {
56
- Script: () => Script,
57
- make: () => make
58
- });
59
- import * as Schema from "effect/Schema";
60
- import { Obj, Ref, Type } from "@dxos/echo";
61
- import { FormAnnotation, LabelAnnotation } from "@dxos/echo/internal";
62
- import { DataType } from "@dxos/schema";
63
- var Script = Schema.Struct({
64
- name: Schema.String.pipe(Schema.optional),
65
- description: Schema.String.pipe(Schema.optional),
66
- // TODO(burdon): Change to hash of deployed content.
67
- // Whether source has changed since last deploy.
68
- changed: Schema.Boolean.pipe(FormAnnotation.set(false), Schema.optional),
69
- source: Type.Ref(DataType.Text).pipe(FormAnnotation.set(false))
70
- }).pipe(Type.Obj({
71
- typename: "dxos.org/type/Script",
72
- version: "0.1.0"
73
- }), LabelAnnotation.set([
74
- "name"
75
- ]));
76
- var make = ({ source = "", ...props } = {}) => Obj.make(Script, {
77
- ...props,
78
- source: Ref.make(DataType.makeText(source))
79
- });
80
-
81
- // src/types/Function.ts
82
- var Function = Schema2.Struct({
83
- /**
84
- * Global registry ID.
85
- * NOTE: The `key` property refers to the original registry entry.
86
- */
87
- // TODO(burdon): Create Format type for DXN-like ids, such as this and schema type.
88
- // TODO(dmaretskyi): Consider making it part of ECHO meta.
89
- // TODO(dmaretskyi): Make required.
90
- key: Schema2.optional(Schema2.String).annotations({
91
- description: "Unique registration key for the blueprint"
92
- }),
93
- // TODO(burdon): Rename to id/uri?
94
- name: Schema2.NonEmptyString,
95
- version: Schema2.String,
96
- description: Schema2.optional(Schema2.String),
97
- // Reference to a source script if it exists within ECHO.
98
- // TODO(burdon): Don't ref ScriptType directly (core).
99
- source: Schema2.optional(Ref2(Script)),
100
- inputSchema: Schema2.optional(JsonSchemaType),
101
- outputSchema: Schema2.optional(JsonSchemaType),
102
- // Local binding to a function name.
103
- binding: Schema2.optional(Schema2.String)
104
- }).pipe(Type2.Obj({
105
- typename: "dxos.org/type/Function",
106
- version: "0.1.0"
107
- }), LabelAnnotation2.set([
108
- "name"
109
- ]));
110
- var make2 = (props) => Obj2.make(Function, props);
111
-
112
- // src/types/Trigger.ts
113
- var Trigger_exports = {};
114
- __export(Trigger_exports, {
115
- EmailSpec: () => EmailSpec,
116
- Kinds: () => Kinds,
117
- QueueSpec: () => QueueSpec,
118
- Spec: () => Spec,
119
- SubscriptionSpec: () => SubscriptionSpec,
120
- TimerSpec: () => TimerSpec,
121
- Trigger: () => Trigger,
122
- WebhookSpec: () => WebhookSpec,
123
- make: () => make3
124
- });
125
- import * as Schema3 from "effect/Schema";
126
- import * as SchemaAST from "effect/SchemaAST";
127
- import { Obj as Obj3, QueryAST, Type as Type3 } from "@dxos/echo";
128
- import { Expando, OptionsAnnotationId, Ref as Ref3 } from "@dxos/echo/internal";
129
- import { DXN } from "@dxos/keys";
130
- var Kinds = [
131
- "email",
132
- "queue",
133
- "subscription",
134
- "timer",
135
- "webhook"
136
- ];
137
- var kindLiteralAnnotations = {
138
- title: "Kind"
139
- };
140
- var EmailSpec = Schema3.Struct({
141
- kind: Schema3.Literal("email").annotations(kindLiteralAnnotations)
142
- }).pipe(Schema3.mutable);
143
- var QueueSpec = Schema3.Struct({
144
- kind: Schema3.Literal("queue").annotations(kindLiteralAnnotations),
145
- // TODO(dmaretskyi): Change to a reference.
146
- queue: DXN.Schema
147
- }).pipe(Schema3.mutable);
148
- var SubscriptionSpec = Schema3.Struct({
149
- kind: Schema3.Literal("subscription").annotations(kindLiteralAnnotations),
150
- query: Schema3.Struct({
151
- raw: Schema3.optional(Schema3.String.annotations({
152
- title: "Query"
153
- })),
154
- ast: QueryAST.Query
155
- }).pipe(Schema3.mutable),
156
- options: Schema3.optional(Schema3.Struct({
157
- // Watch changes to object (not just creation).
158
- deep: Schema3.optional(Schema3.Boolean.annotations({
159
- title: "Nested"
160
- })),
161
- // Debounce changes (delay in ms).
162
- delay: Schema3.optional(Schema3.Number.annotations({
163
- title: "Delay"
164
- }))
165
- }).annotations({
166
- title: "Options"
167
- }))
168
- }).pipe(Schema3.mutable);
169
- var TimerSpec = Schema3.Struct({
170
- kind: Schema3.Literal("timer").annotations(kindLiteralAnnotations),
171
- cron: Schema3.String.annotations({
172
- title: "Cron",
173
- [SchemaAST.ExamplesAnnotationId]: [
174
- "0 0 * * *"
175
- ]
176
- })
177
- }).pipe(Schema3.mutable);
178
- var WebhookSpec = Schema3.Struct({
179
- kind: Schema3.Literal("webhook").annotations(kindLiteralAnnotations),
180
- method: Schema3.optional(Schema3.String.annotations({
181
- title: "Method",
182
- [OptionsAnnotationId]: [
183
- "GET",
184
- "POST"
185
- ]
186
- })),
187
- port: Schema3.optional(Schema3.Number.annotations({
188
- title: "Port"
189
- }))
190
- }).pipe(Schema3.mutable);
191
- var Spec = Schema3.Union(EmailSpec, QueueSpec, SubscriptionSpec, TimerSpec, WebhookSpec).annotations({
192
- title: "Trigger"
193
- });
194
- var Trigger_ = Schema3.Struct({
195
- /**
196
- * Function or workflow to invoke.
197
- */
198
- // TODO(dmaretskyi): Can be a Ref(FunctionType) or Ref(ComputeGraphType).
199
- function: Schema3.optional(Ref3(Expando).annotations({
200
- title: "Function"
201
- })),
202
- /**
203
- * Only used for workflowSchema.
204
- * Specifies the input node in the circuit.
205
- * @deprecated Remove and enforce a single input node in all compute graphSchema.
206
- */
207
- inputNodeId: Schema3.optional(Schema3.String.annotations({
208
- title: "Input Node ID"
209
- })),
210
- enabled: Schema3.optional(Schema3.Boolean.annotations({
211
- title: "Enabled"
212
- })),
213
- spec: Schema3.optional(Spec),
214
- /**
215
- * Passed as the input data to the function.
216
- * Must match the function's input schema.
217
- *
218
- * @example
219
- * {
220
- * item: '{{$.trigger.event}}',
221
- * instructions: 'Summarize and perform entity-extraction'
222
- * mailbox: { '/': 'dxn:echo:AAA:ZZZ' }
223
- * }
224
- */
225
- input: Schema3.optional(Schema3.mutable(Schema3.Record({
226
- key: Schema3.String,
227
- value: Schema3.Any
228
- })))
229
- }).pipe(Type3.Obj({
230
- typename: "dxos.org/type/Trigger",
231
- version: "0.1.0"
232
- }));
233
- var Trigger = Trigger_;
234
- var make3 = (props) => Obj3.make(Trigger, props);
235
-
236
- // src/types/TriggerEvent.ts
237
- var TriggerEvent_exports = {};
238
- __export(TriggerEvent_exports, {
239
- EmailEvent: () => EmailEvent,
240
- QueueEvent: () => QueueEvent,
241
- SubscriptionEvent: () => SubscriptionEvent,
242
- TimerEvent: () => TimerEvent,
243
- WebhookEvent: () => WebhookEvent
244
- });
245
- import * as Schema4 from "effect/Schema";
246
- import { DXN as DXN2, Obj as Obj4, Type as Type4 } from "@dxos/echo";
247
- var EmailEvent = Schema4.mutable(Schema4.Struct({
248
- from: Schema4.String,
249
- to: Schema4.String,
250
- subject: Schema4.String,
251
- created: Schema4.String,
252
- body: Schema4.String
253
- }));
254
- var QueueEvent = Schema4.mutable(Schema4.Struct({
255
- queue: DXN2.Schema,
256
- item: Schema4.Any,
257
- cursor: Schema4.String
258
- }));
259
- var SubscriptionEvent = Schema4.Struct({
260
- /**
261
- * Type of the mutation.
262
- */
263
- // TODO(dmaretskyi): Specify enum.
264
- type: Schema4.String,
265
- /**
266
- * Reference to the object that was changed or created.
267
- */
268
- subject: Type4.Ref(Obj4.Any),
269
- /**
270
- * @deprecated
271
- */
272
- changedObjectId: Schema4.optional(Schema4.String)
273
- }).pipe(Schema4.mutable);
274
- var TimerEvent = Schema4.mutable(Schema4.Struct({
275
- tick: Schema4.Number
276
- }));
277
- var WebhookEvent = Schema4.mutable(Schema4.Struct({
278
- url: Schema4.String,
279
- method: Schema4.Literal("GET", "POST"),
280
- headers: Schema4.Record({
281
- key: Schema4.String,
282
- value: Schema4.String
283
- }),
284
- bodyText: Schema4.String
285
- }));
286
-
287
- // src/handler.ts
288
- var typeId = Symbol.for("@dxos/functions/FunctionDefinition");
289
- var defineFunction = ({ key, name, description, inputSchema, outputSchema = Schema5.Any, handler }) => {
290
- if (!Schema5.isSchema(inputSchema)) {
291
- throw new Error("Input schema must be a valid schema");
292
- }
293
- if (typeof handler !== "function") {
294
- throw new Error("Handler must be a function");
295
- }
296
- const limit = Error.stackTraceLimit;
297
- Error.stackTraceLimit = 2;
298
- const traceError = new Error();
299
- Error.stackTraceLimit = limit;
300
- let cache = false;
301
- const captureStackTrace = () => {
302
- if (cache !== false) {
303
- return cache;
304
- }
305
- if (traceError.stack !== void 0) {
306
- const stack = traceError.stack.split("\n");
307
- if (stack[2] !== void 0) {
308
- cache = stack[2].trim();
309
- return cache;
310
- }
311
- }
312
- };
313
- const handlerWithSpan = (...args) => {
314
- const result = handler(...args);
315
- if (Effect.isEffect(result)) {
316
- return Effect.withSpan(result, `${key ?? name}`, {
317
- captureStackTrace
318
- });
319
- }
320
- return result;
321
- };
322
- return {
323
- [typeId]: true,
324
- key,
325
- name,
326
- description,
327
- inputSchema,
328
- outputSchema,
329
- handler: handlerWithSpan
330
- };
331
- };
332
- var FunctionDefinition = {
333
- make: defineFunction,
334
- isFunction: (value) => {
335
- return typeof value === "object" && value !== null && Symbol.for("@dxos/functions/FunctionDefinition") in value;
336
- },
337
- serialize: (functionDef) => {
338
- assertArgument(FunctionDefinition.isFunction(functionDef), "functionDef");
339
- return serializeFunction(functionDef);
340
- },
341
- deserialize: (functionObj) => {
342
- assertArgument(Obj5.instanceOf(Function_exports.Function, functionObj), "functionObj");
343
- return deserializeFunction(functionObj);
344
- }
345
- };
346
- var serializeFunction = (functionDef) => {
347
- const fn6 = Function_exports.make({
348
- key: functionDef.key,
349
- name: functionDef.name,
350
- version: "0.1.0",
351
- description: functionDef.description,
352
- inputSchema: Type5.toJsonSchema(functionDef.inputSchema),
353
- outputSchema: !functionDef.outputSchema ? void 0 : Type5.toJsonSchema(functionDef.outputSchema)
354
- });
355
- if (functionDef.meta?.deployedFunctionId) {
356
- setUserFunctionIdInMetadata(Obj5.getMeta(fn6), functionDef.meta.deployedFunctionId);
357
- }
358
- return fn6;
359
- };
360
- var deserializeFunction = (functionObj) => {
361
- return {
362
- [typeId]: true,
363
- // TODO(dmaretskyi): Fix key.
364
- key: functionObj.key ?? functionObj.name,
365
- name: functionObj.name,
366
- description: functionObj.description,
367
- inputSchema: !functionObj.inputSchema ? Schema5.Unknown : Type5.toEffectSchema(functionObj.inputSchema),
368
- outputSchema: !functionObj.outputSchema ? void 0 : Type5.toEffectSchema(functionObj.outputSchema),
369
- // TODO(dmaretskyi): This should throw error.
370
- handler: () => {
371
- },
372
- meta: {
373
- deployedFunctionId: getUserFunctionIdInMetadata(Obj5.getMeta(functionObj))
374
- }
375
- };
376
- };
377
-
378
- // src/example/fib.ts
379
- var fib_default = defineFunction({
380
- key: "example.org/function/fib",
381
- name: "Fibonacci",
382
- description: "Function that calculates a Fibonacci number",
383
- inputSchema: Schema6.Struct({
384
- iterations: Schema6.optional(Schema6.Number).annotations({
385
- description: "Number of iterations",
386
- default: 1e5
387
- })
388
- }),
389
- outputSchema: Schema6.Struct({
390
- result: Schema6.String
391
- }),
392
- handler: Effect2.fn(function* ({ data: { iterations = 1e5 } }) {
393
- let a = 0n;
394
- let b = 1n;
395
- for (let i = 0; i < iterations; i++) {
396
- a += b;
397
- b = a - b;
398
- }
399
- return {
400
- result: a.toString()
401
- };
402
- })
403
- });
404
-
405
- // src/example/reply.ts
406
- import * as Console from "effect/Console";
407
- import * as Effect3 from "effect/Effect";
408
- import * as Schema7 from "effect/Schema";
409
- var reply_default = defineFunction({
410
- key: "example.org/function/reply",
411
- name: "Reply",
412
- description: "Function that echoes the input",
413
- inputSchema: Schema7.Any,
414
- outputSchema: Schema7.Any,
415
- handler: Effect3.fn(function* ({ data }) {
416
- yield* Console.log("reply", {
417
- data
418
- });
419
- return data;
420
- })
421
- });
422
-
423
- // src/example/sleep.ts
424
- import * as Effect4 from "effect/Effect";
425
- import * as Schema8 from "effect/Schema";
426
- var sleep_default = defineFunction({
427
- key: "example.org/function/sleep",
428
- name: "Sleep",
429
- description: "Function that sleeps for a given amount of time",
430
- inputSchema: Schema8.Struct({
431
- duration: Schema8.optional(Schema8.Number).annotations({
432
- description: "Milliseconds to sleep",
433
- default: 1e5
434
- })
435
- }),
436
- outputSchema: Schema8.Void,
437
- handler: Effect4.fn(function* ({ data: { duration = 1e5 } }) {
438
- yield* Effect4.sleep(duration);
439
- })
440
- });
441
-
442
- // src/example/index.ts
443
- (function(Example2) {
444
- Example2.fib = fib_default;
445
- Example2.reply = reply_default;
446
- Example2.sleep = sleep_default;
447
- })(Example || (Example = {}));
448
- var Example;
449
-
450
- // src/executor/executor.ts
451
- import * as Effect5 from "effect/Effect";
452
- import * as Schema9 from "effect/Schema";
453
- import { runAndForwardErrors } from "@dxos/effect";
454
- var FunctionExecutor = class {
455
- _services;
456
- constructor(_services) {
457
- this._services = _services;
458
- }
459
- /**
460
- * Invoke function.
461
- */
462
- // TODO(dmaretskyi): Invocation context: queue, space, etc...
463
- async invoke(functionDef, input) {
464
- const assertInput = functionDef.inputSchema.pipe(Schema9.asserts);
465
- assertInput(input);
466
- const context = {
467
- space: void 0,
468
- getService: this._services.getService.bind(this._services),
469
- getSpace: async (_spaceId) => {
470
- throw new Error("Not available. Use the database service instead.");
471
- }
472
- };
473
- const result = functionDef.handler({
474
- context,
475
- data: input
476
- });
477
- let data;
478
- if (Effect5.isEffect(result)) {
479
- data = await result.pipe(Effect5.provide(this._services.createLayer()), runAndForwardErrors);
480
- } else {
481
- data = await result;
482
- }
483
- const assertOutput = functionDef.outputSchema?.pipe(Schema9.asserts);
484
- assertOutput(data);
485
- return data;
486
- }
487
- };
488
-
489
- // src/services/function-invocation-service.ts
490
- import * as Context2 from "effect/Context";
491
- import * as Effect7 from "effect/Effect";
492
- import * as Layer2 from "effect/Layer";
493
- import { AiService as AiService2 } from "@dxos/ai";
494
-
495
- // src/services/local-function-execution.ts
496
- import * as Context from "effect/Context";
497
- import * as Effect6 from "effect/Effect";
498
- import * as Layer from "effect/Layer";
499
- import * as Schema10 from "effect/Schema";
500
- import { AiService } from "@dxos/ai";
501
- import { todo } from "@dxos/debug";
502
- import { log as log2 } from "@dxos/log";
503
- var __dxlog_file = "/__w/dxos/dxos/packages/core/functions/src/services/local-function-execution.ts";
504
- var LocalFunctionExecutionService = class _LocalFunctionExecutionService extends Context.Tag("@dxos/functions/LocalFunctionExecutionService")() {
505
- static layerLive = Layer.effect(_LocalFunctionExecutionService, Effect6.gen(function* () {
506
- const resolver = yield* FunctionImplementationResolver;
507
- const ai = yield* AiService.AiService;
508
- const credentials = yield* CredentialsService;
509
- const database = yield* DatabaseService;
510
- const queues = yield* QueueService;
511
- const functionCallService = yield* RemoteFunctionExecutionService;
512
- return {
513
- // TODO(dmaretskyi): Better error types.
514
- invokeFunction: (functionDef, input) => Effect6.gen(function* () {
515
- const resolved = yield* resolver.resolveFunctionImplementation(functionDef).pipe(Effect6.orDie);
516
- const output = yield* invokeFunction(resolved, input);
517
- return output;
518
- }).pipe(Effect6.provideService(AiService.AiService, ai), Effect6.provideService(CredentialsService, credentials), Effect6.provideService(DatabaseService, database), Effect6.provideService(QueueService, queues), Effect6.provideService(RemoteFunctionExecutionService, functionCallService))
519
- };
520
- }));
521
- static invokeFunction = Effect6.serviceFunctionEffect(_LocalFunctionExecutionService, (_) => _.invokeFunction);
522
- };
523
- var invokeFunction = (functionDef, input) => Effect6.gen(function* () {
524
- try {
525
- const assertInput = functionDef.inputSchema.pipe(Schema10.asserts);
526
- assertInput(input);
527
- } catch (e) {
528
- throw new FunctionError({
529
- message: "Invalid function input",
530
- context: {
531
- name: functionDef.name
532
- },
533
- cause: e
534
- });
535
- }
536
- const context = {
537
- space: void 0,
538
- getService: () => todo(),
539
- getSpace: async (_spaceId) => {
540
- throw new Error("Not available. Use the database service instead.");
541
- }
542
- };
543
- log2.info("invoking function", {
544
- name: functionDef.name,
545
- input
546
- }, {
547
- F: __dxlog_file,
548
- L: 98,
549
- S: this,
550
- C: (f, a) => f(...a)
551
- });
552
- const data = yield* Effect6.gen(function* () {
553
- const result = functionDef.handler({
554
- context,
555
- data: input
556
- });
557
- if (Effect6.isEffect(result)) {
558
- return yield* result.pipe(Effect6.orDie);
559
- } else if (typeof result === "object" && result !== null && "then" in result && typeof result.then === "function") {
560
- return yield* Effect6.promise(() => result);
561
- } else {
562
- return result;
563
- }
564
- }).pipe(Effect6.orDie, Effect6.catchAllDefect((defect) => Effect6.die(new FunctionError({
565
- context: {
566
- name: functionDef.name
567
- },
568
- cause: defect
569
- }))));
570
- log2.info("completed", {
571
- function: functionDef.name,
572
- input,
573
- data
574
- }, {
575
- F: __dxlog_file,
576
- L: 122,
577
- S: this,
578
- C: (f, a) => f(...a)
579
- });
580
- try {
581
- const assertOutput = functionDef.outputSchema?.pipe(Schema10.asserts);
582
- assertOutput(data);
583
- } catch (e) {
584
- throw new FunctionError({
585
- message: "Invalid function output",
586
- context: {
587
- name: functionDef.name
588
- },
589
- cause: e
590
- });
591
- }
592
- return data;
593
- }).pipe(Effect6.withSpan("invokeFunction", {
594
- attributes: {
595
- name: functionDef.name
596
- }
597
- }));
598
- var FunctionImplementationResolver = class _FunctionImplementationResolver extends Context.Tag("@dxos/functions/FunctionImplementationResolver")() {
599
- static layerTest = ({ functions }) => Layer.succeed(_FunctionImplementationResolver, {
600
- resolveFunctionImplementation: (functionDef) => {
601
- const resolved = functions.find((f) => f.key === functionDef.key);
602
- if (!resolved) {
603
- return Effect6.fail(new FunctionNotFoundError(functionDef.name));
604
- }
605
- return Effect6.succeed(resolved);
606
- }
607
- });
608
- };
609
-
610
- // src/services/function-invocation-service.ts
611
- var FunctionInvocationService = class _FunctionInvocationService extends Context2.Tag("@dxos/functions/FunctionInvocationService")() {
612
- static invokeFunction = Effect7.serviceFunctionEffect(_FunctionInvocationService, (_) => _.invokeFunction);
613
- static layer = Layer2.effect(_FunctionInvocationService, Effect7.gen(function* () {
614
- const localExecutioner = yield* LocalFunctionExecutionService;
615
- const remoteExecutioner = yield* RemoteFunctionExecutionService;
616
- return {
617
- invokeFunction: (functionDef, input) => Effect7.gen(function* () {
618
- if (functionDef.meta?.deployedFunctionId) {
619
- return yield* remoteExecutioner.callFunction(functionDef.meta.deployedFunctionId, input);
620
- }
621
- return yield* localExecutioner.invokeFunction(functionDef, input);
622
- })
623
- };
624
- }));
625
- // TODO(dmaretskyi): Don't provide `FunctionImplementationResolver`.
626
- static layerTest = ({ functions = [] } = {}) => _FunctionInvocationService.layer.pipe(Layer2.provide(LocalFunctionExecutionService.layerLive), Layer2.provide(FunctionImplementationResolver.layerTest({
627
- functions
628
- })), Layer2.provide(RemoteFunctionExecutionService.layerMock));
629
- // TODO(dmaretskyi): This shouldn't default to all services being not available.
630
- // TODO(dmaretskyi): Don't provide `FunctionImplementationResolver`.
631
- /**
632
- * @deprecated Use {@link layerTest} instead.
633
- */
634
- static layerTestMocked = ({ functions }) => _FunctionInvocationService.layerTest({
635
- functions
636
- }).pipe(Layer2.provide(AiService2.notAvailable), Layer2.provide(CredentialsService.configuredLayer([])), Layer2.provide(DatabaseService.notAvailable), Layer2.provide(QueueService.notAvailable));
637
- };
638
-
639
- // src/trace.ts
640
- import * as Schema11 from "effect/Schema";
641
- import { Type as Type6 } from "@dxos/echo";
642
- import { ObjectId } from "@dxos/echo/internal";
643
- import { Queue } from "@dxos/echo-db";
644
- import { log as log3 } from "@dxos/log";
645
- var __dxlog_file2 = "/__w/dxos/dxos/packages/core/functions/src/trace.ts";
646
- var InvocationOutcome = /* @__PURE__ */ (function(InvocationOutcome2) {
647
- InvocationOutcome2["SUCCESS"] = "success";
648
- InvocationOutcome2["FAILURE"] = "failure";
649
- InvocationOutcome2["PENDING"] = "pending";
650
- return InvocationOutcome2;
651
- })({});
652
- var InvocationTraceEventType = /* @__PURE__ */ (function(InvocationTraceEventType2) {
653
- InvocationTraceEventType2["START"] = "start";
654
- InvocationTraceEventType2["END"] = "end";
655
- return InvocationTraceEventType2;
656
- })({});
657
- var TraceEventException = Schema11.Struct({
658
- timestamp: Schema11.Number,
659
- message: Schema11.String,
660
- name: Schema11.String,
661
- stack: Schema11.optional(Schema11.String)
662
- });
663
- var InvocationTraceStartEvent = Schema11.Struct({
664
- /**
665
- * Queue message id.
666
- */
667
- id: ObjectId,
668
- type: Schema11.Literal("start"),
669
- /**
670
- * Invocation id, the same for invocation start and end events.
671
- */
672
- invocationId: ObjectId,
673
- /**
674
- * Event generation time.
675
- */
676
- timestamp: Schema11.Number,
677
- /**
678
- * Data passed to function / workflow as an argument.
679
- */
680
- // TODO(burdon): Input schema?
681
- input: Schema11.Object,
682
- /**
683
- * Queue for function/workflow invocation events.
684
- */
685
- invocationTraceQueue: Schema11.optional(Type6.Ref(Queue)),
686
- /**
687
- * DXN of the invoked function/workflow.
688
- */
689
- invocationTarget: Schema11.optional(Type6.Ref(Type6.Expando)),
690
- /**
691
- * Present for automatic invocations.
692
- */
693
- trigger: Schema11.optional(Type6.Ref(Trigger_exports.Trigger))
694
- }).pipe(Type6.Obj({
695
- typename: "dxos.org/type/InvocationTraceStart",
696
- version: "0.1.0"
697
- }));
698
- var InvocationTraceEndEvent = Schema11.Struct({
699
- /**
700
- * Trace event id.
701
- */
702
- id: ObjectId,
703
- type: Schema11.Literal("end"),
704
- /**
705
- * Invocation id, will be the same for invocation start and end.
706
- */
707
- invocationId: ObjectId,
708
- /**
709
- * Event generation time.
710
- */
711
- // TODO(burdon): Remove ms suffix.
712
- timestamp: Schema11.Number,
713
- outcome: Schema11.Enums(InvocationOutcome),
714
- exception: Schema11.optional(TraceEventException)
715
- }).pipe(Type6.Obj({
716
- typename: "dxos.org/type/InvocationTraceEnd",
717
- version: "0.1.0"
718
- }));
719
- var TraceEventLog = Schema11.Struct({
720
- timestamp: Schema11.Number,
721
- level: Schema11.String,
722
- message: Schema11.String,
723
- context: Schema11.optional(Schema11.Object)
724
- });
725
- var TraceEvent = Schema11.Struct({
726
- id: ObjectId,
727
- // TODO(burdon): Need enum/numeric result (not string).
728
- outcome: Schema11.String,
729
- truncated: Schema11.Boolean,
730
- /** Time when the event was persisted. */
731
- ingestionTimestamp: Schema11.Number,
732
- logs: Schema11.Array(TraceEventLog),
733
- exceptions: Schema11.Array(TraceEventException)
734
- }).pipe(Type6.Obj({
735
- typename: "dxos.org/type/TraceEvent",
736
- version: "0.1.0"
737
- }));
738
- var createInvocationSpans = (items) => {
739
- if (!items) {
740
- return [];
741
- }
742
- const eventsByInvocationId = /* @__PURE__ */ new Map();
743
- for (const event of items) {
744
- if (!("invocationId" in event)) {
745
- continue;
746
- }
747
- const invocationId = event.invocationId;
748
- const entry = eventsByInvocationId.get(invocationId) || {
749
- start: void 0,
750
- end: void 0
751
- };
752
- if (event.type === "start") {
753
- entry.start = event;
754
- } else if (event.type === "end") {
755
- entry.end = event;
756
- }
757
- eventsByInvocationId.set(invocationId, entry);
758
- }
759
- const now = Date.now();
760
- const result = [];
761
- for (const [invocationId, { start, end }] of eventsByInvocationId.entries()) {
762
- if (!start) {
763
- log3.warn("found end event without matching start", {
764
- invocationId
765
- }, {
766
- F: __dxlog_file2,
767
- L: 158,
768
- S: void 0,
769
- C: (f, a) => f(...a)
770
- });
771
- continue;
772
- }
773
- const isInProgress = end === void 0;
774
- result.push({
775
- id: invocationId,
776
- timestamp: start.timestamp,
777
- duration: isInProgress ? now - start.timestamp : end.timestamp - start.timestamp,
778
- outcome: end?.outcome ?? "pending",
779
- exception: end?.exception,
780
- input: start.input,
781
- invocationTraceQueue: start.invocationTraceQueue,
782
- invocationTarget: start.invocationTarget,
783
- trigger: start.trigger
784
- });
785
- }
786
- return result;
787
- };
788
-
789
- // src/triggers/invocation-tracer.ts
790
- import * as Context3 from "effect/Context";
791
- import * as Effect8 from "effect/Effect";
792
- import * as Layer3 from "effect/Layer";
793
- import { Obj as Obj6, Ref as Ref4 } from "@dxos/echo";
794
- import { DXN as DXN3, ObjectId as ObjectId2 } from "@dxos/keys";
795
- var InvocationTracer = class _InvocationTracer extends Context3.Tag("@dxos/functions/InvocationTracer")() {
796
- static layerLive = (opts) => Layer3.effect(_InvocationTracer, Effect8.gen(function* () {
797
- return {
798
- traceInvocationStart: Effect8.fn("traceInvocationStart")(function* ({ payload, target }) {
799
- const invocationId = ObjectId2.random();
800
- const invocationTraceQueue = yield* QueueService.createQueue({
801
- subspaceTag: "trace"
802
- });
803
- const now = Date.now();
804
- const traceEvent = Obj6.make(InvocationTraceStartEvent, {
805
- type: InvocationTraceEventType.START,
806
- invocationId,
807
- timestamp: now,
808
- // TODO(dmaretskyi): Not json-stringifying this makes ECHO fail when one ECHO object becomes embedded in another ECHO object.
809
- input: JSON.parse(JSON.stringify(payload.data ?? {})),
810
- invocationTraceQueue: Ref4.fromDXN(invocationTraceQueue.dxn),
811
- invocationTarget: target ? Ref4.fromDXN(target) : void 0,
812
- trigger: payload.trigger ? Ref4.fromDXN(DXN3.fromLocalObjectId(payload.trigger.id)) : void 0
813
- });
814
- yield* QueueService.append(opts.invocationTraceQueue, [
815
- traceEvent
816
- ]);
817
- return {
818
- invocationId,
819
- invocationTraceQueue
820
- };
821
- }),
822
- traceInvocationEnd: Effect8.fn("traceInvocationEnd")(function* ({ trace, exception }) {
823
- const now = Date.now();
824
- const traceEvent = Obj6.make(InvocationTraceEndEvent, {
825
- type: InvocationTraceEventType.END,
826
- invocationId: trace.invocationId,
827
- timestamp: now,
828
- outcome: exception ? InvocationOutcome.FAILURE : InvocationOutcome.SUCCESS,
829
- exception: exception ? {
830
- name: exception.constructor.name,
831
- timestamp: now,
832
- message: exception?.message ?? "Unknown error",
833
- stack: exception?.stack
834
- } : void 0
835
- });
836
- yield* QueueService.append(opts.invocationTraceQueue, [
837
- traceEvent
838
- ]);
839
- })
840
- };
841
- }));
842
- static layerTest = Layer3.unwrapEffect(Effect8.gen(function* () {
843
- const queue = yield* QueueService.createQueue({
844
- subspaceTag: "trace"
845
- });
846
- return _InvocationTracer.layerLive({
847
- invocationTraceQueue: queue
848
- });
849
- }));
850
- };
851
-
852
- // src/triggers/trigger-dispatcher.ts
853
- import * as Cause from "effect/Cause";
854
- import * as Context5 from "effect/Context";
855
- import * as Cron from "effect/Cron";
856
- import * as Duration from "effect/Duration";
857
- import * as Effect10 from "effect/Effect";
858
- import * as Either from "effect/Either";
859
- import * as Exit from "effect/Exit";
860
- import * as Fiber from "effect/Fiber";
861
- import * as Layer5 from "effect/Layer";
862
- import * as Option2 from "effect/Option";
863
- import * as Record4 from "effect/Record";
864
- import * as Schedule from "effect/Schedule";
865
- import { DXN as DXN4, Filter, Obj as Obj7, Query } from "@dxos/echo";
866
- import { causeToError } from "@dxos/effect";
867
- import { invariant } from "@dxos/invariant";
868
- import { log as log4 } from "@dxos/log";
869
- import { KEY_QUEUE_POSITION } from "@dxos/protocols";
870
-
871
- // src/triggers/input-builder.ts
872
- var createInvocationPayload = (trigger, event) => {
873
- if (!trigger.input) {
874
- return event;
875
- }
876
- const payload = {};
877
- for (const [key, value] of Object.entries(trigger.input)) {
878
- if (typeof value !== "string" || !(value.startsWith("{{") && value.endsWith("}}"))) {
879
- payload[key] = value;
880
- continue;
881
- }
882
- const propertyPath = value.slice(2, -2);
883
- let valueSubstitution = propertyPath.startsWith("trigger.") ? trigger : propertyPath.startsWith("event.") ? event : void 0;
884
- for (const pathSegment of propertyPath.split(".").slice(1)) {
885
- if (valueSubstitution && typeof valueSubstitution === "object") {
886
- valueSubstitution = valueSubstitution[pathSegment];
887
- }
888
- }
889
- payload[key] = valueSubstitution;
890
- }
891
- return payload;
892
- };
893
-
894
- // src/triggers/trigger-state-store.ts
895
- import * as KeyValueStore from "@effect/platform/KeyValueStore";
896
- import * as Context4 from "effect/Context";
897
- import * as Effect9 from "effect/Effect";
898
- import * as Layer4 from "effect/Layer";
899
- import * as Option from "effect/Option";
900
- import * as Schema12 from "effect/Schema";
901
- import { ObjectId as ObjectId3 } from "@dxos/keys";
902
- var TriggerState = Schema12.Struct({
903
- version: Schema12.Literal("1"),
904
- triggerId: Schema12.String,
905
- state: Schema12.optional(Schema12.Union(Schema12.TaggedStruct("subscription", {
906
- processedVersions: Schema12.Record({
907
- key: ObjectId3,
908
- value: Schema12.String
909
- })
910
- })))
911
- });
912
- var TriggerStateStore = class _TriggerStateStore extends Context4.Tag("@dxos/functions/TriggerStateStore")() {
913
- static getState = Effect9.serviceFunctionEffect(_TriggerStateStore, (_) => _.getState);
914
- static saveState = Effect9.serviceFunctionEffect(_TriggerStateStore, (_) => _.saveState);
915
- static layerKv = Layer4.effect(_TriggerStateStore, Effect9.gen(function* () {
916
- const kv = yield* KeyValueStore.KeyValueStore;
917
- const schemaStore = kv.forSchema(Schema12.parseJson(TriggerState));
918
- const store = {
919
- getState: Effect9.fn("TriggerStateStore.getState")(function* (triggerId) {
920
- const valueOption = yield* schemaStore.get(triggerId).pipe(Effect9.orDie);
921
- if (Option.isNone(valueOption)) {
922
- return yield* Effect9.fail(new TriggerStateNotFoundError());
923
- }
924
- return valueOption.value;
925
- }),
926
- saveState: Effect9.fn("TriggerStateStore.saveState")(function* (state) {
927
- yield* schemaStore.set(state.triggerId, state).pipe(Effect9.orDie);
928
- })
929
- };
930
- return store;
931
- }));
932
- static layerMemory = _TriggerStateStore.layerKv.pipe(Layer4.provide(KeyValueStore.layerMemory));
933
- };
934
-
935
- // src/triggers/trigger-dispatcher.ts
936
- var __dxlog_file3 = "/__w/dxos/dxos/packages/core/functions/src/triggers/trigger-dispatcher.ts";
937
- var TriggerDispatcher = class _TriggerDispatcher extends Context5.Tag("@dxos/functions/TriggerDispatcher")() {
938
- static layer = (options) => Layer5.effect(_TriggerDispatcher, Effect10.gen(function* () {
939
- return new TriggerDispatcherImpl(options);
940
- }));
941
- };
942
- var TriggerDispatcherImpl = class {
943
- livePollInterval;
944
- timeControl;
945
- _running = false;
946
- _internalTime;
947
- _timerFiber;
948
- _scheduledTriggers = /* @__PURE__ */ new Map();
949
- constructor(options) {
950
- this.timeControl = options.timeControl;
951
- this.livePollInterval = options.livePollInterval ?? Duration.seconds(1);
952
- this._internalTime = options.startingTime ?? /* @__PURE__ */ new Date();
953
- }
954
- get running() {
955
- return this._running;
956
- }
957
- start = () => Effect10.gen(this, function* () {
958
- if (this._running) {
959
- return;
960
- }
961
- this._running = true;
962
- if (this.timeControl === "natural") {
963
- this._timerFiber = yield* this._startNaturalTimeProcessing().pipe(Effect10.tapErrorCause((cause) => {
964
- const error = causeToError(cause);
965
- log4.error("trigger dispatcher error", {
966
- error
967
- }, {
968
- F: __dxlog_file3,
969
- L: 178,
970
- S: this,
971
- C: (f, a) => f(...a)
972
- });
973
- this._running = false;
974
- return Effect10.void;
975
- }), Effect10.forkDaemon);
976
- } else {
977
- return yield* Effect10.dieMessage("TriggerDispatcher started in manual time control mode");
978
- }
979
- log4.info("TriggerDispatcher started", {
980
- timeControl: this.timeControl
981
- }, {
982
- F: __dxlog_file3,
983
- L: 188,
984
- S: this,
985
- C: (f, a) => f(...a)
986
- });
987
- });
988
- stop = () => Effect10.gen(this, function* () {
989
- if (!this._running) {
990
- return;
991
- }
992
- this._running = false;
993
- if (this._timerFiber) {
994
- yield* Fiber.interrupt(this._timerFiber);
995
- this._timerFiber = void 0;
996
- }
997
- this._scheduledTriggers.clear();
998
- log4.info("TriggerDispatcher stopped", void 0, {
999
- F: __dxlog_file3,
1000
- L: 208,
1001
- S: this,
1002
- C: (f, a) => f(...a)
1003
- });
1004
- });
1005
- invokeTrigger = (options) => Effect10.gen(this, function* () {
1006
- const { trigger, event } = options;
1007
- log4.info("running trigger", {
1008
- triggerId: trigger.id,
1009
- spec: trigger.spec,
1010
- event
1011
- }, {
1012
- F: __dxlog_file3,
1013
- L: 216,
1014
- S: this,
1015
- C: (f, a) => f(...a)
1016
- });
1017
- const tracer = yield* InvocationTracer;
1018
- const trace = yield* tracer.traceInvocationStart({
1019
- target: trigger.function?.dxn,
1020
- payload: {
1021
- trigger: {
1022
- id: trigger.id,
1023
- // TODO(dmaretskyi): Is `spec` always there>
1024
- kind: trigger.spec.kind
1025
- },
1026
- data: event
1027
- }
1028
- });
1029
- const result = yield* Effect10.gen(this, function* () {
1030
- if (!trigger.enabled) {
1031
- return yield* Effect10.dieMessage("Attempting to invoke disabled trigger");
1032
- }
1033
- if (!trigger.function) {
1034
- return yield* Effect10.dieMessage("Trigger has no function reference");
1035
- }
1036
- const serialiedFunction = yield* DatabaseService.load(trigger.function).pipe(Effect10.orDie);
1037
- invariant(Obj7.instanceOf(Function_exports.Function, serialiedFunction), void 0, {
1038
- F: __dxlog_file3,
1039
- L: 243,
1040
- S: this,
1041
- A: [
1042
- "Obj.instanceOf(Function.Function, serialiedFunction)",
1043
- ""
1044
- ]
1045
- });
1046
- const functionDef = deserializeFunction(serialiedFunction);
1047
- const inputData = this._prepareInputData(trigger, event);
1048
- return yield* FunctionInvocationService.invokeFunction(functionDef, inputData).pipe(Effect10.provide(ComputeEventLogger.layerFromTracing.pipe(Layer5.provideMerge(TracingService.layerQueue(trace.invocationTraceQueue)))));
1049
- }).pipe(Effect10.exit);
1050
- const triggerExecutionResult = {
1051
- triggerId: trigger.id,
1052
- result
1053
- };
1054
- if (Exit.isSuccess(result)) {
1055
- log4.info("trigger execution success", {
1056
- triggerId: trigger.id
1057
- }, {
1058
- F: __dxlog_file3,
1059
- L: 264,
1060
- S: this,
1061
- C: (f, a) => f(...a)
1062
- });
1063
- } else {
1064
- log4.error("trigger execution failure", {
1065
- error: causeToError(result.cause)
1066
- }, {
1067
- F: __dxlog_file3,
1068
- L: 268,
1069
- S: this,
1070
- C: (f, a) => f(...a)
1071
- });
1072
- }
1073
- yield* tracer.traceInvocationEnd({
1074
- trace,
1075
- // TODO(dmaretskyi): Might miss errors.
1076
- exception: Exit.isFailure(result) ? Cause.prettyErrors(result.cause)[0] : void 0
1077
- });
1078
- return triggerExecutionResult;
1079
- });
1080
- invokeScheduledTriggers = ({ kinds = [
1081
- "timer",
1082
- "queue",
1083
- "subscription"
1084
- ] } = {}) => Effect10.gen(this, function* () {
1085
- const invocations = [];
1086
- for (const kind of kinds) {
1087
- switch (kind) {
1088
- case "timer":
1089
- {
1090
- yield* this.refreshTriggers();
1091
- const now = this.getCurrentTime();
1092
- const triggersToInvoke = [];
1093
- for (const [triggerId, scheduledTrigger] of this._scheduledTriggers.entries()) {
1094
- if (scheduledTrigger.nextExecution <= now) {
1095
- triggersToInvoke.push(scheduledTrigger.trigger);
1096
- scheduledTrigger.nextExecution = Cron.next(scheduledTrigger.cron, now);
1097
- }
1098
- }
1099
- invocations.push(...yield* Effect10.forEach(triggersToInvoke, (trigger) => this.invokeTrigger({
1100
- trigger,
1101
- event: {
1102
- tick: now.getTime()
1103
- }
1104
- }), {
1105
- concurrency: 1
1106
- }));
1107
- }
1108
- break;
1109
- case "queue": {
1110
- const triggers = yield* this._fetchTriggers();
1111
- for (const trigger of triggers) {
1112
- const spec = trigger.spec;
1113
- if (spec?.kind !== "queue") {
1114
- continue;
1115
- }
1116
- const cursor = Obj7.getKeys(trigger, KEY_QUEUE_CURSOR).at(0)?.id;
1117
- const queue = yield* QueueService.getQueue(DXN4.parse(spec.queue));
1118
- const objects = yield* Effect10.promise(() => queue.queryObjects());
1119
- for (const object of objects) {
1120
- const objectPos = Obj7.getKeys(object, KEY_QUEUE_POSITION).at(0)?.id;
1121
- if (!objectPos || cursor && parseInt(cursor) >= parseInt(objectPos)) {
1122
- continue;
1123
- }
1124
- invocations.push(yield* this.invokeTrigger({
1125
- trigger,
1126
- event: {
1127
- queue: spec.queue,
1128
- item: object,
1129
- cursor: objectPos
1130
- }
1131
- }));
1132
- Obj7.deleteKeys(trigger, KEY_QUEUE_CURSOR);
1133
- Obj7.getMeta(trigger).keys.push({
1134
- source: KEY_QUEUE_CURSOR,
1135
- id: objectPos
1136
- });
1137
- yield* DatabaseService.flush();
1138
- break;
1139
- }
1140
- }
1141
- break;
1142
- }
1143
- case "subscription": {
1144
- const triggers = yield* this._fetchTriggers();
1145
- for (const trigger of triggers) {
1146
- const spec = Obj7.getSnapshot(trigger).spec;
1147
- if (spec?.kind !== "subscription") {
1148
- continue;
1149
- }
1150
- const { objects } = yield* DatabaseService.runQuery(Query.fromAst(spec.query.ast));
1151
- const state = yield* TriggerStateStore.getState(trigger.id).pipe(Effect10.catchTag("TRIGGER_STATE_NOT_FOUND", () => Effect10.succeed({
1152
- version: "1",
1153
- triggerId: trigger.id,
1154
- state: {
1155
- _tag: "subscription",
1156
- processedVersions: {}
1157
- }
1158
- })));
1159
- invariant(state.state?._tag === "subscription", void 0, {
1160
- F: __dxlog_file3,
1161
- L: 381,
1162
- S: this,
1163
- A: [
1164
- "state.state?._tag === 'subscription'",
1165
- ""
1166
- ]
1167
- });
1168
- let updated = false;
1169
- for (const object of objects) {
1170
- const existingVersion = Record4.get(state.state.processedVersions, object.id).pipe(Option2.map(Obj7.decodeVersion));
1171
- const currentVersion = Obj7.version(object);
1172
- const run = Option2.isNone(existingVersion) || Obj7.compareVersions(currentVersion, existingVersion.value) === "different";
1173
- if (!run) {
1174
- continue;
1175
- }
1176
- const { db } = yield* DatabaseService;
1177
- invocations.push(yield* this.invokeTrigger({
1178
- trigger,
1179
- event: {
1180
- // TODO(dmaretskyi): Change type not supported.
1181
- type: "unknown",
1182
- subject: db.ref(Obj7.getDXN(object)),
1183
- changedObjectId: object.id
1184
- }
1185
- }));
1186
- state.state.processedVersions[object.id] = Obj7.encodeVersion(currentVersion);
1187
- updated = true;
1188
- }
1189
- if (updated) {
1190
- yield* TriggerStateStore.saveState(state);
1191
- }
1192
- }
1193
- break;
1194
- }
1195
- default: {
1196
- return yield* Effect10.dieMessage(`Unknown trigger kind: ${kind}`);
1197
- }
1198
- }
1199
- }
1200
- return invocations;
1201
- });
1202
- advanceTime = (duration) => Effect10.gen(this, function* () {
1203
- if (this.timeControl !== "manual") {
1204
- return yield* Effect10.dieMessage("advanceTime can only be used in manual time control mode");
1205
- }
1206
- const millis = Duration.toMillis(duration);
1207
- this._internalTime = new Date(this._internalTime.getTime() + millis);
1208
- log4("Advanced internal time", {
1209
- newTime: this._internalTime,
1210
- advancedBy: Duration.format(duration)
1211
- }, {
1212
- F: __dxlog_file3,
1213
- L: 438,
1214
- S: this,
1215
- C: (f, a) => f(...a)
1216
- });
1217
- }).pipe(Effect10.orDie);
1218
- getCurrentTime = () => {
1219
- if (this.timeControl === "natural") {
1220
- return /* @__PURE__ */ new Date();
1221
- } else {
1222
- return new Date(this._internalTime);
1223
- }
1224
- };
1225
- refreshTriggers = () => Effect10.gen(this, function* () {
1226
- const triggers = yield* this._fetchTriggers();
1227
- const currentTriggerIds = new Set(triggers.map((t) => t.id));
1228
- for (const triggerId of this._scheduledTriggers.keys()) {
1229
- if (!currentTriggerIds.has(triggerId)) {
1230
- this._scheduledTriggers.delete(triggerId);
1231
- }
1232
- }
1233
- for (const trigger of triggers) {
1234
- if (trigger.spec?.kind === "timer" && trigger.enabled) {
1235
- const timerSpec = trigger.spec;
1236
- const cronEither = Cron.parse(timerSpec.cron);
1237
- if (Either.isRight(cronEither)) {
1238
- const cron = cronEither.right;
1239
- const existing = this._scheduledTriggers.get(trigger.id);
1240
- const now = this.getCurrentTime();
1241
- const nextExecution = existing?.nextExecution ?? Cron.next(cron, now);
1242
- log4("Updated scheduled trigger", {
1243
- triggerId: trigger.id,
1244
- cron: timerSpec.cron,
1245
- nextExecution,
1246
- now
1247
- }, {
1248
- F: __dxlog_file3,
1249
- L: 478,
1250
- S: this,
1251
- C: (f, a) => f(...a)
1252
- });
1253
- this._scheduledTriggers.set(trigger.id, {
1254
- trigger,
1255
- cron,
1256
- nextExecution
1257
- });
1258
- } else {
1259
- log4.error("Invalid cron expression", {
1260
- triggerId: trigger.id,
1261
- cron: timerSpec.cron,
1262
- error: cronEither.left.message
1263
- }, {
1264
- F: __dxlog_file3,
1265
- L: 490,
1266
- S: this,
1267
- C: (f, a) => f(...a)
1268
- });
1269
- }
1270
- }
1271
- }
1272
- log4("Updated scheduled triggers", {
1273
- count: this._scheduledTriggers.size
1274
- }, {
1275
- F: __dxlog_file3,
1276
- L: 499,
1277
- S: this,
1278
- C: (f, a) => f(...a)
1279
- });
1280
- }).pipe(Effect10.withSpan("TriggerDispatcher.refreshTriggers"));
1281
- _fetchTriggers = () => Effect10.gen(this, function* () {
1282
- const { objects } = yield* DatabaseService.runQuery(Filter.type(Trigger_exports.Trigger));
1283
- return objects;
1284
- }).pipe(Effect10.withSpan("TriggerDispatcher.fetchTriggers"));
1285
- _startNaturalTimeProcessing = () => Effect10.gen(this, function* () {
1286
- yield* this.invokeScheduledTriggers();
1287
- }).pipe(Effect10.repeat(Schedule.fixed(this.livePollInterval)), Effect10.asVoid);
1288
- _prepareInputData = (trigger, event) => {
1289
- return createInvocationPayload(trigger, event);
1290
- };
1291
- };
1292
- var KEY_QUEUE_CURSOR = "dxos.org/key/local-trigger-dispatcher/queue-cursor";
1293
- export {
1294
- ComputeEvent,
1295
- ComputeEventLogger,
1296
- ComputeEventPayload,
1297
- ConfiguredCredentialsService,
1298
- ContextQueueService,
1299
- CredentialsService,
1300
- DatabaseService,
1301
- Example,
1302
- FUNCTIONS_META_KEY,
1303
- FUNCTIONS_PRESET_META_KEY,
1304
- Function_exports as Function,
1305
- FunctionDefinition,
1306
- FunctionError,
1307
- FunctionExecutor,
1308
- FunctionImplementationResolver,
1309
- FunctionInvocationService,
1310
- FunctionNotFoundError,
1311
- InvocationOutcome,
1312
- InvocationTraceEndEvent,
1313
- InvocationTraceEventType,
1314
- InvocationTraceStartEvent,
1315
- InvocationTracer,
1316
- LocalFunctionExecutionService,
1317
- MESSAGE_PROPERTY_TOOL_CALL_ID,
1318
- QueueService,
1319
- RemoteFunctionExecutionService,
1320
- SERVICE_TAGS,
1321
- Script_exports as Script,
1322
- ServiceContainer,
1323
- ServiceNotAvailableError,
1324
- TraceEvent,
1325
- TraceEventException,
1326
- TraceEventLog,
1327
- TracingService,
1328
- Trigger_exports as Trigger,
1329
- TriggerDispatcher,
1330
- TriggerEvent_exports as TriggerEvent,
1331
- TriggerState,
1332
- TriggerStateNotFoundError,
1333
- TriggerStateStore,
1334
- createDefectLogger,
1335
- createEventLogger,
1336
- createInvocationSpans,
1337
- defineFunction,
1338
- deserializeFunction,
1339
- getInvocationUrl,
1340
- getUserFunctionIdInMetadata,
1341
- logCustomEvent,
1342
- serializeFunction,
1343
- setUserFunctionIdInMetadata,
1344
- withAuthorization
1345
- };
1346
- //# sourceMappingURL=index.mjs.map