@liquidmetal-ai/raindrop 0.4.7 → 0.4.9

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.
@@ -4,7 +4,130 @@
4
4
  "aliases": [],
5
5
  "args": {},
6
6
  "description": "tail logs of applications deployed",
7
- "flags": {},
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %>",
9
+ "<%= config.bin %> <%= command.id %> --application my-app",
10
+ "<%= config.bin %> <%= command.id %> --application my-app --version v1.2.3"
11
+ ],
12
+ "flags": {
13
+ "config": {
14
+ "char": "c",
15
+ "description": "config file",
16
+ "hidden": true,
17
+ "name": "config",
18
+ "required": false,
19
+ "default": ".raindrop/config.json",
20
+ "hasDynamicHelp": false,
21
+ "multiple": false,
22
+ "type": "option"
23
+ },
24
+ "rainbowAuthService": {
25
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
26
+ "hidden": true,
27
+ "name": "rainbowAuthService",
28
+ "default": "https://liquidmetal.run/api/connect",
29
+ "hasDynamicHelp": false,
30
+ "multiple": false,
31
+ "type": "option"
32
+ },
33
+ "raindropCatalogService": {
34
+ "description": "URL of the catalog service",
35
+ "env": "RAINDROP_CATALOG_SERVICE",
36
+ "hidden": true,
37
+ "name": "raindropCatalogService",
38
+ "hasDynamicHelp": false,
39
+ "multiple": false,
40
+ "type": "option"
41
+ },
42
+ "rainbowAuthToken": {
43
+ "description": "Override the Rainbow auth token derived from the CLI config",
44
+ "env": "RAINBOW_AUTH_TOKEN",
45
+ "hidden": true,
46
+ "name": "rainbowAuthToken",
47
+ "hasDynamicHelp": false,
48
+ "multiple": false,
49
+ "type": "option"
50
+ },
51
+ "rainbowOrganizationId": {
52
+ "description": "Override the Rainbow organization ID derived from the CLI config",
53
+ "env": "RAINBOW_ORGANIZATION_ID",
54
+ "hidden": true,
55
+ "name": "rainbowOrganizationId",
56
+ "hasDynamicHelp": false,
57
+ "multiple": false,
58
+ "type": "option"
59
+ },
60
+ "rainbowUserId": {
61
+ "description": "Override the Rainbow user ID derived from the CLI config",
62
+ "env": "RAINBOW_USER_ID",
63
+ "hidden": true,
64
+ "name": "rainbowUserId",
65
+ "hasDynamicHelp": false,
66
+ "multiple": false,
67
+ "type": "option"
68
+ },
69
+ "sendVersionMetadata": {
70
+ "description": "Send version metadata to the server",
71
+ "hidden": true,
72
+ "name": "sendVersionMetadata",
73
+ "default": "true",
74
+ "hasDynamicHelp": false,
75
+ "multiple": false,
76
+ "type": "option"
77
+ },
78
+ "output": {
79
+ "char": "o",
80
+ "description": "output format",
81
+ "name": "output",
82
+ "default": "text",
83
+ "hasDynamicHelp": false,
84
+ "multiple": false,
85
+ "options": [
86
+ "text",
87
+ "json"
88
+ ],
89
+ "type": "option"
90
+ },
91
+ "impersonate": {
92
+ "char": "i",
93
+ "description": "impersonate organization",
94
+ "hidden": true,
95
+ "name": "impersonate",
96
+ "required": false,
97
+ "hasDynamicHelp": false,
98
+ "multiple": false,
99
+ "type": "option"
100
+ },
101
+ "manifest": {
102
+ "char": "m",
103
+ "description": "project manifest",
104
+ "hidden": true,
105
+ "name": "manifest",
106
+ "required": false,
107
+ "default": "raindrop.manifest",
108
+ "hasDynamicHelp": false,
109
+ "multiple": false,
110
+ "type": "option"
111
+ },
112
+ "application": {
113
+ "char": "a",
114
+ "description": "application",
115
+ "name": "application",
116
+ "required": false,
117
+ "hasDynamicHelp": false,
118
+ "multiple": false,
119
+ "type": "option"
120
+ },
121
+ "version": {
122
+ "char": "v",
123
+ "description": "application version",
124
+ "name": "version",
125
+ "required": false,
126
+ "hasDynamicHelp": false,
127
+ "multiple": false,
128
+ "type": "option"
129
+ }
130
+ },
8
131
  "hasDynamicHelp": false,
