rice-node-sdk 1.0.2 → 1.0.3

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.
@@ -11,6 +11,20 @@ export declare const statetool: {
11
11
  description: string;
12
12
  };
13
13
  query?: undefined;
14
+ name?: undefined;
15
+ value?: undefined;
16
+ source?: undefined;
17
+ description?: undefined;
18
+ priority?: undefined;
19
+ parentId?: undefined;
20
+ goalId?: undefined;
21
+ status?: undefined;
22
+ statusFilter?: undefined;
23
+ agentId?: undefined;
24
+ actionType?: undefined;
25
+ actionDetails?: undefined;
26
+ limit?: undefined;
27
+ actionTypeFilter?: undefined;
14
28
  };
15
29
  required: string[];
16
30
  };
@@ -25,9 +39,268 @@ export declare const statetool: {
25
39
  description: string;
26
40
  };
27
41
  content?: undefined;
42
+ name?: undefined;
43
+ value?: undefined;
44
+ source?: undefined;
45
+ description?: undefined;
46
+ priority?: undefined;
47
+ parentId?: undefined;
48
+ goalId?: undefined;
49
+ status?: undefined;
50
+ statusFilter?: undefined;
51
+ agentId?: undefined;
52
+ actionType?: undefined;
53
+ actionDetails?: undefined;
54
+ limit?: undefined;
55
+ actionTypeFilter?: undefined;
28
56
  };
29
57
  required: string[];
30
58
  };
