@kairos-sdk/core 0.4.5 → 0.5.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/README.md +28 -11
- package/dist/{chunk-4TS6GW6O.js → chunk-GVZKMS53.js} +27 -16
- package/dist/chunk-GVZKMS53.js.map +1 -0
- package/dist/{chunk-6CLI43FI.js → chunk-MYAGTDQ2.js} +109 -13
- package/dist/chunk-MYAGTDQ2.js.map +1 -0
- package/dist/{chunk-CR2NHLOH.js → chunk-V2IZBZGB.js} +57 -11
- package/dist/chunk-V2IZBZGB.js.map +1 -0
- package/dist/{chunk-6IXW3WCC.js → chunk-VPPWTMRJ.js} +533 -77
- package/dist/chunk-VPPWTMRJ.js.map +1 -0
- package/dist/cli.cjs +790 -145
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +54 -16
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +740 -133
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +5 -5
- package/dist/mcp-server.cjs +960 -347
- package/dist/mcp-server.cjs.map +1 -1
- package/dist/mcp-server.js +374 -261
- package/dist/mcp-server.js.map +1 -1
- package/dist/{reader-CpUcHhKW.d.ts → reader-B5mV20H6.d.cts} +34 -4
- package/dist/{reader-CpUcHhKW.d.cts → reader-B5mV20H6.d.ts} +34 -4
- package/dist/standalone.cjs +603 -85
- package/dist/standalone.cjs.map +1 -1
- package/dist/standalone.d.cts +2 -1
- package/dist/standalone.d.ts +2 -1
- package/dist/standalone.js +3 -3
- package/package.json +15 -5
- package/dist/chunk-4TS6GW6O.js.map +0 -1
- package/dist/chunk-6CLI43FI.js.map +0 -1
- package/dist/chunk-6IXW3WCC.js.map +0 -1
- package/dist/chunk-CR2NHLOH.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { C as ClientOptions, B as BuildOptions, a as BuildResult, N as N8nWorkflow, W as WorkflowListItem, D as DeleteOptions, E as ExecutionFilter, b as ExecutionSummary, c as ExecutionDetail, T as Tag } from './reader-
|
|
2
|
-
export { A as ApiError, d as AttemptMetadata, e as CredentialRequirement, f as DEFAULT_REGISTRY, g as DeployResult, F as FailurePattern, h as FileLibrary, G as GenerationError, i as GuardError, I as ILogger, j as IProvider, k as IWorkflowLibrary, K as KairosError, l as N8nApiClient, m as N8nConnections, n as N8nFieldStripper, o as N8nNode, p as N8nProvider, q as N8nSettings, r as N8nValidator, s as NodeRegistry, t as NullLibrary, O as OutcomeData, u as OutcomeStats, P as ProviderError, R as ResponseParseError, v as RuleFailureRate, S as ScoredEntry, w as
|
|
1
|
+
import { C as ClientOptions, B as BuildOptions, a as BuildResult, N as N8nWorkflow, W as WorkflowListItem, D as DeleteOptions, E as ExecutionFilter, b as ExecutionSummary, c as ExecutionDetail, T as Tag } from './reader-B5mV20H6.cjs';
|
|
2
|
+
export { A as ApiError, d as AttemptMetadata, e as CredentialRequirement, f as DEFAULT_REGISTRY, g as DeployResult, F as FailurePattern, h as FileLibrary, G as GenerationError, i as GuardError, I as ILogger, j as IProvider, k as IWorkflowLibrary, K as KairosError, l as N8nApiClient, m as N8nConnections, n as N8nFieldStripper, o as N8nNode, p as N8nProvider, q as N8nSettings, r as N8nValidator, s as NodeRegistry, t as NullLibrary, O as OutcomeData, u as OutcomeStats, P as ProviderError, R as ResponseParseError, v as RuleFailureRate, S as ScoredEntry, w as SmokeTestResult, x as SourceKind, y as StoredWorkflow, z as SyncProgress, H as TelemetryCollector, J as TelemetryEvent, L as TelemetryReader, M as TemplateSyncer, Q as TrustLevel, V as ValidationError, U as ValidationIssue, X as ValidationResult, Y as WorkflowCluster, Z as WorkflowMatch, _ as WorkflowMetadataInput, $ as buildSearchCorpus, a0 as clusterWorkflows, a1 as hybridScore, a2 as nullLogger, a3 as rerank, a4 as tokenize } from './reader-B5mV20H6.cjs';
|
|
3
3
|
|
|
4
4
|
declare class Kairos {
|
|
5
5
|
private readonly provider;
|
|
6
6
|
private readonly designer;
|
|
7
|
-
private readonly validator;
|
|
8
7
|
private readonly library;
|
|
9
8
|
private readonly logger;
|
|
10
9
|
private readonly telemetry;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { C as ClientOptions, B as BuildOptions, a as BuildResult, N as N8nWorkflow, W as WorkflowListItem, D as DeleteOptions, E as ExecutionFilter, b as ExecutionSummary, c as ExecutionDetail, T as Tag } from './reader-
|
|
2
|
-
export { A as ApiError, d as AttemptMetadata, e as CredentialRequirement, f as DEFAULT_REGISTRY, g as DeployResult, F as FailurePattern, h as FileLibrary, G as GenerationError, i as GuardError, I as ILogger, j as IProvider, k as IWorkflowLibrary, K as KairosError, l as N8nApiClient, m as N8nConnections, n as N8nFieldStripper, o as N8nNode, p as N8nProvider, q as N8nSettings, r as N8nValidator, s as NodeRegistry, t as NullLibrary, O as OutcomeData, u as OutcomeStats, P as ProviderError, R as ResponseParseError, v as RuleFailureRate, S as ScoredEntry, w as
|
|
1
|
+
import { C as ClientOptions, B as BuildOptions, a as BuildResult, N as N8nWorkflow, W as WorkflowListItem, D as DeleteOptions, E as ExecutionFilter, b as ExecutionSummary, c as ExecutionDetail, T as Tag } from './reader-B5mV20H6.js';
|
|
2
|
+
export { A as ApiError, d as AttemptMetadata, e as CredentialRequirement, f as DEFAULT_REGISTRY, g as DeployResult, F as FailurePattern, h as FileLibrary, G as GenerationError, i as GuardError, I as ILogger, j as IProvider, k as IWorkflowLibrary, K as KairosError, l as N8nApiClient, m as N8nConnections, n as N8nFieldStripper, o as N8nNode, p as N8nProvider, q as N8nSettings, r as N8nValidator, s as NodeRegistry, t as NullLibrary, O as OutcomeData, u as OutcomeStats, P as ProviderError, R as ResponseParseError, v as RuleFailureRate, S as ScoredEntry, w as SmokeTestResult, x as SourceKind, y as StoredWorkflow, z as SyncProgress, H as TelemetryCollector, J as TelemetryEvent, L as TelemetryReader, M as TemplateSyncer, Q as TrustLevel, V as ValidationError, U as ValidationIssue, X as ValidationResult, Y as WorkflowCluster, Z as WorkflowMatch, _ as WorkflowMetadataInput, $ as buildSearchCorpus, a0 as clusterWorkflows, a1 as hybridScore, a2 as nullLogger, a3 as rerank, a4 as tokenize } from './reader-B5mV20H6.js';
|
|
3
3
|
|
|
4
4
|
declare class Kairos {
|
|
5
5
|
private readonly provider;
|
|
6
6
|
private readonly designer;
|
|
7
|
-
private readonly validator;
|
|
8
7
|
private readonly library;
|
|
9
8
|
private readonly logger;
|
|
10
9
|
private readonly telemetry;
|
package/dist/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Kairos
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-GVZKMS53.js";
|
|
4
|
+
import "./chunk-V2IZBZGB.js";
|
|
5
5
|
import "./chunk-6FOFWVMG.js";
|
|
6
6
|
import {
|
|
7
7
|
GenerationError,
|
|
8
|
-
GuardError,
|
|
9
8
|
N8nProvider,
|
|
10
9
|
NullLibrary,
|
|
11
10
|
ResponseParseError,
|
|
12
11
|
TemplateSyncer,
|
|
13
12
|
ValidationError
|
|
14
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MYAGTDQ2.js";
|
|
15
14
|
import {
|
|
16
15
|
ApiError,
|
|
17
16
|
DEFAULT_REGISTRY,
|
|
18
17
|
FileLibrary,
|
|
18
|
+
GuardError,
|
|
19
19
|
KairosError,
|
|
20
20
|
N8nApiClient,
|
|
21
21
|
N8nFieldStripper,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
nullLogger,
|
|
31
31
|
rerank,
|
|
32
32
|
tokenize
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-VPPWTMRJ.js";
|
|
34
34
|
export {
|
|
35
35
|
ApiError,
|
|
36
36
|
DEFAULT_REGISTRY,
|