@runtypelabs/persona 3.28.0 → 3.29.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.
@@ -900,6 +900,7 @@ type RuntypeAgentSSEEvent = {
900
900
  iteration: number;
901
901
  reflection?: string;
902
902
  seq: number;
903
+ timestamp?: string;
903
904
  type: "agent_reflection";
904
905
  } | {
905
906
  activatedCapabilities: Array<string>;
@@ -907,6 +908,7 @@ type RuntypeAgentSSEEvent = {
907
908
  iteration: number;
908
909
  seq: number;
909
910
  skill: string;
911
+ timestamp?: string;
910
912
  toolCallId: string;
911
913
  type: "agent_skill_loaded";
912
914
  } | ({
@@ -916,6 +918,7 @@ type RuntypeAgentSSEEvent = {
916
918
  proposalId?: string;
917
919
  seq: number;
918
920
  skill: string;
921
+ timestamp?: string;
919
922
  toolCallId: string;
920
923
  type: "agent_skill_proposed";
921
924
  }) | ({
@@ -949,6 +952,7 @@ type RuntypeAgentSSEEvent = {
949
952
  iteration?: number;
950
953
  recoverable: boolean;
951
954
  seq: number;
955
+ timestamp?: string;
952
956
  type: "agent_error";
953
957
  } | {
954
958
  executionId: string;
@@ -982,6 +986,7 @@ type RuntypeFlowSSEEvent = {
982
986
  failedSteps?: number;
983
987
  finalOutput?: string;
984
988
  flowId?: string;
989
+ flowName?: string;
985
990
  output?: unknown;
986
991
  seq?: number;
987
992
  source?: string;
@@ -1033,6 +1038,7 @@ type RuntypeFlowSSEEvent = {
1033
1038
  id?: string;
1034
1039
  index?: number;
1035
1040
  name?: string;
1041
+ outputVariable?: string;
1036
1042
  seq?: number;
1037
1043
  startedAt: string;
1038
1044
  stepId?: string;
@@ -900,6 +900,7 @@ type RuntypeAgentSSEEvent = {
900
900
  iteration: number;
901
901
  reflection?: string;
902
902
  seq: number;
903
+ timestamp?: string;
903
904
  type: "agent_reflection";
904
905
  } | {
905
906
  activatedCapabilities: Array<string>;
@@ -907,6 +908,7 @@ type RuntypeAgentSSEEvent = {
907
908
  iteration: number;
908
909
  seq: number;
909
910
  skill: string;
911
+ timestamp?: string;
910
912
  toolCallId: string;
911
913
  type: "agent_skill_loaded";
912
914
  } | ({
@@ -916,6 +918,7 @@ type RuntypeAgentSSEEvent = {
916
918
  proposalId?: string;
917
919
  seq: number;
918
920
  skill: string;
921
+ timestamp?: string;
919
922
  toolCallId: string;
920
923
  type: "agent_skill_proposed";
921
924
  }) | ({
@@ -949,6 +952,7 @@ type RuntypeAgentSSEEvent = {
949
952
  iteration?: number;
950
953
  recoverable: boolean;
951
954
  seq: number;
955
+ timestamp?: string;
952
956
  type: "agent_error";
953
957
  } | {
954
958
  executionId: string;
@@ -982,6 +986,7 @@ type RuntypeFlowSSEEvent = {
982
986
  failedSteps?: number;
983
987
  finalOutput?: string;
984
988
  flowId?: string;
989
+ flowName?: string;
985
990
  output?: unknown;
986
991
  seq?: number;
987
992
  source?: string;
@@ -1033,6 +1038,7 @@ type RuntypeFlowSSEEvent = {
1033
1038
  id?: string;
1034
1039
  index?: number;
1035
1040
  name?: string;
1041
+ outputVariable?: string;
1036
1042
  seq?: number;
1037
1043
  startedAt: string;
1038
1044
  stepId?: string;