59
+ } | {
60
+ name: string;
61
+ description: string;
62
+ parameters: {
63
+ type: string;
64
+ properties: {
65
+ name: {
66
+ type: string;
67
+ description: string;
68
+ };
69
+ value: {
70
+ type: string;
71
+ description: string;
72
+ };
73
+ source: {
74
+ type: string;
75
+ description: string;
76
+ };
77
+ content?: undefined;
78
+ query?: undefined;
79
+ description?: undefined;
80
+ priority?: undefined;
81
+ parentId?: undefined;
82
+ goalId?: undefined;
83
+ status?: undefined;
84
+ statusFilter?: undefined;
85
+ agentId?: undefined;
86
+ actionType?: undefined;
87
+ actionDetails?: undefined;
88
+ limit?: undefined;
89
+ actionTypeFilter?: undefined;
90
+ };
91
+ required: string[];
92
+ };
93
+ } | {
94
+ name: string;
95
+ description: string;
96
+ parameters: {
97
+ type: string;
98
+ properties: {
99
+ name: {
100
+ type: string;
101
+ description: string;
102
+ };
103
+ content?: undefined;
104
+ query?: undefined;
105
+ value?: undefined;
106
+ source?: undefined;
107
+ description?: undefined;
108
+ priority?: undefined;
109
+ parentId?: undefined;
110
+ goalId?: undefined;
111
+ status?: undefined;
112
+ statusFilter?: undefined;
113
+ agentId?: undefined;
114
+ actionType?: undefined;
115
+ actionDetails?: undefined;
116
+ limit?: undefined;
117
+ actionTypeFilter?: undefined;
118
+ };
119
+ required: string[];
120
+ };
121
+ } | {
122
+ name: string;
123
+ description: string;
124
+ parameters: {
125
+ type: string;
126
+ properties: {
127
+ content?: undefined;
128
+ query?: undefined;
129
+ name?: undefined;
130
+ value?: undefined;
131
+ source?: undefined;
132
+ description?: undefined;
133
+ priority?: undefined;
134
+ parentId?: undefined;
135
+ goalId?: undefined;
136
+ status?: undefined;
137
+ statusFilter?: undefined;
138
+ agentId?: undefined;
139
+ actionType?: undefined;
140
+ actionDetails?: undefined;
141
+ limit?: undefined;
142
+ actionTypeFilter?: undefined;
143
+ };
144
+ required?: undefined;
145
+ };
146
+ } | {
147
+ name: string;
148
+ description: string;
149
+ parameters: {
150
+ type: string;
151
+ properties: {
152
+ description: {
153
+ type: string;
154
+ description: string;
155
+ };
156
+ priority: {
157
+ type: string;
158
+ description: string;
159
+ };
160
+ parentId: {
161
+ type: string;
162
+ description: string;
163
+ };
164
+ content?: undefined;
165
+ query?: undefined;
166
+ name?: undefined;
167
+ value?: undefined;
168
+ source?: undefined;
169
+ goalId?: undefined;
170
+ status?: undefined;
171
+ statusFilter?: undefined;
172
+ agentId?: undefined;
173
+ actionType?: undefined;
174
+ actionDetails?: undefined;
175
+ limit?: undefined;
176
+ actionTypeFilter?: undefined;
177
+ };
178
+ required: string[];
179
+ };
180
+ } | {
181
+ name: string;
182
+ description: string;
183
+ parameters: {
184
+ type: string;
185
+ properties: {
186
+ goalId: {
187
+ type: string;
188
+ description: string;
189
+ };
190
+ status: {
191
+ type: string;
192
+ description: string;
193
+ };
194
+ content?: undefined;
195
+ query?: undefined;
196
+ name?: undefined;
197
+ value?: undefined;
198
+ source?: undefined;
199
+ description?: undefined;
200
+ priority?: undefined;
201
+ parentId?: undefined;
202
+ statusFilter?: undefined;
203
+ agentId?: undefined;
204
+ actionType?: undefined;
205
+ actionDetails?: undefined;
206
+ limit?: undefined;
207
+ actionTypeFilter?: undefined;
208
+ };
209
+ required: string[];
210
+ };
211
+ } | {
212
+ name: string;
213
+ description: string;
214
+ parameters: {
215
+ type: string;
216
+ properties: {
217
+ statusFilter: {
218
+ type: string;
219
+ description: string;
220
+ };
221
+ content?: undefined;
222
+ query?: undefined;
223
+ name?: undefined;
224
+ value?: undefined;
225
+ source?: undefined;
226
+ description?: undefined;
227
+ priority?: undefined;
228
+ parentId?: undefined;
229
+ goalId?: undefined;
230
+ status?: undefined;
231
+ agentId?: undefined;
232
+ actionType?: undefined;
233
+ actionDetails?: undefined;
234
+ limit?: undefined;
235
+ actionTypeFilter?: undefined;
236
+ };
237
+ required?: undefined;
238
+ };
239
+ } | {
240
+ name: string;
241
+ description: string;
242
+ parameters: {
243
+ type: string;
244
+ properties: {
245
+ agentId: {
246
+ type: string;
247
+ description: string;
248
+ };
249
+ actionType: {
250
+ type: string;
251
+ description: string;
252
+ };
253
+ actionDetails: {
254
+ type: string;
255
+ description: string;
256
+ };
257
+ content?: undefined;
258
+ query?: undefined;
259
+ name?: undefined;
260
+ value?: undefined;
261
+ source?: undefined;
262
+ description?: undefined;
263
+ priority?: undefined;
264
+ parentId?: undefined;
265
+ goalId?: undefined;
266
+ status?: undefined;
267
+ statusFilter?: undefined;
268
+ limit?: undefined;
269
+ actionTypeFilter?: undefined;
270
+ };
271
+ required: string[];
272
+ };
273
+ } | {
274
+ name: string;
275
+ description: string;
276
+ parameters: {
277
+ type: string;
278
+ properties: {
279
+ limit: {
280
+ type: string;
281
+ description: string;
282
+ };
283
+ actionTypeFilter: {
284
+ type: string;
285
+ description: string;
286
+ };
287
+ content?: undefined;
288
+ query?: undefined;
289
+ name?: undefined;
290
+ value?: undefined;
291
+ source?: undefined;
292
+ description?: undefined;
293
+ priority?: undefined;
294
+ parentId?: undefined;
295
+ goalId?: undefined;
296
+ status?: undefined;
297
+ statusFilter?: undefined;
298
+ agentId?: undefined;
299
+ actionType?: undefined;
300
+ actionDetails?: undefined;
301
+ };
302
+ required?: undefined;
303
+ };
31
304
  })[];
