@crewx/sdk 0.8.2-rc.4 → 0.8.2-rc.6

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.
@@ -27,8 +27,6 @@ export interface ProviderQueryOptions {
27
27
  onExitCode?: (code: number) => void;
28
28
  onModel?: (model: string) => void;
29
29
  timeoutMs?: number;
30
- idleTimeoutMs?: number;
31
- killGraceMs?: number;
32
30
  }
33
31
  export interface ProviderRuntime {
34
32
  query(message: string, options?: ProviderQueryOptions): Promise<string>;
@@ -12,8 +12,6 @@ export declare class TotalTimeoutError extends ProviderError {
12
12
  }
13
13
  export interface RunCliProcessOptions {
14
14
  timeoutMs?: number;
15
- idleTimeoutMs?: number;
16
- killGraceMs?: number;
17
15
  env?: Record<string, string>;
18
16
  cwd?: string;
19
17
  onOutput?: (line: string, level: 'stdout' | 'stderr') => void;
@@ -67,8 +65,6 @@ export interface ProviderQueryOptions {
67
65
  env?: Record<string, string>;
68
66
  cwd?: string;
69
67
  timeoutMs?: number;
70
- idleTimeoutMs?: number;
71
- killGraceMs?: number;
72
68
  tools?: import('../facade/Crewx').ToolDefinition[];
73
69
  maxSteps?: number;
74
70
  }
@@ -174,8 +174,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
174
174
  template: string;
175
175
  }>]>>;
176
176
  }, z.ZodUnknown, "strip">>>;
177
- timeoutMs: z.ZodOptional<z.ZodNumber>;
178
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
179
177
  skills: z.ZodOptional<z.ZodObject<{
180
178
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
181
179
  }, "strip", z.ZodTypeAny, {
@@ -271,8 +269,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
271
269
  template: string;
272
270
  }>]>>;
273
271
  }, z.ZodUnknown, "strip">>>;
274
- timeoutMs: z.ZodOptional<z.ZodNumber>;
275
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
276
272
  skills: z.ZodOptional<z.ZodObject<{
277
273
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
278
274
  }, "strip", z.ZodTypeAny, {
@@ -368,8 +364,6 @@ export declare const AgentConfigSchema: z.ZodObject<{
368
364
  template: string;
369
365
  }>]>>;
370
366
  }, z.ZodUnknown, "strip">>>;
371
- timeoutMs: z.ZodOptional<z.ZodNumber>;
372
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
373
367
  skills: z.ZodOptional<z.ZodObject<{
374
368
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
375
369
  }, "strip", z.ZodTypeAny, {
@@ -492,8 +486,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
492
486
  template: string;
493
487
  }>]>>;
494
488
  }, z.ZodUnknown, "strip">>>;
495
- timeoutMs: z.ZodOptional<z.ZodNumber>;
496
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
497
489
  skills: z.ZodOptional<z.ZodObject<{
498
490
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
499
491
  }, "strip", z.ZodTypeAny, {
@@ -589,8 +581,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
589
581
  template: string;
590
582
  }>]>>;
591
583
  }, z.ZodUnknown, "strip">>>;
592
- timeoutMs: z.ZodOptional<z.ZodNumber>;
593
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
594
584
  skills: z.ZodOptional<z.ZodObject<{
595
585
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
596
586
  }, "strip", z.ZodTypeAny, {
@@ -686,8 +676,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
686
676
  template: string;
687
677
  }>]>>;
688
678
  }, z.ZodUnknown, "strip">>>;
689
- timeoutMs: z.ZodOptional<z.ZodNumber>;
690
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
691
679
  skills: z.ZodOptional<z.ZodObject<{
692
680
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
693
681
  }, "strip", z.ZodTypeAny, {
@@ -790,8 +778,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
790
778
  template: string;
791
779
  }>]>>;
792
780
  }, z.ZodUnknown, "strip">>>;
793
- timeoutMs: z.ZodOptional<z.ZodNumber>;
794
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
795
781
  skills: z.ZodOptional<z.ZodObject<{
796
782
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
797
783
  }, "strip", z.ZodTypeAny, {
@@ -887,8 +873,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
887
873
  template: string;
888
874
  }>]>>;
889
875
  }, z.ZodUnknown, "strip">>>;
890
- timeoutMs: z.ZodOptional<z.ZodNumber>;
891
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
892
876
  skills: z.ZodOptional<z.ZodObject<{
893
877
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
894
878
  }, "strip", z.ZodTypeAny, {
@@ -984,8 +968,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
984
968
  template: string;
985
969
  }>]>>;
986
970
  }, z.ZodUnknown, "strip">>>;
987
- timeoutMs: z.ZodOptional<z.ZodNumber>;
988
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
989
971
  skills: z.ZodOptional<z.ZodObject<{
990
972
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
991
973
  }, "strip", z.ZodTypeAny, {
@@ -1088,8 +1070,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
1088
1070
  template: string;
1089
1071
  }>]>>;
1090
1072
  }, z.ZodUnknown, "strip">>>;
1091
- timeoutMs: z.ZodOptional<z.ZodNumber>;
1092
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
1093
1073
  skills: z.ZodOptional<z.ZodObject<{
1094
1074
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1095
1075
  }, "strip", z.ZodTypeAny, {
@@ -1185,8 +1165,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
1185
1165
  template: string;
1186
1166
  }>]>>;
1187
1167
  }, z.ZodUnknown, "strip">>>;
1188
- timeoutMs: z.ZodOptional<z.ZodNumber>;
1189
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
1190
1168
  skills: z.ZodOptional<z.ZodObject<{
1191
1169
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1192
1170
  }, "strip", z.ZodTypeAny, {
@@ -1282,8 +1260,6 @@ export declare const CrewxProjectConfigSchema: z.ZodObject<{
1282
1260
  template: string;
1283
1261
  }>]>>;
1284
1262
  }, z.ZodUnknown, "strip">>>;
1285
- timeoutMs: z.ZodOptional<z.ZodNumber>;
1286
- idleTimeoutMs: z.ZodOptional<z.ZodNumber>;
1287
1263
  skills: z.ZodOptional<z.ZodObject<{
1288
1264
  include: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1289
1265
  }, "strip", z.ZodTypeAny, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/sdk",
3
- "version": "0.8.2-rc.4",
3
+ "version": "0.8.2-rc.6",
4
4
  "license": "UNLICENSED",
5
5
  "engines": {
6
6
  "node": ">=20.19.0"