@remnic/core 1.1.10 → 1.1.11
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/access-cli.js +2 -2
- package/dist/access-http.d.ts +2 -2
- package/dist/access-mcp.d.ts +2 -2
- package/dist/{access-service-BTTNyo1i.d.ts → access-service-BkXt3di1.d.ts} +7 -7
- package/dist/access-service.d.ts +2 -2
- package/dist/bootstrap.d.ts +1 -1
- package/dist/{chunk-5GCNE7CN.js → chunk-KUHRUM6B.js} +4 -3
- package/dist/{chunk-5GCNE7CN.js.map → chunk-KUHRUM6B.js.map} +1 -1
- package/dist/chunk-S2JJBLJG.js +2101 -0
- package/dist/chunk-S2JJBLJG.js.map +1 -0
- package/dist/{cli-BrEwQTnW.d.ts → cli-Cvy2SNhF.d.ts} +2 -2
- package/dist/cli.d.ts +3 -3
- package/dist/explicit-capture.d.ts +1 -1
- package/dist/explicit-cue-recall.d.ts +16 -1
- package/dist/explicit-cue-recall.js +7 -3
- package/dist/index.d.ts +6 -6
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/{orchestrator-6IvQ-Phj.d.ts → orchestrator-AOQMo7QI.d.ts} +1 -0
- package/dist/orchestrator.d.ts +1 -1
- package/dist/orchestrator.js +2 -2
- package/dist/schemas.d.ts +22 -22
- package/dist/sdk-compat.d.ts +3 -2
- package/dist/sdk-compat.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-ERUDW6DU.js +0 -965
- package/dist/chunk-ERUDW6DU.js.map +0 -1
package/dist/access-cli.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Orchestrator
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KUHRUM6B.js";
|
|
4
4
|
import "./chunk-4DXC6HQQ.js";
|
|
5
5
|
import "./chunk-CK5NTM2S.js";
|
|
6
6
|
import "./chunk-FSFEQI74.js";
|
|
@@ -36,7 +36,7 @@ import "./chunk-WW3QQF4H.js";
|
|
|
36
36
|
import "./chunk-54V4BZWP.js";
|
|
37
37
|
import "./chunk-QR3C7BKQ.js";
|
|
38
38
|
import "./chunk-NN3LPQ5D.js";
|
|
39
|
-
import "./chunk-
|
|
39
|
+
import "./chunk-S2JJBLJG.js";
|
|
40
40
|
import "./chunk-74WWN7ZW.js";
|
|
41
41
|
import "./chunk-DF3RVK3X.js";
|
|
42
42
|
import "./chunk-C4SQJZAF.js";
|
package/dist/access-http.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IncomingMessage } from 'node:http';
|
|
2
|
-
import { E as EngramAccessService } from './access-service-
|
|
2
|
+
import { E as EngramAccessService } from './access-service-BkXt3di1.js';
|
|
3
3
|
import './storage.js';
|
|
4
4
|
import './page-versioning.js';
|
|
5
5
|
import './consolidation-operator.js';
|
|
@@ -13,7 +13,7 @@ import './recall-state.js';
|
|
|
13
13
|
import './recall-audit-anomaly.js';
|
|
14
14
|
import './recall-audit.js';
|
|
15
15
|
import './explicit-capture.js';
|
|
16
|
-
import './orchestrator-
|
|
16
|
+
import './orchestrator-AOQMo7QI.js';
|
|
17
17
|
import './buffer.js';
|
|
18
18
|
import './port-B6VEDIkC.js';
|
|
19
19
|
import './transcript.js';
|
package/dist/access-mcp.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Readable, Writable } from 'node:stream';
|
|
2
|
-
import { E as EngramAccessService } from './access-service-
|
|
2
|
+
import { E as EngramAccessService } from './access-service-BkXt3di1.js';
|
|
3
3
|
import './storage.js';
|
|
4
4
|
import './page-versioning.js';
|
|
5
5
|
import './consolidation-operator.js';
|
|
@@ -13,7 +13,7 @@ import './recall-state.js';
|
|
|
13
13
|
import './recall-audit-anomaly.js';
|
|
14
14
|
import './recall-audit.js';
|
|
15
15
|
import './explicit-capture.js';
|
|
16
|
-
import './orchestrator-
|
|
16
|
+
import './orchestrator-AOQMo7QI.js';
|
|
17
17
|
import './buffer.js';
|
|
18
18
|
import './port-B6VEDIkC.js';
|
|
19
19
|
import './transcript.js';
|
|
@@ -6,7 +6,7 @@ import { AnomalyDetectorResult } from './recall-audit-anomaly.js';
|
|
|
6
6
|
import { ExplicitCaptureInput } from './explicit-capture.js';
|
|
7
7
|
import { BudgetDecision } from './cross-namespace-budget.js';
|
|
8
8
|
import { r as readMemoryGovernanceRunArtifact } from './memory-projection-store-CY8TU40w.js';
|
|
9
|
-
import { O as Orchestrator, I as IntentDebugSnapshot, G as GraphRecallSnapshot, P as PatternReinforcementResult, S as SemanticDedupLookup } from './orchestrator-
|
|
9
|
+
import { O as Orchestrator, I as IntentDebugSnapshot, G as GraphRecallSnapshot, P as PatternReinforcementResult, S as SemanticDedupLookup } from './orchestrator-AOQMo7QI.js';
|
|
10
10
|
import { LiveConnectorsRunSummary } from './live-connectors-runner.js';
|
|
11
11
|
import { LastRecallSnapshot } from './recall-state.js';
|
|
12
12
|
import { GraphSnapshotRequest, GraphSnapshotResponse } from './graph-snapshot.js';
|
|
@@ -395,13 +395,13 @@ declare const CapsuleBlockSchema: z.ZodObject<{
|
|
|
395
395
|
peerProfiles: boolean;
|
|
396
396
|
}>;
|
|
397
397
|
}, "strip", z.ZodTypeAny, {
|
|
398
|
+
schemaVersion: string;
|
|
398
399
|
includes: {
|
|
399
400
|
procedural: boolean;
|
|
400
401
|
taxonomy: boolean;
|
|
401
402
|
identityAnchors: boolean;
|
|
402
403
|
peerProfiles: boolean;
|
|
403
404
|
};
|
|
404
|
-
schemaVersion: string;
|
|
405
405
|
id: string;
|
|
406
406
|
description: string;
|
|
407
407
|
version: string;
|
|
@@ -416,13 +416,13 @@ declare const CapsuleBlockSchema: z.ZodObject<{
|
|
|
416
416
|
directAnswerEnabled: boolean;
|
|
417
417
|
};
|
|
418
418
|
}, {
|
|
419
|
+
schemaVersion: string;
|
|
419
420
|
includes: {
|
|
420
421
|
procedural: boolean;
|
|
421
422
|
taxonomy: boolean;
|
|
422
423
|
identityAnchors: boolean;
|
|
423
424
|
peerProfiles: boolean;
|
|
424
425
|
};
|
|
425
|
-
schemaVersion: string;
|
|
426
426
|
id: string;
|
|
427
427
|
description: string;
|
|
428
428
|
version: string;
|
|
@@ -546,13 +546,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
546
546
|
peerProfiles: boolean;
|
|
547
547
|
}>;
|
|
548
548
|
}, "strip", z.ZodTypeAny, {
|
|
549
|
+
schemaVersion: string;
|
|
549
550
|
includes: {
|
|
550
551
|
procedural: boolean;
|
|
551
552
|
taxonomy: boolean;
|
|
552
553
|
identityAnchors: boolean;
|
|
553
554
|
peerProfiles: boolean;
|
|
554
555
|
};
|
|
555
|
-
schemaVersion: string;
|
|
556
556
|
id: string;
|
|
557
557
|
description: string;
|
|
558
558
|
version: string;
|
|
@@ -567,13 +567,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
567
567
|
directAnswerEnabled: boolean;
|
|
568
568
|
};
|
|
569
569
|
}, {
|
|
570
|
+
schemaVersion: string;
|
|
570
571
|
includes: {
|
|
571
572
|
procedural: boolean;
|
|
572
573
|
taxonomy: boolean;
|
|
573
574
|
identityAnchors: boolean;
|
|
574
575
|
peerProfiles: boolean;
|
|
575
576
|
};
|
|
576
|
-
schemaVersion: string;
|
|
577
577
|
id: string;
|
|
578
578
|
description: string;
|
|
579
579
|
version: string;
|
|
@@ -600,13 +600,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
600
600
|
pluginVersion: string;
|
|
601
601
|
includesTranscripts: boolean;
|
|
602
602
|
capsule: {
|
|
603
|
+
schemaVersion: string;
|
|
603
604
|
includes: {
|
|
604
605
|
procedural: boolean;
|
|
605
606
|
taxonomy: boolean;
|
|
606
607
|
identityAnchors: boolean;
|
|
607
608
|
peerProfiles: boolean;
|
|
608
609
|
};
|
|
609
|
-
schemaVersion: string;
|
|
610
610
|
id: string;
|
|
611
611
|
description: string;
|
|
612
612
|
version: string;
|
|
@@ -633,13 +633,13 @@ declare const ExportManifestV2Schema: z.ZodObject<{
|
|
|
633
633
|
pluginVersion: string;
|
|
634
634
|
includesTranscripts: boolean;
|
|
635
635
|
capsule: {
|
|
636
|
+
schemaVersion: string;
|
|
636
637
|
includes: {
|
|
637
638
|
procedural: boolean;
|
|
638
639
|
taxonomy: boolean;
|
|
639
640
|
identityAnchors: boolean;
|
|
640
641
|
peerProfiles: boolean;
|
|
641
642
|
};
|
|
642
|
-
schemaVersion: string;
|
|
643
643
|
id: string;
|
|
644
644
|
description: string;
|
|
645
645
|
version: string;
|
package/dist/access-service.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './storage.js';
|
|
2
|
-
export { o as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, p as EngramAccessBriefingRequest, q as EngramAccessBriefingResponse, r as EngramAccessCapsuleListResponse, s as EngramAccessDaySummaryRequest, t as EngramAccessEntityListResponse, u as EngramAccessEntityResponse, v as EngramAccessEntitySummary, w as EngramAccessHealthResponse, d as EngramAccessInputError, x as EngramAccessLcmSearchRequest, y as EngramAccessLcmSearchResponse, z as EngramAccessLcmStatusResponse, A as EngramAccessMaintenanceResponse, B as EngramAccessMemoryBrowseRequest, D as EngramAccessMemoryBrowseResponse, F as EngramAccessMemoryRecord, G as EngramAccessMemoryResponse, H as EngramAccessMemoryStoreRequest, J as EngramAccessMemorySummary, K as EngramAccessObserveMessage, L as EngramAccessObserveRequest, M as EngramAccessObserveResponse, N as EngramAccessQualityResponse, O as EngramAccessRecallExplainRequest, Q as EngramAccessRecallExplainResponse, R as EngramAccessRecallRequest, S as EngramAccessRecallResponse, T as EngramAccessReviewDispositionRequest, U as EngramAccessReviewDispositionResponse, V as EngramAccessReviewQueueResponse, E as EngramAccessService, W as EngramAccessSetCodingContextRequest, X as EngramAccessSuggestionSubmitRequest, Y as EngramAccessTimelineResponse, Z as EngramAccessTrustZoneBrowseRequest, _ as EngramAccessTrustZoneBrowseResponse, $ as EngramAccessTrustZoneDemoSeedRequest, a0 as EngramAccessTrustZoneDemoSeedResponse, a1 as EngramAccessTrustZonePromoteRequest, a2 as EngramAccessTrustZonePromoteResponse, a3 as EngramAccessTrustZoneRecordSummary, a4 as EngramAccessTrustZoneStatusResponse, a5 as EngramAccessWriteEnvelope, a6 as EngramAccessWriteResponse, a7 as shapeMemorySummary } from './access-service-
|
|
2
|
+
export { o as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, p as EngramAccessBriefingRequest, q as EngramAccessBriefingResponse, r as EngramAccessCapsuleListResponse, s as EngramAccessDaySummaryRequest, t as EngramAccessEntityListResponse, u as EngramAccessEntityResponse, v as EngramAccessEntitySummary, w as EngramAccessHealthResponse, d as EngramAccessInputError, x as EngramAccessLcmSearchRequest, y as EngramAccessLcmSearchResponse, z as EngramAccessLcmStatusResponse, A as EngramAccessMaintenanceResponse, B as EngramAccessMemoryBrowseRequest, D as EngramAccessMemoryBrowseResponse, F as EngramAccessMemoryRecord, G as EngramAccessMemoryResponse, H as EngramAccessMemoryStoreRequest, J as EngramAccessMemorySummary, K as EngramAccessObserveMessage, L as EngramAccessObserveRequest, M as EngramAccessObserveResponse, N as EngramAccessQualityResponse, O as EngramAccessRecallExplainRequest, Q as EngramAccessRecallExplainResponse, R as EngramAccessRecallRequest, S as EngramAccessRecallResponse, T as EngramAccessReviewDispositionRequest, U as EngramAccessReviewDispositionResponse, V as EngramAccessReviewQueueResponse, E as EngramAccessService, W as EngramAccessSetCodingContextRequest, X as EngramAccessSuggestionSubmitRequest, Y as EngramAccessTimelineResponse, Z as EngramAccessTrustZoneBrowseRequest, _ as EngramAccessTrustZoneBrowseResponse, $ as EngramAccessTrustZoneDemoSeedRequest, a0 as EngramAccessTrustZoneDemoSeedResponse, a1 as EngramAccessTrustZonePromoteRequest, a2 as EngramAccessTrustZonePromoteResponse, a3 as EngramAccessTrustZoneRecordSummary, a4 as EngramAccessTrustZoneStatusResponse, a5 as EngramAccessWriteEnvelope, a6 as EngramAccessWriteResponse, a7 as shapeMemorySummary } from './access-service-BkXt3di1.js';
|
|
3
3
|
import './recall-xray.js';
|
|
4
4
|
import './recall-explain-renderer.js';
|
|
5
5
|
import './types.js';
|
|
@@ -7,7 +7,7 @@ import './recall-audit-anomaly.js';
|
|
|
7
7
|
import './explicit-capture.js';
|
|
8
8
|
import './cross-namespace-budget.js';
|
|
9
9
|
import './memory-projection-store-CY8TU40w.js';
|
|
10
|
-
import './orchestrator-
|
|
10
|
+
import './orchestrator-AOQMo7QI.js';
|
|
11
11
|
import './live-connectors-runner.js';
|
|
12
12
|
import './recall-state.js';
|
|
13
13
|
import './graph-snapshot.js';
|
package/dist/bootstrap.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ import {
|
|
|
121
121
|
} from "./chunk-NN3LPQ5D.js";
|
|
122
122
|
import {
|
|
123
123
|
buildExplicitCueRecallSection
|
|
124
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-S2JJBLJG.js";
|
|
125
125
|
import {
|
|
126
126
|
recordJudgeTrainingPair
|
|
127
127
|
} from "./chunk-DF3RVK3X.js";
|
|
@@ -3025,7 +3025,8 @@ ${preview}`,
|
|
|
3025
3025
|
return {
|
|
3026
3026
|
totalMessages: this.archive.getMessageCount(sessionId),
|
|
3027
3027
|
totalSummaryNodes: this.dag.getNodeCount(sessionId),
|
|
3028
|
-
maxDepth: this.dag.getMaxDepth(sessionId)
|
|
3028
|
+
maxDepth: this.dag.getMaxDepth(sessionId),
|
|
3029
|
+
maxTurnIndex: this.archive.getMaxTurnIndex(sessionId)
|
|
3029
3030
|
};
|
|
3030
3031
|
}
|
|
3031
3032
|
return {
|
|
@@ -14393,4 +14394,4 @@ export {
|
|
|
14393
14394
|
resolvePersistedMemoryRelativePath,
|
|
14394
14395
|
Orchestrator
|
|
14395
14396
|
};
|
|
14396
|
-
//# sourceMappingURL=chunk-
|
|
14397
|
+
//# sourceMappingURL=chunk-KUHRUM6B.js.map
|