32
305
  openai: ({
33
306
  type: string;
@@ -42,6 +315,20 @@ export declare const statetool: {
42
315
  description: string;
43
316
  };
44
317
  query?: undefined;
318
+ name?: undefined;
319
+ value?: undefined;
320
+ source?: undefined;
321
+ description?: undefined;
322
+ priority?: undefined;
323
+ parentId?: undefined;
324
+ goalId?: undefined;
325
+ status?: undefined;
326
+ statusFilter?: undefined;
327
+ agentId?: undefined;
328
+ actionType?: undefined;
329
+ actionDetails?: undefined;
330
+ limit?: undefined;
331
+ actionTypeFilter?: undefined;
45
332
  };
46
333
  required: string[];
47
334
  };
@@ -59,10 +346,291 @@ export declare const statetool: {
59
346
  description: string;
60
347
  };
61
348
  content?: undefined;
349
+ name?: undefined;
350
+ value?: undefined;
351
+ source?: undefined;
352
+ description?: undefined;
353
+ priority?: undefined;
354
+ parentId?: undefined;
355
+ goalId?: undefined;
356
+ status?: undefined;
357
+ statusFilter?: undefined;
358
+ agentId?: undefined;
359
+ actionType?: undefined;
360
+ actionDetails?: undefined;
361
+ limit?: undefined;
362
+ actionTypeFilter?: undefined;
363
+ };
364
+ required: string[];
365
+ };
366
+ };
367
+ } | {
368
+ type: string;
369
+ function: {
370
+ name: string;
371
+ description: string;
372
+ parameters: {
373
+ type: string;
374
+ properties: {
375
+ name: {
376
+ type: string;
377
+ description: string;
378
+ };
379
+ value: {
380
+ description: string;
381
+ };
382
+ source: {
383
+ type: string;
384
+ description: string;
385
+ };
386
+ content?: undefined;
387
+ query?: undefined;
388
+ description?: undefined;
389
+ priority?: undefined;
390
+ parentId?: undefined;
391
+ goalId?: undefined;
392
+ status?: undefined;
393
+ statusFilter?: undefined;
394
+ agentId?: undefined;
395
+ actionType?: undefined;
396
+ actionDetails?: undefined;
397
+ limit?: undefined;
398
+ actionTypeFilter?: undefined;
399
+ };
400
+ required: string[];
401
+ };
402
+ };
403
+ } | {
404
+ type: string;
405
+ function: {
406
+ name: string;
407
+ description: string;
408
+ parameters: {
409
+ type: string;
410
+ properties: {
411
+ name: {
412
+ type: string;
413
+ description: string;
414
+ };
415
+ content?: undefined;
416
+ query?: undefined;
417
+ value?: undefined;
418
+ source?: undefined;
419
+ description?: undefined;
420
+ priority?: undefined;
421
+ parentId?: undefined;
422
+ goalId?: undefined;
423
+ status?: undefined;
424
+ statusFilter?: undefined;
425
+ agentId?: undefined;
426
+ actionType?: undefined;
427
+ actionDetails?: undefined;
428
+ limit?: undefined;
429
+ actionTypeFilter?: undefined;
430
+ };
431
+ required: string[];
432
+ };
433
+ };
434
+ } | {
435
+ type: string;
436
+ function: {
437
+ name: string;
438
+ description: string;
439
+ parameters: {
440
+ type: string;
441
+ properties: {
442
+ content?: undefined;
443
+ query?: undefined;
444
+ name?: undefined;
445
+ value?: undefined;
446
+ source?: undefined;
447
+ description?: undefined;
448
+ priority?: undefined;
449
+ parentId?: undefined;
450
+ goalId?: undefined;
451
+ status?: undefined;
452
+ statusFilter?: undefined;
453
+ agentId?: undefined;
454
+ actionType?: undefined;
455
+ actionDetails?: undefined;
456
+ limit?: undefined;
457
+ actionTypeFilter?: undefined;
458
+ };
459
+ required?: undefined;
460
+ };
461
+ };
462
+ } | {
463
+ type: string;
464
+ function: {
465
+ name: string;
466
+ description: string;
467
+ parameters: {
468
+ type: string;
469
+ properties: {
470
+ description: {
471
+ type: string;
472
+ description: string;
473
+ };
474
+ priority: {
475
+ type: string;
476
+ description: string;
477
+ };
478
+ parentId: {
479
+ type: string;
480
+ description: string;
481
+ };
482
+ content?: undefined;
483
+ query?: undefined;
484
+ name?: undefined;
485
+ value?: undefined;
486
+ source?: undefined;
487
+ goalId?: undefined;
488
+ status?: undefined;
489
+ statusFilter?: undefined;
490
+ agentId?: undefined;
491
+ actionType?: undefined;
492
+ actionDetails?: undefined;
493
+ limit?: undefined;
494
+ actionTypeFilter?: undefined;
495
+ };
496
+ required: string[];
497
+ };
498
+ };
499
+ } | {
500
+ type: string;
501
+ function: {
502
+ name: string;
503
+ description: string;
504
+ parameters: {
505
+ type: string;
506
+ properties: {
507
+ goalId: {
508
+ type: string;
509
+ description: string;
510
+ };
511
+ status: {
512
+ type: string;
513
+ description: string;
514
+ };
515
+ content?: undefined;
516
+ query?: undefined;
517
+ name?: undefined;
518
+ value?: undefined;
519
+ source?: undefined;
520
+ description?: undefined;
521
+ priority?: undefined;
522
+ parentId?: undefined;
523
+ statusFilter?: undefined;
524
+ agentId?: undefined;
525
+ actionType?: undefined;
526
+ actionDetails?: undefined;
527
+ limit?: undefined;
528
+ actionTypeFilter?: undefined;
62
529
  };
63
530
  required: string[];
64
531
  };
65
532
  };
533
+ } | {
534
+ type: string;
535
+ function: {
536
+ name: string;
537
+ description: string;
538
+ parameters: {
539
+ type: string;
540
+ properties: {
541
+ statusFilter: {
542
+ type: string;
543
+ description: string;
544
+ };
545
+ content?: undefined;
546
+ query?: undefined;
547
+ name?: undefined;
548
+ value?: undefined;
549
+ source?: undefined;
550
+ description?: undefined;
551
+ priority?: undefined;
552
+ parentId?: undefined;
553
+ goalId?: undefined;
554
+ status?: undefined;
555
+ agentId?: undefined;
556
+ actionType?: undefined;
557
+ actionDetails?: undefined;
558
+ limit?: undefined;
559
+ actionTypeFilter?: undefined;
560
+ };
561
+ required?: undefined;
562
+ };
563
+ };
564
+ } | {
565
+ type: string;
566
+ function: {
567
+ name: string;
568
+ description: string;
569
+ parameters: {
570
+ type: string;
571
+ properties: {
572
+ agentId: {
573
+ type: string;
574
+ description: string;
575
+ };
576
+ actionType: {
577
+ type: string;
578
+ description: string;
579
+ };
580
+ actionDetails: {
581
+ description: string;
582
+ };
583
+ content?: undefined;
584
+ query?: undefined;
585
+ name?: undefined;
586
+ value?: undefined;
587
+ source?: undefined;
588
+ description?: undefined;
589
+ priority?: undefined;
590
+ parentId?: undefined;
591
+ goalId?: undefined;
592
+ status?: undefined;
593
+ statusFilter?: undefined;
594
+ limit?: undefined;
595
+ actionTypeFilter?: undefined;
596
+ };
597
+ required: string[];
598
+ };
599
+ };
600
+ } | {
601
+ type: string;
602
+ function: {
603
+ name: string;
604
+ description: string;
605
+ parameters: {
606
+ type: string;
607
+ properties: {
608
+ limit: {
609
+ type: string;
610
+ description: string;
611
+ };
612
+ actionTypeFilter: {
613
+ type: string;
614
+ description: string;
615
+ };
616
+ content?: undefined;
617
+ query?: undefined;
618
+ name?: undefined;
619
+ value?: undefined;
620
+ source?: undefined;
621
+ description?: undefined;
622
+ priority?: undefined;
623
+ parentId?: undefined;
624
+ goalId?: undefined;
625
+ status?: undefined;
626
+ statusFilter?: undefined;
627
+ agentId?: undefined;
628
+ actionType?: undefined;
629
+ actionDetails?: undefined;
630
+ };
631
+ required?: undefined;
632
+ };
633
+ };
66
634
  })[];
