@runtypelabs/sdk 4.7.0 → 4.7.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/index.d.cts +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -32685,6 +32685,7 @@ interface components {
|
|
|
32685
32685
|
iteration: number;
|
|
32686
32686
|
reflection?: string;
|
|
32687
32687
|
seq: number;
|
|
32688
|
+
timestamp?: string;
|
|
32688
32689
|
/** @enum {string} */
|
|
32689
32690
|
type: "agent_reflection";
|
|
32690
32691
|
} | {
|
|
@@ -32693,6 +32694,7 @@ interface components {
|
|
|
32693
32694
|
iteration: number;
|
|
32694
32695
|
seq: number;
|
|
32695
32696
|
skill: string;
|
|
32697
|
+
timestamp?: string;
|
|
32696
32698
|
toolCallId: string;
|
|
32697
32699
|
/** @enum {string} */
|
|
32698
32700
|
type: "agent_skill_loaded";
|
|
@@ -32704,6 +32706,7 @@ interface components {
|
|
|
32704
32706
|
proposalId?: string;
|
|
32705
32707
|
seq: number;
|
|
32706
32708
|
skill: string;
|
|
32709
|
+
timestamp?: string;
|
|
32707
32710
|
toolCallId: string;
|
|
32708
32711
|
/** @enum {string} */
|
|
32709
32712
|
type: "agent_skill_proposed";
|
|
@@ -32742,6 +32745,7 @@ interface components {
|
|
|
32742
32745
|
iteration?: number;
|
|
32743
32746
|
recoverable: boolean;
|
|
32744
32747
|
seq: number;
|
|
32748
|
+
timestamp?: string;
|
|
32745
32749
|
/** @enum {string} */
|
|
32746
32750
|
type: "agent_error";
|
|
32747
32751
|
} | {
|
|
@@ -33029,6 +33033,7 @@ interface components {
|
|
|
33029
33033
|
iteration: number;
|
|
33030
33034
|
reflection?: string;
|
|
33031
33035
|
seq: number;
|
|
33036
|
+
timestamp?: string;
|
|
33032
33037
|
/** @enum {string} */
|
|
33033
33038
|
type: "agent_reflection";
|
|
33034
33039
|
} | {
|
|
@@ -33037,6 +33042,7 @@ interface components {
|
|
|
33037
33042
|
iteration: number;
|
|
33038
33043
|
seq: number;
|
|
33039
33044
|
skill: string;
|
|
33045
|
+
timestamp?: string;
|
|
33040
33046
|
toolCallId: string;
|
|
33041
33047
|
/** @enum {string} */
|
|
33042
33048
|
type: "agent_skill_loaded";
|
|
@@ -33048,6 +33054,7 @@ interface components {
|
|
|
33048
33054
|
proposalId?: string;
|
|
33049
33055
|
seq: number;
|
|
33050
33056
|
skill: string;
|
|
33057
|
+
timestamp?: string;
|
|
33051
33058
|
toolCallId: string;
|
|
33052
33059
|
/** @enum {string} */
|
|
33053
33060
|
type: "agent_skill_proposed";
|
|
@@ -33086,6 +33093,7 @@ interface components {
|
|
|
33086
33093
|
iteration?: number;
|
|
33087
33094
|
recoverable: boolean;
|
|
33088
33095
|
seq: number;
|
|
33096
|
+
timestamp?: string;
|
|
33089
33097
|
/** @enum {string} */
|
|
33090
33098
|
type: "agent_error";
|
|
33091
33099
|
} | {
|
|
@@ -33125,6 +33133,7 @@ interface components {
|
|
|
33125
33133
|
failedSteps?: number;
|
|
33126
33134
|
finalOutput?: string;
|
|
33127
33135
|
flowId?: string;
|
|
33136
|
+
flowName?: string;
|
|
33128
33137
|
output?: unknown;
|
|
33129
33138
|
seq?: number;
|
|
33130
33139
|
source?: string;
|
|
@@ -33182,6 +33191,7 @@ interface components {
|
|
|
33182
33191
|
id?: string;
|
|
33183
33192
|
index?: number;
|
|
33184
33193
|
name?: string;
|
|
33194
|
+
outputVariable?: string;
|
|
33185
33195
|
seq?: number;
|
|
33186
33196
|
startedAt: string;
|
|
33187
33197
|
stepId?: string;
|
|
@@ -33519,6 +33529,7 @@ interface components {
|
|
|
33519
33529
|
failedSteps?: number;
|
|
33520
33530
|
finalOutput?: string;
|
|
33521
33531
|
flowId?: string;
|
|
33532
|
+
flowName?: string;
|
|
33522
33533
|
output?: unknown;
|
|
33523
33534
|
seq?: number;
|
|
33524
33535
|
source?: string;
|
|
@@ -33576,6 +33587,7 @@ interface components {
|
|
|
33576
33587
|
id?: string;
|
|
33577
33588
|
index?: number;
|
|
33578
33589
|
name?: string;
|
|
33590
|
+
outputVariable?: string;
|
|
33579
33591
|
seq?: number;
|
|
33580
33592
|
startedAt: string;
|
|
33581
33593
|
stepId?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -32685,6 +32685,7 @@ interface components {
|
|
|
32685
32685
|
iteration: number;
|
|
32686
32686
|
reflection?: string;
|
|
32687
32687
|
seq: number;
|
|
32688
|
+
timestamp?: string;
|
|
32688
32689
|
/** @enum {string} */
|
|
32689
32690
|
type: "agent_reflection";
|
|
32690
32691
|
} | {
|
|
@@ -32693,6 +32694,7 @@ interface components {
|
|
|
32693
32694
|
iteration: number;
|
|
32694
32695
|
seq: number;
|
|
32695
32696
|
skill: string;
|
|
32697
|
+
timestamp?: string;
|
|
32696
32698
|
toolCallId: string;
|
|
32697
32699
|
/** @enum {string} */
|
|
32698
32700
|
type: "agent_skill_loaded";
|
|
@@ -32704,6 +32706,7 @@ interface components {
|
|
|
32704
32706
|
proposalId?: string;
|
|
32705
32707
|
seq: number;
|
|
32706
32708
|
skill: string;
|
|
32709
|
+
timestamp?: string;
|
|
32707
32710
|
toolCallId: string;
|
|
32708
32711
|
/** @enum {string} */
|
|
32709
32712
|
type: "agent_skill_proposed";
|
|
@@ -32742,6 +32745,7 @@ interface components {
|
|
|
32742
32745
|
iteration?: number;
|
|
32743
32746
|
recoverable: boolean;
|
|
32744
32747
|
seq: number;
|
|
32748
|
+
timestamp?: string;
|
|
32745
32749
|
/** @enum {string} */
|
|
32746
32750
|
type: "agent_error";
|
|
32747
32751
|
} | {
|
|
@@ -33029,6 +33033,7 @@ interface components {
|
|
|
33029
33033
|
iteration: number;
|
|
33030
33034
|
reflection?: string;
|
|
33031
33035
|
seq: number;
|
|
33036
|
+
timestamp?: string;
|
|
33032
33037
|
/** @enum {string} */
|
|
33033
33038
|
type: "agent_reflection";
|
|
33034
33039
|
} | {
|
|
@@ -33037,6 +33042,7 @@ interface components {
|
|
|
33037
33042
|
iteration: number;
|
|
33038
33043
|
seq: number;
|
|
33039
33044
|
skill: string;
|
|
33045
|
+
timestamp?: string;
|
|
33040
33046
|
toolCallId: string;
|
|
33041
33047
|
/** @enum {string} */
|
|
33042
33048
|
type: "agent_skill_loaded";
|
|
@@ -33048,6 +33054,7 @@ interface components {
|
|
|
33048
33054
|
proposalId?: string;
|
|
33049
33055
|
seq: number;
|
|
33050
33056
|
skill: string;
|
|
33057
|
+
timestamp?: string;
|
|
33051
33058
|
toolCallId: string;
|
|
33052
33059
|
/** @enum {string} */
|
|
33053
33060
|
type: "agent_skill_proposed";
|
|
@@ -33086,6 +33093,7 @@ interface components {
|
|
|
33086
33093
|
iteration?: number;
|
|
33087
33094
|
recoverable: boolean;
|
|
33088
33095
|
seq: number;
|
|
33096
|
+
timestamp?: string;
|
|
33089
33097
|
/** @enum {string} */
|
|
33090
33098
|
type: "agent_error";
|
|
33091
33099
|
} | {
|
|
@@ -33125,6 +33133,7 @@ interface components {
|
|
|
33125
33133
|
failedSteps?: number;
|
|
33126
33134
|
finalOutput?: string;
|
|
33127
33135
|
flowId?: string;
|
|
33136
|
+
flowName?: string;
|
|
33128
33137
|
output?: unknown;
|
|
33129
33138
|
seq?: number;
|
|
33130
33139
|
source?: string;
|
|
@@ -33182,6 +33191,7 @@ interface components {
|
|
|
33182
33191
|
id?: string;
|
|
33183
33192
|
index?: number;
|
|
33184
33193
|
name?: string;
|
|
33194
|
+
outputVariable?: string;
|
|
33185
33195
|
seq?: number;
|
|
33186
33196
|
startedAt: string;
|
|
33187
33197
|
stepId?: string;
|
|
@@ -33519,6 +33529,7 @@ interface components {
|
|
|
33519
33529
|
failedSteps?: number;
|
|
33520
33530
|
finalOutput?: string;
|
|
33521
33531
|
flowId?: string;
|
|
33532
|
+
flowName?: string;
|
|
33522
33533
|
output?: unknown;
|
|
33523
33534
|
seq?: number;
|
|
33524
33535
|
source?: string;
|
|
@@ -33576,6 +33587,7 @@ interface components {
|
|
|
33576
33587
|
id?: string;
|
|
33577
33588
|
index?: number;
|
|
33578
33589
|
name?: string;
|
|
33590
|
+
outputVariable?: string;
|
|
33579
33591
|
seq?: number;
|
|
33580
33592
|
startedAt: string;
|
|
33581
33593
|
stepId?: string;
|
package/package.json
CHANGED