9
132
  "hiddenAliases": [],
10
133
  "id": "tail",
@@ -3947,18 +4070,18 @@
3947
4070
  "validate.js"
3948
4071
  ]
3949
4072
  },
3950
- "object:delete": {
4073
+ "query:chunk-search": {
3951
4074
  "aliases": [],
3952
4075
  "args": {
3953
- "key": {
3954
- "description": "key/path in the bucket to delete",
3955
- "name": "key",
4076
+ "query": {
4077
+ "description": "search query to run",
4078
+ "name": "query",
3956
4079
  "required": true
3957
4080
  }
3958
4081
  },
3959
- "description": "Delete a file from the object storage",
4082
+ "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
3960
4083
  "examples": [
3961
- "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
4084
+ "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
3962
4085
  ],
3963
4086
  "flags": {
3964
4087
  "config": {
@@ -4026,22 +4149,22 @@
4026
4149
  "multiple": false,
4027
4150
  "type": "option"
4028
4151
  },
4029
- "bucket": {
4152
+ "buckets": {
4030
4153
  "char": "b",
4031
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
4032
- "name": "bucket",
4154
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4155
+ "name": "buckets",
4033
4156
  "required": false,
4034
4157
  "hasDynamicHelp": false,
4035
- "multiple": false,
4158
+ "multiple": true,
4036
4159
  "type": "option"
4037
4160
  },
4038
- "moduleId": {
4161
+ "moduleIds": {
4039
4162
  "char": "m",
4040
- "description": "moduleId",
4041
- "name": "moduleId",
4163
+ "description": "Module IDs to search in",
4164
+ "name": "moduleIds",
4042
4165
  "required": false,
4043
4166
  "hasDynamicHelp": false,
4044
- "multiple": false,
4167
+ "multiple": true,
4045
4168
  "type": "option"
4046
4169
  },
4047
4170
  "output": {
@@ -4081,7 +4204,7 @@
4081
4204
  },
4082
4205
  "hasDynamicHelp": false,
4083
4206
  "hiddenAliases": [],
4084
- "id": "object:delete",
4207
+ "id": "query:chunk-search",
4085
4208
  "pluginAlias": "@liquidmetal-ai/raindrop",
4086
4209
  "pluginName": "@liquidmetal-ai/raindrop",
4087
4210
  "pluginType": "core",
@@ -4152,28 +4275,23 @@
4152
4275
  "relativePath": [
4153
4276
  "dist",
4154
4277
  "commands",
4155
- "object",
4156
- "delete.js"
4278
+ "query",
4279
+ "chunk-search.js"
4157
4280
  ]
4158
4281
  },
4159
- "object:get": {
4282
+ "query:document": {
4160
4283
  "aliases": [],
4161
4284
  "args": {
4162
- "key": {
4163
- "description": "key/path in the bucket",
4164
- "name": "key",
4285
+ "query": {
4286
+ "description": "question or query about the document",
4287
+ "name": "query",
4165
4288
  "required": true
4166
- },
4167
- "output": {
4168
- "description": "output file (defaults to key basename)",
4169
- "name": "output",
4170
- "required": false
4171
4289
  }
4172
4290
  },
4173
- "description": "Download a file from the object storage",
4291
+ "description": "Chat with a document stored in a Smart Bucket",
4174
4292
  "examples": [
4175
- "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
4176
- "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
4293
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
4294
+ "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
4177
4295
  ],
4178
4296
  "flags": {
4179
4297
  "config": {
@@ -4243,7 +4361,7 @@
4243
4361
  },
4244
4362
  "bucket": {
4245
4363
  "char": "b",
4246
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
4364
+ "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
4247
4365
  "name": "bucket",
4248
4366
  "required": false,
4249
4367
  "hasDynamicHelp": false,
@@ -4252,23 +4370,31 @@
4252
4370
  },
4253
4371
  "moduleId": {
4254
4372
  "char": "m",
4255
- "description": "moduleId",
4373
+ "description": "Module ID containing the document",
4256
4374
  "name": "moduleId",
4257
4375
  "required": false,
4258
4376
  "hasDynamicHelp": false,
4259
4377
  "multiple": false,
4260
4378
  "type": "option"
4261
4379
  },
4262
- "format": {
4263
- "char": "f",
4380
+ "objectId": {
4381
+ "char": "o",
4382
+ "description": "Object ID of the document to chat with",
4383
+ "name": "objectId",
4384
+ "required": true,
4385
+ "hasDynamicHelp": false,
4386
+ "multiple": false,
4387
+ "type": "option"
4388
+ },
4389
+ "output": {
4390
+ "char": "O",
4264
4391
  "description": "output format",
4265
- "name": "format",
4266
- "default": "file",
4392
+ "name": "output",
4393
+ "default": "text",
4267
4394
  "hasDynamicHelp": false,
4268
4395
  "multiple": false,
4269
4396
  "options": [
4270
- "file",
4271
- "stdout",
4397
+ "text",
4272
4398
  "json"
4273
4399
  ],
4274
4400
  "type": "option"
@@ -4297,7 +4423,7 @@
4297
4423
  },
4298
4424
  "hasDynamicHelp": false,
4299
4425
  "hiddenAliases": [],
4300
- "id": "object:get",
4426
+ "id": "query:document",
4301
4427
  "pluginAlias": "@liquidmetal-ai/raindrop",
4302
4428
  "pluginName": "@liquidmetal-ai/raindrop",
4303
4429
  "pluginType": "core",
@@ -4368,57 +4494,221 @@
4368
4494
  "relativePath": [
4369
4495
  "dist",
4370
4496
  "commands",
4371
- "object",
4372
- "get.js"
4497
+ "query",
4498
+ "document.js"
4373
4499
  ]
4374
4500
  },
4375
- "object:list": {
4501
+ "query:events": {
4376
4502
  "aliases": [],
4377
4503
  "args": {},
4378
- "description": "List objects in a bucket",
4504
+ "description": "query and stream Raindrop application events",
4379
4505
  "examples": [
4380
- "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
4506
+ "<%= config.bin %> <%= command.id %> .\n"
4381
4507
  ],
4382
4508
  "flags": {
4383
- "config": {
4384
- "char": "c",
4385
- "description": "config file",
4386
- "hidden": true,
4387
- "name": "config",
4388
- "required": false,
4389
- "default": ".raindrop/config.json",
4509
+ "output": {
4510
+ "char": "o",
4511
+ "description": "output format",
4512
+ "name": "output",
4513
+ "default": "table",
4390
4514
  "hasDynamicHelp": false,
4391
4515
  "multiple": false,
4516
+ "options": [
4517
+ "text",
4518
+ "table",
4519
+ "json"
4520
+ ],
4392
4521
  "type": "option"
4393
4522
  },
4394
- "rainbowAuthService": {
4395
- "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4523
+ "impersonate": {
4524
+ "char": "i",
4525
+ "description": "impersonate organization",
4396
4526
  "hidden": true,
4397
- "name": "rainbowAuthService",
4398
- "default": "https://raindrop.liquidmetal.run/",
4527
+ "name": "impersonate",
4528
+ "required": false,
4399
4529
  "hasDynamicHelp": false,
4400
4530
  "multiple": false,
4401
4531
  "type": "option"
4402
4532
  },
4403
- "raindropCatalogService": {
4404
- "description": "URL of the catalog service",
4405
- "env": "RAINDROP_CATALOG_SERVICE",
4533
+ "manifest": {
4534
+ "char": "m",
4535
+ "description": "project manifest",
4406
4536
  "hidden": true,
4407
- "name": "raindropCatalogService",
4537
+ "name": "manifest",
4538
+ "required": false,
4539
+ "default": "raindrop.manifest",
4408
4540
  "hasDynamicHelp": false,
4409
4541
  "multiple": false,
4410
4542
  "type": "option"
4411
4543
  },
4412
- "rainbowAuthToken": {
4413
- "description": "Override the Rainbow auth token derived from the CLI config",
4414
- "env": "RAINBOW_AUTH_TOKEN",
4415
- "hidden": true,
4416
- "name": "rainbowAuthToken",
4544
+ "application": {
4545
+ "char": "a",
4546
+ "description": "application",
4547
+ "name": "application",
4548
+ "required": false,
4417
4549
  "hasDynamicHelp": false,
4418
4550
  "multiple": false,
4419
4551
  "type": "option"
4420
4552
  },
4421
- "rainbowOrganizationId": {
4553
+ "version": {
4554
+ "char": "v",
4555
+ "description": "application version",
4556
+ "name": "version",
4557
+ "required": false,
4558
+ "hasDynamicHelp": false,
4559
+ "multiple": false,
4560
+ "type": "option"
4561
+ },
4562
+ "rainbowAuthService": {
4563
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4564
+ "hidden": true,
4565
+ "name": "rainbowAuthService",
4566
+ "default": "https://liquidmetal.run/api/connect",
4567
+ "hasDynamicHelp": false,
4568
+ "multiple": false,
4569
+ "type": "option"
4570
+ },
4571
+ "raindropCatalogService": {
4572
+ "description": "URL of the catalog service",
4573
+ "env": "RAINDROP_CATALOG_SERVICE",
4574
+ "hidden": true,
4575
+ "name": "raindropCatalogService",
4576
+ "hasDynamicHelp": false,
4577
+ "multiple": false,
4578
+ "type": "option"
4579
+ }
4580
+ },
4581
+ "hasDynamicHelp": false,
4582
+ "hiddenAliases": [],
4583
+ "id": "query:events",
4584
+ "pluginAlias": "@liquidmetal-ai/raindrop",
4585
+ "pluginName": "@liquidmetal-ai/raindrop",
4586
+ "pluginType": "core",
4587
+ "strict": true,
4588
+ "enableJsonFlag": false,
4589
+ "HIDDEN_FLAGS": {
4590
+ "config": {
4591
+ "char": "c",
4592
+ "description": "config file",
4593
+ "required": false,
4594
+ "hidden": true,
4595
+ "default": ".raindrop/config.json",
4596
+ "input": [],
4597
+ "multiple": false,
4598
+ "type": "option"
4599
+ },
4600
+ "rainbowAuthService": {
4601
+ "default": "https://raindrop.liquidmetal.run/",
4602
+ "hidden": true,
4603
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4604
+ "input": [],
4605
+ "multiple": false,
4606
+ "type": "option"
4607
+ },
4608
+ "raindropCatalogService": {
4609
+ "env": "RAINDROP_CATALOG_SERVICE",
4610
+ "description": "URL of the catalog service",
4611
+ "hidden": true,
4612
+ "input": [],
4613
+ "multiple": false,
4614
+ "type": "option"
4615
+ },
4616
+ "rainbowAuthToken": {
4617
+ "env": "RAINBOW_AUTH_TOKEN",
4618
+ "description": "Override the Rainbow auth token derived from the CLI config",
4619
+ "hidden": true,
4620
+ "input": [],
4621
+ "multiple": false,
4622
+ "type": "option"
4623
+ },
4624
+ "rainbowOrganizationId": {
4625
+ "env": "RAINBOW_ORGANIZATION_ID",
4626
+ "description": "Override the Rainbow organization ID derived from the CLI config",
4627
+ "hidden": true,
4628
+ "input": [],
4629
+ "multiple": false,
4630
+ "type": "option"
4631
+ },
4632
+ "rainbowUserId": {
4633
+ "env": "RAINBOW_USER_ID",
4634
+ "description": "Override the Rainbow user ID derived from the CLI config",
4635
+ "hidden": true,
4636
+ "input": [],
4637
+ "multiple": false,
4638
+ "type": "option"
4639
+ },
4640
+ "sendVersionMetadata": {
4641
+ "description": "Send version metadata to the server",
4642
+ "default": "true",
4643
+ "hidden": true,
4644
+ "input": [],
4645
+ "multiple": false,
4646
+ "type": "option"
4647
+ }
4648
+ },
4649
+ "baseArgs": {},
4650
+ "isESM": true,
4651
+ "relativePath": [
4652
+ "dist",
4653
+ "commands",
4654
+ "query",
4655
+ "events.js"
4656
+ ]
4657
+ },
4658
+ "query:search": {
4659
+ "aliases": [],
4660
+ "args": {
4661
+ "query": {
4662
+ "description": "search query",
4663
+ "name": "query",
4664
+ "required": false
4665
+ }
4666
+ },
4667
+ "description": "Run a search query against a smart bucket using natural language",
4668
+ "examples": [
4669
+ "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
4670
+ "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
4671
+ ],
4672
+ "flags": {
4673
+ "config": {
4674
+ "char": "c",
4675
+ "description": "config file",
4676
+ "hidden": true,
4677
+ "name": "config",
4678
+ "required": false,
4679
+ "default": ".raindrop/config.json",
4680
+ "hasDynamicHelp": false,
4681
+ "multiple": false,
4682
+ "type": "option"
4683
+ },
4684
+ "rainbowAuthService": {
4685
+ "env": "LIQUIDMETAL_RAINBOW_AUTH_SERVICE",
4686
+ "hidden": true,
4687
+ "name": "rainbowAuthService",
4688
+ "default": "https://raindrop.liquidmetal.run/",
4689
+ "hasDynamicHelp": false,
4690
+ "multiple": false,
4691
+ "type": "option"
4692
+ },
4693
+ "raindropCatalogService": {
4694
+ "description": "URL of the catalog service",
4695
+ "env": "RAINDROP_CATALOG_SERVICE",
4696
+ "hidden": true,
4697
+ "name": "raindropCatalogService",
4698
+ "hasDynamicHelp": false,
4699
+ "multiple": false,
4700
+ "type": "option"
4701
+ },
4702
+ "rainbowAuthToken": {
4703
+ "description": "Override the Rainbow auth token derived from the CLI config",
4704
+ "env": "RAINBOW_AUTH_TOKEN",
4705
+ "hidden": true,
4706
+ "name": "rainbowAuthToken",
4707
+ "hasDynamicHelp": false,
4708
+ "multiple": false,
4709
+ "type": "option"
4710
+ },
4711
+ "rainbowOrganizationId": {
4422
4712
  "description": "Override the Rainbow organization ID derived from the CLI config",
4423
4713
  "env": "RAINBOW_ORGANIZATION_ID",
4424
4714
  "hidden": true,
@@ -4445,24 +4735,41 @@
4445
4735
  "multiple": false,
4446
4736
  "type": "option"
4447
4737
  },
4448
- "bucket": {
4738
+ "buckets": {
4449
4739
  "char": "b",
4450
- "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
4451
- "name": "bucket",
4740
+ "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4741
+ "name": "buckets",
4452
4742
  "required": false,
4453
4743
  "hasDynamicHelp": false,
4454
- "multiple": false,
4744
+ "multiple": true,
4455
4745
  "type": "option"
4456
4746
  },
4457
- "moduleId": {
4747
+ "moduleIds": {
4458
4748
  "char": "m",
4459
- "description": "moduleId",
4460
- "name": "moduleId",
4749
+ "description": "Module IDs to search in",
4750
+ "name": "moduleIds",
4751
+ "required": false,
4752
+ "hasDynamicHelp": false,
4753
+ "multiple": true,
4754
+ "type": "option"
4755
+ },
4756
+ "requestId": {
4757
+ "description": "request ID for pagination",
4758
+ "name": "requestId",
4461
4759
  "required": false,
4462
4760
  "hasDynamicHelp": false,
4463
4761
  "multiple": false,
4464
4762
  "type": "option"
4465
4763
  },
4764
+ "page": {
4765
+ "char": "p",
4766
+ "description": "page number for paginated results",
4767
+ "name": "page",
4768
+ "default": 1,
4769
+ "hasDynamicHelp": false,
4770
+ "multiple": false,
4771
+ "type": "option"
4772
+ },
4466
4773
  "output": {
4467
4774
  "char": "o",
4468
4775
  "description": "output format",
@@ -4472,8 +4779,7 @@
4472
4779
  "multiple": false,
4473
4780
  "options": [
4474
4781
  "text",
4475
- "json",
4476
- "table"
4782
+ "json"
4477
4783
  ],
4478
4784
  "type": "option"
4479
4785
  },
@@ -4501,7 +4807,7 @@
4501
4807
  },
4502
4808
  "hasDynamicHelp": false,
4503
4809
  "hiddenAliases": [],
4504
- "id": "object:list",
4810
+ "id": "query:search",
4505
4811
  "pluginAlias": "@liquidmetal-ai/raindrop",
4506
4812
  "pluginName": "@liquidmetal-ai/raindrop",
4507
4813
  "pluginType": "core",
@@ -4572,27 +4878,22 @@
4572
4878
  "relativePath": [
4573
4879
  "dist",
4574
4880
  "commands",
4575
- "object",
4576
- "list.js"
4881
+ "query",
4882
+ "search.js"
4577
4883
  ]
4578
4884
  },
4579
- "object:put": {
4885
+ "object:delete": {
4580
4886
  "aliases": [],
4581
4887
  "args": {
4582
- "file": {
4583
- "description": "file to upload",
4584
- "name": "file",
4585
- "required": true
4586
- },
4587
4888
  "key": {
4588
- "description": "key/path in the bucket",
4889
+ "description": "key/path in the bucket to delete",
4589
4890
  "name": "key",
4590
4891
  "required": true
4591
4892
  }
4592
4893
  },
4593
- "description": "Upload a file to the object storage",
4894
+ "description": "Delete a file from the object storage",
4594
4895
  "examples": [
4595
- "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
4896
+ "<%= config.bin %> object delete my-key --bucket my-bucket\nDelete file with key 'my-key' from my-bucket\n"
4596
4897
  ],
4597
4898
  "flags": {
4598
4899
  "config": {
@@ -4678,15 +4979,6 @@
4678
4979
  "multiple": false,
4679
4980
  "type": "option"
4680
4981
  },
4681
- "contentType": {
4682
- "char": "t",
4683
- "description": "content type of the file",
4684
- "name": "contentType",
4685
- "required": false,
4686
- "hasDynamicHelp": false,
4687
- "multiple": false,
4688
- "type": "option"
4689
- },
4690
4982
  "output": {
4691
4983
  "char": "o",
4692
4984
  "description": "output format",
@@ -4724,7 +5016,7 @@
4724
5016
  },
4725
5017
  "hasDynamicHelp": false,
4726
5018
  "hiddenAliases": [],
4727
- "id": "object:put",
5019
+ "id": "object:delete",
4728
5020
  "pluginAlias": "@liquidmetal-ai/raindrop",
4729
5021
  "pluginName": "@liquidmetal-ai/raindrop",
4730
5022
  "pluginType": "core",
@@ -4796,21 +5088,27 @@
4796
5088
  "dist",
4797
5089
  "commands",
4798
5090
  "object",
4799
- "put.js"
5091
+ "delete.js"
4800
5092
  ]
4801
5093
  },
4802
- "query:chunk-search": {
5094
+ "object:get": {
4803
5095
  "aliases": [],
4804
5096
  "args": {
4805
- "query": {
4806
- "description": "search query to run",
4807
- "name": "query",
5097
+ "key": {
5098
+ "description": "key/path in the bucket",
5099
+ "name": "key",
4808
5100
  "required": true
5101
+ },
5102
+ "output": {
5103
+ "description": "output file (defaults to key basename)",
5104
+ "name": "output",
5105
+ "required": false
4809
5106
  }
4810
5107
  },
4811
- "description": "Run a RAG (Retrieval Augmented Generation) search query against a Smart Bucket",
5108
+ "description": "Download a file from the object storage",
4812
5109
  "examples": [
4813
- "<%= config.bin %> query chunk-search \"What is LiquidMetal?\"\nRun a RAG search query against a Smart Bucket.\n"
5110
+ "<%= config.bin %> object get my-key --bucket my-bucket\nDownload file with key 'my-key' from my-bucket\n",
5111
+ "<%= config.bin %> object get my-key output.txt --bucket my-bucket\nDownload file with key 'my-key' from my-bucket to output.txt\n"
4814
5112
  ],
4815
5113
  "flags": {
4816
5114
  "config": {
@@ -4878,33 +5176,34 @@
4878
5176
  "multiple": false,
4879
5177
  "type": "option"
4880
5178
  },
4881
- "buckets": {
5179
+ "bucket": {
4882
5180
  "char": "b",
4883
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
4884
- "name": "buckets",
5181
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5182
+ "name": "bucket",
4885
5183
  "required": false,
4886
5184
  "hasDynamicHelp": false,
4887
- "multiple": true,
5185
+ "multiple": false,
4888
5186
  "type": "option"
4889
5187
  },
4890
- "moduleIds": {
5188
+ "moduleId": {
4891
5189
  "char": "m",
4892
- "description": "Module IDs to search in",
4893
- "name": "moduleIds",
5190
+ "description": "moduleId",
5191
+ "name": "moduleId",
4894
5192
  "required": false,
4895
5193
  "hasDynamicHelp": false,
4896
- "multiple": true,
5194
+ "multiple": false,
4897
5195
  "type": "option"
4898
5196
  },
4899
- "output": {
4900
- "char": "o",
5197
+ "format": {
5198
+ "char": "f",
4901
5199
  "description": "output format",
4902
- "name": "output",
4903
- "default": "text",
5200
+ "name": "format",
5201
+ "default": "file",
4904
5202
  "hasDynamicHelp": false,
4905
5203
  "multiple": false,
4906
5204
  "options": [
4907
- "text",
5205
+ "file",
5206
+ "stdout",
4908
5207
  "json"
4909
5208
  ],
4910
5209
  "type": "option"
@@ -4933,7 +5232,7 @@
4933
5232
  },
4934
5233
  "hasDynamicHelp": false,
4935
5234
  "hiddenAliases": [],
4936
- "id": "query:chunk-search",
5235
+ "id": "object:get",
4937
5236
  "pluginAlias": "@liquidmetal-ai/raindrop",
4938
5237
  "pluginName": "@liquidmetal-ai/raindrop",
4939
5238
  "pluginType": "core",
@@ -5004,23 +5303,16 @@
5004
5303
  "relativePath": [
5005
5304
  "dist",
5006
5305
  "commands",
5007
- "query",
5008
- "chunk-search.js"
5306
+ "object",
5307
+ "get.js"
5009
5308
  ]
5010
5309
  },
5011
- "query:document": {
5310
+ "object:list": {
5012
5311
  "aliases": [],
5013
- "args": {
5014
- "query": {
5015
- "description": "question or query about the document",
5016
- "name": "query",
5017
- "required": true
5018
- }
5019
- },
5020
- "description": "Chat with a document stored in a Smart Bucket",
5312
+ "args": {},
5313
+ "description": "List objects in a bucket",
5021
5314
  "examples": [
5022
- "<%= config.bin %> query document \"What is the main topic of this document?\" -b my-bucket -o document.pdf\nChat with a document in a Smart Bucket using bucket name.\n",
5023
- "<%= config.bin %> query document \"What is the main topic of this document?\" -m module-id -o document.pdf\nChat with a document in a Smart Bucket using module ID.\n"
5315
+ "<%= config.bin %> object list --bucket my-bucket\nList all objects in my-bucket\n"
5024
5316
  ],
5025
5317
  "flags": {
5026
5318
  "config": {
@@ -5090,7 +5382,7 @@
5090
5382
  },
5091
5383
  "bucket": {
5092
5384
  "char": "b",
5093
- "description": "Bucket name containing the document, version can be specified with #, e.g. my-bucket#versionId",
5385
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5094
5386
  "name": "bucket",
5095
5387
  "required": false,
5096
5388
  "hasDynamicHelp": false,
@@ -5099,24 +5391,15 @@
5099
5391
  },
5100
5392
  "moduleId": {
5101
5393
  "char": "m",
5102
- "description": "Module ID containing the document",
5394
+ "description": "moduleId",
5103
5395
  "name": "moduleId",
5104
5396
  "required": false,
5105
5397
  "hasDynamicHelp": false,
5106
5398
  "multiple": false,
5107
5399
  "type": "option"
5108
5400
  },
5109
- "objectId": {
5110
- "char": "o",
5111
- "description": "Object ID of the document to chat with",
5112
- "name": "objectId",
5113
- "required": true,
5114
- "hasDynamicHelp": false,
5115
- "multiple": false,
5116
- "type": "option"
5117
- },
5118
5401
  "output": {
5119
- "char": "O",
5402
+ "char": "o",
5120
5403
  "description": "output format",
5121
5404
  "name": "output",
5122
5405
  "default": "text",
@@ -5124,7 +5407,8 @@
5124
5407
  "multiple": false,
5125
5408
  "options": [
5126
5409
  "text",
5127
- "json"
5410
+ "json",
5411
+ "table"
5128
5412
  ],
5129
5413
  "type": "option"
5130
5414
  },
@@ -5152,7 +5436,7 @@
5152
5436
  },
5153
5437
  "hasDynamicHelp": false,
5154
5438
  "hiddenAliases": [],
5155
- "id": "query:document",
5439
+ "id": "object:list",
5156
5440
  "pluginAlias": "@liquidmetal-ai/raindrop",
5157
5441
  "pluginName": "@liquidmetal-ai/raindrop",
5158
5442
  "pluginType": "core",
@@ -5223,23 +5507,27 @@
5223
5507
  "relativePath": [
5224
5508
  "dist",
5225
5509
  "commands",
5226
- "query",
5227
- "document.js"
5510
+ "object",
5511
+ "list.js"
5228
5512
  ]
5229
5513
  },
5230
- "query:search": {
5514
+ "object:put": {
5231
5515
  "aliases": [],
5232
5516
  "args": {
5233
- "query": {
5234
- "description": "search query",
5235
- "name": "query",
5236
- "required": false
5517
+ "file": {
5518
+ "description": "file to upload",
5519
+ "name": "file",
5520
+ "required": true
5521
+ },
5522
+ "key": {
5523
+ "description": "key/path in the bucket",
5524
+ "name": "key",
5525
+ "required": true
5237
5526
  }
5238
5527
  },
5239
- "description": "Run a search query against a smart bucket using natural language",
5528
+ "description": "Upload a file to the object storage",
5240
5529
  "examples": [
5241
- "<%= config.bin %> query search \"What is LiquidMetal?\" --buckets my-bucket-1 my-bucket-2\nRun a new supervisor agent search query across multiple buckets.\n",
5242
- "<%= config.bin %> query search --requestId 01HNG4V2RJXS5T --page 2\nGet page 2 of previous search results.\n"
5530
+ "<%= config.bin %> object put ./myfile.txt my-key --bucket my-bucket\nUpload myfile.txt to my-bucket with key 'my-key'\n"
5243
5531
  ],
5244
5532
  "flags": {
5245
5533
  "config": {
@@ -5307,37 +5595,29 @@
5307
5595
  "multiple": false,
5308
5596
  "type": "option"
5309
5597
  },
5310
- "buckets": {
5598
+ "bucket": {
5311
5599
  "char": "b",
5312
- "description": "Bucket names to search in, version can be specified with #, e.g. my-bucket#versionId",
5313
- "name": "buckets",
5600
+ "description": "bucket name version can be specified with #, e.g. my-bucket#versionId",
5601
+ "name": "bucket",
5314
5602
  "required": false,
5315
5603
  "hasDynamicHelp": false,
5316
- "multiple": true,
5604
+ "multiple": false,
5317
5605
  "type": "option"
5318
5606
  },
5319
- "moduleIds": {
5607
+ "moduleId": {
5320
5608
  "char": "m",
5321
- "description": "Module IDs to search in",
5322
- "name": "moduleIds",
5323
- "required": false,
5324
- "hasDynamicHelp": false,
5325
- "multiple": true,
5326
- "type": "option"
5327
- },
5328
- "requestId": {
5329
- "description": "request ID for pagination",
5330
- "name": "requestId",
5609
+ "description": "moduleId",
5610
+ "name": "moduleId",
5331
5611
  "required": false,
5332
5612
  "hasDynamicHelp": false,
5333
5613
  "multiple": false,
5334
5614
  "type": "option"
5335
5615
  },
5336
- "page": {
5337
- "char": "p",
5338
- "description": "page number for paginated results",
5339
- "name": "page",
5340
- "default": 1,
5616
+ "contentType": {
5617
+ "char": "t",
5618
+ "description": "content type of the file",
5619
+ "name": "contentType",
5620
+ "required": false,
5341
5621
  "hasDynamicHelp": false,
5342
5622
  "multiple": false,
5343
5623
  "type": "option"
@@ -5379,7 +5659,7 @@
5379
5659
  },
5380
5660
  "hasDynamicHelp": false,
5381
5661
  "hiddenAliases": [],
5382
- "id": "query:search",
5662
+ "id": "object:put",
5383
5663
  "pluginAlias": "@liquidmetal-ai/raindrop",
5384
5664
  "pluginName": "@liquidmetal-ai/raindrop",
5385
5665
  "pluginType": "core",
@@ -5450,8 +5730,8 @@
5450
5730
  "relativePath": [
5451
5731
  "dist",
5452
5732
  "commands",
5453
- "query",
5454
- "search.js"
5733
+ "object",
5734
+ "put.js"
5455
5735
  ]
5456
5736
  },
5457
5737
  "build:env:get": {
@@ -6100,5 +6380,5 @@
6100
6380
  ]
6101
6381
  }
6102
6382
  },
6103
- "version": "0.4.7"
6383
+ "version": "0.4.9"
6104
6384
  }