@graphrefly/graphrefly 0.47.0 → 0.47.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/dist/{chunk-CGHORL6G.js → chunk-7ADWWI2T.js} +2 -2
- package/dist/{chunk-TNX5ZGDJ.js → chunk-B4AKFXGE.js} +4 -4
- package/dist/{chunk-FW23JYNQ.js → chunk-CEVNQ74M.js} +2 -2
- package/dist/{chunk-JGFRAFDL.js → chunk-FVINAAKA.js} +3 -3
- package/dist/{chunk-22SG74BD.js → chunk-J5WFUEO4.js} +2 -2
- package/dist/{chunk-GWRNLJNW.js → chunk-K7PDZYQE.js} +4 -4
- package/dist/{chunk-Z6EGP5D7.js → chunk-LDCSZ72P.js} +2 -2
- package/dist/{chunk-EHRRQ4IC.js → chunk-MTTRCEJT.js} +2 -2
- package/dist/{chunk-Q3EYOCZB.js → chunk-NPRP3MCV.js} +111 -2
- package/dist/chunk-NPRP3MCV.js.map +1 -0
- package/dist/{chunk-JKTC747G.js → chunk-RGMTUZCL.js} +3 -3
- package/dist/{chunk-ZVXXDWIB.js → chunk-U225SKB4.js} +455 -25
- package/dist/chunk-U225SKB4.js.map +1 -0
- package/dist/{chunk-ZT4WMQW4.js → chunk-V4Y3TM7U.js} +5 -5
- package/dist/{chunk-5IMMNARC.js → chunk-YXCPV26R.js} +2 -2
- package/dist/index.cjs +1374 -840
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +35 -13
- package/dist/index.js.map +1 -1
- package/dist/presets/ai/index.cjs.map +1 -1
- package/dist/presets/ai/index.js +6 -6
- package/dist/presets/harness/index.cjs.map +1 -1
- package/dist/presets/harness/index.js +9 -9
- package/dist/presets/index.cjs.map +1 -1
- package/dist/presets/index.js +13 -13
- package/dist/presets/inspect/index.cjs.map +1 -1
- package/dist/presets/inspect/index.js +4 -4
- package/dist/solutions/index.cjs.map +1 -1
- package/dist/solutions/index.js +10 -10
- package/dist/utils/ai/index.cjs.map +1 -1
- package/dist/utils/ai/index.js +5 -5
- package/dist/utils/index.cjs +931 -397
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.cts +2 -2
- package/dist/utils/index.d.ts +2 -2
- package/dist/utils/index.js +28 -6
- package/dist/utils/inspect/index.cjs.map +1 -1
- package/dist/utils/inspect/index.js +2 -2
- package/dist/utils/memory/index.cjs +462 -37
- package/dist/utils/memory/index.cjs.map +1 -1
- package/dist/utils/memory/index.d.cts +591 -2
- package/dist/utils/memory/index.d.ts +591 -2
- package/dist/utils/memory/index.js +19 -1
- package/dist/utils/messaging/index.cjs +109 -0
- package/dist/utils/messaging/index.cjs.map +1 -1
- package/dist/utils/messaging/index.d.cts +115 -2
- package/dist/utils/messaging/index.d.ts +115 -2
- package/dist/utils/messaging/index.js +5 -1
- package/dist/utils/orchestration/index.cjs.map +1 -1
- package/dist/utils/orchestration/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-Q3EYOCZB.js.map +0 -1
- package/dist/chunk-ZVXXDWIB.js.map +0 -1
- /package/dist/{chunk-CGHORL6G.js.map → chunk-7ADWWI2T.js.map} +0 -0
- /package/dist/{chunk-TNX5ZGDJ.js.map → chunk-B4AKFXGE.js.map} +0 -0
- /package/dist/{chunk-FW23JYNQ.js.map → chunk-CEVNQ74M.js.map} +0 -0
- /package/dist/{chunk-JGFRAFDL.js.map → chunk-FVINAAKA.js.map} +0 -0
- /package/dist/{chunk-22SG74BD.js.map → chunk-J5WFUEO4.js.map} +0 -0
- /package/dist/{chunk-GWRNLJNW.js.map → chunk-K7PDZYQE.js.map} +0 -0
- /package/dist/{chunk-Z6EGP5D7.js.map → chunk-LDCSZ72P.js.map} +0 -0
- /package/dist/{chunk-EHRRQ4IC.js.map → chunk-MTTRCEJT.js.map} +0 -0
- /package/dist/{chunk-JKTC747G.js.map → chunk-RGMTUZCL.js.map} +0 -0
- /package/dist/{chunk-ZT4WMQW4.js.map → chunk-V4Y3TM7U.js.map} +0 -0
- /package/dist/{chunk-5IMMNARC.js.map → chunk-YXCPV26R.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -34,8 +34,8 @@ export { D as DEFAULT_PRESET_ID, E as ErrorClass, a as ErrorClassifier, b as Exe
|
|
|
34
34
|
export { A as AuditEntry, a as AuditTrailGraph, b as AuditTrailOptions, C as ComplianceSnapshotOptions, c as ComplianceSnapshotResult, P as PolicyGateGraph, d as PolicyGateOptions, e as PolicyViolation, f as auditTrail, g as complianceSnapshot, p as policyGate } from './audit-C_bPfkqS.cjs';
|
|
35
35
|
export { FlowEntry, GraphLensView, HealthProblem, HealthReport, computeHealthReport, graphLens, healthReportEqual } from './utils/inspect/index.cjs';
|
|
36
36
|
export { JobEnvelope, JobEvent, JobEventAction, JobFlowGraph, JobFlowOptions, JobQueueGraph, JobQueueOptions, JobState, StageDef, WorkFn, jobEventKeyOf, jobFlow, jobQueue } from './utils/job-queue/index.cjs';
|
|
37
|
-
export { AdmissionFilter, CascadeEvent, CascadeOverflow, CascadeReason, CollectionAuditRecord, CollectionEntry, CollectionGraph, CollectionOptions, CollectionScoreFn, DecayPolicy, DependentsIndex, FactId, FactStore, FactStoreAuditRecord, HnswAdapter, KnowledgeEdge, KnowledgeGraph, KnowledgeGraphAuditRecord, KnowledgeGraphOptions, MemoryAnswer, MemoryFragment, MemoryQuery, OutcomeSignal, RankedCollectionEntry, ReactiveFactStoreConfig, ReactiveFactStoreGraph, ReviewRequest, ScoringPolicy, ShardKey, StoreReadHandle, VectorBackend, VectorIndexAuditRecord, VectorIndexGraph, VectorIndexOptions, VectorRecord, VectorSearchResult, collection, cosineSimilarity, knowledgeGraph, reactiveFactStore, vectorIndex } from './utils/memory/index.cjs';
|
|
38
|
-
export { CONTEXT_TOPIC, DEFERRED_TOPIC, HubRemoveTopicRecord, INJECTIONS_TOPIC, JsonSchema, MessagingAuditRecord, MessagingHubGraph, MessagingHubOptions, PROMPTS_TOPIC, PullAndAckResult, RESPONSES_TOPIC, SPAWNS_TOPIC, STANDARD_TOPICS, StandardTopic, SubscriptionAckRecord, SubscriptionGraph, SubscriptionOptions, SubscriptionPullAndAckRecord, TODOS_TOPIC, TopicBridgeGraph, TopicBridgeOptions, TopicGraph, TopicMessage, TopicOptions, TopicPublishRecord, TopicRegistry, hubRemoveTopicKeyOf, messagingHub, subscription, subscriptionAckKeyOf, subscriptionPullAndAckKeyOf, topic, topicBridge, topicPublishKeyOf } from './utils/messaging/index.cjs';
|
|
37
|
+
export { AdmissionFilter, AdmissionLlmJudgeOptions, BitemporalQueryOptions, CascadeEvent, CascadeOverflow, CascadeReason, CollectionAuditRecord, CollectionEntry, CollectionGraph, CollectionOptions, CollectionScoreFn, ConsolidationRemConfig, ConsolidationRemOptions, DecayExponentialOptions, DecayPolicy, DependentsIndex, FactId, FactStore, FactStoreAuditRecord, HnswAdapter, InfluenceAnalysis, InfluenceAnalysisOptions, InfluenceRow, InvalidationTraceEntry, InvalidationTracerOptions, KnowledgeEdge, KnowledgeGraph, KnowledgeGraphAuditRecord, KnowledgeGraphOptions, MemoryAnswer, MemoryFragment, MemoryQuery, OutcomeSignal, PersistentReactiveFactStoreConfig, PersistentReactiveFactStoreGraph, RankedCollectionEntry, ReactiveFactStoreConfig, ReactiveFactStoreGraph, ReviewRequest, ScoringByOutcomeOptions, ScoringPolicy, ShardByTenantConfig, ShardByTenantOptions, ShardKey, StoreReadHandle, VectorBackend, VectorIndexAuditRecord, VectorIndexGraph, VectorIndexOptions, VectorRecord, VectorSearchResult, admissionLlmJudge, bitemporalQuery, collection, consolidationRem, cosineSimilarity, decayExponential, influenceAnalysis, invalidationTracer, knowledgeGraph, persistentReactiveFactStore, reactiveFactStore, scoringByOutcome, shardByTenant, vectorIndex } from './utils/memory/index.cjs';
|
|
38
|
+
export { CONTEXT_TOPIC, DEFERRED_TOPIC, DeadLetterEntry, HubRemoveTopicRecord, INJECTIONS_TOPIC, JsonSchema, LogProjectorGraph, LogProjectorOptions, MessagingAuditRecord, MessagingHubGraph, MessagingHubOptions, PROMPTS_TOPIC, ProjectorPoisonPolicy, PullAndAckResult, RESPONSES_TOPIC, SPAWNS_TOPIC, STANDARD_TOPICS, StandardTopic, SubscriptionAckRecord, SubscriptionGraph, SubscriptionOptions, SubscriptionPullAndAckRecord, TODOS_TOPIC, TopicBridgeGraph, TopicBridgeOptions, TopicGraph, TopicMessage, TopicOptions, TopicPublishRecord, TopicRegistry, hubRemoveTopicKeyOf, logProjector, messagingHub, subscription, subscriptionAckKeyOf, subscriptionPullAndAckKeyOf, topic, topicBridge, topicPublishKeyOf } from './utils/messaging/index.cjs';
|
|
39
39
|
export { HumanInputOpts, HumanPromptPayload, TrackerBundle, TrackerOpts, humanInput, tracker } from './utils/orchestration/index.cjs';
|
|
40
40
|
export { C as CatchOptions, a as ClassifyResult, D as Decision, b as DecisionAction, G as GateController, c as GateOptions, P as PipelineGraph, S as StepRef, T as TerminalCause, d as decisionKeyOf, p as pipelineGraph } from './pipeline-graph-Ce47CB6Y.cjs';
|
|
41
41
|
export { ProcessCompensate, ProcessInstance, ProcessManagerOpts, ProcessManagerResult, ProcessSchedule, ProcessStateSnapshot, ProcessStep, ProcessStepResult, processInstanceKeyOf, processManager, processStateKeyOf } from './utils/process/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -34,8 +34,8 @@ export { D as DEFAULT_PRESET_ID, E as ErrorClass, a as ErrorClassifier, b as Exe
|
|
|
34
34
|
export { A as AuditEntry, a as AuditTrailGraph, b as AuditTrailOptions, C as ComplianceSnapshotOptions, c as ComplianceSnapshotResult, P as PolicyGateGraph, d as PolicyGateOptions, e as PolicyViolation, f as auditTrail, g as complianceSnapshot, p as policyGate } from './audit-BAXb3VOg.js';
|
|
35
35
|
export { FlowEntry, GraphLensView, HealthProblem, HealthReport, computeHealthReport, graphLens, healthReportEqual } from './utils/inspect/index.js';
|
|
36
36
|
export { JobEnvelope, JobEvent, JobEventAction, JobFlowGraph, JobFlowOptions, JobQueueGraph, JobQueueOptions, JobState, StageDef, WorkFn, jobEventKeyOf, jobFlow, jobQueue } from './utils/job-queue/index.js';
|
|
37
|
-
export { AdmissionFilter, CascadeEvent, CascadeOverflow, CascadeReason, CollectionAuditRecord, CollectionEntry, CollectionGraph, CollectionOptions, CollectionScoreFn, DecayPolicy, DependentsIndex, FactId, FactStore, FactStoreAuditRecord, HnswAdapter, KnowledgeEdge, KnowledgeGraph, KnowledgeGraphAuditRecord, KnowledgeGraphOptions, MemoryAnswer, MemoryFragment, MemoryQuery, OutcomeSignal, RankedCollectionEntry, ReactiveFactStoreConfig, ReactiveFactStoreGraph, ReviewRequest, ScoringPolicy, ShardKey, StoreReadHandle, VectorBackend, VectorIndexAuditRecord, VectorIndexGraph, VectorIndexOptions, VectorRecord, VectorSearchResult, collection, cosineSimilarity, knowledgeGraph, reactiveFactStore, vectorIndex } from './utils/memory/index.js';
|
|
38
|
-
export { CONTEXT_TOPIC, DEFERRED_TOPIC, HubRemoveTopicRecord, INJECTIONS_TOPIC, JsonSchema, MessagingAuditRecord, MessagingHubGraph, MessagingHubOptions, PROMPTS_TOPIC, PullAndAckResult, RESPONSES_TOPIC, SPAWNS_TOPIC, STANDARD_TOPICS, StandardTopic, SubscriptionAckRecord, SubscriptionGraph, SubscriptionOptions, SubscriptionPullAndAckRecord, TODOS_TOPIC, TopicBridgeGraph, TopicBridgeOptions, TopicGraph, TopicMessage, TopicOptions, TopicPublishRecord, TopicRegistry, hubRemoveTopicKeyOf, messagingHub, subscription, subscriptionAckKeyOf, subscriptionPullAndAckKeyOf, topic, topicBridge, topicPublishKeyOf } from './utils/messaging/index.js';
|
|
37
|
+
export { AdmissionFilter, AdmissionLlmJudgeOptions, BitemporalQueryOptions, CascadeEvent, CascadeOverflow, CascadeReason, CollectionAuditRecord, CollectionEntry, CollectionGraph, CollectionOptions, CollectionScoreFn, ConsolidationRemConfig, ConsolidationRemOptions, DecayExponentialOptions, DecayPolicy, DependentsIndex, FactId, FactStore, FactStoreAuditRecord, HnswAdapter, InfluenceAnalysis, InfluenceAnalysisOptions, InfluenceRow, InvalidationTraceEntry, InvalidationTracerOptions, KnowledgeEdge, KnowledgeGraph, KnowledgeGraphAuditRecord, KnowledgeGraphOptions, MemoryAnswer, MemoryFragment, MemoryQuery, OutcomeSignal, PersistentReactiveFactStoreConfig, PersistentReactiveFactStoreGraph, RankedCollectionEntry, ReactiveFactStoreConfig, ReactiveFactStoreGraph, ReviewRequest, ScoringByOutcomeOptions, ScoringPolicy, ShardByTenantConfig, ShardByTenantOptions, ShardKey, StoreReadHandle, VectorBackend, VectorIndexAuditRecord, VectorIndexGraph, VectorIndexOptions, VectorRecord, VectorSearchResult, admissionLlmJudge, bitemporalQuery, collection, consolidationRem, cosineSimilarity, decayExponential, influenceAnalysis, invalidationTracer, knowledgeGraph, persistentReactiveFactStore, reactiveFactStore, scoringByOutcome, shardByTenant, vectorIndex } from './utils/memory/index.js';
|
|
38
|
+
export { CONTEXT_TOPIC, DEFERRED_TOPIC, DeadLetterEntry, HubRemoveTopicRecord, INJECTIONS_TOPIC, JsonSchema, LogProjectorGraph, LogProjectorOptions, MessagingAuditRecord, MessagingHubGraph, MessagingHubOptions, PROMPTS_TOPIC, ProjectorPoisonPolicy, PullAndAckResult, RESPONSES_TOPIC, SPAWNS_TOPIC, STANDARD_TOPICS, StandardTopic, SubscriptionAckRecord, SubscriptionGraph, SubscriptionOptions, SubscriptionPullAndAckRecord, TODOS_TOPIC, TopicBridgeGraph, TopicBridgeOptions, TopicGraph, TopicMessage, TopicOptions, TopicPublishRecord, TopicRegistry, hubRemoveTopicKeyOf, logProjector, messagingHub, subscription, subscriptionAckKeyOf, subscriptionPullAndAckKeyOf, topic, topicBridge, topicPublishKeyOf } from './utils/messaging/index.js';
|
|
39
39
|
export { HumanInputOpts, HumanPromptPayload, TrackerBundle, TrackerOpts, humanInput, tracker } from './utils/orchestration/index.js';
|
|
40
40
|
export { C as CatchOptions, a as ClassifyResult, D as Decision, b as DecisionAction, G as GateController, c as GateOptions, P as PipelineGraph, S as StepRef, T as TerminalCause, d as decisionKeyOf, p as pipelineGraph } from './pipeline-graph-DXCwY9vG.js';
|
|
41
41
|
export { ProcessCompensate, ProcessInstance, ProcessManagerOpts, ProcessManagerResult, ProcessSchedule, ProcessStateSnapshot, ProcessStep, ProcessStepResult, processInstanceKeyOf, processManager, processStateKeyOf } from './utils/process/index.js';
|
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ import "./chunk-2LO3EL4W.js";
|
|
|
21
21
|
import {
|
|
22
22
|
InspectGraph,
|
|
23
23
|
inspect
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-LDCSZ72P.js";
|
|
25
25
|
import "./chunk-KRNQ6RGQ.js";
|
|
26
26
|
import {
|
|
27
27
|
DebateGraph,
|
|
@@ -36,18 +36,18 @@ import {
|
|
|
36
36
|
harnessTrace,
|
|
37
37
|
ownershipController,
|
|
38
38
|
refineExecutor
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-B4AKFXGE.js";
|
|
40
40
|
import {
|
|
41
41
|
CompressionCache,
|
|
42
42
|
renderContextView,
|
|
43
43
|
taggedContextPool,
|
|
44
44
|
tierCompress
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-MTTRCEJT.js";
|
|
46
46
|
import "./chunk-3CEXCBN6.js";
|
|
47
47
|
import {
|
|
48
48
|
GuardedExecutionGraph,
|
|
49
49
|
guardedExecution
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-FVINAAKA.js";
|
|
51
51
|
import {
|
|
52
52
|
ResilientPipelineGraph,
|
|
53
53
|
resilientPipeline
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
import {
|
|
56
56
|
AgentMemoryGraph,
|
|
57
57
|
agentMemory
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-J5WFUEO4.js";
|
|
59
59
|
import {
|
|
60
60
|
HarnessGraph,
|
|
61
61
|
RefineLoopGraph,
|
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
harnessLoop,
|
|
68
68
|
refineLoop,
|
|
69
69
|
spawnable
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-V4Y3TM7U.js";
|
|
71
71
|
import {
|
|
72
72
|
AgentGraph,
|
|
73
73
|
AgentLoopGraph,
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
agent,
|
|
77
77
|
agentLoop,
|
|
78
78
|
presetRegistry
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-RGMTUZCL.js";
|
|
80
80
|
import "./chunk-HL7HUJIX.js";
|
|
81
81
|
import {
|
|
82
82
|
CanvasMeasureAdapter,
|
|
@@ -188,7 +188,7 @@ import {
|
|
|
188
188
|
auditTrail,
|
|
189
189
|
complianceSnapshot,
|
|
190
190
|
policyGate
|
|
191
|
-
} from "./chunk-
|
|
191
|
+
} from "./chunk-CEVNQ74M.js";
|
|
192
192
|
import {
|
|
193
193
|
DEFAULT_EXECUTE_PROMPT,
|
|
194
194
|
DEFAULT_PRESET_ID,
|
|
@@ -250,7 +250,7 @@ import {
|
|
|
250
250
|
withRateLimiter,
|
|
251
251
|
withRetry,
|
|
252
252
|
zeroPrice
|
|
253
|
-
} from "./chunk-
|
|
253
|
+
} from "./chunk-K7PDZYQE.js";
|
|
254
254
|
import {
|
|
255
255
|
compileSpec,
|
|
256
256
|
decompileSpec,
|
|
@@ -272,7 +272,7 @@ import {
|
|
|
272
272
|
humanInput,
|
|
273
273
|
pipelineGraph,
|
|
274
274
|
tracker
|
|
275
|
-
} from "./chunk-
|
|
275
|
+
} from "./chunk-7ADWWI2T.js";
|
|
276
276
|
import {
|
|
277
277
|
AllTiersExhaustedError,
|
|
278
278
|
anthropicAdapter,
|
|
@@ -327,18 +327,28 @@ import {
|
|
|
327
327
|
promptNode,
|
|
328
328
|
toolExecution,
|
|
329
329
|
toolRegistry
|
|
330
|
-
} from "./chunk-
|
|
330
|
+
} from "./chunk-YXCPV26R.js";
|
|
331
331
|
import {
|
|
332
|
+
admissionLlmJudge,
|
|
333
|
+
bitemporalQuery,
|
|
332
334
|
collection,
|
|
335
|
+
consolidationRem,
|
|
333
336
|
cosineSimilarity,
|
|
337
|
+
decayExponential,
|
|
338
|
+
influenceAnalysis,
|
|
339
|
+
invalidationTracer,
|
|
334
340
|
knowledgeGraph,
|
|
341
|
+
persistentReactiveFactStore,
|
|
335
342
|
reactiveFactStore,
|
|
343
|
+
scoringByOutcome,
|
|
344
|
+
shardByTenant,
|
|
336
345
|
vectorIndex
|
|
337
|
-
} from "./chunk-
|
|
346
|
+
} from "./chunk-U225SKB4.js";
|
|
338
347
|
import {
|
|
339
348
|
CONTEXT_TOPIC,
|
|
340
349
|
DEFERRED_TOPIC,
|
|
341
350
|
INJECTIONS_TOPIC,
|
|
351
|
+
LogProjectorGraph,
|
|
342
352
|
MessagingHubGraph,
|
|
343
353
|
PROMPTS_TOPIC,
|
|
344
354
|
RESPONSES_TOPIC,
|
|
@@ -350,6 +360,7 @@ import {
|
|
|
350
360
|
TopicGraph,
|
|
351
361
|
TopicRegistry,
|
|
352
362
|
hubRemoveTopicKeyOf,
|
|
363
|
+
logProjector,
|
|
353
364
|
messagingHub,
|
|
354
365
|
subscription,
|
|
355
366
|
subscriptionAckKeyOf,
|
|
@@ -357,7 +368,7 @@ import {
|
|
|
357
368
|
topic,
|
|
358
369
|
topicBridge,
|
|
359
370
|
topicPublishKeyOf
|
|
360
|
-
} from "./chunk-
|
|
371
|
+
} from "./chunk-NPRP3MCV.js";
|
|
361
372
|
import {
|
|
362
373
|
DEFAULT_DECAY_RATE,
|
|
363
374
|
decay
|
|
@@ -519,6 +530,7 @@ export {
|
|
|
519
530
|
JobFlowGraph,
|
|
520
531
|
JobQueueGraph,
|
|
521
532
|
LLMTimeoutError,
|
|
533
|
+
LogProjectorGraph,
|
|
522
534
|
MemoryRetrievalGraph,
|
|
523
535
|
MemoryWithKGGraph,
|
|
524
536
|
MemoryWithTiersGraph,
|
|
@@ -563,6 +575,7 @@ export {
|
|
|
563
575
|
adaptiveRateLimiter,
|
|
564
576
|
addUsage,
|
|
565
577
|
admissionFilter3D,
|
|
578
|
+
admissionLlmJudge,
|
|
566
579
|
admissionScored,
|
|
567
580
|
affectedTaskFilter,
|
|
568
581
|
agent,
|
|
@@ -576,6 +589,7 @@ export {
|
|
|
576
589
|
autoSolidify,
|
|
577
590
|
awaitSettled,
|
|
578
591
|
beforeAfterCompare,
|
|
592
|
+
bitemporalQuery,
|
|
579
593
|
blindVariation,
|
|
580
594
|
budgetGate,
|
|
581
595
|
bumpCursor,
|
|
@@ -599,6 +613,7 @@ export {
|
|
|
599
613
|
computeLineBreaks,
|
|
600
614
|
computePrice,
|
|
601
615
|
computeTotalHeight,
|
|
616
|
+
consolidationRem,
|
|
602
617
|
contentGate,
|
|
603
618
|
contentModerationGraph,
|
|
604
619
|
cosineSimilarity,
|
|
@@ -616,6 +631,7 @@ export {
|
|
|
616
631
|
csvRows,
|
|
617
632
|
dataQualityGraph,
|
|
618
633
|
decay,
|
|
634
|
+
decayExponential,
|
|
619
635
|
decisionKeyOf,
|
|
620
636
|
decompileSpec,
|
|
621
637
|
defaultErrorClassifier,
|
|
@@ -697,7 +713,9 @@ export {
|
|
|
697
713
|
heterogeneousDebate,
|
|
698
714
|
hubRemoveTopicKeyOf,
|
|
699
715
|
humanInput,
|
|
716
|
+
influenceAnalysis,
|
|
700
717
|
inspect,
|
|
718
|
+
invalidationTracer,
|
|
701
719
|
isRichFnEntry,
|
|
702
720
|
isRichSourceEntry,
|
|
703
721
|
issueTrackerGraph,
|
|
@@ -714,6 +732,7 @@ export {
|
|
|
714
732
|
llmConsolidator,
|
|
715
733
|
llmExtractor,
|
|
716
734
|
llmRefine,
|
|
735
|
+
logProjector,
|
|
717
736
|
matchesCron,
|
|
718
737
|
materialize,
|
|
719
738
|
measureBlock,
|
|
@@ -739,6 +758,7 @@ export {
|
|
|
739
758
|
parseSSEStream,
|
|
740
759
|
parseStatsD,
|
|
741
760
|
parseSyslog,
|
|
761
|
+
persistentReactiveFactStore,
|
|
742
762
|
pipelineGraph,
|
|
743
763
|
policyGate,
|
|
744
764
|
presetRegistry,
|
|
@@ -774,8 +794,10 @@ export {
|
|
|
774
794
|
sagaInvocationKeyOf,
|
|
775
795
|
saveSnapshot,
|
|
776
796
|
scorer,
|
|
797
|
+
scoringByOutcome,
|
|
777
798
|
selector,
|
|
778
799
|
serializeError,
|
|
800
|
+
shardByTenant,
|
|
779
801
|
share,
|
|
780
802
|
shareReplay,
|
|
781
803
|
signalToName,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @graphrefly/graphrefly — presentation layer for the GraphReFly reactive graph protocol.\n *\n * This package composes:\n * 1. Substrate re-export from @graphrefly/pure-ts (ergonomic single-import: node,\n * state, graph, derived, effect, produce, batch, operators, data-structures,\n * storage, stratify, fromTimer, fromPromise, fromAsyncIter, fromAny, etc.)\n * 2. Presentation layers (base → utils → presets → solutions) — patterns, IO\n * adapters, composition helpers, mutation wrappers, render, compat adapters.\n *\n * Peer dependency: @graphrefly/pure-ts.\n *\n * NOTE (2026-05-15): the install-time `@graphrefly/native` drop-in via\n * `overrides` (Q28 = option (c), D198) is NOT functional today and is\n * design-pending. `@graphrefly/native`'s napi surface is irreducibly\n * async (Core on a tokio blocking pool; sync calls deadlock — D070/D077),\n * while this presentation package consumes pure-ts's SYNC public API\n * (sync `node()/state()/map()`, sync `.cache` at construction, sync\n * `.subscribe/.emit/.down`). A `@graphrefly/pure-ts`→`@graphrefly/native`\n * override would therefore break every substrate call. The only\n * documented coherent path is D080 (async-everywhere public API across\n * all siblings), which is itself deferred to near-1.0 and was never\n * reconciled with the Q28/D198 overrides framing. Until that design\n * session lands, `@graphrefly/pure-ts` is the only working substrate\n * provider; `@graphrefly/native` is a parity-test arm, not a consumable\n * drop-in. See `docs/optimizations.md` \"Native substrate contract\n * (D080 ↔ Q28/D198 unreconciled)\".\n *\n * Node-only subpath: @graphrefly/graphrefly/base/sources/node\n * Browser-only subpath: @graphrefly/graphrefly/base/sources/browser\n * Compat per-framework: @graphrefly/graphrefly/compat/<framework>\n *\n * @module\n */\n\n// 1. Substrate — node, state, graph, extra (operators, data-structures, storage, sources)\nexport * from \"@graphrefly/pure-ts\";\n\n// 2. Presentation layers (top-down per 4-layer model; CI-enforced by Biome layer-boundary rule)\nexport * from \"./base/index.js\";\nexport * from \"./presets/index.js\";\nexport * from \"./solutions/index.js\";\nexport * from \"./utils/index.js\";\n// compat is namespaced; import from @graphrefly/graphrefly/compat/<framework>\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @graphrefly/graphrefly — presentation layer for the GraphReFly reactive graph protocol.\n *\n * This package composes:\n * 1. Substrate re-export from @graphrefly/pure-ts (ergonomic single-import: node,\n * state, graph, derived, effect, produce, batch, operators, data-structures,\n * storage, stratify, fromTimer, fromPromise, fromAsyncIter, fromAny, etc.)\n * 2. Presentation layers (base → utils → presets → solutions) — patterns, IO\n * adapters, composition helpers, mutation wrappers, render, compat adapters.\n *\n * Peer dependency: @graphrefly/pure-ts.\n *\n * NOTE (2026-05-15): the install-time `@graphrefly/native` drop-in via\n * `overrides` (Q28 = option (c), D198) is NOT functional today and is\n * design-pending. `@graphrefly/native`'s napi surface is irreducibly\n * async (Core on a tokio blocking pool; sync calls deadlock — D070/D077),\n * while this presentation package consumes pure-ts's SYNC public API\n * (sync `node()/state()/map()`, sync `.cache` at construction, sync\n * `.subscribe/.emit/.down`). A `@graphrefly/pure-ts`→`@graphrefly/native`\n * override would therefore break every substrate call. The only\n * documented coherent path is D080 (async-everywhere public API across\n * all siblings), which is itself deferred to near-1.0 and was never\n * reconciled with the Q28/D198 overrides framing. Until that design\n * session lands, `@graphrefly/pure-ts` is the only working substrate\n * provider; `@graphrefly/native` is a parity-test arm, not a consumable\n * drop-in. See `docs/optimizations.md` \"Native substrate contract\n * (D080 ↔ Q28/D198 unreconciled)\".\n *\n * Node-only subpath: @graphrefly/graphrefly/base/sources/node\n * Browser-only subpath: @graphrefly/graphrefly/base/sources/browser\n * Compat per-framework: @graphrefly/graphrefly/compat/<framework>\n *\n * @module\n */\n\n// 1. Substrate — node, state, graph, extra (operators, data-structures, storage, sources)\nexport * from \"@graphrefly/pure-ts\";\n\n// 2. Presentation layers (top-down per 4-layer model; CI-enforced by Biome layer-boundary rule)\nexport * from \"./base/index.js\";\nexport * from \"./presets/index.js\";\nexport * from \"./solutions/index.js\";\nexport * from \"./utils/index.js\";\n// compat is namespaced; import from @graphrefly/graphrefly/compat/<framework>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCA,cAAc;","names":[]}
|