@trigger.dev/sdk 4.5.15 → 4.6.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/commonjs/imports/ai-runtime-cjs.cjs.map +1 -1
- package/dist/commonjs/imports/ai-runtime.js +2 -0
- package/dist/commonjs/v3/ai-shared.d.ts +15 -0
- package/dist/commonjs/v3/ai-shared.js +35 -1
- package/dist/commonjs/v3/ai-shared.js.map +1 -1
- package/dist/commonjs/v3/ai.d.ts +311 -25
- package/dist/commonjs/v3/ai.js +1633 -380
- package/dist/commonjs/v3/ai.js.map +1 -1
- package/dist/commonjs/v3/auth.d.ts +10 -4
- package/dist/commonjs/v3/auth.js.map +1 -1
- package/dist/commonjs/v3/chat-client.d.ts +11 -2
- package/dist/commonjs/v3/chat-client.js +227 -111
- package/dist/commonjs/v3/chat-client.js.map +1 -1
- package/dist/commonjs/v3/chat-react.d.ts +88 -0
- package/dist/commonjs/v3/chat-react.js +130 -1
- package/dist/commonjs/v3/chat-react.js.map +1 -1
- package/dist/commonjs/v3/chat-server.d.ts +42 -6
- package/dist/commonjs/v3/chat-server.js +52 -7
- package/dist/commonjs/v3/chat-server.js.map +1 -1
- package/dist/commonjs/v3/chat.d.ts +92 -10
- package/dist/commonjs/v3/chat.js +328 -73
- package/dist/commonjs/v3/chat.js.map +1 -1
- package/dist/commonjs/v3/chatSnapshotIo.d.ts +2 -0
- package/dist/commonjs/v3/chatSnapshotIo.js +173 -0
- package/dist/commonjs/v3/chatSnapshotIo.js.map +1 -0
- package/dist/commonjs/v3/chatVersionSkew.d.ts +12 -0
- package/dist/commonjs/v3/chatVersionSkew.js +30 -0
- package/dist/commonjs/v3/chatVersionSkew.js.map +1 -0
- package/dist/commonjs/v3/externalDeploymentId.d.ts +23 -0
- package/dist/commonjs/v3/externalDeploymentId.js +43 -0
- package/dist/commonjs/v3/externalDeploymentId.js.map +1 -0
- package/dist/commonjs/v3/retry.d.ts +4 -0
- package/dist/commonjs/v3/retry.js +22 -13
- package/dist/commonjs/v3/retry.js.map +1 -1
- package/dist/commonjs/v3/sessions.d.ts +15 -2
- package/dist/commonjs/v3/sessions.js +12 -1
- package/dist/commonjs/v3/sessions.js.map +1 -1
- package/dist/commonjs/v3/shared.js +30 -36
- package/dist/commonjs/v3/shared.js.map +1 -1
- package/dist/commonjs/v3/test/index.d.ts +1 -0
- package/dist/commonjs/v3/test/index.js +3 -1
- package/dist/commonjs/v3/test/index.js.map +1 -1
- package/dist/commonjs/v3/test/mock-chat-agent.d.ts +47 -4
- package/dist/commonjs/v3/test/mock-chat-agent.js +116 -10
- package/dist/commonjs/v3/test/mock-chat-agent.js.map +1 -1
- package/dist/commonjs/v3/test/test-session-handle.js +6 -0
- package/dist/commonjs/v3/test/test-session-handle.js.map +1 -1
- package/dist/commonjs/v3/test/transcript-storage-tests.d.ts +40 -0
- package/dist/commonjs/v3/test/transcript-storage-tests.js +258 -0
- package/dist/commonjs/v3/test/transcript-storage-tests.js.map +1 -0
- package/dist/commonjs/v3/transcriptStorage.d.ts +261 -0
- package/dist/commonjs/v3/transcriptStorage.js +374 -0
- package/dist/commonjs/v3/transcriptStorage.js.map +1 -0
- package/dist/commonjs/version.js +1 -1
- package/dist/esm/imports/ai-runtime.d.ts +2 -2
- package/dist/esm/imports/ai-runtime.js +2 -2
- package/dist/esm/imports/ai-runtime.js.map +1 -1
- package/dist/esm/v3/ai-shared.d.ts +15 -0
- package/dist/esm/v3/ai-shared.js +33 -0
- package/dist/esm/v3/ai-shared.js.map +1 -1
- package/dist/esm/v3/ai.d.ts +311 -25
- package/dist/esm/v3/ai.js +1625 -377
- package/dist/esm/v3/ai.js.map +1 -1
- package/dist/esm/v3/auth.d.ts +10 -4
- package/dist/esm/v3/auth.js.map +1 -1
- package/dist/esm/v3/chat-client.d.ts +11 -2
- package/dist/esm/v3/chat-client.js +228 -112
- package/dist/esm/v3/chat-client.js.map +1 -1
- package/dist/esm/v3/chat-react.d.ts +88 -0
- package/dist/esm/v3/chat-react.js +127 -1
- package/dist/esm/v3/chat-react.js.map +1 -1
- package/dist/esm/v3/chat-server.d.ts +42 -6
- package/dist/esm/v3/chat-server.js +53 -8
- package/dist/esm/v3/chat-server.js.map +1 -1
- package/dist/esm/v3/chat.d.ts +92 -10
- package/dist/esm/v3/chat.js +329 -74
- package/dist/esm/v3/chat.js.map +1 -1
- package/dist/esm/v3/chatSnapshotIo.d.ts +2 -0
- package/dist/esm/v3/chatSnapshotIo.js +165 -0
- package/dist/esm/v3/chatSnapshotIo.js.map +1 -0
- package/dist/esm/v3/chatVersionSkew.d.ts +12 -0
- package/dist/esm/v3/chatVersionSkew.js +27 -0
- package/dist/esm/v3/chatVersionSkew.js.map +1 -0
- package/dist/esm/v3/externalDeploymentId.d.ts +23 -0
- package/dist/esm/v3/externalDeploymentId.js +38 -0
- package/dist/esm/v3/externalDeploymentId.js.map +1 -0
- package/dist/esm/v3/retry.d.ts +4 -0
- package/dist/esm/v3/retry.js +14 -8
- package/dist/esm/v3/retry.js.map +1 -1
- package/dist/esm/v3/sessions.d.ts +15 -2
- package/dist/esm/v3/sessions.js +11 -1
- package/dist/esm/v3/sessions.js.map +1 -1
- package/dist/esm/v3/shared.js +17 -23
- package/dist/esm/v3/shared.js.map +1 -1
- package/dist/esm/v3/test/index.d.ts +1 -0
- package/dist/esm/v3/test/index.js +1 -0
- package/dist/esm/v3/test/index.js.map +1 -1
- package/dist/esm/v3/test/mock-chat-agent.d.ts +47 -4
- package/dist/esm/v3/test/mock-chat-agent.js +118 -12
- package/dist/esm/v3/test/mock-chat-agent.js.map +1 -1
- package/dist/esm/v3/test/test-session-handle.js +6 -0
- package/dist/esm/v3/test/test-session-handle.js.map +1 -1
- package/dist/esm/v3/test/transcript-storage-tests.d.ts +40 -0
- package/dist/esm/v3/test/transcript-storage-tests.js +255 -0
- package/dist/esm/v3/test/transcript-storage-tests.js.map +1 -0
- package/dist/esm/v3/transcriptStorage.d.ts +261 -0
- package/dist/esm/v3/transcriptStorage.js +360 -0
- package/dist/esm/v3/transcriptStorage.js.map +1 -0
- package/dist/esm/version.js +1 -1
- package/docs/ai-chat/actions.mdx +55 -23
- package/docs/ai-chat/anatomy.mdx +47 -27
- package/docs/ai-chat/backend.mdx +125 -48
- package/docs/ai-chat/background-injection.mdx +122 -19
- package/docs/ai-chat/client-protocol.mdx +5 -4
- package/docs/ai-chat/compaction.mdx +13 -7
- package/docs/ai-chat/custom-agents.mdx +23 -0
- package/docs/ai-chat/fast-starts.mdx +27 -20
- package/docs/ai-chat/frontend.mdx +19 -14
- package/docs/ai-chat/how-it-works.mdx +1 -1
- package/docs/ai-chat/lifecycle-hooks.mdx +6 -2
- package/docs/ai-chat/migrating-from-a-route-handler.mdx +16 -14
- package/docs/ai-chat/migrating-from-hydrate-messages.mdx +299 -0
- package/docs/ai-chat/patterns/database-persistence.mdx +24 -9
- package/docs/ai-chat/patterns/native-compaction.mdx +310 -0
- package/docs/ai-chat/patterns/persistence-and-replay.mdx +34 -23
- package/docs/ai-chat/patterns/skills.mdx +7 -10
- package/docs/ai-chat/patterns/version-upgrades.mdx +79 -6
- package/docs/ai-chat/pending-messages.mdx +3 -3
- package/docs/ai-chat/prompt-caching.mdx +23 -25
- package/docs/ai-chat/quick-start.mdx +11 -11
- package/docs/ai-chat/reference.mdx +69 -10
- package/docs/ai-chat/sessions.mdx +6 -1
- package/docs/ai-chat/side-channels.mdx +1 -1
- package/docs/ai-chat/testing.mdx +2 -1
- package/docs/ai-chat/tools.mdx +18 -13
- package/docs/ai-chat/transcript-storage.mdx +247 -0
- package/docs/ai-chat/upgrade-guide.mdx +2 -2
- package/docs/apikeys.mdx +27 -45
- package/docs/config/extensions/custom.mdx +14 -1
- package/docs/config/extensions/syncEnvVars.mdx +6 -0
- package/docs/deploy-environment-variables.mdx +23 -2
- package/docs/deployment/overview.mdx +4 -8
- package/docs/deployment/preview-branches.mdx +4 -4
- package/docs/deployment/version-skew-protection.mdx +62 -0
- package/docs/github-integration.mdx +1 -1
- package/docs/introduction.mdx +58 -152
- package/docs/manual-setup.mdx +7 -7
- package/docs/mcp-tools.mdx +9 -0
- package/docs/quick-start.mdx +3 -3
- package/docs/realtime/auth.mdx +1 -1
- package/docs/reports.mdx +157 -0
- package/docs/self-hosting/security.mdx +17 -0
- package/docs/tasks/scheduled.mdx +24 -0
- package/docs/triggering.mdx +1 -1
- package/docs/troubleshooting-zod.mdx +158 -0
- package/docs/troubleshooting.mdx +1 -1
- package/package.json +4 -4
- package/skills/trigger-authoring-chat-agent/SKILL.md +41 -29
- package/skills/trigger-chat-agent-advanced/SKILL.md +54 -19
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import { type TaskRunContext, type TranscriptSnapshotEntry } from "@trigger.dev/core/v3";
|
|
2
|
+
import type { ModelMessage, UIMessage } from "ai";
|
|
3
|
+
/**
|
|
4
|
+
* One change to a transcript. Ops address messages by id; position is the
|
|
5
|
+
* storage's own concern.
|
|
6
|
+
*
|
|
7
|
+
* - `put` upserts by `message.id`: an unknown id appends, a known id is
|
|
8
|
+
* replaced in place. `final` is false when the runtime captured a partial
|
|
9
|
+
* assistant message from an errored or stopped turn; it defaults to true.
|
|
10
|
+
* - `remove` deletes by id and is a no-op for an unknown id.
|
|
11
|
+
* - `truncateAfter` drops every message ordered after `afterId` (a rollback)
|
|
12
|
+
* and is a no-op when `afterId` is unknown.
|
|
13
|
+
* - `state` replaces the opaque runtime record; `null` clears it.
|
|
14
|
+
*/
|
|
15
|
+
export type TranscriptChange = {
|
|
16
|
+
op: "put";
|
|
17
|
+
message: UIMessage;
|
|
18
|
+
final?: boolean;
|
|
19
|
+
} | {
|
|
20
|
+
op: "remove";
|
|
21
|
+
id: string;
|
|
22
|
+
} | {
|
|
23
|
+
op: "truncateAfter";
|
|
24
|
+
afterId: string;
|
|
25
|
+
} | {
|
|
26
|
+
op: "state";
|
|
27
|
+
value: unknown | null;
|
|
28
|
+
};
|
|
29
|
+
export type TranscriptChangeReason = "turn-start" | "turn-complete" | "turn-error" | "action" | "compaction" | "recovery";
|
|
30
|
+
export type TranscriptCursors = {
|
|
31
|
+
lastOutEventId?: string;
|
|
32
|
+
lastInEventId?: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* What the runtime hands to `save`: the ordered changes since the last save
|
|
36
|
+
* (one transaction where the backend supports it), the whole transcript as
|
|
37
|
+
* it stands after those changes, and the stream cursors the next boot should
|
|
38
|
+
* resume from. A row-per-message store applies `changes`; a store that keeps
|
|
39
|
+
* the conversation as one document writes `transcript` as-is and needs no
|
|
40
|
+
* state of its own. Cursors are runtime-computed and persisted opaquely; a
|
|
41
|
+
* storage never interprets them.
|
|
42
|
+
*/
|
|
43
|
+
export type TranscriptChangeset = {
|
|
44
|
+
reason: TranscriptChangeReason;
|
|
45
|
+
changes: TranscriptChange[];
|
|
46
|
+
transcript: TranscriptState;
|
|
47
|
+
cursors?: TranscriptCursors;
|
|
48
|
+
};
|
|
49
|
+
/** The tenant scope of a read. A render read has no run, so this is all `load` gets. */
|
|
50
|
+
export type TranscriptScope<TClientData = unknown> = {
|
|
51
|
+
chatId: string;
|
|
52
|
+
clientData: TClientData;
|
|
53
|
+
};
|
|
54
|
+
/** The run context of a write. Supplied by the runtime; always in-run. */
|
|
55
|
+
export type TranscriptStorageContext<TClientData = unknown> = TranscriptScope<TClientData> & {
|
|
56
|
+
turn: number;
|
|
57
|
+
trigger: "submit-message" | "regenerate-message" | "action";
|
|
58
|
+
runId: string;
|
|
59
|
+
ctx: TaskRunContext;
|
|
60
|
+
};
|
|
61
|
+
export type TranscriptLoadOptions = {
|
|
62
|
+
/** Return at most this many messages, the most recent ones. */
|
|
63
|
+
limit?: number;
|
|
64
|
+
/** Return messages ordered before this message id (a `nextCursor` from a previous page). */
|
|
65
|
+
before?: string;
|
|
66
|
+
};
|
|
67
|
+
export type TranscriptLoadResult<TUIMessage extends UIMessage = UIMessage> = {
|
|
68
|
+
messages: TUIMessage[];
|
|
69
|
+
state: unknown | null;
|
|
70
|
+
cursors?: TranscriptCursors;
|
|
71
|
+
/** The id to pass as `before` for the previous page; absent on the last page. */
|
|
72
|
+
nextCursor?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Ids among `messages` that were saved with `final: false` (a partial
|
|
75
|
+
* answer). A storage that keeps `final` returns them so a partial stays
|
|
76
|
+
* partial when a continuation saves it again unchanged; a storage that
|
|
77
|
+
* does not keep `final` may leave this out.
|
|
78
|
+
*/
|
|
79
|
+
nonFinalIds?: string[];
|
|
80
|
+
};
|
|
81
|
+
/** What `loadContext` receives on every turn and action. */
|
|
82
|
+
export type LoadContextEvent<TClientData = unknown, TUIMessage extends UIMessage = UIMessage> = {
|
|
83
|
+
chatId: string;
|
|
84
|
+
/** The turn number (0-indexed). */
|
|
85
|
+
turn: number;
|
|
86
|
+
trigger: "submit-message" | "regenerate-message" | "action";
|
|
87
|
+
/** The messages the frontend sent for this turn. Empty for actions. */
|
|
88
|
+
incomingMessages: TUIMessage[];
|
|
89
|
+
/** The runtime's transcript before this turn, including any tail it recovered. */
|
|
90
|
+
previousMessages: TUIMessage[];
|
|
91
|
+
clientData?: TClientData;
|
|
92
|
+
continuation: boolean;
|
|
93
|
+
previousRunId?: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* A persistence adapter for a `chat.agent` transcript. The runtime calls
|
|
97
|
+
* `load` once at a continuation boot and `save` after every change to the
|
|
98
|
+
* conversation. Both are best-effort from the runtime's point of view: an
|
|
99
|
+
* error is logged and the turn continues.
|
|
100
|
+
*
|
|
101
|
+
* `loadContext` is optional. Its presence declares that the application
|
|
102
|
+
* owns the model's context: the runtime calls it on every turn and action
|
|
103
|
+
* and uses what it returns as the conversation, instead of the transcript
|
|
104
|
+
* it accumulated. Tail recovery still runs and `save` is still called.
|
|
105
|
+
*/
|
|
106
|
+
export type TranscriptStorage<TClientData = unknown> = {
|
|
107
|
+
load<TUIMessage extends UIMessage = UIMessage>(scope: TranscriptScope<TClientData>, opts?: TranscriptLoadOptions): Promise<TranscriptLoadResult<TUIMessage>>;
|
|
108
|
+
save(ctx: TranscriptStorageContext<TClientData>, changeset: TranscriptChangeset): Promise<void>;
|
|
109
|
+
loadContext?<TUIMessage extends UIMessage = UIMessage>(scope: TranscriptScope<TClientData>, event: LoadContextEvent<TClientData, TUIMessage>): Promise<TUIMessage[]> | TUIMessage[];
|
|
110
|
+
};
|
|
111
|
+
/** An in-memory transcript: ordered entries plus the opaque state record. */
|
|
112
|
+
export type TranscriptState<TUIMessage extends UIMessage = UIMessage> = {
|
|
113
|
+
entries: TranscriptSnapshotEntry<TUIMessage>[];
|
|
114
|
+
state: unknown | null;
|
|
115
|
+
};
|
|
116
|
+
export declare function emptyTranscriptState<TUIMessage extends UIMessage = UIMessage>(): TranscriptState<TUIMessage>;
|
|
117
|
+
/**
|
|
118
|
+
* Apply changes to a transcript, in order. Pure: returns a new state and
|
|
119
|
+
* never mutates the input. Replaying the same changes converges, which is
|
|
120
|
+
* what lets a storage retry a failed write without checking what landed.
|
|
121
|
+
*/
|
|
122
|
+
export declare function reduceTranscriptChanges<TUIMessage extends UIMessage = UIMessage>(prev: TranscriptState<TUIMessage>, changes: readonly TranscriptChange[]): TranscriptState<TUIMessage>;
|
|
123
|
+
/**
|
|
124
|
+
* What the runtime remembers about the transcript it last handed to
|
|
125
|
+
* `save`: the ids in order and a fingerprint per message, so the next
|
|
126
|
+
* changeset can be derived from the accumulator without asking the storage.
|
|
127
|
+
*/
|
|
128
|
+
export type TranscriptShadow = {
|
|
129
|
+
ids: string[];
|
|
130
|
+
fingerprints: Map<string, string>;
|
|
131
|
+
/** Ids last saved with `final: false`. Everything else was saved final. */
|
|
132
|
+
nonFinal: Set<string>;
|
|
133
|
+
};
|
|
134
|
+
/**
|
|
135
|
+
* Build the shadow for `messages`. An id is non-final when this save says so
|
|
136
|
+
* (`nonFinalIds`) or when it was non-final before and its content has not
|
|
137
|
+
* changed: a partial answer stays partial until the message itself changes.
|
|
138
|
+
*/
|
|
139
|
+
export declare function createTranscriptShadow(messages: readonly UIMessage[], nonFinalIds?: ReadonlySet<string>, previous?: TranscriptShadow): TranscriptShadow;
|
|
140
|
+
/**
|
|
141
|
+
* Derive the changes that take `shadow` to `next`.
|
|
142
|
+
*
|
|
143
|
+
* The common prefix (by id) is compared message by message and a changed
|
|
144
|
+
* message becomes an in-place `put`. Past the prefix, everything the shadow
|
|
145
|
+
* still had is dropped with one `truncateAfter` on the last common id (or
|
|
146
|
+
* one `remove` per message when there is no common prefix) and everything
|
|
147
|
+
* `next` has is appended with `put`, in order. Applying the result with
|
|
148
|
+
* {@link reduceTranscriptChanges} reproduces `next` exactly, including
|
|
149
|
+
* order, for any two lists.
|
|
150
|
+
*/
|
|
151
|
+
export declare function diffTranscript(shadow: TranscriptShadow, next: readonly UIMessage[], options?: {
|
|
152
|
+
nonFinalIds?: ReadonlySet<string>;
|
|
153
|
+
}): {
|
|
154
|
+
changes: TranscriptChange[];
|
|
155
|
+
shadow: TranscriptShadow;
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* The built-in storage: the transcript in the platform's object store, read by
|
|
159
|
+
* the Sessions dashboard and the transcript API.
|
|
160
|
+
*
|
|
161
|
+
* One object per conversation, rewritten each turn, holding the transcript plus
|
|
162
|
+
* the runtime state. Once a conversation has been compacted, it keeps roughly
|
|
163
|
+
* the last hundred messages rather than all of them, so the object stops
|
|
164
|
+
* growing with the conversation. An app that needs the full history keeps its
|
|
165
|
+
* own transcript storage.
|
|
166
|
+
*/
|
|
167
|
+
export declare function snapshotTranscriptStorage(): TranscriptStorage<unknown>;
|
|
168
|
+
/** The storage `chat.agent` uses when none is configured: {@link snapshotTranscriptStorage}. */
|
|
169
|
+
export declare const defaultStorage: TranscriptStorage<unknown>;
|
|
170
|
+
export type MemoryTranscriptStorage = TranscriptStorage<unknown> & {
|
|
171
|
+
/** The stored transcript for a chat, or `undefined` when nothing has been saved. */
|
|
172
|
+
transcript(chatId: string): (TranscriptState & {
|
|
173
|
+
cursors?: TranscriptCursors;
|
|
174
|
+
}) | undefined;
|
|
175
|
+
/** Every changeset `save` received, in order. */
|
|
176
|
+
readonly changesets: Array<{
|
|
177
|
+
ctx: TranscriptStorageContext<unknown>;
|
|
178
|
+
changeset: TranscriptChangeset;
|
|
179
|
+
}>;
|
|
180
|
+
};
|
|
181
|
+
/**
|
|
182
|
+
* A storage that keeps every transcript in process memory. The reference
|
|
183
|
+
* implementation for the conformance tests, and a way to inspect exactly
|
|
184
|
+
* what the runtime hands a storage.
|
|
185
|
+
*/
|
|
186
|
+
export declare function memoryTranscriptStorage(): MemoryTranscriptStorage;
|
|
187
|
+
type ModelLaneInjection = {
|
|
188
|
+
afterId: string;
|
|
189
|
+
messages: ModelMessage[];
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* What the runtime keeps in the storage's `state` slot: the parts of the
|
|
193
|
+
* model's context that cannot be rebuilt from the transcript. Opaque to a
|
|
194
|
+
* storage; only the runtime reads it.
|
|
195
|
+
*
|
|
196
|
+
* `compaction` is the whole model lane after a compaction, covering the
|
|
197
|
+
* transcript prefix ending at `throughId`. It is used as long as `throughId`
|
|
198
|
+
* still exists in the transcript, so a rollback or truncation that removes it
|
|
199
|
+
* rebuilds the lane from the transcript instead. Editing a message before
|
|
200
|
+
* `throughId` in place is unsupported and does not invalidate the lane.
|
|
201
|
+
* `injections` are conversational messages `chat.inject` added, anchored
|
|
202
|
+
* after the transcript message they followed.
|
|
203
|
+
*/
|
|
204
|
+
export type TranscriptRuntimeState = {
|
|
205
|
+
v: 1;
|
|
206
|
+
compaction?: {
|
|
207
|
+
modelMessages: ModelMessage[];
|
|
208
|
+
throughId: string;
|
|
209
|
+
};
|
|
210
|
+
injections?: ModelLaneInjection[];
|
|
211
|
+
/** `chat.inject` messages queued but not yet drained into a turn when the save happened. */
|
|
212
|
+
queued?: ModelMessage[];
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* The slice of a transcript worth storing, which is the last `keep` messages
|
|
216
|
+
* once a conversation has compacted, and all of it before that.
|
|
217
|
+
*
|
|
218
|
+
* Expressed relative to the compaction watermark rather than as a plain tail,
|
|
219
|
+
* because everything after the watermark is live context that the next boot
|
|
220
|
+
* converts and must never be dropped. The runtime stamps the watermark at the
|
|
221
|
+
* newest message on each compacted save, so in practice the two coincide and
|
|
222
|
+
* this keeps the last `keep`; the watermark-relative form is what keeps it
|
|
223
|
+
* correct if a watermark ever lands earlier in the transcript.
|
|
224
|
+
*
|
|
225
|
+
* Without a watermark nothing is dropped: every entry is still context.
|
|
226
|
+
*
|
|
227
|
+
* This is what stops the object rewritten each turn from growing with the
|
|
228
|
+
* conversation. An app that needs the whole history keeps its own transcript
|
|
229
|
+
* storage.
|
|
230
|
+
*/
|
|
231
|
+
export declare function trimTranscriptForSnapshot<TEntry extends {
|
|
232
|
+
id: string;
|
|
233
|
+
}>(entries: TEntry[], state: unknown, opts: {
|
|
234
|
+
keep: number;
|
|
235
|
+
}): TEntry[];
|
|
236
|
+
/**
|
|
237
|
+
* Rewrite runtime state so it still describes the transcript window being
|
|
238
|
+
* persisted.
|
|
239
|
+
*
|
|
240
|
+
* A compaction watermark that has moved out of the window becomes `""`, which
|
|
241
|
+
* is how a restored lane says "the compacted messages cover everything before
|
|
242
|
+
* this window". Left as-is, the watermark would name an entry the window does
|
|
243
|
+
* not contain, and restoring the lane would discard the compacted messages and
|
|
244
|
+
* re-convert the window from scratch — an agent that has silently forgotten the
|
|
245
|
+
* conversation. Injections anchored outside the window go too: the span they
|
|
246
|
+
* belonged to is already inside the compacted lane.
|
|
247
|
+
*/
|
|
248
|
+
export declare function normalizeRuntimeStateForWindow(state: unknown, windowIds: Iterable<string>): unknown;
|
|
249
|
+
export declare function parseTranscriptRuntimeState(value: unknown): TranscriptRuntimeState | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* Rebuild the model lane for a transcript at boot. Uses the persisted
|
|
252
|
+
* compacted lane while the transcript still contains its `throughId`
|
|
253
|
+
* boundary, then converts the rest of the transcript, re-inserting persisted
|
|
254
|
+
* injections after the messages they followed.
|
|
255
|
+
*/
|
|
256
|
+
export declare function restoreModelLane<TUIMessage extends UIMessage>(messages: TUIMessage[], state: TranscriptRuntimeState | undefined, convert: (messages: TUIMessage[]) => Promise<ModelMessage[]>): Promise<{
|
|
257
|
+
messages: ModelMessage[];
|
|
258
|
+
compacted: boolean;
|
|
259
|
+
injections: ModelLaneInjection[];
|
|
260
|
+
}>;
|
|
261
|
+
export {};
|
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultStorage = void 0;
|
|
4
|
+
exports.emptyTranscriptState = emptyTranscriptState;
|
|
5
|
+
exports.reduceTranscriptChanges = reduceTranscriptChanges;
|
|
6
|
+
exports.fingerprintMessage = fingerprintMessage;
|
|
7
|
+
exports.createTranscriptShadow = createTranscriptShadow;
|
|
8
|
+
exports.diffTranscript = diffTranscript;
|
|
9
|
+
exports.snapshotTranscriptStorage = snapshotTranscriptStorage;
|
|
10
|
+
exports.memoryTranscriptStorage = memoryTranscriptStorage;
|
|
11
|
+
exports.trimTranscriptForSnapshot = trimTranscriptForSnapshot;
|
|
12
|
+
exports.normalizeRuntimeStateForWindow = normalizeRuntimeStateForWindow;
|
|
13
|
+
exports.parseTranscriptRuntimeState = parseTranscriptRuntimeState;
|
|
14
|
+
exports.restoreModelLane = restoreModelLane;
|
|
15
|
+
const v3_1 = require("@trigger.dev/core/v3");
|
|
16
|
+
const chatSnapshotIo_js_1 = require("./chatSnapshotIo.js");
|
|
17
|
+
function emptyTranscriptState() {
|
|
18
|
+
return { entries: [], state: null };
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Apply changes to a transcript, in order. Pure: returns a new state and
|
|
22
|
+
* never mutates the input. Replaying the same changes converges, which is
|
|
23
|
+
* what lets a storage retry a failed write without checking what landed.
|
|
24
|
+
*/
|
|
25
|
+
function reduceTranscriptChanges(prev, changes) {
|
|
26
|
+
let entries = prev.entries.slice();
|
|
27
|
+
let state = prev.state;
|
|
28
|
+
for (const change of changes) {
|
|
29
|
+
switch (change.op) {
|
|
30
|
+
case "put": {
|
|
31
|
+
const message = change.message;
|
|
32
|
+
const entry = { id: message.id, final: change.final ?? true, message };
|
|
33
|
+
const idx = entries.findIndex((e) => e.id === message.id);
|
|
34
|
+
if (idx === -1)
|
|
35
|
+
entries.push(entry);
|
|
36
|
+
else
|
|
37
|
+
entries[idx] = entry;
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
case "remove": {
|
|
41
|
+
entries = entries.filter((e) => e.id !== change.id);
|
|
42
|
+
break;
|
|
43
|
+
}
|
|
44
|
+
case "truncateAfter": {
|
|
45
|
+
const idx = entries.findIndex((e) => e.id === change.afterId);
|
|
46
|
+
if (idx !== -1)
|
|
47
|
+
entries = entries.slice(0, idx + 1);
|
|
48
|
+
break;
|
|
49
|
+
}
|
|
50
|
+
case "state": {
|
|
51
|
+
state = change.value ?? null;
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return { entries, state };
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* The content identity the transcript shadow compares messages by. @internal
|
|
60
|
+
*/
|
|
61
|
+
function fingerprintMessage(message) {
|
|
62
|
+
return JSON.stringify(message);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Build the shadow for `messages`. An id is non-final when this save says so
|
|
66
|
+
* (`nonFinalIds`) or when it was non-final before and its content has not
|
|
67
|
+
* changed: a partial answer stays partial until the message itself changes.
|
|
68
|
+
*/
|
|
69
|
+
function createTranscriptShadow(messages, nonFinalIds, previous) {
|
|
70
|
+
const ids = [];
|
|
71
|
+
const fingerprints = new Map();
|
|
72
|
+
const nonFinal = new Set();
|
|
73
|
+
for (const message of messages) {
|
|
74
|
+
const fingerprint = fingerprintMessage(message);
|
|
75
|
+
ids.push(message.id);
|
|
76
|
+
fingerprints.set(message.id, fingerprint);
|
|
77
|
+
if (nonFinalIds?.has(message.id) ||
|
|
78
|
+
(previous?.nonFinal.has(message.id) && previous.fingerprints.get(message.id) === fingerprint)) {
|
|
79
|
+
nonFinal.add(message.id);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return { ids, fingerprints, nonFinal };
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Derive the changes that take `shadow` to `next`.
|
|
86
|
+
*
|
|
87
|
+
* The common prefix (by id) is compared message by message and a changed
|
|
88
|
+
* message becomes an in-place `put`. Past the prefix, everything the shadow
|
|
89
|
+
* still had is dropped with one `truncateAfter` on the last common id (or
|
|
90
|
+
* one `remove` per message when there is no common prefix) and everything
|
|
91
|
+
* `next` has is appended with `put`, in order. Applying the result with
|
|
92
|
+
* {@link reduceTranscriptChanges} reproduces `next` exactly, including
|
|
93
|
+
* order, for any two lists.
|
|
94
|
+
*/
|
|
95
|
+
function diffTranscript(shadow, next, options = {}) {
|
|
96
|
+
const nextShadow = createTranscriptShadow(next, options.nonFinalIds, shadow);
|
|
97
|
+
const changes = [];
|
|
98
|
+
const put = (message) => {
|
|
99
|
+
const final = nextShadow.nonFinal.has(message.id) ? false : undefined;
|
|
100
|
+
changes.push(final === undefined ? { op: "put", message } : { op: "put", message, final });
|
|
101
|
+
};
|
|
102
|
+
let lcp = 0;
|
|
103
|
+
while (lcp < shadow.ids.length && lcp < next.length && shadow.ids[lcp] === next[lcp].id) {
|
|
104
|
+
lcp++;
|
|
105
|
+
}
|
|
106
|
+
for (let i = 0; i < lcp; i++) {
|
|
107
|
+
const message = next[i];
|
|
108
|
+
if (shadow.fingerprints.get(message.id) !== nextShadow.fingerprints.get(message.id) ||
|
|
109
|
+
shadow.nonFinal.has(message.id) !== nextShadow.nonFinal.has(message.id)) {
|
|
110
|
+
put(message);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
if (shadow.ids.length > lcp) {
|
|
114
|
+
if (lcp > 0) {
|
|
115
|
+
changes.push({ op: "truncateAfter", afterId: shadow.ids[lcp - 1] });
|
|
116
|
+
}
|
|
117
|
+
else {
|
|
118
|
+
for (const id of shadow.ids)
|
|
119
|
+
changes.push({ op: "remove", id });
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
for (let i = lcp; i < next.length; i++) {
|
|
123
|
+
put(next[i]);
|
|
124
|
+
}
|
|
125
|
+
return { changes, shadow: nextShadow };
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* Roughly how many messages the snapshot keeps once a conversation has
|
|
129
|
+
* compacted. Raising it costs bytes on every save; lowering it shortens how far
|
|
130
|
+
* back a conversation can be rendered from the platform's own store.
|
|
131
|
+
*/
|
|
132
|
+
const SNAPSHOT_KEEP_MESSAGES = 100;
|
|
133
|
+
/**
|
|
134
|
+
* The built-in storage: the transcript in the platform's object store, read by
|
|
135
|
+
* the Sessions dashboard and the transcript API.
|
|
136
|
+
*
|
|
137
|
+
* One object per conversation, rewritten each turn, holding the transcript plus
|
|
138
|
+
* the runtime state. Once a conversation has been compacted, it keeps roughly
|
|
139
|
+
* the last hundred messages rather than all of them, so the object stops
|
|
140
|
+
* growing with the conversation. An app that needs the full history keeps its
|
|
141
|
+
* own transcript storage.
|
|
142
|
+
*/
|
|
143
|
+
function snapshotTranscriptStorage() {
|
|
144
|
+
return {
|
|
145
|
+
async load(scope, opts) {
|
|
146
|
+
if (opts?.limit !== undefined || opts?.before !== undefined) {
|
|
147
|
+
const page = await readTranscriptPage(scope.chatId, opts);
|
|
148
|
+
if (page)
|
|
149
|
+
return page;
|
|
150
|
+
}
|
|
151
|
+
const snapshot = await (0, chatSnapshotIo_js_1.readChatSnapshot)(scope.chatId);
|
|
152
|
+
const full = snapshot
|
|
153
|
+
? { entries: snapshot.messages, state: snapshot.state }
|
|
154
|
+
: emptyTranscriptState();
|
|
155
|
+
return {
|
|
156
|
+
...pageEntries(full.entries, opts),
|
|
157
|
+
state: full.state,
|
|
158
|
+
cursors: snapshot
|
|
159
|
+
? { lastOutEventId: snapshot.lastOutEventId, lastInEventId: snapshot.lastInEventId }
|
|
160
|
+
: undefined,
|
|
161
|
+
};
|
|
162
|
+
},
|
|
163
|
+
async save(ctx, changeset) {
|
|
164
|
+
const entries = trimTranscriptForSnapshot(changeset.transcript.entries, changeset.transcript.state, { keep: SNAPSHOT_KEEP_MESSAGES });
|
|
165
|
+
await (0, chatSnapshotIo_js_1.writeChatSnapshot)(ctx.chatId, {
|
|
166
|
+
version: 2,
|
|
167
|
+
savedAt: Date.now(),
|
|
168
|
+
messages: entries,
|
|
169
|
+
state: normalizeRuntimeStateForWindow(changeset.transcript.state, entries.map((entry) => entry.id)),
|
|
170
|
+
lastOutEventId: changeset.cursors?.lastOutEventId,
|
|
171
|
+
lastInEventId: changeset.cursors?.lastInEventId,
|
|
172
|
+
});
|
|
173
|
+
},
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* A page of the platform transcript read server-side, for a render read with
|
|
178
|
+
* `limit`/`before` from an app server holding a secret key. `undefined` when
|
|
179
|
+
* the call is not possible from here (a run's public token cannot use the
|
|
180
|
+
* endpoint), so the caller falls back to reading the whole blob.
|
|
181
|
+
*
|
|
182
|
+
* Carries no runtime `state`: the endpoint serves the transcript only, so a
|
|
183
|
+
* paged result always reports `state: null`. The model lane is restored from
|
|
184
|
+
* the whole-blob read instead, which is reachable only with private auth.
|
|
185
|
+
*/
|
|
186
|
+
async function readTranscriptPage(chatId, opts) {
|
|
187
|
+
try {
|
|
188
|
+
const page = await v3_1.apiClientManager.clientOrThrow().getSessionTranscript(chatId, opts);
|
|
189
|
+
return {
|
|
190
|
+
messages: page.messages,
|
|
191
|
+
state: null,
|
|
192
|
+
cursors: page.cursors,
|
|
193
|
+
nextCursor: page.nextCursor,
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
catch {
|
|
197
|
+
return undefined;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
/** The storage `chat.agent` uses when none is configured: {@link snapshotTranscriptStorage}. */
|
|
201
|
+
exports.defaultStorage = snapshotTranscriptStorage();
|
|
202
|
+
function pageEntries(all, opts) {
|
|
203
|
+
const page = (0, v3_1.pageTranscriptEntries)(all, opts);
|
|
204
|
+
return {
|
|
205
|
+
messages: page.entries.map((e) => e.message),
|
|
206
|
+
nextCursor: page.nextCursor,
|
|
207
|
+
nonFinalIds: page.entries.filter((e) => !e.final).map((e) => e.id),
|
|
208
|
+
};
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* A storage that keeps every transcript in process memory. The reference
|
|
212
|
+
* implementation for the conformance tests, and a way to inspect exactly
|
|
213
|
+
* what the runtime hands a storage.
|
|
214
|
+
*/
|
|
215
|
+
function memoryTranscriptStorage() {
|
|
216
|
+
const transcripts = new Map();
|
|
217
|
+
const changesets = [];
|
|
218
|
+
return {
|
|
219
|
+
changesets,
|
|
220
|
+
transcript(chatId) {
|
|
221
|
+
return transcripts.get(chatId);
|
|
222
|
+
},
|
|
223
|
+
async load(scope, opts) {
|
|
224
|
+
const stored = transcripts.get(scope.chatId);
|
|
225
|
+
if (!stored)
|
|
226
|
+
return { messages: [], state: null, cursors: undefined, nextCursor: undefined };
|
|
227
|
+
return {
|
|
228
|
+
...pageEntries(stored.entries, opts),
|
|
229
|
+
state: stored.state,
|
|
230
|
+
cursors: stored.cursors,
|
|
231
|
+
};
|
|
232
|
+
},
|
|
233
|
+
async save(ctx, changeset) {
|
|
234
|
+
changesets.push({ ctx, changeset });
|
|
235
|
+
const prev = transcripts.get(ctx.chatId);
|
|
236
|
+
const next = reduceTranscriptChanges(prev ?? emptyTranscriptState(), changeset.changes);
|
|
237
|
+
transcripts.set(ctx.chatId, { ...next, cursors: changeset.cursors ?? prev?.cursors });
|
|
238
|
+
},
|
|
239
|
+
};
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* The slice of a transcript worth storing, which is the last `keep` messages
|
|
243
|
+
* once a conversation has compacted, and all of it before that.
|
|
244
|
+
*
|
|
245
|
+
* Expressed relative to the compaction watermark rather than as a plain tail,
|
|
246
|
+
* because everything after the watermark is live context that the next boot
|
|
247
|
+
* converts and must never be dropped. The runtime stamps the watermark at the
|
|
248
|
+
* newest message on each compacted save, so in practice the two coincide and
|
|
249
|
+
* this keeps the last `keep`; the watermark-relative form is what keeps it
|
|
250
|
+
* correct if a watermark ever lands earlier in the transcript.
|
|
251
|
+
*
|
|
252
|
+
* Without a watermark nothing is dropped: every entry is still context.
|
|
253
|
+
*
|
|
254
|
+
* This is what stops the object rewritten each turn from growing with the
|
|
255
|
+
* conversation. An app that needs the whole history keeps its own transcript
|
|
256
|
+
* storage.
|
|
257
|
+
*/
|
|
258
|
+
function trimTranscriptForSnapshot(entries, state, opts) {
|
|
259
|
+
const throughId = parseTranscriptRuntimeState(state)?.compaction?.throughId;
|
|
260
|
+
if (throughId === undefined || throughId === "")
|
|
261
|
+
return entries;
|
|
262
|
+
const idx = entries.findIndex((entry) => entry.id === throughId);
|
|
263
|
+
if (idx === -1)
|
|
264
|
+
return entries;
|
|
265
|
+
// Keep the watermark entry itself, so a restored lane can still find it.
|
|
266
|
+
const start = Math.max(0, idx + 1 - Math.max(1, opts.keep));
|
|
267
|
+
return start === 0 ? entries : entries.slice(start);
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* Rewrite runtime state so it still describes the transcript window being
|
|
271
|
+
* persisted.
|
|
272
|
+
*
|
|
273
|
+
* A compaction watermark that has moved out of the window becomes `""`, which
|
|
274
|
+
* is how a restored lane says "the compacted messages cover everything before
|
|
275
|
+
* this window". Left as-is, the watermark would name an entry the window does
|
|
276
|
+
* not contain, and restoring the lane would discard the compacted messages and
|
|
277
|
+
* re-convert the window from scratch — an agent that has silently forgotten the
|
|
278
|
+
* conversation. Injections anchored outside the window go too: the span they
|
|
279
|
+
* belonged to is already inside the compacted lane.
|
|
280
|
+
*/
|
|
281
|
+
function normalizeRuntimeStateForWindow(state, windowIds) {
|
|
282
|
+
const runtimeState = parseTranscriptRuntimeState(state);
|
|
283
|
+
if (!runtimeState)
|
|
284
|
+
return state;
|
|
285
|
+
const ids = new Set(windowIds);
|
|
286
|
+
const compaction = runtimeState.compaction;
|
|
287
|
+
const watermarkOutside = compaction !== undefined && compaction.throughId !== "" && !ids.has(compaction.throughId);
|
|
288
|
+
const injections = runtimeState.injections?.filter((injection) => injection.afterId === "" || ids.has(injection.afterId));
|
|
289
|
+
if (!watermarkOutside && injections?.length === runtimeState.injections?.length) {
|
|
290
|
+
return state;
|
|
291
|
+
}
|
|
292
|
+
return {
|
|
293
|
+
...runtimeState,
|
|
294
|
+
...(compaction
|
|
295
|
+
? {
|
|
296
|
+
compaction: {
|
|
297
|
+
modelMessages: compaction.modelMessages,
|
|
298
|
+
throughId: watermarkOutside ? "" : compaction.throughId,
|
|
299
|
+
},
|
|
300
|
+
}
|
|
301
|
+
: {}),
|
|
302
|
+
...(injections ? { injections } : {}),
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
function parseTranscriptRuntimeState(value) {
|
|
306
|
+
if (!value || typeof value !== "object")
|
|
307
|
+
return undefined;
|
|
308
|
+
const record = value;
|
|
309
|
+
if (record.v !== 1)
|
|
310
|
+
return undefined;
|
|
311
|
+
const out = { v: 1 };
|
|
312
|
+
const compaction = record.compaction;
|
|
313
|
+
if (compaction &&
|
|
314
|
+
typeof compaction === "object" &&
|
|
315
|
+
Array.isArray(compaction.modelMessages) &&
|
|
316
|
+
typeof compaction.throughId === "string") {
|
|
317
|
+
out.compaction = {
|
|
318
|
+
modelMessages: compaction.modelMessages,
|
|
319
|
+
throughId: compaction.throughId,
|
|
320
|
+
};
|
|
321
|
+
}
|
|
322
|
+
if (Array.isArray(record.injections)) {
|
|
323
|
+
out.injections = record.injections.flatMap((entry) => {
|
|
324
|
+
const inj = entry;
|
|
325
|
+
return inj && typeof inj.afterId === "string" && Array.isArray(inj.messages)
|
|
326
|
+
? [{ afterId: inj.afterId, messages: inj.messages }]
|
|
327
|
+
: [];
|
|
328
|
+
});
|
|
329
|
+
}
|
|
330
|
+
if (Array.isArray(record.queued) && record.queued.length > 0) {
|
|
331
|
+
out.queued = record.queued;
|
|
332
|
+
}
|
|
333
|
+
return out;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Rebuild the model lane for a transcript at boot. Uses the persisted
|
|
337
|
+
* compacted lane while the transcript still contains its `throughId`
|
|
338
|
+
* boundary, then converts the rest of the transcript, re-inserting persisted
|
|
339
|
+
* injections after the messages they followed.
|
|
340
|
+
*/
|
|
341
|
+
async function restoreModelLane(messages, state, convert) {
|
|
342
|
+
const lane = [];
|
|
343
|
+
let start = 0;
|
|
344
|
+
let compacted = false;
|
|
345
|
+
if (state?.compaction) {
|
|
346
|
+
const throughId = state.compaction.throughId;
|
|
347
|
+
const idx = throughId === "" ? -1 : messages.findIndex((m) => m.id === throughId);
|
|
348
|
+
if (idx !== -1 || throughId === "") {
|
|
349
|
+
lane.push(...state.compaction.modelMessages);
|
|
350
|
+
start = idx + 1;
|
|
351
|
+
compacted = true;
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
const anchored = (state?.injections ?? [])
|
|
355
|
+
.map((inj) => ({
|
|
356
|
+
inj,
|
|
357
|
+
idx: inj.afterId === "" ? -1 : messages.findIndex((m) => m.id === inj.afterId),
|
|
358
|
+
}))
|
|
359
|
+
.filter(({ inj, idx }) => (inj.afterId === "" ? start === 0 : idx >= start))
|
|
360
|
+
.sort((a, b) => a.idx - b.idx);
|
|
361
|
+
let cursor = start;
|
|
362
|
+
for (const { inj, idx } of anchored) {
|
|
363
|
+
if (idx + 1 > cursor) {
|
|
364
|
+
lane.push(...(await convert(messages.slice(cursor, idx + 1))));
|
|
365
|
+
cursor = idx + 1;
|
|
366
|
+
}
|
|
367
|
+
lane.push(...inj.messages);
|
|
368
|
+
}
|
|
369
|
+
if (cursor < messages.length) {
|
|
370
|
+
lane.push(...(await convert(messages.slice(cursor))));
|
|
371
|
+
}
|
|
372
|
+
return { messages: lane, compacted, injections: anchored.map(({ inj }) => inj) };
|
|
373
|
+
}
|
|
374
|
+
//# sourceMappingURL=transcriptStorage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transcriptStorage.js","sourceRoot":"","sources":["../../../src/v3/transcriptStorage.ts"],"names":[],"mappings":"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"}
|
package/dist/commonjs/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { convertToModelMessages, dynamicTool, generateId, getToolName, isToolUIPart, jsonSchema, readUIMessageStream, stepCountIs, tool, zodSchema } from "ai";
|
|
2
|
-
export { convertToModelMessages, dynamicTool, generateId, getToolName, isToolUIPart, jsonSchema, readUIMessageStream, stepCountIs, tool, zodSchema, };
|
|
1
|
+
import { convertToModelMessages, dynamicTool, generateId, getToolName, isToolUIPart, jsonSchema, readUIMessageStream, stepCountIs, streamText, tool, zodSchema } from "ai";
|
|
2
|
+
export { convertToModelMessages, dynamicTool, generateId, getToolName, isToolUIPart, jsonSchema, readUIMessageStream, stepCountIs, streamText, tool, zodSchema, };
|