67
635
  anthropic: ({
68
636
  name: string;
@@ -75,6 +643,20 @@ export declare const statetool: {
75
643
  description: string;
76
644
  };
77
645
  query?: undefined;
646
+ name?: undefined;
647
+ value?: undefined;
648
+ source?: undefined;
649
+ description?: undefined;
650
+ priority?: undefined;
651
+ parentId?: undefined;
652
+ goalId?: undefined;
653
+ status?: undefined;
654
+ statusFilter?: undefined;
655
+ agentId?: undefined;
656
+ actionType?: undefined;
657
+ actionDetails?: undefined;
658
+ limit?: undefined;
659
+ actionTypeFilter?: undefined;
78
660
  };
79
661
  required: string[];
80
662
  };
@@ -89,9 +671,266 @@ export declare const statetool: {
89
671
  description: string;
90
672
  };
91
673
  content?: undefined;
674
+ name?: undefined;
675
+ value?: undefined;
676
+ source?: undefined;
677
+ description?: undefined;
678
+ priority?: undefined;
679
+ parentId?: undefined;
680
+ goalId?: undefined;
681
+ status?: undefined;
682
+ statusFilter?: undefined;
683
+ agentId?: undefined;
684
+ actionType?: undefined;
685
+ actionDetails?: undefined;
686
+ limit?: undefined;
687
+ actionTypeFilter?: undefined;
92
688
  };
