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