@ag-ui/core 0.0.56-canary.clone-oom-fix.0 → 0.0.56
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.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3648,18 +3648,18 @@ declare const HumanInTheLoopCapabilitiesSchema: z.ZodObject<{
|
|
|
3648
3648
|
* Only meaningful when interrupts is true. */
|
|
3649
3649
|
approveWithEdits: z.ZodOptional<z.ZodBoolean>;
|
|
3650
3650
|
}, "strip", z.ZodTypeAny, {
|
|
3651
|
+
interrupts?: boolean | undefined;
|
|
3651
3652
|
supported?: boolean | undefined;
|
|
3652
3653
|
approvals?: boolean | undefined;
|
|
3653
3654
|
interventions?: boolean | undefined;
|
|
3654
3655
|
feedback?: boolean | undefined;
|
|
3655
|
-
interrupts?: boolean | undefined;
|
|
3656
3656
|
approveWithEdits?: boolean | undefined;
|
|
3657
3657
|
}, {
|
|
3658
|
+
interrupts?: boolean | undefined;
|
|
3658
3659
|
supported?: boolean | undefined;
|
|
3659
3660
|
approvals?: boolean | undefined;
|
|
3660
3661
|
interventions?: boolean | undefined;
|
|
3661
3662
|
feedback?: boolean | undefined;
|
|
3662
|
-
interrupts?: boolean | undefined;
|
|
3663
3663
|
approveWithEdits?: boolean | undefined;
|
|
3664
3664
|
}>;
|
|
3665
3665
|
/**
|
|
@@ -3933,18 +3933,18 @@ declare const AgentCapabilitiesSchema: z.ZodObject<{
|
|
|
3933
3933
|
* Only meaningful when interrupts is true. */
|
|
3934
3934
|
approveWithEdits: z.ZodOptional<z.ZodBoolean>;
|
|
3935
3935
|
}, "strip", z.ZodTypeAny, {
|
|
3936
|
+
interrupts?: boolean | undefined;
|
|
3936
3937
|
supported?: boolean | undefined;
|
|
3937
3938
|
approvals?: boolean | undefined;
|
|
3938
3939
|
interventions?: boolean | undefined;
|
|
3939
3940
|
feedback?: boolean | undefined;
|
|
3940
|
-
interrupts?: boolean | undefined;
|
|
3941
3941
|
approveWithEdits?: boolean | undefined;
|
|
3942
3942
|
}, {
|
|
3943
|
+
interrupts?: boolean | undefined;
|
|
3943
3944
|
supported?: boolean | undefined;
|
|
3944
3945
|
approvals?: boolean | undefined;
|
|
3945
3946
|
interventions?: boolean | undefined;
|
|
3946
3947
|
feedback?: boolean | undefined;
|
|
3947
|
-
interrupts?: boolean | undefined;
|
|
3948
3948
|
approveWithEdits?: boolean | undefined;
|
|
3949
3949
|
}>>; /** Integration-specific capabilities not covered by the standard categories. */
|
|
3950
3950
|
custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -4021,11 +4021,11 @@ declare const AgentCapabilitiesSchema: z.ZodObject<{
|
|
|
4021
4021
|
maxExecutionTime?: number | undefined;
|
|
4022
4022
|
} | undefined;
|
|
4023
4023
|
humanInTheLoop?: {
|
|
4024
|
+
interrupts?: boolean | undefined;
|
|
4024
4025
|
supported?: boolean | undefined;
|
|
4025
4026
|
approvals?: boolean | undefined;
|
|
4026
4027
|
interventions?: boolean | undefined;
|
|
4027
4028
|
feedback?: boolean | undefined;
|
|
4028
|
-
interrupts?: boolean | undefined;
|
|
4029
4029
|
approveWithEdits?: boolean | undefined;
|
|
4030
4030
|
} | undefined;
|
|
4031
4031
|
}, {
|
|
@@ -4101,11 +4101,11 @@ declare const AgentCapabilitiesSchema: z.ZodObject<{
|
|
|
4101
4101
|
maxExecutionTime?: number | undefined;
|
|
4102
4102
|
} | undefined;
|
|
4103
4103
|
humanInTheLoop?: {
|
|
4104
|
+
interrupts?: boolean | undefined;
|
|
4104
4105
|
supported?: boolean | undefined;
|
|
4105
4106
|
approvals?: boolean | undefined;
|
|
4106
4107
|
interventions?: boolean | undefined;
|
|
4107
4108
|
feedback?: boolean | undefined;
|
|
4108
|
-
interrupts?: boolean | undefined;
|
|
4109
4109
|
approveWithEdits?: boolean | undefined;
|
|
4110
4110
|
} | undefined;
|
|
4111
4111
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -3648,18 +3648,18 @@ declare const HumanInTheLoopCapabilitiesSchema: z.ZodObject<{
|
|
|
3648
3648
|
* Only meaningful when interrupts is true. */
|
|
3649
3649
|
approveWithEdits: z.ZodOptional<z.ZodBoolean>;
|
|
3650
3650
|
}, "strip", z.ZodTypeAny, {
|
|
3651
|
+
interrupts?: boolean | undefined;
|
|
3651
3652
|
supported?: boolean | undefined;
|
|
3652
3653
|
approvals?: boolean | undefined;
|
|
3653
3654
|
interventions?: boolean | undefined;
|
|
3654
3655
|
feedback?: boolean | undefined;
|
|
3655
|
-
interrupts?: boolean | undefined;
|
|
3656
3656
|
approveWithEdits?: boolean | undefined;
|
|
3657
3657
|
}, {
|
|
3658
|
+
interrupts?: boolean | undefined;
|
|
3658
3659
|
supported?: boolean | undefined;
|
|
3659
3660
|
approvals?: boolean | undefined;
|
|
3660
3661
|
interventions?: boolean | undefined;
|
|
3661
3662
|
feedback?: boolean | undefined;
|
|
3662
|
-
interrupts?: boolean | undefined;
|
|
3663
3663
|
approveWithEdits?: boolean | undefined;
|
|
3664
3664
|
}>;
|
|
3665
3665
|
/**
|
|
@@ -3933,18 +3933,18 @@ declare const AgentCapabilitiesSchema: z.ZodObject<{
|
|
|
3933
3933
|
* Only meaningful when interrupts is true. */
|
|
3934
3934
|
approveWithEdits: z.ZodOptional<z.ZodBoolean>;
|
|
3935
3935
|
}, "strip", z.ZodTypeAny, {
|
|
3936
|
+
interrupts?: boolean | undefined;
|
|
3936
3937
|
supported?: boolean | undefined;
|
|
3937
3938
|
approvals?: boolean | undefined;
|
|
3938
3939
|
interventions?: boolean | undefined;
|
|
3939
3940
|
feedback?: boolean | undefined;
|
|
3940
|
-
interrupts?: boolean | undefined;
|
|
3941
3941
|
approveWithEdits?: boolean | undefined;
|
|
3942
3942
|
}, {
|
|
3943
|
+
interrupts?: boolean | undefined;
|
|
3943
3944
|
supported?: boolean | undefined;
|
|
3944
3945
|
approvals?: boolean | undefined;
|
|
3945
3946
|
interventions?: boolean | undefined;
|
|
3946
3947
|
feedback?: boolean | undefined;
|
|
3947
|
-
interrupts?: boolean | undefined;
|
|
3948
3948
|
approveWithEdits?: boolean | undefined;
|
|
3949
3949
|
}>>; /** Integration-specific capabilities not covered by the standard categories. */
|
|
3950
3950
|
custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -4021,11 +4021,11 @@ declare const AgentCapabilitiesSchema: z.ZodObject<{
|
|
|
4021
4021
|
maxExecutionTime?: number | undefined;
|
|
4022
4022
|
} | undefined;
|
|
4023
4023
|
humanInTheLoop?: {
|
|
4024
|
+
interrupts?: boolean | undefined;
|
|
4024
4025
|
supported?: boolean | undefined;
|
|
4025
4026
|
approvals?: boolean | undefined;
|
|
4026
4027
|
interventions?: boolean | undefined;
|
|
4027
4028
|
feedback?: boolean | undefined;
|
|
4028
|
-
interrupts?: boolean | undefined;
|
|
4029
4029
|
approveWithEdits?: boolean | undefined;
|
|
4030
4030
|
} | undefined;
|
|
4031
4031
|
}, {
|
|
@@ -4101,11 +4101,11 @@ declare const AgentCapabilitiesSchema: z.ZodObject<{
|
|
|
4101
4101
|
maxExecutionTime?: number | undefined;
|
|
4102
4102
|
} | undefined;
|
|
4103
4103
|
humanInTheLoop?: {
|
|
4104
|
+
interrupts?: boolean | undefined;
|
|
4104
4105
|
supported?: boolean | undefined;
|
|
4105
4106
|
approvals?: boolean | undefined;
|
|
4106
4107
|
interventions?: boolean | undefined;
|
|
4107
4108
|
feedback?: boolean | undefined;
|
|
4108
|
-
interrupts?: boolean | undefined;
|
|
4109
4109
|
approveWithEdits?: boolean | undefined;
|
|
4110
4110
|
} | undefined;
|
|
4111
4111
|
}>;
|
package/package.json
CHANGED