@blade-hq/agent-client 1.2.0-beta.1 → 1.2.0-beta.2
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/index.js +62 -3
- package/dist/index.js.map +1 -1
- package/dist/shared/projection/builder.d.ts +2 -0
- package/package.json +1 -1
|
@@ -29,6 +29,7 @@ export declare class ClientProjectionBuilder {
|
|
|
29
29
|
processEvent(event: RawEvent): ProjectionUpdate[] | null;
|
|
30
30
|
reset(): void;
|
|
31
31
|
seedSequence(maxSeq: number): void;
|
|
32
|
+
_seedTurns(turns: TurnProjection[]): void;
|
|
32
33
|
private onMemoryInject;
|
|
33
34
|
private onLoopTurn;
|
|
34
35
|
private onModeChange;
|
|
@@ -39,6 +40,7 @@ export declare class ClientProjectionBuilder {
|
|
|
39
40
|
private onBgTasksCompleted;
|
|
40
41
|
private onAskUserAnswer;
|
|
41
42
|
private onUserMessage;
|
|
43
|
+
private onPostChatFollowup;
|
|
42
44
|
private onDelta;
|
|
43
45
|
private onToolCallCreated;
|
|
44
46
|
private onResponseDone;
|