@codemation/core 0.10.2 → 0.11.1
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/CHANGELOG.md +183 -0
- package/dist/CostCatalogContract-DZgcUBE4.d.cts +19 -0
- package/dist/{EngineRuntimeRegistration.types-ClLuY1FG.d.ts → EngineRuntimeRegistration.types-BQbS9_gs.d.ts} +2 -2
- package/dist/{EngineRuntimeRegistration.types-BryWi2mA.d.cts → EngineRuntimeRegistration.types-Cggm5GVY.d.cts} +8 -2
- package/dist/{InMemoryRunDataFactory-DeXNJt1O.d.cts → InMemoryRunDataFactory-C7YItvHG.d.cts} +9 -19
- package/dist/{InMemoryRunEventBusRegistry-sM4z4n_i.js → InMemoryRunEventBusRegistry-Bwunvt1T.js} +1 -1
- package/dist/{InMemoryRunEventBusRegistry-sM4z4n_i.js.map → InMemoryRunEventBusRegistry-Bwunvt1T.js.map} +1 -1
- package/dist/{InMemoryRunEventBusRegistry-VM3OWnHo.cjs → InMemoryRunEventBusRegistry-Sa86VxuV.cjs} +1 -1
- package/dist/{InMemoryRunEventBusRegistry-VM3OWnHo.cjs.map → InMemoryRunEventBusRegistry-Sa86VxuV.cjs.map} +1 -1
- package/dist/ItemsInputNormalizer-C_dpn76M.d.cts +407 -0
- package/dist/ItemsInputNormalizer-CwdOhSAK.cjs +43 -0
- package/dist/ItemsInputNormalizer-CwdOhSAK.cjs.map +1 -0
- package/dist/ItemsInputNormalizer-D-MH8MBs.js +36 -0
- package/dist/ItemsInputNormalizer-D-MH8MBs.js.map +1 -0
- package/dist/ItemsInputNormalizer-_Mfcd3YU.d.ts +321 -0
- package/dist/RunIntentService-BVur7x9n.d.ts +285 -0
- package/dist/RunIntentService-CEF-sFfI.d.cts +206 -0
- package/dist/{RunIntentService-BqNjrksF.d.cts → agentMcpTypes-ZiNbNsEi.d.cts} +1717 -1809
- package/dist/bootstrap/index.cjs +4 -2
- package/dist/bootstrap/index.d.cts +8 -3
- package/dist/bootstrap/index.d.ts +6 -4
- package/dist/bootstrap/index.js +4 -2
- package/dist/{bootstrap-DtjQtuvi.cjs → bootstrap-BxuTFTLB.cjs} +41 -34
- package/dist/bootstrap-BxuTFTLB.cjs.map +1 -0
- package/dist/{bootstrap-BfFKGzyj.js → bootstrap-D_Yyi0wL.js} +9 -2
- package/dist/bootstrap-D_Yyi0wL.js.map +1 -0
- package/dist/browser.cjs +16 -0
- package/dist/browser.d.cts +4 -0
- package/dist/browser.d.ts +3 -0
- package/dist/browser.js +4 -0
- package/dist/contracts-CK0x6w_G.cjs +74 -0
- package/dist/contracts-CK0x6w_G.cjs.map +1 -0
- package/dist/contracts-DXdfTdpW.js +50 -0
- package/dist/contracts-DXdfTdpW.js.map +1 -0
- package/dist/contracts.cjs +6 -0
- package/dist/contracts.d.cts +5 -0
- package/dist/contracts.d.ts +2 -0
- package/dist/contracts.js +3 -0
- package/dist/di-0Wop7z1y.js +376 -0
- package/dist/di-0Wop7z1y.js.map +1 -0
- package/dist/di-BlEKdoZS.cjs +489 -0
- package/dist/di-BlEKdoZS.cjs.map +1 -0
- package/dist/executionPersistenceContracts-BgZMRsTa.d.cts +275 -0
- package/dist/{index-CJQtTY_M.d.ts → index-62Ba9f7D.d.ts} +114 -320
- package/dist/{RunIntentService-CI-F8qQ7.d.ts → index-zWGtEhrf.d.ts} +1811 -1914
- package/dist/index.cjs +76 -71
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +112 -656
- package/dist/index.d.ts +5 -3
- package/dist/index.js +52 -50
- package/dist/index.js.map +1 -1
- package/dist/params-B5SENSzZ.d.cts +44 -0
- package/dist/{runtime-_ywksLa6.cjs → runtime-DBzq5YBi.cjs} +125 -489
- package/dist/runtime-DBzq5YBi.cjs.map +1 -0
- package/dist/{runtime-DbMjpb5d.js → runtime-cxmUkk0l.js} +117 -369
- package/dist/runtime-cxmUkk0l.js.map +1 -0
- package/dist/testing.cjs +23 -21
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.d.cts +4 -3
- package/dist/testing.d.ts +3 -2
- package/dist/testing.js +5 -3
- package/dist/testing.js.map +1 -1
- package/package.json +12 -17
- package/src/ai/AgentConnectionNodeCollector.ts +47 -5
- package/src/authoring/defineNode.types.ts +21 -1
- package/src/authoring/definePollingTrigger.types.ts +20 -0
- package/src/binaries/UnavailableBinaryStorage.ts +6 -0
- package/src/bootstrap/runtime/EngineRuntimeRegistrar.ts +9 -0
- package/src/browser.ts +1 -0
- package/src/contracts/AgentBindError.ts +11 -0
- package/src/contracts/CodemationTelemetryAttributeNames.ts +4 -0
- package/src/contracts/NoOpAgentMcpIntegration.ts +13 -0
- package/src/contracts/agentMcpTypes.ts +64 -0
- package/src/contracts/index.ts +4 -0
- package/src/contracts/mcpTypes.ts +29 -0
- package/src/contracts/runTypes.ts +8 -0
- package/src/contracts/runtimeTypes.ts +4 -0
- package/src/contracts/workflowTypes.ts +21 -0
- package/src/contracts.ts +3 -0
- package/src/credentials/OAuthFlowExecutor.types.ts +45 -0
- package/src/di/CoreTokens.ts +7 -0
- package/src/execution/InProcessRetryRunner.ts +31 -5
- package/src/execution/NodeExecutor.ts +27 -7
- package/src/execution/NodeRunStateWriter.ts +2 -0
- package/src/index.ts +10 -0
- package/src/orchestration/RunContinuationService.ts +6 -2
- package/src/runStorage/InMemoryBinaryStorageRegistry.ts +10 -0
- package/src/scheduler/InlineDrivingScheduler.ts +26 -22
- package/src/types/index.ts +1 -0
- package/src/validation/WorkflowEdgePortError.types.ts +16 -0
- package/src/validation/WorkflowEdgePortValidator.ts +52 -0
- package/src/workflow/definition/ConnectionInvocationIdFactory.ts +4 -3
- package/src/workflow/definition/ConnectionNodeIdFactory.ts +25 -0
- package/src/workflow/definition/NodeIterationIdFactory.ts +5 -3
- package/src/workflowSnapshots/WorkflowSnapshotCodec.ts +42 -10
- package/tsdown.config.ts +1 -1
- package/dist/bootstrap-BfFKGzyj.js.map +0 -1
- package/dist/bootstrap-DtjQtuvi.cjs.map +0 -1
- package/dist/runtime-DbMjpb5d.js.map +0 -1
- package/dist/runtime-_ywksLa6.cjs.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import { $ as CostCatalogEntry, $a as NodeId, $i as TelemetryChildSpanStart, $n as NodeInspectorSummaryRow, $r as ExecutionBinaryService, $t as WebhookRunResult, A as isUnbrandedPortsEmissionShape, Aa as CredentialHealthTester, Ai as TriggerTestItemsContext, An as TestTriggerNodeConfig, Ar as WorkflowStoragePolicyMode, At as NodeInputsByPort, B as PersistedExecutionInstanceRecord, Ba as CredentialSessionService, Bi as WebhookInvocationMatch, Bn as JsonArray, Br as FixedRetryPolicySpec, Bt as PinnedNodeOutputsByPort, C as ExpRetryPolicy, Ca as CredentialAdvancedSectionPresentation, Ci as TestableTriggerNode, Cn as EngineExecutionLimitsPolicyConfig, Cr as WorkflowErrorHandlerSpec, Ct as ConnectionInvocationRecord, D as PortsEmission, Da as CredentialFieldSchema, Di as TriggerSetupContext, Dn as TestCaseRunStatus, Dr as WorkflowPolicyRuntimeDefaults, Dt as NodeExecutionError, E as getOriginIndexFromItem, Ea as CredentialBindingKey, Ei as TriggerRuntimeDiagnostics, En as RunEventSubscription, Er as WorkflowNodeConnection, Et as ExecutionFrontierPlan, F as ExecutionInstanceDto, Fa as CredentialOAuth2AuthDefinition, Fi as WorkflowSnapshotFactory, Fn as Edge, Fr as runnableNodeInputType, Ft as PersistedRunSchedulingState, G as RunRevision, Ga as CredentialTypeRegistry, Gi as WorkflowActivationPolicy, Gn as MutableRunData, Gr as BinaryStorage, Gt as RunPruneCandidate, H as PersistedRunWorkItemKind, Ha as CredentialType, Hi as WebhookTriggerResolution, Hn as JsonObject, Hr as RetryPolicySpec, Ht as RunCurrentState, I as ExecutionInstanceId, Ia as CredentialOAuth2ScopesFromPublicConfig, Ii as WorkflowSnapshotResolver, In as ExecutionMode, Ir as runnableNodeOutputType, It as PersistedRunState, J as WorkItemId, Ja as NoOpPollingTriggerLogger, Ji as NodeExecutionTelemetry, Jn as NodeDefinition, Jr as BinaryStorageWriteRequest, Jt as RunStateResetRequest, K as RunSlotProjectionState, Ka as CredentialUnboundError, Ki as ExecutionTelemetry, Kn as NodeActivationId, Kr as BinaryStorageReadResult, Kt as RunQueueEntry, L as ExecutionPayloadPolicyFields, La as CredentialRequirement, Li as HttpMethod, Ln as Item, Lr as triggerNodeOutputType, Lt as PersistedWorkflowSnapshot, M as McpServerTransport, Ma as CredentialInstanceRecord, Mi as WorkflowRepository, Mn as ActivationIdFactory, Mr as WorkflowStoragePolicySpec, Mt as PersistedMutableNodeState, N as BatchId, Na as CredentialJsonRecord, Ni as WorkflowRunnerResolver, Nn as BinaryAttachment, Nr as branchRef, Nt as PersistedMutableRunState, O as emitPorts, Oa as CredentialHealth, Oi as TriggerSetupStateFor, On as TestSuiteRunStatus, Or as WorkflowPrunePolicySpec, Ot as NodeExecutionSnapshot, P as ConnectionInvocationKind, Pa as CredentialMaterialSourceKind, Pi as WorkflowRunnerService, Pn as BinaryPreviewKind, Pr as nodeRef, Pt as PersistedRunControlState, Q as CostCatalog, Qa as NodeConnectionName, Qi as TelemetryAttributes, Qn as NodeIdRef, Qr as ExecutableTriggerNode, Qt as RunTestContext, R as PayloadStorageKind, Ra as CredentialSessionFactory, Ri as TriggerInstanceId, Rn as ItemBinary, Rr as triggerNodeSetupStateType, Rt as PersistedWorkflowSnapshotNode, S as NoOpCostTrackingTelemetry, Sa as AnyCredentialType, Si as RunnableNodeExecuteArgs, Sn as EngineExecutionLimitsPolicy, Sr as WorkflowErrorHandler, St as ConnectionInvocationId, T as NoRetryPolicy, Ta as CredentialBinding, Ti as TriggerNode, Tn as RunEventBus, Tr as WorkflowGraphFactory, Tt as EngineRunCounters, U as PersistedRunWorkItemRecord, Ua as CredentialTypeDefinition, Ui as WebhookTriggerRoutingDiagnostics, Un as JsonPrimitive, Ur as BinaryAttachmentCreateRequest, Ut as RunEventPublisherDeps, V as PersistedRunSlotProjectionRecord, Va as CredentialSetupStatus, Vi as WebhookTriggerMatcher, Vn as JsonNonArray, Vr as NoneRetryPolicySpec, Vt as RunCompletionNotifier, W as RunIterationDto, Wa as CredentialTypeId, Wi as AllWorkflowsActiveWorkflowActivationPolicy, Wn as JsonValue, Wr as BinaryBody, Wt as RunExecutionOptions, X as WorkflowDetailSelectionState, Xa as PollingTriggerDedupWindow, Xi as TelemetryArtifactReference, Xn as NodeErrorHandlerArgs, Xr as EngineDeps, Xt as RunStopCondition, Y as WorkItemStatus, Ya as PollingTriggerLogger, Yi as TelemetryArtifactAttachment, Yn as NodeErrorHandler, Yr as BinaryStorageWriteResult, Yt as RunStatus, Z as WorkflowRunDetailDto, Za as InputPortKey, Zi as TelemetryAttributePrimitive, Zn as NodeErrorHandlerSpec, Zr as EngineHost, Zt as RunSummary, _ as BranchStepsArg, _a as CostTrackingTelemetryFactory, _i as NodeResolver, _n as predicateAwareClassFactory, _r as TriggerNodeOutputJson, _t as AgentBindError, a as ConnectionNodeIdFactory, aa as CodemationTelemetryMetricNames, ai as NodeActivationContinuation, an as Disposable, ar as NodeSchedulerDecision, at as ItemExprCallback, b as RunFinishedAtFactory, ba as CollectionStore, bi as PreparedNodeActivationDispatch, bn as CoreTokens, br as WorkflowDefinition, bt as NeedsReconsentEvent, c as WorkflowDefinitionError, ca as NoOpExecutionTelemetryFactory, ci as NodeActivationRequestBase, cn as RegistrationOptions, cr as PersistedRunPolicySnapshot, ct as isItemExpr, d as WhenBuilder, da as NoOpTelemetrySpanScope, di as NodeExecutionContext, dn as delay, dr as RunId, dt as resolveItemExprsInUnknown, ea as TelemetryMetricRecord, ei as ExecutionContext, en as WorkflowExecutionListingRepository, eo as OutputPortKey, er as NodeIterationId, et as Expr, f as AnyRunnableNodeConfig, fa as NoOpTelemetryArtifactReference, fi as NodeExecutionRequest, fn as inject, fr as RunIdFactory, ft as AssertionResult, g as BranchOutputGuard, ga as CostTrackingTelemetryAttributeNames, gi as NodeExecutor, gn as instancePerContainerCachingFactory, gr as TriggerNodeConfig, gt as NoOpAgentMcpIntegration, h as BranchMoreArgs, ha as CostTrackingTelemetry, hi as NodeExecutionStatePublisher, hn as instanceCachingFactory, hr as RunnableNodeOutputJson, ht as deriveAssertionPassed, i as NodeIterationIdFactory, ia as TelemetrySpanScope, ii as MultiInputNode, in as DependencyContainer, ir as NodeRef, it as ItemExprArgs, j as McpServerDeclaration, ja as CredentialInstanceId, ji as WorkflowNodeInstanceFactory, jn as TestTriggerSetupContext, jr as WorkflowStoragePolicyResolver, jt as PendingNodeExecution, k as isPortsEmission, ka as CredentialHealthStatus, ki as TriggerSetupStateRepository, kn as TestSuiteRunId, kr as WorkflowStoragePolicyDecisionArgs, kt as NodeExecutionStatus, l as WorkflowBuilder, la as NoOpExecutionTelemetry, li as NodeActivationScheduler, ln as TypeToken, lr as RunDataFactory, lt as itemExpr, m as BooleanWhenOverloads, ma as CostTrackingPriceQuote, mi as NodeExecutionScheduler, mn as injectable, mr as RunnableNodeInputJson, mt as DEFAULT_ASSERTION_PASS_THRESHOLD, n as WorkflowExecutableNodeClassifierFactory, na as TelemetrySpanEnd, ni as ItemNode, nn as WorkflowExecutionRepository, no as WorkflowId, nr as NodeOffloadPolicy, nt as ParamDeep, o as ConnectionInvocationIdFactory, oa as GenAiTelemetryAttributeNames, oi as NodeActivationReceipt, on as InjectionToken, or as PairedItemRef, ot as ItemExprContext, p as AnyTriggerNodeConfig, pa as CostTrackingComponent, pi as NodeExecutionRequestHandler, pn as injectAll, pr as RunnableNodeConfig, pt as AssertionResultProvenance, q as SlotExecutionStateDto, qa as OAuth2ProviderFromPublicConfig, qi as ExecutionTelemetryFactory, qn as NodeConfigBase, qr as BinaryStorageStatResult, qt as RunResult, r as WorkflowExecutableNodeClassifier, ra as TelemetrySpanEventRecord, ri as LiveWorkflowRepository, rn as Container, rr as NodeOutputs, rt as ItemExpr, s as NodeIdSlugifier, sa as CodemationTelemetryAttributeNames, si as NodeActivationRequest, sn as Lifecycle, sr as ParentExecutionRef, st as ItemExprResolvedContext, t as DefaultWorkflowGraphFactory, ta as TelemetryScope, ti as ExecutionContextFactory, tn as WorkflowExecutionPruneRepository, to as PersistedTokenId, tr as NodeKind, tt as Param, u as ChainCursor, ua as NoOpNodeExecutionTelemetry, ui as NodeBinaryAttachmentService, un as container, ur as RunDataSnapshot, ut as resolveItemExprsForExecution, v as StepSequenceOutput, va as CostTrackingTelemetryMetricNames, vi as PersistedTriggerSetupState, vn as registry, vr as TriggerNodeSetupState, vt as AgentMcpIntegration, w as RetryPolicy, wa as CredentialAuthDefinition, wi as TriggerCleanupHandle, wn as RunEvent, wr as WorkflowGraph, wt as CurrentStateExecutionRequest, x as NoOpCostTrackingTelemetryFactory, xa as CollectionsContext, xi as RunnableNode, xr as WorkflowErrorContext, xt as ConnectionInvocationAppendArgs, y as ValidStepSequence, ya as CostTrackingUsageRecord, yi as PollingTriggerHandle, yn as singleton, yr as UpstreamRefPlaceholder, yt as AgentMcpToolMap, z as PersistedExecutionInstanceKind, za as CredentialSessionFactoryArgs, zi as WebhookControlSignal, zn as Items, zr as ExponentialRetryPolicySpec, zt as PersistedWorkflowTokenRegistryLike } from "./index-zWGtEhrf.js";
|
|
2
|
+
import { n as InMemoryLiveWorkflowRepository, t as RunIntentService } from "./RunIntentService-BVur7x9n.js";
|
|
3
|
+
import { $ as PersistedRuntimeTypeDecoratorOptions, At as DefinedNodeConfigInput, B as DefaultAsyncSleeper, Bt as CredentialResolverFactory, Ct as DefineCredentialOptions, Dt as DefineNodeExecuteArgs, Et as DefineBatchNodeOptions, F as RunnableOutputBehaviorResolver, Ft as defineBatchNode, G as chatModel, H as ChildExecutionScopeFactory, I as ItemExprResolver, It as defineNode, J as tool, K as getPersistedRuntimeTypeMetadata, L as InProcessRetryRunner, Lt as Clock, Mt as DefinedNodeCredentialBinding, Nt as DefinedNodeCredentialBindings, Ot as DefineNodeOptions, P as NodeOutputNormalizer, Pt as DefinedNodeRunContext, Q as InjectableRuntimeDecoratorComposer, Rt as SystemClock, St as callableTool, T as InMemoryBinaryStorage, Tt as DefinedNodeRegistry, U as DefaultExecutionBinaryService, W as UnavailableBinaryStorage, X as PersistedRuntimeTypeNameResolver, Y as StackTraceCallSitePathResolver, Z as PersistedRuntimeTypeMetadataStore, _ as PollingTriggerRuntime, _t as CollectionIndexDefinition, at as DefinePollingTriggerExecuteContext, bt as c, c as OAuthFlowExecutor, ct as DefinePollingTriggerPollResult, d as OAuthMaterial, dt as DefinedPollingTriggerConfig, et as PersistedRuntimeTypeKind, f as WorkflowEdgePortValidator, ft as definePollingTrigger, g as PollingRunCycleResult, gt as CollectionFieldDefinition, h as PollingRunCycleArgs, ht as CollectionDefinition, it as ConnectionInvocationEventPublisher, jt as DefinedNodeCredentialAccessors, kt as DefinedNode, l as OAuthFlowStartArgs, lt as DefinePollingTriggerTestItemsContext, m as WorkflowEdgePortValidationResult, mt as CollectionColumnBuilder, nt as EventPublishingWorkflowExecutionRepository, ot as DefinePollingTriggerOptions, p as WorkflowEdgePortError, pt as DefinedCollectionRegistry, q as node, rt as InMemoryRunEventBus, s as OAuthFlowCallbackArgs, st as DefinePollingTriggerPollContext, tt as PersistedRuntimeTypeMetadata, u as OAuthFlowStartResult, ut as DefinedPollingTrigger, v as PollingTriggerStartArgs, vt as DefineCollectionOptions, w as InMemoryRunDataFactory, wt as defineCredential, xt as defineCollection, yt as DefinedCollection, z as DefaultExecutionContextFactory, zt as NodeEventPublisher } from "./index-62Ba9f7D.js";
|
|
4
|
+
import { A as ChatModelFactory, B as ZodSchemaAny, C as AgentToolDefinition, D as ChatLanguageModel, E as AgentTurnLimitBehavior, F as NodeBackedToolOutputMapperArgs, G as CallableToolFactory, H as AgentMessageConfigNormalizer, I as StructuredOutputOptions, J as CallableToolExecuteHandler, K as CallableToolConfig, L as Tool, M as NodeBackedToolInputMapper, N as NodeBackedToolInputMapperArgs, O as ChatLanguageModelCallOptions, P as NodeBackedToolOutputMapper, R as ToolConfig, S as AgentToolCallPlanner, T as AgentToolToken, U as AgentToolFactory, V as AgentConfigInspector, W as CallableToolKindToken, Y as NodeBackedToolConfig, _ as AgentMessageTemplateContent, a as AgentConnectionNodeRole, b as AgentTool, c as AgentCanvasPresentation, d as AgentMessageBuildArgs, f as AgentMessageConfig, g as AgentMessageTemplate, h as AgentMessageRole, i as AgentConnectionNodeDescriptor, j as NodeBackedToolConfigOptions, k as ChatModelConfig, l as AgentGuardrailConfig, m as AgentMessageLine, n as AgentConnectionCredentialSource, o as McpServerResolver, p as AgentMessageDto, q as CallableToolConfigOptions, r as AgentConnectionNodeCollector, s as AgentAttachmentRole, t as ItemsInputNormalizer, u as AgentGuardrailDefaults, v as AgentModelInvocationOptions, w as AgentToolExecuteArgs, x as AgentToolCall, y as AgentNodeConfig, z as ToolExecuteArgs } from "./ItemsInputNormalizer-_Mfcd3YU.js";
|
|
5
|
+
export { ActivationIdFactory, AgentAttachmentRole, AgentBindError, AgentCanvasPresentation, AgentConfigInspector, AgentConnectionCredentialSource, AgentConnectionNodeCollector, AgentConnectionNodeDescriptor, AgentConnectionNodeRole, AgentGuardrailConfig, AgentGuardrailDefaults, AgentMcpIntegration, AgentMcpToolMap, AgentMessageBuildArgs, AgentMessageConfig, AgentMessageConfigNormalizer, AgentMessageDto, AgentMessageLine, AgentMessageRole, AgentMessageTemplate, AgentMessageTemplateContent, AgentModelInvocationOptions, AgentNodeConfig, AgentTool, AgentToolCall, AgentToolCallPlanner, AgentToolDefinition, AgentToolExecuteArgs, AgentToolFactory, AgentToolToken, AgentTurnLimitBehavior, AllWorkflowsActiveWorkflowActivationPolicy, AnyCredentialType, AnyRunnableNodeConfig, AnyTriggerNodeConfig, AssertionResult, AssertionResultProvenance, BatchId, BinaryAttachment, BinaryAttachmentCreateRequest, BinaryBody, BinaryPreviewKind, BinaryStorage, BinaryStorageReadResult, BinaryStorageStatResult, BinaryStorageWriteRequest, BinaryStorageWriteResult, BooleanWhenOverloads, BranchMoreArgs, BranchOutputGuard, BranchStepsArg, CallableToolConfig, CallableToolConfigOptions, CallableToolExecuteHandler, CallableToolFactory, CallableToolKindToken, ChainCursor, ChatLanguageModel, ChatLanguageModelCallOptions, ChatModelConfig, ChatModelFactory, ChildExecutionScopeFactory, Clock, CodemationTelemetryAttributeNames, CodemationTelemetryMetricNames, CollectionColumnBuilder, CollectionDefinition, CollectionFieldDefinition, CollectionIndexDefinition, CollectionStore, CollectionsContext, ConnectionInvocationAppendArgs, ConnectionInvocationEventPublisher, ConnectionInvocationId, ConnectionInvocationIdFactory, ConnectionInvocationKind, ConnectionInvocationRecord, ConnectionNodeIdFactory, Container, CoreTokens, CostCatalog, CostCatalogEntry, CostTrackingComponent, CostTrackingPriceQuote, CostTrackingTelemetry, CostTrackingTelemetryAttributeNames, CostTrackingTelemetryFactory, CostTrackingTelemetryMetricNames, CostTrackingUsageRecord, CredentialAdvancedSectionPresentation, CredentialAuthDefinition, CredentialBinding, CredentialBindingKey, CredentialFieldSchema, CredentialHealth, CredentialHealthStatus, CredentialHealthTester, CredentialInstanceId, CredentialInstanceRecord, CredentialJsonRecord, CredentialMaterialSourceKind, CredentialOAuth2AuthDefinition, CredentialOAuth2ScopesFromPublicConfig, CredentialRequirement, CredentialResolverFactory, CredentialSessionFactory, CredentialSessionFactoryArgs, CredentialSessionService, CredentialSetupStatus, CredentialType, CredentialTypeDefinition, CredentialTypeId, CredentialTypeRegistry, CredentialUnboundError, CurrentStateExecutionRequest, DEFAULT_ASSERTION_PASS_THRESHOLD, DefaultAsyncSleeper, DefaultExecutionBinaryService, DefaultExecutionContextFactory, DefaultWorkflowGraphFactory, DefineBatchNodeOptions, DefineCollectionOptions, DefineCredentialOptions, DefineNodeExecuteArgs, DefineNodeOptions, DefinePollingTriggerExecuteContext, DefinePollingTriggerOptions, DefinePollingTriggerPollContext, DefinePollingTriggerPollResult, DefinePollingTriggerTestItemsContext, DefinedCollection, DefinedCollectionRegistry, DefinedNode, DefinedNodeConfigInput, DefinedNodeCredentialAccessors, DefinedNodeCredentialBinding, DefinedNodeCredentialBindings, DefinedNodeRegistry, DefinedNodeRunContext, DefinedPollingTrigger, DefinedPollingTriggerConfig, DependencyContainer, Disposable, Edge, EngineDeps, EngineExecutionLimitsPolicy, EngineExecutionLimitsPolicyConfig, EngineHost, EngineRunCounters, EventPublishingWorkflowExecutionRepository, ExecutableTriggerNode, ExecutionBinaryService, ExecutionContext, ExecutionContextFactory, ExecutionFrontierPlan, ExecutionInstanceDto, ExecutionInstanceId, ExecutionMode, ExecutionPayloadPolicyFields, ExecutionTelemetry, ExecutionTelemetryFactory, ExpRetryPolicy, ExponentialRetryPolicySpec, Expr, FixedRetryPolicySpec, GenAiTelemetryAttributeNames, HttpMethod, InMemoryBinaryStorage, InMemoryLiveWorkflowRepository, InMemoryRunDataFactory, InMemoryRunEventBus, InProcessRetryRunner, InjectableRuntimeDecoratorComposer, InjectionToken, InputPortKey, Item, ItemBinary, ItemExpr, ItemExprArgs, ItemExprCallback, ItemExprContext, ItemExprResolvedContext, ItemExprResolver, ItemNode, Items, ItemsInputNormalizer, JsonArray, JsonNonArray, JsonObject, JsonPrimitive, JsonValue, Lifecycle, LiveWorkflowRepository, McpServerDeclaration, McpServerResolver, McpServerTransport, MultiInputNode, MutableRunData, NeedsReconsentEvent, NoOpAgentMcpIntegration, NoOpCostTrackingTelemetry, NoOpCostTrackingTelemetryFactory, NoOpExecutionTelemetry, NoOpExecutionTelemetryFactory, NoOpNodeExecutionTelemetry, NoOpPollingTriggerLogger, NoOpTelemetryArtifactReference, NoOpTelemetrySpanScope, NoRetryPolicy, NodeActivationContinuation, NodeActivationId, NodeActivationReceipt, NodeActivationRequest, NodeActivationRequestBase, NodeActivationScheduler, NodeBackedToolConfig, NodeBackedToolConfigOptions, NodeBackedToolInputMapper, NodeBackedToolInputMapperArgs, NodeBackedToolOutputMapper, NodeBackedToolOutputMapperArgs, NodeBinaryAttachmentService, NodeConfigBase, NodeConnectionName, NodeDefinition, NodeErrorHandler, NodeErrorHandlerArgs, NodeErrorHandlerSpec, NodeEventPublisher, NodeExecutionContext, NodeExecutionError, NodeExecutionRequest, NodeExecutionRequestHandler, NodeExecutionScheduler, NodeExecutionSnapshot, NodeExecutionStatePublisher, NodeExecutionStatus, NodeExecutionTelemetry, NodeExecutor, NodeId, NodeIdRef, NodeIdSlugifier, NodeInputsByPort, NodeInspectorSummaryRow, NodeIterationId, NodeIterationIdFactory, NodeKind, NodeOffloadPolicy, NodeOutputNormalizer, NodeOutputs, NodeRef, NodeResolver, NodeSchedulerDecision, NoneRetryPolicySpec, OAuth2ProviderFromPublicConfig, OAuthFlowCallbackArgs, OAuthFlowExecutor, OAuthFlowStartArgs, OAuthFlowStartResult, OAuthMaterial, OutputPortKey, PairedItemRef, Param, ParamDeep, ParentExecutionRef, PayloadStorageKind, PendingNodeExecution, PersistedExecutionInstanceKind, PersistedExecutionInstanceRecord, PersistedMutableNodeState, PersistedMutableRunState, PersistedRunControlState, PersistedRunPolicySnapshot, PersistedRunSchedulingState, PersistedRunSlotProjectionRecord, PersistedRunState, PersistedRunWorkItemKind, PersistedRunWorkItemRecord, PersistedRuntimeTypeDecoratorOptions, PersistedRuntimeTypeKind, PersistedRuntimeTypeMetadata, PersistedRuntimeTypeMetadataStore, PersistedRuntimeTypeNameResolver, PersistedTokenId, PersistedTriggerSetupState, PersistedWorkflowSnapshot, PersistedWorkflowSnapshotNode, PersistedWorkflowTokenRegistryLike, PinnedNodeOutputsByPort, PollingRunCycleArgs, PollingRunCycleResult, PollingTriggerDedupWindow, PollingTriggerHandle, PollingTriggerLogger, PollingTriggerRuntime, PollingTriggerStartArgs, PortsEmission, PreparedNodeActivationDispatch, RegistrationOptions, RetryPolicy, RetryPolicySpec, RunCompletionNotifier, RunCurrentState, RunDataFactory, RunDataSnapshot, RunEvent, RunEventBus, RunEventPublisherDeps, RunEventSubscription, RunExecutionOptions, RunFinishedAtFactory, RunId, RunIdFactory, RunIntentService, RunIterationDto, RunPruneCandidate, RunQueueEntry, RunResult, RunRevision, RunSlotProjectionState, RunStateResetRequest, RunStatus, RunStopCondition, RunSummary, RunTestContext, RunnableNode, RunnableNodeConfig, RunnableNodeExecuteArgs, RunnableNodeInputJson, RunnableNodeOutputJson, RunnableOutputBehaviorResolver, SlotExecutionStateDto, StackTraceCallSitePathResolver, StepSequenceOutput, StructuredOutputOptions, SystemClock, TelemetryArtifactAttachment, TelemetryArtifactReference, TelemetryAttributePrimitive, TelemetryAttributes, TelemetryChildSpanStart, TelemetryMetricRecord, TelemetryScope, TelemetrySpanEnd, TelemetrySpanEventRecord, TelemetrySpanScope, TestCaseRunStatus, TestSuiteRunId, TestSuiteRunStatus, TestTriggerNodeConfig, TestTriggerSetupContext, TestableTriggerNode, Tool, ToolConfig, ToolExecuteArgs, TriggerCleanupHandle, TriggerInstanceId, TriggerNode, TriggerNodeConfig, TriggerNodeOutputJson, TriggerNodeSetupState, TriggerRuntimeDiagnostics, TriggerSetupContext, TriggerSetupStateFor, TriggerSetupStateRepository, TriggerTestItemsContext, TypeToken, UnavailableBinaryStorage, UpstreamRefPlaceholder, ValidStepSequence, WebhookControlSignal, WebhookInvocationMatch, WebhookRunResult, WebhookTriggerMatcher, WebhookTriggerResolution, WebhookTriggerRoutingDiagnostics, WhenBuilder, WorkItemId, WorkItemStatus, WorkflowActivationPolicy, WorkflowBuilder, WorkflowDefinition, WorkflowDefinitionError, WorkflowDetailSelectionState, WorkflowEdgePortError, WorkflowEdgePortValidationResult, WorkflowEdgePortValidator, WorkflowErrorContext, WorkflowErrorHandler, WorkflowErrorHandlerSpec, WorkflowExecutableNodeClassifier, WorkflowExecutableNodeClassifierFactory, WorkflowExecutionListingRepository, WorkflowExecutionPruneRepository, WorkflowExecutionRepository, WorkflowGraph, WorkflowGraphFactory, WorkflowId, WorkflowNodeConnection, WorkflowNodeInstanceFactory, WorkflowPolicyRuntimeDefaults, WorkflowPrunePolicySpec, WorkflowRepository, WorkflowRunDetailDto, WorkflowRunnerResolver, WorkflowRunnerService, WorkflowSnapshotFactory, WorkflowSnapshotResolver, WorkflowStoragePolicyDecisionArgs, WorkflowStoragePolicyMode, WorkflowStoragePolicyResolver, WorkflowStoragePolicySpec, ZodSchemaAny, branchRef, c, callableTool, chatModel, container, defineBatchNode, defineCollection, defineCredential, defineNode, definePollingTrigger, delay, deriveAssertionPassed, emitPorts, getOriginIndexFromItem, getPersistedRuntimeTypeMetadata, inject, injectAll, injectable, instanceCachingFactory, instancePerContainerCachingFactory, isItemExpr, isPortsEmission, isUnbrandedPortsEmissionShape, itemExpr, node, nodeRef, predicateAwareClassFactory, registry, resolveItemExprsForExecution, resolveItemExprsInUnknown, runnableNodeInputType, runnableNodeOutputType, singleton, tool, triggerNodeOutputType, triggerNodeSetupStateType };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { t as
|
|
1
|
+
import { C as resolveItemExprsInUnknown, S as resolveItemExprsForExecution, _ as AgentConnectionNodeCollector, a as injectable, b as isItemExpr, c as predicateAwareClassFactory, d as CoreTokens, f as branchRef, g as NodeIterationIdFactory, h as CredentialUnboundError, i as injectAll, l as registry, m as RunFinishedAtFactory, n as delay, o as instanceCachingFactory, p as nodeRef, r as inject, s as instancePerContainerCachingFactory, t as container, u as singleton, v as NodeBackedToolConfig, w as ConnectionNodeIdFactory, x as itemExpr, y as AgentConfigInspector } from "./di-0Wop7z1y.js";
|
|
2
|
+
import { t as ItemsInputNormalizer } from "./ItemsInputNormalizer-D-MH8MBs.js";
|
|
3
|
+
import { i as AgentBindError, n as deriveAssertionPassed, r as NoOpAgentMcpIntegration, t as DEFAULT_ASSERTION_PASS_THRESHOLD } from "./contracts-DXdfTdpW.js";
|
|
4
|
+
import { $ as CostTrackingTelemetryMetricNames, At as PersistedRuntimeTypeNameResolver, B as DefaultExecutionContextFactory, Ct as chatModel, Dt as InjectableRuntimeDecoratorComposer, Et as tool, F as RunnableOutputBehaviorResolver, G as NoOpExecutionTelemetryFactory, H as GenAiTelemetryAttributeNames, I as NodeOutputNormalizer, J as NoOpTelemetrySpanScope, K as NoOpExecutionTelemetry, L as ItemExprResolver, Ot as PersistedRuntimeTypeMetadataStore, Q as CostTrackingTelemetryAttributeNames, R as InProcessRetryRunner, St as WhenBuilder, Tt as node, U as CodemationTelemetryAttributeNames, V as CodemationTelemetryMetricNames, W as AllWorkflowsActiveWorkflowActivationPolicy, X as NoOpCostTrackingTelemetryFactory, Y as NoOpTelemetryArtifactReference, Z as NoOpCostTrackingTelemetry, _t as ConnectionInvocationIdFactory, a as InMemoryLiveWorkflowRepository, at as isUnbrandedPortsEmissionShape, bt as NodeIdSlugifier, ct as getOriginIndexFromItem, d as PollingTriggerRuntime, dt as UnavailableBinaryStorage, et as ExpRetryPolicy, f as PollingTriggerDedupWindow, ft as NodeEventPublisher, gt as WorkflowExecutableNodeClassifier, ht as WorkflowExecutableNodeClassifierFactory, i as RunIntentService, it as isPortsEmission, kt as StackTraceCallSitePathResolver, lt as ChildExecutionScopeFactory, m as InMemoryBinaryStorage, mt as DefaultWorkflowGraphFactory, nt as NoRetryPolicy, ot as DefaultAsyncSleeper, p as InMemoryRunDataFactory, pt as ConnectionInvocationEventPublisher, q as NoOpNodeExecutionTelemetry, rt as emitPorts, st as CredentialResolverFactory, tt as RetryPolicy, u as NoOpPollingTriggerLogger, ut as DefaultExecutionBinaryService, vt as WorkflowBuilder, wt as getPersistedRuntimeTypeMetadata, xt as ChainCursor, y as EngineExecutionLimitsPolicy, yt as WorkflowDefinitionError } from "./runtime-cxmUkk0l.js";
|
|
5
|
+
import { t as InMemoryRunEventBus } from "./InMemoryRunEventBusRegistry-Bwunvt1T.js";
|
|
3
6
|
import { ZodError, z } from "zod";
|
|
4
7
|
|
|
5
8
|
//#region src/contracts/Clock.ts
|
|
@@ -97,6 +100,9 @@ function defineNode(options) {
|
|
|
97
100
|
getCredentialRequirements() {
|
|
98
101
|
return credentialRequirements;
|
|
99
102
|
}
|
|
103
|
+
inspectorSummary() {
|
|
104
|
+
return options.inspectorSummary?.({ config: this.config });
|
|
105
|
+
}
|
|
100
106
|
};
|
|
101
107
|
const definition = {
|
|
102
108
|
kind: "defined-node",
|
|
@@ -143,6 +149,9 @@ function defineBatchNode(options) {
|
|
|
143
149
|
getCredentialRequirements() {
|
|
144
150
|
return credentialRequirements;
|
|
145
151
|
}
|
|
152
|
+
inspectorSummary() {
|
|
153
|
+
return options.inspectorSummary?.({ config: this.config });
|
|
154
|
+
}
|
|
146
155
|
};
|
|
147
156
|
const definition = {
|
|
148
157
|
kind: "defined-node",
|
|
@@ -497,17 +506,21 @@ var DefinedPollingTriggerConfig = class {
|
|
|
497
506
|
kind = "trigger";
|
|
498
507
|
type;
|
|
499
508
|
icon;
|
|
500
|
-
constructor(name, cfg, typeToken, icon, credentialRequirements, id) {
|
|
509
|
+
constructor(name, cfg, typeToken, icon, credentialRequirements, id, inspectorSummaryFn) {
|
|
501
510
|
this.name = name;
|
|
502
511
|
this.cfg = cfg;
|
|
503
512
|
this.credentialRequirements = credentialRequirements;
|
|
504
513
|
this.id = id;
|
|
514
|
+
this.inspectorSummaryFn = inspectorSummaryFn;
|
|
505
515
|
this.type = typeToken;
|
|
506
516
|
this.icon = icon;
|
|
507
517
|
}
|
|
508
518
|
getCredentialRequirements() {
|
|
509
519
|
return this.credentialRequirements;
|
|
510
520
|
}
|
|
521
|
+
inspectorSummary() {
|
|
522
|
+
return this.inspectorSummaryFn?.({ config: this.cfg });
|
|
523
|
+
}
|
|
511
524
|
};
|
|
512
525
|
function isWrappedState(value) {
|
|
513
526
|
return value !== null && typeof value === "object" && "seenKeys" in value && Array.isArray(value.seenKeys);
|
|
@@ -597,7 +610,7 @@ function definePollingTrigger(options) {
|
|
|
597
610
|
title: options.title,
|
|
598
611
|
description: options.description,
|
|
599
612
|
create(cfg, name = options.title, id) {
|
|
600
|
-
return new DefinedPollingTriggerConfig(name, cfg, DefinedPollingTriggerRuntime, options.icon, credentialRequirements, id);
|
|
613
|
+
return new DefinedPollingTriggerConfig(name, cfg, DefinedPollingTriggerRuntime, options.icon, credentialRequirements, id, options.inspectorSummary);
|
|
601
614
|
},
|
|
602
615
|
poll(pollCtx) {
|
|
603
616
|
return options.poll({
|
|
@@ -751,57 +764,46 @@ var EventPublishingWorkflowExecutionRepository = class {
|
|
|
751
764
|
};
|
|
752
765
|
|
|
753
766
|
//#endregion
|
|
754
|
-
//#region
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
767
|
+
//#region src/validation/WorkflowEdgePortValidator.ts
|
|
768
|
+
var WorkflowEdgePortValidator = class {
|
|
769
|
+
validate(workflow) {
|
|
770
|
+
const nodeById = /* @__PURE__ */ new Map();
|
|
771
|
+
for (const node$1 of workflow.nodes) nodeById.set(node$1.id, node$1);
|
|
772
|
+
const errors = [];
|
|
773
|
+
for (const edge of workflow.edges) {
|
|
774
|
+
const sourceNode = nodeById.get(edge.from.nodeId);
|
|
775
|
+
const allowedPorts = this.allowedOutputPorts(sourceNode);
|
|
776
|
+
if (allowedPorts !== null && !allowedPorts.includes(edge.from.output)) {
|
|
777
|
+
const nodeKind = sourceNode?.config.name ?? sourceNode?.name;
|
|
778
|
+
const message = `Edge from node "${edge.from.nodeId}"${nodeKind ? ` (kind "${nodeKind}")` : ""} references undeclared output port "${edge.from.output}". Allowed ports: [${allowedPorts.map((p) => `"${p}"`).join(", ")}].`;
|
|
779
|
+
errors.push({
|
|
780
|
+
edge,
|
|
781
|
+
sourceNodeId: edge.from.nodeId,
|
|
782
|
+
sourceNodeName: sourceNode?.name,
|
|
783
|
+
sourceNodeKind: nodeKind,
|
|
784
|
+
badPort: edge.from.output,
|
|
785
|
+
allowedPorts,
|
|
786
|
+
message
|
|
787
|
+
});
|
|
788
|
+
}
|
|
789
|
+
}
|
|
772
790
|
return {
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
...raw.meta === void 0 ? {} : { meta: raw.meta },
|
|
776
|
-
...raw.paired === void 0 ? {} : { paired: raw.paired }
|
|
791
|
+
valid: errors.length === 0,
|
|
792
|
+
errors
|
|
777
793
|
};
|
|
778
794
|
}
|
|
779
|
-
|
|
780
|
-
|
|
795
|
+
/**
|
|
796
|
+
* Returns the declared output ports for a node, or null if the node is
|
|
797
|
+
* unknown / has no declared ports (legacy nodes — treat as unconstrained).
|
|
798
|
+
*/
|
|
799
|
+
allowedOutputPorts(node$1) {
|
|
800
|
+
if (!node$1) return null;
|
|
801
|
+
const declared = node$1.config.declaredOutputPorts;
|
|
802
|
+
if (declared && declared.length > 0) return declared;
|
|
803
|
+
return null;
|
|
781
804
|
}
|
|
782
805
|
};
|
|
783
|
-
ItemsInputNormalizer = __decorate([injectable()], ItemsInputNormalizer);
|
|
784
|
-
|
|
785
|
-
//#endregion
|
|
786
|
-
//#region src/contracts/assertionTypes.ts
|
|
787
|
-
/**
|
|
788
|
-
* Default {@link AssertionResult.passThreshold} when authors omit it. Boolean-style assertions
|
|
789
|
-
* (assertEqual / contains / etc.) emit `score: 1` or `score: 0` so this default works for them;
|
|
790
|
-
* AI-judge assertions are expected to set their own threshold.
|
|
791
|
-
*/
|
|
792
|
-
const DEFAULT_ASSERTION_PASS_THRESHOLD = .5;
|
|
793
|
-
/**
|
|
794
|
-
* Derive whether an assertion result is considered "passing" using the score-based contract:
|
|
795
|
-
* `errored` always fails, otherwise `score >= (passThreshold ?? 0.5)`. This is the canonical
|
|
796
|
-
* derivation — UI and rollup code should call it rather than inlining the comparison so future
|
|
797
|
-
* tweaks (e.g. NaN handling) land in one place.
|
|
798
|
-
*/
|
|
799
|
-
function deriveAssertionPassed(result) {
|
|
800
|
-
if (result.errored === true) return false;
|
|
801
|
-
const threshold = result.passThreshold ?? DEFAULT_ASSERTION_PASS_THRESHOLD;
|
|
802
|
-
return result.score >= threshold;
|
|
803
|
-
}
|
|
804
806
|
|
|
805
807
|
//#endregion
|
|
806
|
-
export { AgentConfigInspector, AgentConnectionNodeCollector, AgentGuardrailDefaults, AgentMessageConfigNormalizer, AgentToolFactory, AllWorkflowsActiveWorkflowActivationPolicy, CallableToolConfig, CallableToolFactory, CallableToolKindToken, ChainCursor, ChildExecutionScopeFactory, CodemationTelemetryAttributeNames, CodemationTelemetryMetricNames, ConnectionInvocationEventPublisher, ConnectionInvocationIdFactory, ConnectionNodeIdFactory, CoreTokens, CostTrackingTelemetryAttributeNames, CostTrackingTelemetryMetricNames, CredentialResolverFactory, CredentialUnboundError, DEFAULT_ASSERTION_PASS_THRESHOLD, DefaultAsyncSleeper, DefaultExecutionBinaryService, DefaultExecutionContextFactory, DefaultWorkflowGraphFactory, DefinedCollectionRegistry, DefinedNodeRegistry, DefinedPollingTriggerConfig, EngineExecutionLimitsPolicy, EventPublishingWorkflowExecutionRepository, ExpRetryPolicy, GenAiTelemetryAttributeNames, InMemoryBinaryStorage, InMemoryLiveWorkflowRepository, InMemoryRunDataFactory, InMemoryRunEventBus, InProcessRetryRunner, InjectableRuntimeDecoratorComposer, ItemExprResolver, ItemsInputNormalizer, NoOpCostTrackingTelemetry, NoOpCostTrackingTelemetryFactory, NoOpExecutionTelemetry, NoOpExecutionTelemetryFactory, NoOpNodeExecutionTelemetry, NoOpPollingTriggerLogger, NoOpTelemetryArtifactReference, NoOpTelemetrySpanScope, NoRetryPolicy, NodeBackedToolConfig, NodeEventPublisher, NodeIdSlugifier, NodeIterationIdFactory, NodeOutputNormalizer, PersistedRuntimeTypeMetadataStore, PersistedRuntimeTypeNameResolver, PollingTriggerDedupWindow, PollingTriggerRuntime, RetryPolicy, RunFinishedAtFactory, RunIntentService, RunnableOutputBehaviorResolver, StackTraceCallSitePathResolver, SystemClock, UnavailableBinaryStorage, WhenBuilder, WorkflowBuilder, WorkflowDefinitionError, WorkflowExecutableNodeClassifier, WorkflowExecutableNodeClassifierFactory, branchRef, c, callableTool, chatModel, container, defineBatchNode, defineCollection, defineCredential, defineNode, definePollingTrigger, delay, deriveAssertionPassed, emitPorts, getOriginIndexFromItem, getPersistedRuntimeTypeMetadata, inject, injectAll, injectable, instanceCachingFactory, instancePerContainerCachingFactory, isItemExpr, isPortsEmission, isUnbrandedPortsEmissionShape, itemExpr, node, nodeRef, predicateAwareClassFactory, registry, resolveItemExprsForExecution, resolveItemExprsInUnknown, singleton, tool };
|
|
808
|
+
export { AgentBindError, AgentConfigInspector, AgentConnectionNodeCollector, AgentGuardrailDefaults, AgentMessageConfigNormalizer, AgentToolFactory, AllWorkflowsActiveWorkflowActivationPolicy, CallableToolConfig, CallableToolFactory, CallableToolKindToken, ChainCursor, ChildExecutionScopeFactory, CodemationTelemetryAttributeNames, CodemationTelemetryMetricNames, ConnectionInvocationEventPublisher, ConnectionInvocationIdFactory, ConnectionNodeIdFactory, CoreTokens, CostTrackingTelemetryAttributeNames, CostTrackingTelemetryMetricNames, CredentialResolverFactory, CredentialUnboundError, DEFAULT_ASSERTION_PASS_THRESHOLD, DefaultAsyncSleeper, DefaultExecutionBinaryService, DefaultExecutionContextFactory, DefaultWorkflowGraphFactory, DefinedCollectionRegistry, DefinedNodeRegistry, DefinedPollingTriggerConfig, EngineExecutionLimitsPolicy, EventPublishingWorkflowExecutionRepository, ExpRetryPolicy, GenAiTelemetryAttributeNames, InMemoryBinaryStorage, InMemoryLiveWorkflowRepository, InMemoryRunDataFactory, InMemoryRunEventBus, InProcessRetryRunner, InjectableRuntimeDecoratorComposer, ItemExprResolver, ItemsInputNormalizer, NoOpAgentMcpIntegration, NoOpCostTrackingTelemetry, NoOpCostTrackingTelemetryFactory, NoOpExecutionTelemetry, NoOpExecutionTelemetryFactory, NoOpNodeExecutionTelemetry, NoOpPollingTriggerLogger, NoOpTelemetryArtifactReference, NoOpTelemetrySpanScope, NoRetryPolicy, NodeBackedToolConfig, NodeEventPublisher, NodeIdSlugifier, NodeIterationIdFactory, NodeOutputNormalizer, PersistedRuntimeTypeMetadataStore, PersistedRuntimeTypeNameResolver, PollingTriggerDedupWindow, PollingTriggerRuntime, RetryPolicy, RunFinishedAtFactory, RunIntentService, RunnableOutputBehaviorResolver, StackTraceCallSitePathResolver, SystemClock, UnavailableBinaryStorage, WhenBuilder, WorkflowBuilder, WorkflowDefinitionError, WorkflowEdgePortValidator, WorkflowExecutableNodeClassifier, WorkflowExecutableNodeClassifierFactory, branchRef, c, callableTool, chatModel, container, defineBatchNode, defineCollection, defineCredential, defineNode, definePollingTrigger, delay, deriveAssertionPassed, emitPorts, getOriginIndexFromItem, getPersistedRuntimeTypeMetadata, inject, injectAll, injectable, instanceCachingFactory, instancePerContainerCachingFactory, isItemExpr, isPortsEmission, isUnbrandedPortsEmissionShape, itemExpr, node, nodeRef, predicateAwareClassFactory, registry, resolveItemExprsForExecution, resolveItemExprsInUnknown, singleton, tool };
|
|
807
809
|
//# sourceMappingURL=index.js.map
|