@animalabs/context-manager 0.5.4 → 0.5.9
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/src/adaptive/kv-control.d.ts +84 -33
- package/dist/src/adaptive/kv-control.d.ts.map +1 -1
- package/dist/src/adaptive/kv-control.js +510 -145
- package/dist/src/adaptive/kv-control.js.map +1 -1
- package/dist/src/adaptive/picker.d.ts +21 -0
- package/dist/src/adaptive/picker.d.ts.map +1 -1
- package/dist/src/adaptive/picker.js.map +1 -1
- package/dist/src/adaptive/strategies/kv-stable.d.ts +12 -4
- package/dist/src/adaptive/strategies/kv-stable.d.ts.map +1 -1
- package/dist/src/adaptive/strategies/kv-stable.js +67 -7
- package/dist/src/adaptive/strategies/kv-stable.js.map +1 -1
- package/dist/src/context-log.d.ts.map +1 -1
- package/dist/src/context-log.js +11 -0
- package/dist/src/context-log.js.map +1 -1
- package/dist/src/context-manager.d.ts +38 -6
- package/dist/src/context-manager.d.ts.map +1 -1
- package/dist/src/context-manager.js +51 -0
- package/dist/src/context-manager.js.map +1 -1
- package/dist/src/index.d.ts +4 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/message-store.d.ts +60 -0
- package/dist/src/message-store.d.ts.map +1 -1
- package/dist/src/message-store.js +165 -10
- package/dist/src/message-store.js.map +1 -1
- package/dist/src/phase-channel.d.ts +13 -0
- package/dist/src/phase-channel.d.ts.map +1 -0
- package/dist/src/phase-channel.js +55 -0
- package/dist/src/phase-channel.js.map +1 -0
- package/dist/src/strategies/autobiographical.d.ts +247 -8
- package/dist/src/strategies/autobiographical.d.ts.map +1 -1
- package/dist/src/strategies/autobiographical.js +1419 -141
- package/dist/src/strategies/autobiographical.js.map +1 -1
- package/dist/src/strategies/index.d.ts +1 -1
- package/dist/src/strategies/index.d.ts.map +1 -1
- package/dist/src/strategies/index.js.map +1 -1
- package/dist/src/strategies/knowledge.d.ts +8 -0
- package/dist/src/strategies/knowledge.d.ts.map +1 -1
- package/dist/src/strategies/knowledge.js +23 -1
- package/dist/src/strategies/knowledge.js.map +1 -1
- package/dist/src/types/index.d.ts +1 -1
- package/dist/src/types/index.d.ts.map +1 -1
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/types/strategy.d.ts +112 -11
- package/dist/src/types/strategy.d.ts.map +1 -1
- package/dist/src/types/strategy.js.map +1 -1
- package/dist/test/adaptive/doc-plus-chat.test.js +7 -3
- package/dist/test/adaptive/doc-plus-chat.test.js.map +1 -1
- package/dist/test/adaptive/hard-fail.test.js +22 -0
- package/dist/test/adaptive/hard-fail.test.js.map +1 -1
- package/dist/test/adaptive/ingestion.test.js +3 -1
- package/dist/test/adaptive/ingestion.test.js.map +1 -1
- package/dist/test/adaptive/kv-control.test.js +17 -11
- package/dist/test/adaptive/kv-control.test.js.map +1 -1
- package/dist/test/adaptive/pin-at-level.test.d.ts +16 -0
- package/dist/test/adaptive/pin-at-level.test.d.ts.map +1 -0
- package/dist/test/adaptive/pin-at-level.test.js +133 -0
- package/dist/test/adaptive/pin-at-level.test.js.map +1 -0
- package/dist/test/adaptive/single-path-solve.test.d.ts +16 -0
- package/dist/test/adaptive/single-path-solve.test.d.ts.map +1 -0
- package/dist/test/adaptive/single-path-solve.test.js +204 -0
- package/dist/test/adaptive/single-path-solve.test.js.map +1 -0
- package/dist/test/anti-redundancy-budget.test.d.ts +17 -0
- package/dist/test/anti-redundancy-budget.test.d.ts.map +1 -0
- package/dist/test/anti-redundancy-budget.test.js +197 -0
- package/dist/test/anti-redundancy-budget.test.js.map +1 -0
- package/dist/test/chunk-persistence.test.d.ts +29 -0
- package/dist/test/chunk-persistence.test.d.ts.map +1 -0
- package/dist/test/chunk-persistence.test.js +290 -0
- package/dist/test/chunk-persistence.test.js.map +1 -0
- package/dist/test/compression-dedup.test.d.ts +20 -0
- package/dist/test/compression-dedup.test.d.ts.map +1 -0
- package/dist/test/compression-dedup.test.js +92 -0
- package/dist/test/compression-dedup.test.js.map +1 -0
- package/dist/test/compression-shape-invariants.test.js +40 -3
- package/dist/test/compression-shape-invariants.test.js.map +1 -1
- package/dist/test/head-window-order.test.d.ts +19 -0
- package/dist/test/head-window-order.test.d.ts.map +1 -0
- package/dist/test/head-window-order.test.js +159 -0
- package/dist/test/head-window-order.test.js.map +1 -0
- package/dist/test/image-strip-render-stats.test.js +25 -3
- package/dist/test/image-strip-render-stats.test.js.map +1 -1
- package/dist/test/knowledge-tool-boundary.test.d.ts +14 -0
- package/dist/test/knowledge-tool-boundary.test.d.ts.map +1 -0
- package/dist/test/knowledge-tool-boundary.test.js +93 -0
- package/dist/test/knowledge-tool-boundary.test.js.map +1 -0
- package/dist/test/l1-holdback.test.d.ts +15 -0
- package/dist/test/l1-holdback.test.d.ts.map +1 -0
- package/dist/test/l1-holdback.test.js +119 -0
- package/dist/test/l1-holdback.test.js.map +1 -0
- package/dist/test/merge-contiguity.test.d.ts +11 -0
- package/dist/test/merge-contiguity.test.d.ts.map +1 -0
- package/dist/test/merge-contiguity.test.js +74 -0
- package/dist/test/merge-contiguity.test.js.map +1 -0
- package/dist/test/message-store-window.test.d.ts +13 -0
- package/dist/test/message-store-window.test.d.ts.map +1 -0
- package/dist/test/message-store-window.test.js +177 -0
- package/dist/test/message-store-window.test.js.map +1 -0
- package/dist/test/pins.test.js +40 -0
- package/dist/test/pins.test.js.map +1 -1
- package/dist/test/speculation-cap.test.d.ts +9 -3
- package/dist/test/speculation-cap.test.d.ts.map +1 -1
- package/dist/test/speculation-cap.test.js +179 -3
- package/dist/test/speculation-cap.test.js.map +1 -1
- package/dist/test/summary-log-consistency.test.d.ts +18 -0
- package/dist/test/summary-log-consistency.test.d.ts.map +1 -0
- package/dist/test/summary-log-consistency.test.js +97 -0
- package/dist/test/summary-log-consistency.test.js.map +1 -0
- package/dist/test/tool-pairing-invariant.test.d.ts +15 -0
- package/dist/test/tool-pairing-invariant.test.d.ts.map +1 -0
- package/dist/test/tool-pairing-invariant.test.js +225 -0
- package/dist/test/tool-pairing-invariant.test.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -3
- package/src/adaptive/kv-control.ts +554 -152
- package/src/adaptive/picker.ts +21 -0
- package/src/adaptive/strategies/kv-stable.ts +62 -12
- package/src/context-log.ts +11 -0
- package/src/context-manager.ts +61 -4
- package/src/index.ts +6 -2
- package/src/message-store.ts +202 -9
- package/src/phase-channel.ts +57 -0
- package/src/strategies/autobiographical.ts +1482 -167
- package/src/strategies/index.ts +1 -1
- package/src/strategies/knowledge.ts +25 -1
- package/src/types/index.ts +1 -0
- package/src/types/strategy.ts +120 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { JsStore } from '@animalabs/chronicle';
|
|
2
2
|
import type { ContentBlock } from '@animalabs/membrane';
|
|
3
3
|
import { NativeFormatter } from '@animalabs/membrane';
|
|
4
|
-
import type { ResettableStrategy, StrategyContext, ReadinessState, MessageStoreView, ContextLogView, TokenBudget, ContextEntry, StoredMessage, AutobiographicalConfig, SummaryLevel, SummaryEntry, ProtectedRange, SearchQuery, SearchResult, RenderStats } from '../types/index.js';
|
|
4
|
+
import type { ResettableStrategy, StrategyContext, ReadinessState, MessageStoreView, ContextLogView, TokenBudget, ContextEntry, StoredMessage, AutobiographicalConfig, SummaryLevel, SummaryEntry, ProtectedRange, PinLevelOptions, SearchQuery, SearchResult, RenderStats } from '../types/index.js';
|
|
5
5
|
import { Picker, type PickerInputs } from '../adaptive/picker.js';
|
|
6
6
|
import type { FoldOp } from '../adaptive/folding-strategy.js';
|
|
7
7
|
import type { MessageId } from '../types/message.js';
|
|
@@ -28,6 +28,35 @@ export interface Chunk {
|
|
|
28
28
|
summaryId?: string;
|
|
29
29
|
/** Phase type tag (set by KnowledgeStrategy for semantic chunking) */
|
|
30
30
|
phaseType?: string;
|
|
31
|
+
/** ID of the persisted ChunkRecord backing this chunk (chunk persistence). */
|
|
32
|
+
recordId?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Persisted chunk boundary, one per CLOSED chunk, stored in the
|
|
36
|
+
* `autobio:chunks` chronicle state slot (append_log, branch-aware).
|
|
37
|
+
*
|
|
38
|
+
* Records OWN the past: once a chunk closes, its membership is a persisted
|
|
39
|
+
* fact — rebuilds and restarts materialize chunks from records instead of
|
|
40
|
+
* recomputing boundaries from the running token sum. This is the fix for the
|
|
41
|
+
* 2026-07 re-consolidation storms: boundary inputs (config knobs, head
|
|
42
|
+
* window, token estimates, message mutations) could shift across restarts,
|
|
43
|
+
* the old exact-sourceIds-match recovery then failed, and whole stretches of
|
|
44
|
+
* already-summarized history were re-compressed into duplicate L1s.
|
|
45
|
+
*
|
|
46
|
+
* Membership is by message ID (never index), so edits/redactions degrade a
|
|
47
|
+
* record gracefully instead of re-keying its neighbors.
|
|
48
|
+
*/
|
|
49
|
+
export interface ChunkRecord {
|
|
50
|
+
/** Stable record id ("c-<n>"). */
|
|
51
|
+
id: string;
|
|
52
|
+
/** Exact message IDs of the closed chunk, in order. */
|
|
53
|
+
sourceIds: string[];
|
|
54
|
+
/** Whether the chunk's L1 summary has been produced. */
|
|
55
|
+
compressed: boolean;
|
|
56
|
+
/** ID of the L1 SummaryEntry, once compressed. */
|
|
57
|
+
summaryId?: string;
|
|
58
|
+
/** Phase type tag (KnowledgeStrategy semantic chunking). */
|
|
59
|
+
phaseType?: string;
|
|
31
60
|
}
|
|
32
61
|
/**
|
|
33
62
|
* Point-in-time snapshot of compression progress, returned from
|
|
@@ -70,6 +99,38 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
70
99
|
protected pendingCompression: Promise<void> | null;
|
|
71
100
|
protected compressionQueue: number[];
|
|
72
101
|
protected _compressionCount: number;
|
|
102
|
+
/**
|
|
103
|
+
* Monotonic counter of tick() operations that actually processed a queue item
|
|
104
|
+
* (compressed a chunk or executed a merge). `driveSpeculativeDrain` recurses
|
|
105
|
+
* while this advances — a length-delta check would falsely read "no progress"
|
|
106
|
+
* when a productive tick also enqueues a follow-on item (net queue length
|
|
107
|
+
* unchanged), halting the drain with work still queued.
|
|
108
|
+
*/
|
|
109
|
+
protected _drainProgress: number;
|
|
110
|
+
/**
|
|
111
|
+
* Chunks (keyed by their LAST message id — chunk membership is immutable
|
|
112
|
+
* once closed) whose L1 was explicitly demanded by a picker `produce` op.
|
|
113
|
+
* Demanded chunks bypass the `l1HoldbackChunks` window in `rebuildChunks`:
|
|
114
|
+
* speculation waits, demand doesn't. Entries become inert once the chunk
|
|
115
|
+
* compresses (compressed chunks are never re-queued), so no cleanup needed.
|
|
116
|
+
*/
|
|
117
|
+
protected _demandedL1Chunks: Set<string>;
|
|
118
|
+
/**
|
|
119
|
+
* In-memory mirror of the persisted chunk records (autobio:chunks slot).
|
|
120
|
+
* Loaded in `loadPersistedState`, appended to when a chunk closes,
|
|
121
|
+
* updated by ID when its L1 lands.
|
|
122
|
+
*/
|
|
123
|
+
protected chunkRecords: ChunkRecord[];
|
|
124
|
+
protected chunkIdCounter: number;
|
|
125
|
+
/**
|
|
126
|
+
* Fail-closed latch: set when most persisted records resolve to zero live
|
|
127
|
+
* messages (the messages-chain-break signature). While set, NO compression
|
|
128
|
+
* runs — duplicate memories are strictly worse than delayed compression.
|
|
129
|
+
*/
|
|
130
|
+
protected chunkRecordsOrphaned: boolean;
|
|
131
|
+
private _orphanWarned;
|
|
132
|
+
/** Record ids whose compression was refused by the L1 overlap guard. */
|
|
133
|
+
private _overlapBlocked;
|
|
73
134
|
protected summaries: SummaryEntry[];
|
|
74
135
|
protected summaryIdCounter: number;
|
|
75
136
|
protected mergeQueue: Array<{
|
|
@@ -86,11 +147,13 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
86
147
|
/** Namespace for state-id scoping. Set in `initialize()`. */
|
|
87
148
|
protected ns: string;
|
|
88
149
|
protected get summariesStateId(): string;
|
|
150
|
+
protected get chunksStateId(): string;
|
|
89
151
|
protected get counterStateId(): string;
|
|
90
152
|
protected get mergeQueueStateId(): string;
|
|
91
153
|
protected get pinsStateId(): string;
|
|
92
154
|
protected get resolutionsStateId(): string;
|
|
93
155
|
protected get locksStateId(): string;
|
|
156
|
+
protected get calibrationStateId(): string;
|
|
94
157
|
/** Protected ranges (pins + documents). Loaded from chronicle in initialize. */
|
|
95
158
|
protected pins: ProtectedRange[];
|
|
96
159
|
/** Monotonically increasing counter for pin ids. Persisted as part of the pins snapshot. */
|
|
@@ -144,6 +207,32 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
144
207
|
*/
|
|
145
208
|
chunkIngressMessage(participant: string, content: ContentBlock[]): IngressChunkResult | null;
|
|
146
209
|
initialize(ctx: StrategyContext): Promise<void>;
|
|
210
|
+
/**
|
|
211
|
+
* Whether chunk boundaries are persisted to the `autobio:chunks` slot and
|
|
212
|
+
* own the past. Subclasses with their own chunking (KnowledgeStrategy's
|
|
213
|
+
* semantic phases) opt out and keep the legacy recompute-every-rebuild
|
|
214
|
+
* behavior.
|
|
215
|
+
*/
|
|
216
|
+
protected get chunkPersistenceEnabled(): boolean;
|
|
217
|
+
/**
|
|
218
|
+
* One-time lazy migration: a store with L1 summaries but an empty chunks
|
|
219
|
+
* slot predates chunk persistence. Each L1's sourceIds ARE the historical
|
|
220
|
+
* chunk boundary — synthesize a compressed record per L1, in message
|
|
221
|
+
* order. Stale generations from the old partial-tail compression bug
|
|
222
|
+
* (an L1 whose messages are ALL already covered by records synthesized so
|
|
223
|
+
* far — prefix families, same-range duplicates) get NO record; coverage is
|
|
224
|
+
* what blocks re-compression, and the repair tooling prunes their content
|
|
225
|
+
* separately.
|
|
226
|
+
*/
|
|
227
|
+
protected migrateChunkRecords(store: MessageStoreView): void;
|
|
228
|
+
/** Append a record to the chunks slot + in-memory mirror. */
|
|
229
|
+
protected appendChunkRecord(record: ChunkRecord): void;
|
|
230
|
+
/**
|
|
231
|
+
* Mark a chunk's record compressed, linking its L1. Resolves the log slot
|
|
232
|
+
* by ID against the persisted array — never by in-memory index (see
|
|
233
|
+
* setMergedInto for the clobber this avoids).
|
|
234
|
+
*/
|
|
235
|
+
protected markChunkRecordCompressed(recordId: string | undefined, summaryId: string): void;
|
|
147
236
|
/**
|
|
148
237
|
* Register the three Chronicle state slots this strategy uses.
|
|
149
238
|
* Idempotent — chronicle throws if a state is already registered, which we
|
|
@@ -167,15 +256,20 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
167
256
|
* Pin a range of messages so they aren't compressed and render raw at
|
|
168
257
|
* their original position. Returns the pin id.
|
|
169
258
|
*/
|
|
170
|
-
pinRange(firstMessageId: string, lastMessageId: string, opts?:
|
|
171
|
-
name?: string;
|
|
172
|
-
}): string;
|
|
259
|
+
pinRange(firstMessageId: string, lastMessageId: string, opts?: PinLevelOptions): string;
|
|
173
260
|
/**
|
|
174
261
|
* Mark a single message as a "document" — semantically a body of
|
|
175
262
|
* information the agent wants to retain in full. Functionally a
|
|
176
263
|
* single-message pin with `kind: 'document'`.
|
|
177
264
|
*/
|
|
178
|
-
markDocument(messageId: string, opts?:
|
|
265
|
+
markDocument(messageId: string, opts?: PinLevelOptions): string;
|
|
266
|
+
/**
|
|
267
|
+
* V2 dynamic pin-at-level-k convenience: fix a range to render at EXACTLY
|
|
268
|
+
* fold level `level` (0 = raw). Honored only by `foldingStrategy: 'kv-stable'`;
|
|
269
|
+
* other strategies fall back to treating the range as raw. Equivalent to
|
|
270
|
+
* `pinRange(first, last, { level })`.
|
|
271
|
+
*/
|
|
272
|
+
pinAtLevel(firstMessageId: string, lastMessageId: string, level: number, opts?: {
|
|
179
273
|
name?: string;
|
|
180
274
|
}): string;
|
|
181
275
|
/** Remove a pin or document mark by id. Returns true if removed. */
|
|
@@ -209,6 +303,18 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
209
303
|
* messages) are silently skipped.
|
|
210
304
|
*/
|
|
211
305
|
protected pinnedPositions(messages: StoredMessage[]): Set<number>;
|
|
306
|
+
/**
|
|
307
|
+
* Resolve the V2 dynamic-pin fold-depth bounds (`ProtectedRange.level` /
|
|
308
|
+
* `maxLevel`) to message positions. Only pins that carry a bound appear; a
|
|
309
|
+
* classic raw pin (no bound) is absent here and handled by `pinnedPositions`.
|
|
310
|
+
* When ranges overlap, the FINEST requirement wins (lowest effective level):
|
|
311
|
+
* a fixed `level` clamps both ends; a `maxLevel` only caps depth. Honored
|
|
312
|
+
* solely by the KV-stable controller — see `ProtectedRange`.
|
|
313
|
+
*/
|
|
314
|
+
protected pinLevelBounds(messages: StoredMessage[]): Map<number, {
|
|
315
|
+
level?: number;
|
|
316
|
+
maxLevel?: number;
|
|
317
|
+
}>;
|
|
212
318
|
/**
|
|
213
319
|
* Append a summary to the in-memory list and to the chronicle AppendLog.
|
|
214
320
|
* Single point so subclasses inherit persistence.
|
|
@@ -307,8 +413,17 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
307
413
|
*/
|
|
308
414
|
protected driveSpeculativeDrain(ctx: StrategyContext): void;
|
|
309
415
|
/**
|
|
310
|
-
* Whether the
|
|
416
|
+
* Whether the count of *produced, unmerged* L1 summaries has reached the cap
|
|
311
417
|
* configured by `maxSpeculativeL1s`. If no cap is set, always false.
|
|
418
|
+
*
|
|
419
|
+
* The cap bounds how many L1 summaries may sit un-consolidated before the
|
|
420
|
+
* strategy must merge them into L_{k+1} (bounding prefix churn / merge debt).
|
|
421
|
+
* It deliberately does NOT count the pending `compressionQueue`: that queue is
|
|
422
|
+
* the backlog of work to be *drained*, not produced summaries. Counting it
|
|
423
|
+
* here would let a large backlog permanently trip the cap and block the very
|
|
424
|
+
* compression that would clear it — a deadlock (merges relieve the cap, but
|
|
425
|
+
* compression of the backlog never resumes). The throttle is on produced L1s;
|
|
426
|
+
* the queue drains freely, with merges keeping the unmerged count under the cap.
|
|
312
427
|
*/
|
|
313
428
|
protected isAtSpeculativeCap(): boolean;
|
|
314
429
|
/**
|
|
@@ -382,7 +497,7 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
382
497
|
* chronological order, dropping a leading orphan tool_result if its tool_use
|
|
383
498
|
* fell into the evicted older portion.
|
|
384
499
|
*/
|
|
385
|
-
protected emitRecentNewestFirst(entries: ContextEntry[], store: MessageStoreView, messages: StoredMessage[], recentStart: number, msgCap: number, maxTokens: number, totalTokensBefore: number): {
|
|
500
|
+
protected emitRecentNewestFirst(entries: ContextEntry[], store: MessageStoreView, messages: StoredMessage[], recentStart: number, msgCap: number, maxTokens: number, totalTokensBefore: number, pse?: number[]): {
|
|
386
501
|
messages: number;
|
|
387
502
|
tokens: number;
|
|
388
503
|
};
|
|
@@ -411,6 +526,24 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
411
526
|
* already-eligible siblings, producing N near-identical higher-level
|
|
412
527
|
* summaries when the queue eventually drains.
|
|
413
528
|
*/
|
|
529
|
+
/**
|
|
530
|
+
* Pick merge sources as the oldest CONTIGUOUS run (2026-07-12 fix).
|
|
531
|
+
*
|
|
532
|
+
* The old rule merged "whatever N are unmerged" in creation order. On a
|
|
533
|
+
* store whose frontier held both June L2s and a July L2, that minted an
|
|
534
|
+
* L3 spanning months of already-merged history (mythos L3-415, 0-3853 of
|
|
535
|
+
* 3995 messages) — a group whose range straddles the recent window can
|
|
536
|
+
* never fold (group-atomicity vs the raw zone), so the whole deep lineage
|
|
537
|
+
* above it went unusable and the fold floor stopped fitting the budget.
|
|
538
|
+
*
|
|
539
|
+
* Rules: order candidates by live source position; break runs where the
|
|
540
|
+
* positional gap exceeds `mergeContiguityGapLimit` (holes from wiped/
|
|
541
|
+
* pruned nodes are fine, cross-era bridges are not); exclude candidates
|
|
542
|
+
* whose OWN span exceeds `mergeMaxSourceSpanMessages` (replay-era wide-
|
|
543
|
+
* span summaries would bridge anything they join); merge the oldest run
|
|
544
|
+
* that still has `threshold` members.
|
|
545
|
+
*/
|
|
546
|
+
protected contiguousMergeCandidates(unmerged: SummaryEntry[], threshold: number): SummaryEntry[] | null;
|
|
414
547
|
protected checkMergeThreshold(): void;
|
|
415
548
|
/**
|
|
416
549
|
* Bottom-up speculative pre-producer (design doc §3.5 / §7.2).
|
|
@@ -443,6 +576,23 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
443
576
|
* See `docs/adaptive-resolution-design.md` §3, §5.
|
|
444
577
|
*/
|
|
445
578
|
protected selectAdaptive(store: MessageStoreView, budget: TokenBudget): ContextEntry[];
|
|
579
|
+
private _lastCompileEstimate;
|
|
580
|
+
private _storeView;
|
|
581
|
+
/**
|
|
582
|
+
* Closed-loop estimator calibration (2026-07-12). Feed the REAL input total
|
|
583
|
+
* for a request built from the latest compile (fresh + cache_read +
|
|
584
|
+
* cache_creation, minus non-window overhead the caller knows about, e.g.
|
|
585
|
+
* tool schemas). Maintains an EMA of real/estimated and applies it as the
|
|
586
|
+
* store's global multiplier, persisted across restarts. The per-class rates
|
|
587
|
+
* carry the shape; this carries the residual level.
|
|
588
|
+
*/
|
|
589
|
+
reportRealInputTokens(realTotal: number): void;
|
|
590
|
+
private _calibrationArmed;
|
|
591
|
+
private _calibration;
|
|
592
|
+
private _calibrationLoaded;
|
|
593
|
+
protected applyCalibration(): void;
|
|
594
|
+
/** Load the persisted multiplier once and push it into the store view. */
|
|
595
|
+
protected loadCalibration(store: MessageStoreView): void;
|
|
446
596
|
/**
|
|
447
597
|
* Place up to four `cache_control` breakpoints across the final ordered
|
|
448
598
|
* entries: the head/system boundary, the end of the folded history (the
|
|
@@ -470,6 +620,18 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
470
620
|
* here; stateless ones (flat-profile / oldest-first) reuse the memoized picker.
|
|
471
621
|
*/
|
|
472
622
|
protected buildPicker(inputs: PickerInputs): Picker;
|
|
623
|
+
/** The kv-stable strategy instance behind the most recent compile — kept for
|
|
624
|
+
* `[kv-escalation]` observability (design §13.4: every override is loud). */
|
|
625
|
+
private _lastKvStable;
|
|
626
|
+
/**
|
|
627
|
+
* Static salience prior (design §13.3) — "is the window the only copy?".
|
|
628
|
+
* Content whose payload is externalized folds cheap: tool blocks
|
|
629
|
+
* (re-derivable), fenced code (usually written to disk), images (the file/
|
|
630
|
+
* CDN keeps them), bare link drops. Conversation exists nowhere but the
|
|
631
|
+
* chronicle, so it stays at 1. Returns a value in [0.2, 1]; cheap,
|
|
632
|
+
* deterministic, computed per message at picker-input construction.
|
|
633
|
+
*/
|
|
634
|
+
protected static staticSalience(msg: StoredMessage): number;
|
|
473
635
|
/**
|
|
474
636
|
* Walk the summary tree to find the L_k ancestor of a message.
|
|
475
637
|
* Returns null if no ancestor exists at that level (e.g., L_k not yet produced).
|
|
@@ -616,7 +778,12 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
616
778
|
*/
|
|
617
779
|
protected getCompressibleMessages(store: MessageStoreView): StoredMessage[];
|
|
618
780
|
/**
|
|
619
|
-
* Rebuild chunk
|
|
781
|
+
* Rebuild the chunk list: persisted records own the past; the running-sum
|
|
782
|
+
* chunker only extends at the frontier, and a chunk is only ever created
|
|
783
|
+
* once it CLOSES (reaches targetChunkTokens). The trailing partial chunk
|
|
784
|
+
* is never created and never compressed — eager partial-tail compression
|
|
785
|
+
* minted a new near-duplicate L1 per rebuild while the tail grew (the
|
|
786
|
+
* prefix-generation families found fleet-wide in the 2026-07 audit).
|
|
620
787
|
*/
|
|
621
788
|
protected rebuildChunks(store: MessageStoreView): void;
|
|
622
789
|
/**
|
|
@@ -653,6 +820,23 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
653
820
|
* the in-progress render stats by the reclaimed tokens, keeping
|
|
654
821
|
* `RenderStats.total` equal to the real rendered size. */
|
|
655
822
|
protected applyImageStripping(entries: ContextEntry[], store: MessageStoreView): void;
|
|
823
|
+
/**
|
|
824
|
+
* Post-strip token estimate per message index (2026-07-12 tail-starvation
|
|
825
|
+
* fix). Mirrors `applyImageStripping`: an image beyond the `maxLiveImages`
|
|
826
|
+
* newest (counted newest-first) or deeper than `imageStripDepthTokens` of
|
|
827
|
+
* raw estimate from the live end renders as a placeholder — so every place
|
|
828
|
+
* that BUDGETS messages (recent-window walk-back, head/tail sums, middle
|
|
829
|
+
* chunk sizes) must cost it as one. Pricing stripped images at their full
|
|
830
|
+
* estimate collapsed an image-dense tail to a fraction of its configured
|
|
831
|
+
* size (42k rendered of a 120k window), and pricing them post-strip in the
|
|
832
|
+
* walk-back alone made the picker's raw-priced tail overflow the budget
|
|
833
|
+
* (318k) — the estimate must be consistent EVERYWHERE.
|
|
834
|
+
*/
|
|
835
|
+
protected postStripEstimates(store: MessageStoreView): number[];
|
|
836
|
+
/** Byte wall default: 20MB of base64 (API total-request cap is 32MB). */
|
|
837
|
+
protected static readonly DEFAULT_MAX_LIVE_IMAGE_BYTES: number;
|
|
838
|
+
/** Base64 payload size of an image block (0 for non-base64 sources). */
|
|
839
|
+
protected static imageBlockBytes(b: unknown): number;
|
|
656
840
|
protected getRecentWindowStart(store: MessageStoreView): number;
|
|
657
841
|
/**
|
|
658
842
|
* Index of the first message in the head window.
|
|
@@ -673,6 +857,61 @@ export declare class AutobiographicalStrategy implements ResettableStrategy {
|
|
|
673
857
|
* a tool_use message and its tool_result response.
|
|
674
858
|
*/
|
|
675
859
|
private trimOrphanedToolUse;
|
|
860
|
+
/** Placeholder body for a stub tool_result inserted by enforceToolPairing. */
|
|
861
|
+
private static readonly STUB_TOOL_RESULT_TEXT;
|
|
862
|
+
/**
|
|
863
|
+
* Final post-selection tool-pairing validator (bug 6.7).
|
|
864
|
+
*
|
|
865
|
+
* The Anthropic API requires every `tool_use` block to be answered by a
|
|
866
|
+
* matching `tool_result` in the immediately-following message, and every
|
|
867
|
+
* `tool_result` to answer a `tool_use` in the immediately-preceding
|
|
868
|
+
* message. Selection can violate this mid-list in ways the trailing
|
|
869
|
+
* (`trimOrphanedToolUse`) and leading orphan trims don't catch:
|
|
870
|
+
*
|
|
871
|
+
* - a budget `break` cutting between a raw pin pair's two messages;
|
|
872
|
+
* - the uncompressed-chunk fallback emitting a raw tool_result whose
|
|
873
|
+
* tool_use chunk already compressed (or vice versa);
|
|
874
|
+
* - a recall pair or pin interleaving between a tool_use and its result.
|
|
875
|
+
*
|
|
876
|
+
* Repair policy prefers preserving content over dropping:
|
|
877
|
+
*
|
|
878
|
+
* - a tool_use whose result is missing from the next entry first triggers
|
|
879
|
+
* a short look-ahead: if the genuine (displaced) result is a few entries
|
|
880
|
+
* down it is MOVED up into position (see
|
|
881
|
+
* {@link relocateOrDropMissingResults}); only when no real result exists
|
|
882
|
+
* is a STUB tool_result emitted. Either way the result block is merged
|
|
883
|
+
* into the next entry when that entry already carries results for this
|
|
884
|
+
* cycle, or inserted as a new user entry;
|
|
885
|
+
* - a tool_result whose tool_use is not in the immediately-preceding
|
|
886
|
+
* entry (and was not relocated) is dropped — there is no safe way to
|
|
887
|
+
* stub a tool_use, so the result's information content survives only if
|
|
888
|
+
* its use is adjacent; an entry left empty is replaced with a
|
|
889
|
+
* placeholder text block.
|
|
890
|
+
*
|
|
891
|
+
* Runs as a structural pass over the rendered context in BOTH render
|
|
892
|
+
* paths — `selectHierarchical` (downstream of `selectL1Summaries`, so
|
|
893
|
+
* subclass overrides like KnowledgeStrategy are covered) and
|
|
894
|
+
* `selectAdaptive` (the path FKM defaults onto). It's a no-op on
|
|
895
|
+
* already-valid output.
|
|
896
|
+
*/
|
|
897
|
+
protected enforceToolPairing(entries: ContextEntry[]): void;
|
|
898
|
+
/**
|
|
899
|
+
* For each `missing` tool_use id (a use in the preceding entry with no
|
|
900
|
+
* adjacent result), return the result block to place next to it:
|
|
901
|
+
*
|
|
902
|
+
* - if the genuine result exists within a short look-ahead window after
|
|
903
|
+
* `afterIndex`, MOVE it up into position (removing it from its source
|
|
904
|
+
* entry — replacing a now-empty entry with a placeholder) so the real
|
|
905
|
+
* tool output survives the repair;
|
|
906
|
+
* - otherwise emit a stub.
|
|
907
|
+
*
|
|
908
|
+
* tool_use ids are unique, so the single result carrying a given id is
|
|
909
|
+
* unambiguously the answer to that use — relocating it cannot break any
|
|
910
|
+
* other pairing. Results for `missing` ids never sit at or before
|
|
911
|
+
* `afterIndex` (that entry's results are already matched), so the search
|
|
912
|
+
* starts at `afterIndex + 1`.
|
|
913
|
+
*/
|
|
914
|
+
private relocateOrDropMissingResults;
|
|
676
915
|
/**
|
|
677
916
|
* Prune tool_use / tool_result blocks in-place:
|
|
678
917
|
* 1. Truncate `tool_use.input` blocks whose serialized JSON exceeds
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autobiographical.d.ts","sourceRoot":"","sources":["../../../src/strategies/autobiographical.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"autobiographical.d.ts","sourceRoot":"","sources":["../../../src/strategies/autobiographical.ts"],"names":[],"mappings":"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"}
|