@qontinui/ui-bridge 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/index.d.mts +893 -0
- package/dist/ai/index.d.ts +893 -0
- package/dist/ai/index.js +3897 -0
- package/dist/ai/index.js.map +1 -0
- package/dist/ai/index.mjs +3839 -0
- package/dist/ai/index.mjs.map +1 -0
- package/dist/control/index.d.mts +5 -4
- package/dist/control/index.d.ts +5 -4
- package/dist/core/index.d.mts +6 -4
- package/dist/core/index.d.ts +6 -4
- package/dist/core/index.js +581 -4
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +581 -4
- package/dist/core/index.mjs.map +1 -1
- package/dist/debug/index.d.mts +3 -3
- package/dist/debug/index.d.ts +3 -3
- package/dist/index.d.mts +7 -5
- package/dist/index.d.ts +7 -5
- package/dist/index.js +4112 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4056 -13
- package/dist/index.mjs.map +1 -1
- package/dist/{metrics-QCnK0EFw.d.ts → metrics-C9XRi_mL.d.ts} +2 -2
- package/dist/{metrics-BCG7z7Aq.d.mts → metrics-NC3csD0R.d.mts} +2 -2
- package/dist/react/index.d.mts +6 -5
- package/dist/react/index.d.ts +6 -5
- package/dist/react/index.js +587 -10
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +587 -10
- package/dist/react/index.mjs.map +1 -1
- package/dist/{registry-CT6BVVKr.d.mts → registry-CIEDjbQ9.d.ts} +22 -1
- package/dist/{registry-D4mQ01B3.d.ts → registry-SsSDq46X.d.mts} +22 -1
- package/dist/render-log/index.d.mts +1 -1
- package/dist/render-log/index.d.ts +1 -1
- package/dist/types-BvCfFuEV.d.ts +534 -0
- package/dist/types-CFT3Dnx4.d.mts +534 -0
- package/dist/{types-BpvpStn3.d.mts → types-CPMbN_Iw.d.mts} +8 -0
- package/dist/{types-BpvpStn3.d.ts → types-CPMbN_Iw.d.ts} +8 -0
- package/dist/{types-DdJD9yw5.d.mts → types-Dr6tH-bm.d.mts} +1 -1
- package/dist/{types-BDkXy5si.d.ts → types-oCTrRxSw.d.ts} +1 -1
- package/dist/{websocket-client-DupH0X7B.d.ts → websocket-client-CX4QJesI.d.ts} +1 -1
- package/dist/{websocket-client-B2LC9CYc.d.mts → websocket-client-C_Na0OSp.d.mts} +1 -1
- package/package.json +6 -1
package/dist/debug/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { E as ElementIdentifier, h as ElementState, l as RegisteredElement } from '../types-
|
|
4
|
-
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from '../metrics-
|
|
5
|
-
import '../types-
|
|
3
|
+
import { E as ElementIdentifier, h as ElementState, l as RegisteredElement } from '../types-CPMbN_Iw.mjs';
|
|
4
|
+
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from '../metrics-NC3csD0R.mjs';
|
|
5
|
+
import '../types-Dr6tH-bm.mjs';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Inspector state
|
package/dist/debug/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { E as ElementIdentifier, h as ElementState, l as RegisteredElement } from '../types-
|
|
4
|
-
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from '../metrics-
|
|
5
|
-
import '../types-
|
|
3
|
+
import { E as ElementIdentifier, h as ElementState, l as RegisteredElement } from '../types-CPMbN_Iw.js';
|
|
4
|
+
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from '../metrics-C9XRi_mL.js';
|
|
5
|
+
import '../types-oCTrRxSw.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Inspector state
|
package/dist/index.d.mts
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
export { A as ActionHandler, a as ActionRequest, b as ActionResponse, B as BranchCondition, c as BridgeEvent, d as BridgeEventListener, e as BridgeEventType, f as BridgeSnapshot, C as ComponentAction, g as CustomAction, E as ElementIdentifier, h as ElementState, i as ElementType, j as ExtractConfig, L as LogConfig, k as LoopConfig, N as NavigationResult, P as PathResult, R as RegisteredComponent, l as RegisteredElement, S as StandardAction, m as StateSnapshot, T as TransitionResult, U as UIBridgeConfig, n as UIBridgeFeatures, o as UIState, p as UIStateGroup, q as UITransition, W as WSClientConfig, r as WSClientMessage, s as WSClientMessageType, t as WSConnectionState, u as WSDiscoverMessage, v as WSErrorMessage, w as WSEventMessage, x as WSExecuteActionMessage, y as WSExecuteComponentActionMessage, z as WSExecuteWorkflowMessage, D as WSFindMessage, F as WSGetElementMessage, G as WSGetSnapshotMessage, H as WSMessageBase, I as WSPingMessage, J as WSPongMessage, K as WSResponseMessage, M as WSServerMessage, O as WSServerMessageType, Q as WSSubscribeMessage, V as WSSubscribedMessage, X as WSSubscriptionOptions, Y as WSUnsubscribeMessage, Z as WSUnsubscribedMessage, _ as WSWelcomeMessage, $ as WSWorkflowProgressMessage, a0 as WaitOptions, a1 as Workflow, a2 as WorkflowStep, a3 as WorkflowStepType } from './types-
|
|
1
|
+
export { A as ActionHandler, a as ActionRequest, b as ActionResponse, B as BranchCondition, c as BridgeEvent, d as BridgeEventListener, e as BridgeEventType, f as BridgeSnapshot, C as ComponentAction, g as CustomAction, E as ElementIdentifier, h as ElementState, i as ElementType, j as ExtractConfig, L as LogConfig, k as LoopConfig, N as NavigationResult, P as PathResult, R as RegisteredComponent, l as RegisteredElement, S as StandardAction, m as StateSnapshot, T as TransitionResult, U as UIBridgeConfig, n as UIBridgeFeatures, o as UIState, p as UIStateGroup, q as UITransition, W as WSClientConfig, r as WSClientMessage, s as WSClientMessageType, t as WSConnectionState, u as WSDiscoverMessage, v as WSErrorMessage, w as WSEventMessage, x as WSExecuteActionMessage, y as WSExecuteComponentActionMessage, z as WSExecuteWorkflowMessage, D as WSFindMessage, F as WSGetElementMessage, G as WSGetSnapshotMessage, H as WSMessageBase, I as WSPingMessage, J as WSPongMessage, K as WSResponseMessage, M as WSServerMessage, O as WSServerMessageType, Q as WSSubscribeMessage, V as WSSubscribedMessage, X as WSSubscriptionOptions, Y as WSUnsubscribeMessage, Z as WSUnsubscribedMessage, _ as WSWelcomeMessage, $ as WSWorkflowProgressMessage, a0 as WaitOptions, a1 as Workflow, a2 as WorkflowStep, a3 as WorkflowStepType } from './types-CPMbN_Iw.mjs';
|
|
2
2
|
export { ID_ATTRIBUTES, createElementIdentifier, elementMatchesIdentifier, findAllElementsByIdentifier, findElementByIdentifier, generateCSSSelector, generateXPath, getBestIdentifier } from './core/index.mjs';
|
|
3
|
-
export { R as RegistryOptions, U as UIBridgeRegistry, g as getGlobalRegistry, r as resetGlobalRegistry, s as setGlobalRegistry } from './registry-
|
|
4
|
-
export { U as UIBridgeWSClient, c as createWSClient } from './websocket-client-
|
|
3
|
+
export { R as RegistryOptions, U as UIBridgeRegistry, g as getGlobalRegistry, r as resetGlobalRegistry, s as setGlobalRegistry } from './registry-SsSDq46X.mjs';
|
|
4
|
+
export { U as UIBridgeWSClient, c as createWSClient } from './websocket-client-C_Na0OSp.mjs';
|
|
5
5
|
export { AutoRegisterOptions, AutoRegisterProvider, AutoRegisterProviderProps, ComponentActionDef, IdStrategy, UIBridgeContextValue, UIBridgeProvider, UIBridgeProviderProps, UseUIBridgeReturn, UseUIComponentOptions, UseUIComponentReturn, UseUIElementOptions, UseUIElementReturn, UseUINavigationReturn, UseUIStateGroupOptions, UseUIStateGroupReturn, UseUIStateOptions, UseUIStateReturn, UseUITransitionOptions, UseUITransitionReturn, useActiveStates, useAutoRegister, useAvailableTransitions, useCanNavigateTo, useNavigationPath, useStateSnapshot, useTransitions, useUIBridge, useUIBridgeContext, useUIBridgeOptional, useUIBridgeRequired, useUIComponent, useUIComponentAction, useUIElement, useUIElementRef, useUINavigation, useUIState, useUIStateGroup, useUITransition } from './react/index.mjs';
|
|
6
|
-
export { A as ActionExecutor, C as ComponentActionRequest, a as ComponentActionResponse, b as ControlActionRequest, c as ControlActionResponse, d as ControlSnapshot, D as DiscoveredElement, e as DiscoveryRequest, f as DiscoveryResponse, F as FindRequest, g as FindResponse, K as KeyboardAction, M as MouseAction, S as ScrollAction, h as SelectAction, T as TypeAction, W as WaitResult, i as WorkflowEngine, j as WorkflowRunRequest, k as WorkflowRunResponse, l as WorkflowRunStatus, m as WorkflowStepResult } from './types-
|
|
6
|
+
export { A as ActionExecutor, C as ComponentActionRequest, a as ComponentActionResponse, b as ControlActionRequest, c as ControlActionResponse, d as ControlSnapshot, D as DiscoveredElement, e as DiscoveryRequest, f as DiscoveryResponse, F as FindRequest, g as FindResponse, K as KeyboardAction, M as MouseAction, S as ScrollAction, h as SelectAction, T as TypeAction, W as WaitResult, i as WorkflowEngine, j as WorkflowRunRequest, k as WorkflowRunResponse, l as WorkflowRunStatus, m as WorkflowStepResult } from './types-Dr6tH-bm.mjs';
|
|
7
7
|
export { DefaultActionExecutor, DefaultWorkflowEngine, createActionExecutor, createWorkflowEngine } from './control/index.mjs';
|
|
8
8
|
export { CaptureOptions, CapturedElement, ChangeEntry, DOMChange, DOMChangeObserver, DOMSnapshot, ErrorEntry, InMemoryRenderLogStorage, InteractionEntry, NavigationEntry, RenderLogEntry, RenderLogEntryType, RenderLogManager, RenderLogOptions, RenderLogStorage, SnapshotEntry, captureDOMSnapshot, captureInteractiveElements, createRenderLogManager } from './render-log/index.mjs';
|
|
9
9
|
export { ElementInfo, InfoPanel, InfoPanelProps, Inspector, InspectorOverlay, InspectorOverlayProps, InspectorProps, InspectorState, UseInspectorOptions, useInspector } from './debug/index.mjs';
|
|
10
|
-
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from './metrics-
|
|
10
|
+
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from './metrics-NC3csD0R.mjs';
|
|
11
|
+
export { A as AIDiscoveredElement, a as AIElementRegistrationOptions, b as AIErrorContext, c as AIFindResponse, d as AssertionRequest, e as AssertionResult, f as AssertionType, B as BatchAssertionRequest, g as BatchAssertionResult, E as ElementChange, h as ElementModification, F as FormAnalysis, i as FormFieldAnalysis, j as FormFieldState, k as FormState, M as ModalState, N as NLActionRequest, l as NLActionResponse, P as PageContext, m as ParsedAction, R as RecoverySuggestion, S as SearchCriteria, n as SearchResponse, o as SearchResult, p as SemanticDiff, q as SemanticSnapshot } from './types-CFT3Dnx4.mjs';
|
|
12
|
+
export { AliasGeneratorConfig, AliasGeneratorInput, AssertionConfig, AssertionExecutor, DEFAULT_ALIAS_CONFIG, DEFAULT_ASSERTION_CONFIG, DEFAULT_DIFF_CONFIG, DEFAULT_EXECUTOR_CONFIG, DEFAULT_FUZZY_CONFIG, DEFAULT_SEARCH_CONFIG, DEFAULT_SNAPSHOT_CONFIG, ErrorCode, ErrorCodes, FuzzyMatchConfig, FuzzyMatchResult, NLActionExecutor, NLActionExecutorConfig, SearchEngine, SearchEngineConfig, SemanticDiffConfig, SemanticDiffManager, SemanticSnapshotConfig, SemanticSnapshotManager, SummaryConfig, areSynonyms, computeDiff, createAssertionExecutor, createDiffManager, createErrorContext, createNLActionExecutor, createSearchEngine, createSimpleError, createSnapshotManager, describeAction, describeDiff, extractModifiers, findAllMatches, findBestMatch, formatErrorContext, fuzzyContains, fuzzyMatch, generateAliases, generateDescription, generateDiffSummary, generateElementDescription, generateNgrams, generatePageSummary, generatePurpose, generateSnapshotSummary, generateSuggestedActions, getBestRecoverySuggestion, getSynonyms, hasSignificantChanges, inferPageType, isRecoverableError, jaroSimilarity, jaroWinklerSimilarity, levenshteinDistance, levenshteinSimilarity, ngramSimilarity, normalizeString, parseNLInstruction, parseNLInstructions, splitCompoundInstruction, tokenSimilarity, tokenize, validateParsedAction, wordSimilarity } from './ai/index.mjs';
|
|
11
13
|
import 'react/jsx-runtime';
|
|
12
14
|
import 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
export { A as ActionHandler, a as ActionRequest, b as ActionResponse, B as BranchCondition, c as BridgeEvent, d as BridgeEventListener, e as BridgeEventType, f as BridgeSnapshot, C as ComponentAction, g as CustomAction, E as ElementIdentifier, h as ElementState, i as ElementType, j as ExtractConfig, L as LogConfig, k as LoopConfig, N as NavigationResult, P as PathResult, R as RegisteredComponent, l as RegisteredElement, S as StandardAction, m as StateSnapshot, T as TransitionResult, U as UIBridgeConfig, n as UIBridgeFeatures, o as UIState, p as UIStateGroup, q as UITransition, W as WSClientConfig, r as WSClientMessage, s as WSClientMessageType, t as WSConnectionState, u as WSDiscoverMessage, v as WSErrorMessage, w as WSEventMessage, x as WSExecuteActionMessage, y as WSExecuteComponentActionMessage, z as WSExecuteWorkflowMessage, D as WSFindMessage, F as WSGetElementMessage, G as WSGetSnapshotMessage, H as WSMessageBase, I as WSPingMessage, J as WSPongMessage, K as WSResponseMessage, M as WSServerMessage, O as WSServerMessageType, Q as WSSubscribeMessage, V as WSSubscribedMessage, X as WSSubscriptionOptions, Y as WSUnsubscribeMessage, Z as WSUnsubscribedMessage, _ as WSWelcomeMessage, $ as WSWorkflowProgressMessage, a0 as WaitOptions, a1 as Workflow, a2 as WorkflowStep, a3 as WorkflowStepType } from './types-
|
|
1
|
+
export { A as ActionHandler, a as ActionRequest, b as ActionResponse, B as BranchCondition, c as BridgeEvent, d as BridgeEventListener, e as BridgeEventType, f as BridgeSnapshot, C as ComponentAction, g as CustomAction, E as ElementIdentifier, h as ElementState, i as ElementType, j as ExtractConfig, L as LogConfig, k as LoopConfig, N as NavigationResult, P as PathResult, R as RegisteredComponent, l as RegisteredElement, S as StandardAction, m as StateSnapshot, T as TransitionResult, U as UIBridgeConfig, n as UIBridgeFeatures, o as UIState, p as UIStateGroup, q as UITransition, W as WSClientConfig, r as WSClientMessage, s as WSClientMessageType, t as WSConnectionState, u as WSDiscoverMessage, v as WSErrorMessage, w as WSEventMessage, x as WSExecuteActionMessage, y as WSExecuteComponentActionMessage, z as WSExecuteWorkflowMessage, D as WSFindMessage, F as WSGetElementMessage, G as WSGetSnapshotMessage, H as WSMessageBase, I as WSPingMessage, J as WSPongMessage, K as WSResponseMessage, M as WSServerMessage, O as WSServerMessageType, Q as WSSubscribeMessage, V as WSSubscribedMessage, X as WSSubscriptionOptions, Y as WSUnsubscribeMessage, Z as WSUnsubscribedMessage, _ as WSWelcomeMessage, $ as WSWorkflowProgressMessage, a0 as WaitOptions, a1 as Workflow, a2 as WorkflowStep, a3 as WorkflowStepType } from './types-CPMbN_Iw.js';
|
|
2
2
|
export { ID_ATTRIBUTES, createElementIdentifier, elementMatchesIdentifier, findAllElementsByIdentifier, findElementByIdentifier, generateCSSSelector, generateXPath, getBestIdentifier } from './core/index.js';
|
|
3
|
-
export { R as RegistryOptions, U as UIBridgeRegistry, g as getGlobalRegistry, r as resetGlobalRegistry, s as setGlobalRegistry } from './registry-
|
|
4
|
-
export { U as UIBridgeWSClient, c as createWSClient } from './websocket-client-
|
|
3
|
+
export { R as RegistryOptions, U as UIBridgeRegistry, g as getGlobalRegistry, r as resetGlobalRegistry, s as setGlobalRegistry } from './registry-CIEDjbQ9.js';
|
|
4
|
+
export { U as UIBridgeWSClient, c as createWSClient } from './websocket-client-CX4QJesI.js';
|
|
5
5
|
export { AutoRegisterOptions, AutoRegisterProvider, AutoRegisterProviderProps, ComponentActionDef, IdStrategy, UIBridgeContextValue, UIBridgeProvider, UIBridgeProviderProps, UseUIBridgeReturn, UseUIComponentOptions, UseUIComponentReturn, UseUIElementOptions, UseUIElementReturn, UseUINavigationReturn, UseUIStateGroupOptions, UseUIStateGroupReturn, UseUIStateOptions, UseUIStateReturn, UseUITransitionOptions, UseUITransitionReturn, useActiveStates, useAutoRegister, useAvailableTransitions, useCanNavigateTo, useNavigationPath, useStateSnapshot, useTransitions, useUIBridge, useUIBridgeContext, useUIBridgeOptional, useUIBridgeRequired, useUIComponent, useUIComponentAction, useUIElement, useUIElementRef, useUINavigation, useUIState, useUIStateGroup, useUITransition } from './react/index.js';
|
|
6
|
-
export { A as ActionExecutor, C as ComponentActionRequest, a as ComponentActionResponse, b as ControlActionRequest, c as ControlActionResponse, d as ControlSnapshot, D as DiscoveredElement, e as DiscoveryRequest, f as DiscoveryResponse, F as FindRequest, g as FindResponse, K as KeyboardAction, M as MouseAction, S as ScrollAction, h as SelectAction, T as TypeAction, W as WaitResult, i as WorkflowEngine, j as WorkflowRunRequest, k as WorkflowRunResponse, l as WorkflowRunStatus, m as WorkflowStepResult } from './types-
|
|
6
|
+
export { A as ActionExecutor, C as ComponentActionRequest, a as ComponentActionResponse, b as ControlActionRequest, c as ControlActionResponse, d as ControlSnapshot, D as DiscoveredElement, e as DiscoveryRequest, f as DiscoveryResponse, F as FindRequest, g as FindResponse, K as KeyboardAction, M as MouseAction, S as ScrollAction, h as SelectAction, T as TypeAction, W as WaitResult, i as WorkflowEngine, j as WorkflowRunRequest, k as WorkflowRunResponse, l as WorkflowRunStatus, m as WorkflowStepResult } from './types-oCTrRxSw.js';
|
|
7
7
|
export { DefaultActionExecutor, DefaultWorkflowEngine, createActionExecutor, createWorkflowEngine } from './control/index.js';
|
|
8
8
|
export { CaptureOptions, CapturedElement, ChangeEntry, DOMChange, DOMChangeObserver, DOMSnapshot, ErrorEntry, InMemoryRenderLogStorage, InteractionEntry, NavigationEntry, RenderLogEntry, RenderLogEntryType, RenderLogManager, RenderLogOptions, RenderLogStorage, SnapshotEntry, captureDOMSnapshot, captureInteractiveElements, createRenderLogManager } from './render-log/index.js';
|
|
9
9
|
export { ElementInfo, InfoPanel, InfoPanelProps, Inspector, InspectorOverlay, InspectorOverlayProps, InspectorProps, InspectorState, UseInspectorOptions, useInspector } from './debug/index.js';
|
|
10
|
-
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from './metrics-
|
|
10
|
+
export { A as ActionHistoryEntry, M as MetricsCollector, a as MetricsCollectorOptions, P as PerformanceMetrics, c as createMetricsCollector, f as formatDuration, b as formatPercentage } from './metrics-C9XRi_mL.js';
|
|
11
|
+
export { A as AIDiscoveredElement, a as AIElementRegistrationOptions, b as AIErrorContext, c as AIFindResponse, d as AssertionRequest, e as AssertionResult, f as AssertionType, B as BatchAssertionRequest, g as BatchAssertionResult, E as ElementChange, h as ElementModification, F as FormAnalysis, i as FormFieldAnalysis, j as FormFieldState, k as FormState, M as ModalState, N as NLActionRequest, l as NLActionResponse, P as PageContext, m as ParsedAction, R as RecoverySuggestion, S as SearchCriteria, n as SearchResponse, o as SearchResult, p as SemanticDiff, q as SemanticSnapshot } from './types-BvCfFuEV.js';
|
|
12
|
+
export { AliasGeneratorConfig, AliasGeneratorInput, AssertionConfig, AssertionExecutor, DEFAULT_ALIAS_CONFIG, DEFAULT_ASSERTION_CONFIG, DEFAULT_DIFF_CONFIG, DEFAULT_EXECUTOR_CONFIG, DEFAULT_FUZZY_CONFIG, DEFAULT_SEARCH_CONFIG, DEFAULT_SNAPSHOT_CONFIG, ErrorCode, ErrorCodes, FuzzyMatchConfig, FuzzyMatchResult, NLActionExecutor, NLActionExecutorConfig, SearchEngine, SearchEngineConfig, SemanticDiffConfig, SemanticDiffManager, SemanticSnapshotConfig, SemanticSnapshotManager, SummaryConfig, areSynonyms, computeDiff, createAssertionExecutor, createDiffManager, createErrorContext, createNLActionExecutor, createSearchEngine, createSimpleError, createSnapshotManager, describeAction, describeDiff, extractModifiers, findAllMatches, findBestMatch, formatErrorContext, fuzzyContains, fuzzyMatch, generateAliases, generateDescription, generateDiffSummary, generateElementDescription, generateNgrams, generatePageSummary, generatePurpose, generateSnapshotSummary, generateSuggestedActions, getBestRecoverySuggestion, getSynonyms, hasSignificantChanges, inferPageType, isRecoverableError, jaroSimilarity, jaroWinklerSimilarity, levenshteinDistance, levenshteinSimilarity, ngramSimilarity, normalizeString, parseNLInstruction, parseNLInstructions, splitCompoundInstruction, tokenSimilarity, tokenize, validateParsedAction, wordSimilarity } from './ai/index.js';
|
|
11
13
|
import 'react/jsx-runtime';
|
|
12
14
|
import 'react';
|