93
689
  required: string[];
94
690
  };
691
+ } | {
692
+ name: string;
693
+ description: string;
694
+ input_schema: {
695
+ type: string;
696
+ properties: {
697
+ name: {
698
+ type: string;
699
+ description: string;
700
+ };
701
+ value: {
702
+ description: string;
703
+ };
704
+ source: {
705
+ type: string;
706
+ description: string;
707
+ };
708
+ content?: undefined;
709
+ query?: undefined;
710
+ description?: undefined;
711
+ priority?: undefined;
712
+ parentId?: undefined;
713
+ goalId?: undefined;
714
+ status?: undefined;
715
+ statusFilter?: undefined;
716
+ agentId?: undefined;
717
+ actionType?: undefined;
718
+ actionDetails?: undefined;
719
+ limit?: undefined;
720
+ actionTypeFilter?: undefined;
721
+ };
722
+ required: string[];
723
+ };
724
+ } | {
725
+ name: string;
726
+ description: string;
727
+ input_schema: {
728
+ type: string;
729
+ properties: {
730
+ name: {
731
+ type: string;
732
+ description: string;
733
+ };
734
+ content?: undefined;
735
+ query?: undefined;
736
+ value?: undefined;
737
+ source?: undefined;
738
+ description?: undefined;
739
+ priority?: undefined;
740
+ parentId?: undefined;
741
+ goalId?: undefined;
742
+ status?: undefined;
743
+ statusFilter?: undefined;
744
+ agentId?: undefined;
745
+ actionType?: undefined;
746
+ actionDetails?: undefined;
747
+ limit?: undefined;
748
+ actionTypeFilter?: undefined;
749
+ };
750
+ required: string[];
751
+ };
752
+ } | {
753
+ name: string;
754
+ description: string;
755
+ input_schema: {
756
+ type: string;
757
+ properties: {
758
+ content?: undefined;
759
+ query?: undefined;
760
+ name?: undefined;
761
+ value?: undefined;
762
+ source?: undefined;
763
+ description?: undefined;
764
+ priority?: undefined;
765
+ parentId?: undefined;
766
+ goalId?: undefined;
767
+ status?: undefined;
768
+ statusFilter?: undefined;
769
+ agentId?: undefined;
770
+ actionType?: undefined;
771
+ actionDetails?: undefined;
772
+ limit?: undefined;
773
+ actionTypeFilter?: undefined;
774
+ };
775
+ required?: undefined;
776
+ };
777
+ } | {
778
+ name: string;
779
+ description: string;
780
+ input_schema: {
781
+ type: string;
782
+ properties: {
783
+ description: {
784
+ type: string;
785
+ description: string;
786
+ };
787
+ priority: {
788
+ type: string;
789
+ description: string;
790
+ };
791
+ parentId: {
792
+ type: string;
793
+ description: string;
794
+ };
795
+ content?: undefined;
796
+ query?: undefined;
797
+ name?: undefined;
798
+ value?: undefined;
799
+ source?: undefined;
800
+ goalId?: undefined;
801
+ status?: undefined;
802
+ statusFilter?: undefined;
803
+ agentId?: undefined;
804
+ actionType?: undefined;
805
+ actionDetails?: undefined;
806
+ limit?: undefined;
807
+ actionTypeFilter?: undefined;
808
+ };
809
+ required: string[];
810
+ };
811
+ } | {
812
+ name: string;
813
+ description: string;
814
+ input_schema: {
815
+ type: string;
816
+ properties: {
817
+ goalId: {
818
+ type: string;
819
+ description: string;
820
+ };
821
+ status: {
822
+ type: string;
823
+ description: string;
824
+ };
825
+ content?: undefined;
826
+ query?: undefined;
827
+ name?: undefined;
828
+ value?: undefined;
829
+ source?: undefined;
830
+ description?: undefined;
831
+ priority?: undefined;
832
+ parentId?: undefined;
833
+ statusFilter?: undefined;
834
+ agentId?: undefined;
835
+ actionType?: undefined;
836
+ actionDetails?: undefined;
837
+ limit?: undefined;
838
+ actionTypeFilter?: undefined;
839
+ };
840
+ required: string[];
841
+ };
842
+ } | {
843
+ name: string;
844
+ description: string;
845
+ input_schema: {
846
+ type: string;
847
+ properties: {
848
+ statusFilter: {
849
+ type: string;
850
+ description: string;
851
+ };
852
+ content?: undefined;
853
+ query?: undefined;
854
+ name?: undefined;
855
+ value?: undefined;
856
+ source?: undefined;
857
+ description?: undefined;
858
+ priority?: undefined;
859
+ parentId?: undefined;
860
+ goalId?: undefined;
861
+ status?: undefined;
862
+ agentId?: undefined;
863
+ actionType?: undefined;
864
+ actionDetails?: undefined;
865
+ limit?: undefined;
866
+ actionTypeFilter?: undefined;
867
+ };
868
+ required?: undefined;
869
+ };
870
+ } | {
871
+ name: string;
872
+ description: string;
873
+ input_schema: {
874
+ type: string;
875
+ properties: {
876
+ agentId: {
877
+ type: string;
878
+ description: string;
879
+ };
880
+ actionType: {
881
+ type: string;
882
+ description: string;
883
+ };
884
+ actionDetails: {
885
+ description: string;
886
+ };
887
+ content?: undefined;
888
+ query?: undefined;
889
+ name?: undefined;
890
+ value?: undefined;
891
+ source?: undefined;
892
+ description?: undefined;
893
+ priority?: undefined;
894
+ parentId?: undefined;
895
+ goalId?: undefined;
896
+ status?: undefined;
897
+ statusFilter?: undefined;
898
+ limit?: undefined;
899
+ actionTypeFilter?: undefined;
900
+ };
901
+ required: string[];
902
+ };
903
+ } | {
904
+ name: string;
905
+ description: string;
906
+ input_schema: {
907
+ type: string;
908
+ properties: {
909
+ limit: {
910
+ type: string;
911
+ description: string;
912
+ };
913
+ actionTypeFilter: {
914
+ type: string;
915
+ description: string;
916
+ };
917
+ content?: undefined;
918
+ query?: undefined;
919
+ name?: undefined;
920
+ value?: undefined;
921
+ source?: undefined;
922
+ description?: undefined;
923
+ priority?: undefined;
924
+ parentId?: undefined;
925
+ goalId?: undefined;
926
+ status?: undefined;
927
+ statusFilter?: undefined;
928
+ agentId?: undefined;
929
+ actionType?: undefined;
930
+ actionDetails?: undefined;
931
+ };
932
+ required?: undefined;
933
+ };
95
934
  })[];
96
935
  execute: typeof execute;
97
936
  };