@keystrokehq/ragie 0.1.0
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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-document-from-url.cjs +34 -0
- package/dist/actions/create-document-from-url.cjs.map +1 -0
- package/dist/actions/create-document-from-url.d.cts +9 -0
- package/dist/actions/create-document-from-url.d.cts.map +1 -0
- package/dist/actions/create-document-from-url.d.mts +9 -0
- package/dist/actions/create-document-from-url.d.mts.map +1 -0
- package/dist/actions/create-document-from-url.mjs +31 -0
- package/dist/actions/create-document-from-url.mjs.map +1 -0
- package/dist/actions/create-document-raw.cjs +33 -0
- package/dist/actions/create-document-raw.cjs.map +1 -0
- package/dist/actions/create-document-raw.d.cts +9 -0
- package/dist/actions/create-document-raw.d.cts.map +1 -0
- package/dist/actions/create-document-raw.d.mts +9 -0
- package/dist/actions/create-document-raw.d.mts.map +1 -0
- package/dist/actions/create-document-raw.mjs +30 -0
- package/dist/actions/create-document-raw.mjs.map +1 -0
- package/dist/actions/create-document.cjs +41 -0
- package/dist/actions/create-document.cjs.map +1 -0
- package/dist/actions/create-document.d.cts +9 -0
- package/dist/actions/create-document.d.cts.map +1 -0
- package/dist/actions/create-document.d.mts +9 -0
- package/dist/actions/create-document.d.mts.map +1 -0
- package/dist/actions/create-document.mjs +38 -0
- package/dist/actions/create-document.mjs.map +1 -0
- package/dist/actions/create-instruction.cjs +35 -0
- package/dist/actions/create-instruction.cjs.map +1 -0
- package/dist/actions/create-instruction.d.cts +9 -0
- package/dist/actions/create-instruction.d.cts.map +1 -0
- package/dist/actions/create-instruction.d.mts +9 -0
- package/dist/actions/create-instruction.d.mts.map +1 -0
- package/dist/actions/create-instruction.mjs +32 -0
- package/dist/actions/create-instruction.mjs.map +1 -0
- package/dist/actions/create-oauth-redirect-url.cjs +26 -0
- package/dist/actions/create-oauth-redirect-url.cjs.map +1 -0
- package/dist/actions/create-oauth-redirect-url.d.cts +9 -0
- package/dist/actions/create-oauth-redirect-url.d.cts.map +1 -0
- package/dist/actions/create-oauth-redirect-url.d.mts +9 -0
- package/dist/actions/create-oauth-redirect-url.d.mts.map +1 -0
- package/dist/actions/create-oauth-redirect-url.mjs +23 -0
- package/dist/actions/create-oauth-redirect-url.mjs.map +1 -0
- package/dist/actions/create-partition-partitions-post.cjs +68 -0
- package/dist/actions/create-partition-partitions-post.cjs.map +1 -0
- package/dist/actions/create-partition-partitions-post.d.cts +9 -0
- package/dist/actions/create-partition-partitions-post.d.cts.map +1 -0
- package/dist/actions/create-partition-partitions-post.d.mts +9 -0
- package/dist/actions/create-partition-partitions-post.d.mts.map +1 -0
- package/dist/actions/create-partition-partitions-post.mjs +67 -0
- package/dist/actions/create-partition-partitions-post.mjs.map +1 -0
- package/dist/actions/delete-document.cjs +20 -0
- package/dist/actions/delete-document.cjs.map +1 -0
- package/dist/actions/delete-document.d.cts +9 -0
- package/dist/actions/delete-document.d.cts.map +1 -0
- package/dist/actions/delete-document.d.mts +9 -0
- package/dist/actions/delete-document.d.mts.map +1 -0
- package/dist/actions/delete-document.mjs +17 -0
- package/dist/actions/delete-document.mjs.map +1 -0
- package/dist/actions/delete-instruction.cjs +16 -0
- package/dist/actions/delete-instruction.cjs.map +1 -0
- package/dist/actions/delete-instruction.d.cts +9 -0
- package/dist/actions/delete-instruction.d.cts.map +1 -0
- package/dist/actions/delete-instruction.d.mts +9 -0
- package/dist/actions/delete-instruction.d.mts.map +1 -0
- package/dist/actions/delete-instruction.mjs +13 -0
- package/dist/actions/delete-instruction.mjs.map +1 -0
- package/dist/actions/delete-partition.cjs +19 -0
- package/dist/actions/delete-partition.cjs.map +1 -0
- package/dist/actions/delete-partition.d.cts +9 -0
- package/dist/actions/delete-partition.d.cts.map +1 -0
- package/dist/actions/delete-partition.d.mts +9 -0
- package/dist/actions/delete-partition.d.mts.map +1 -0
- package/dist/actions/delete-partition.mjs +16 -0
- package/dist/actions/delete-partition.mjs.map +1 -0
- package/dist/actions/get-document-chunk-content.cjs +37 -0
- package/dist/actions/get-document-chunk-content.cjs.map +1 -0
- package/dist/actions/get-document-chunk-content.d.cts +9 -0
- package/dist/actions/get-document-chunk-content.d.cts.map +1 -0
- package/dist/actions/get-document-chunk-content.d.mts +9 -0
- package/dist/actions/get-document-chunk-content.d.mts.map +1 -0
- package/dist/actions/get-document-chunk-content.mjs +34 -0
- package/dist/actions/get-document-chunk-content.mjs.map +1 -0
- package/dist/actions/get-document-chunk.cjs +29 -0
- package/dist/actions/get-document-chunk.cjs.map +1 -0
- package/dist/actions/get-document-chunk.d.cts +9 -0
- package/dist/actions/get-document-chunk.d.cts.map +1 -0
- package/dist/actions/get-document-chunk.d.mts +9 -0
- package/dist/actions/get-document-chunk.d.mts.map +1 -0
- package/dist/actions/get-document-chunk.mjs +28 -0
- package/dist/actions/get-document-chunk.mjs.map +1 -0
- package/dist/actions/get-document-chunks.cjs +37 -0
- package/dist/actions/get-document-chunks.cjs.map +1 -0
- package/dist/actions/get-document-chunks.d.cts +9 -0
- package/dist/actions/get-document-chunks.d.cts.map +1 -0
- package/dist/actions/get-document-chunks.d.mts +9 -0
- package/dist/actions/get-document-chunks.d.mts.map +1 -0
- package/dist/actions/get-document-chunks.mjs +36 -0
- package/dist/actions/get-document-chunks.mjs.map +1 -0
- package/dist/actions/get-document-content.cjs +34 -0
- package/dist/actions/get-document-content.cjs.map +1 -0
- package/dist/actions/get-document-content.d.cts +9 -0
- package/dist/actions/get-document-content.d.cts.map +1 -0
- package/dist/actions/get-document-content.d.mts +9 -0
- package/dist/actions/get-document-content.d.mts.map +1 -0
- package/dist/actions/get-document-content.mjs +31 -0
- package/dist/actions/get-document-content.mjs.map +1 -0
- package/dist/actions/get-document-summary.cjs +22 -0
- package/dist/actions/get-document-summary.cjs.map +1 -0
- package/dist/actions/get-document-summary.d.cts +9 -0
- package/dist/actions/get-document-summary.d.cts.map +1 -0
- package/dist/actions/get-document-summary.d.mts +9 -0
- package/dist/actions/get-document-summary.d.mts.map +1 -0
- package/dist/actions/get-document-summary.mjs +19 -0
- package/dist/actions/get-document-summary.mjs.map +1 -0
- package/dist/actions/get-document.cjs +31 -0
- package/dist/actions/get-document.cjs.map +1 -0
- package/dist/actions/get-document.d.cts +9 -0
- package/dist/actions/get-document.d.cts.map +1 -0
- package/dist/actions/get-document.d.mts +9 -0
- package/dist/actions/get-document.d.mts.map +1 -0
- package/dist/actions/get-document.mjs +28 -0
- package/dist/actions/get-document.mjs.map +1 -0
- package/dist/actions/get-partition.cjs +54 -0
- package/dist/actions/get-partition.cjs.map +1 -0
- package/dist/actions/get-partition.d.cts +9 -0
- package/dist/actions/get-partition.d.cts.map +1 -0
- package/dist/actions/get-partition.d.mts +9 -0
- package/dist/actions/get-partition.d.mts.map +1 -0
- package/dist/actions/get-partition.mjs +53 -0
- package/dist/actions/get-partition.mjs.map +1 -0
- package/dist/actions/get-response.cjs +79 -0
- package/dist/actions/get-response.cjs.map +1 -0
- package/dist/actions/get-response.d.cts +9 -0
- package/dist/actions/get-response.d.cts.map +1 -0
- package/dist/actions/get-response.d.mts +9 -0
- package/dist/actions/get-response.d.mts.map +1 -0
- package/dist/actions/get-response.mjs +78 -0
- package/dist/actions/get-response.mjs.map +1 -0
- package/dist/actions/index.cjs +63 -0
- package/dist/actions/index.d.cts +32 -0
- package/dist/actions/index.d.mts +32 -0
- package/dist/actions/index.mjs +32 -0
- package/dist/actions/list-connection-source-types.cjs +22 -0
- package/dist/actions/list-connection-source-types.cjs.map +1 -0
- package/dist/actions/list-connection-source-types.d.cts +9 -0
- package/dist/actions/list-connection-source-types.d.cts.map +1 -0
- package/dist/actions/list-connection-source-types.d.mts +9 -0
- package/dist/actions/list-connection-source-types.d.mts.map +1 -0
- package/dist/actions/list-connection-source-types.mjs +21 -0
- package/dist/actions/list-connection-source-types.mjs.map +1 -0
- package/dist/actions/list-connections-connections-get.cjs +41 -0
- package/dist/actions/list-connections-connections-get.cjs.map +1 -0
- package/dist/actions/list-connections-connections-get.d.cts +9 -0
- package/dist/actions/list-connections-connections-get.d.cts.map +1 -0
- package/dist/actions/list-connections-connections-get.d.mts +9 -0
- package/dist/actions/list-connections-connections-get.d.mts.map +1 -0
- package/dist/actions/list-connections-connections-get.mjs +40 -0
- package/dist/actions/list-connections-connections-get.mjs.map +1 -0
- package/dist/actions/list-documents.cjs +40 -0
- package/dist/actions/list-documents.cjs.map +1 -0
- package/dist/actions/list-documents.d.cts +9 -0
- package/dist/actions/list-documents.d.cts.map +1 -0
- package/dist/actions/list-documents.d.mts +9 -0
- package/dist/actions/list-documents.d.mts.map +1 -0
- package/dist/actions/list-documents.mjs +39 -0
- package/dist/actions/list-documents.mjs.map +1 -0
- package/dist/actions/list-entities-by-document.cjs +37 -0
- package/dist/actions/list-entities-by-document.cjs.map +1 -0
- package/dist/actions/list-entities-by-document.d.cts +9 -0
- package/dist/actions/list-entities-by-document.d.cts.map +1 -0
- package/dist/actions/list-entities-by-document.d.mts +9 -0
- package/dist/actions/list-entities-by-document.d.mts.map +1 -0
- package/dist/actions/list-entities-by-document.mjs +36 -0
- package/dist/actions/list-entities-by-document.mjs.map +1 -0
- package/dist/actions/list-entities-by-instruction.cjs +37 -0
- package/dist/actions/list-entities-by-instruction.cjs.map +1 -0
- package/dist/actions/list-entities-by-instruction.d.cts +9 -0
- package/dist/actions/list-entities-by-instruction.d.cts.map +1 -0
- package/dist/actions/list-entities-by-instruction.d.mts +9 -0
- package/dist/actions/list-entities-by-instruction.d.mts.map +1 -0
- package/dist/actions/list-entities-by-instruction.mjs +36 -0
- package/dist/actions/list-entities-by-instruction.mjs.map +1 -0
- package/dist/actions/list-instructions.cjs +28 -0
- package/dist/actions/list-instructions.cjs.map +1 -0
- package/dist/actions/list-instructions.d.cts +9 -0
- package/dist/actions/list-instructions.d.cts.map +1 -0
- package/dist/actions/list-instructions.d.mts +9 -0
- package/dist/actions/list-instructions.d.mts.map +1 -0
- package/dist/actions/list-instructions.mjs +27 -0
- package/dist/actions/list-instructions.mjs.map +1 -0
- package/dist/actions/list-partitions.cjs +49 -0
- package/dist/actions/list-partitions.cjs.map +1 -0
- package/dist/actions/list-partitions.d.cts +9 -0
- package/dist/actions/list-partitions.d.cts.map +1 -0
- package/dist/actions/list-partitions.d.mts +9 -0
- package/dist/actions/list-partitions.d.mts.map +1 -0
- package/dist/actions/list-partitions.mjs +48 -0
- package/dist/actions/list-partitions.mjs.map +1 -0
- package/dist/actions/patch-document-metadata.cjs +24 -0
- package/dist/actions/patch-document-metadata.cjs.map +1 -0
- package/dist/actions/patch-document-metadata.d.cts +9 -0
- package/dist/actions/patch-document-metadata.d.cts.map +1 -0
- package/dist/actions/patch-document-metadata.d.mts +9 -0
- package/dist/actions/patch-document-metadata.d.mts.map +1 -0
- package/dist/actions/patch-document-metadata.mjs +21 -0
- package/dist/actions/patch-document-metadata.mjs.map +1 -0
- package/dist/actions/retrieve.cjs +35 -0
- package/dist/actions/retrieve.cjs.map +1 -0
- package/dist/actions/retrieve.d.cts +9 -0
- package/dist/actions/retrieve.d.cts.map +1 -0
- package/dist/actions/retrieve.d.mts +9 -0
- package/dist/actions/retrieve.d.mts.map +1 -0
- package/dist/actions/retrieve.mjs +34 -0
- package/dist/actions/retrieve.mjs.map +1 -0
- package/dist/actions/set-partition-limits.cjs +62 -0
- package/dist/actions/set-partition-limits.cjs.map +1 -0
- package/dist/actions/set-partition-limits.d.cts +9 -0
- package/dist/actions/set-partition-limits.d.cts.map +1 -0
- package/dist/actions/set-partition-limits.d.mts +9 -0
- package/dist/actions/set-partition-limits.d.mts.map +1 -0
- package/dist/actions/set-partition-limits.mjs +61 -0
- package/dist/actions/set-partition-limits.mjs.map +1 -0
- package/dist/actions/update-document-from-url.cjs +21 -0
- package/dist/actions/update-document-from-url.cjs.map +1 -0
- package/dist/actions/update-document-from-url.d.cts +9 -0
- package/dist/actions/update-document-from-url.d.cts.map +1 -0
- package/dist/actions/update-document-from-url.d.mts +9 -0
- package/dist/actions/update-document-from-url.d.mts.map +1 -0
- package/dist/actions/update-document-from-url.mjs +18 -0
- package/dist/actions/update-document-from-url.mjs.map +1 -0
- package/dist/actions/update-document-raw.cjs +19 -0
- package/dist/actions/update-document-raw.cjs.map +1 -0
- package/dist/actions/update-document-raw.d.cts +9 -0
- package/dist/actions/update-document-raw.d.cts.map +1 -0
- package/dist/actions/update-document-raw.d.mts +9 -0
- package/dist/actions/update-document-raw.d.mts.map +1 -0
- package/dist/actions/update-document-raw.mjs +16 -0
- package/dist/actions/update-document-raw.mjs.map +1 -0
- package/dist/actions/update-instruction.cjs +31 -0
- package/dist/actions/update-instruction.cjs.map +1 -0
- package/dist/actions/update-instruction.d.cts +9 -0
- package/dist/actions/update-instruction.d.cts.map +1 -0
- package/dist/actions/update-instruction.d.mts +9 -0
- package/dist/actions/update-instruction.d.mts.map +1 -0
- package/dist/actions/update-instruction.mjs +30 -0
- package/dist/actions/update-instruction.mjs.map +1 -0
- package/dist/actions/update-partition.cjs +59 -0
- package/dist/actions/update-partition.cjs.map +1 -0
- package/dist/actions/update-partition.d.cts +9 -0
- package/dist/actions/update-partition.d.cts.map +1 -0
- package/dist/actions/update-partition.d.mts +9 -0
- package/dist/actions/update-partition.d.mts.map +1 -0
- package/dist/actions/update-partition.mjs +58 -0
- package/dist/actions/update-partition.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +68 -0
- package/dist/index.d.cts +34 -0
- package/dist/index.d.mts +34 -0
- package/dist/index.mjs +35 -0
- package/package.json +49 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-partition.ts
|
|
4
|
+
const RagieUpdatePartitionInput = zod.z.object({
|
|
5
|
+
description: zod.z.string().describe("A text description explaining the purpose or contents of the partition.").optional(),
|
|
6
|
+
partition_id: zod.z.string().describe("The unique identifier of the partition to update"),
|
|
7
|
+
context_aware: zod.z.boolean().describe("Enable context-aware descriptions for the partition. When enabled, the partition will generate contextual descriptions for content.").optional(),
|
|
8
|
+
metadata_schema: zod.z.record(zod.z.string(), zod.z.unknown()).describe("A JSON Schema subset defining the metadata fields for documents in this partition. Providing detailed descriptions of fields helps LLMs generate filters dynamically.").optional()
|
|
9
|
+
}).describe("Request model for updating a partition's configuration.");
|
|
10
|
+
const RagieUpdatePartition_PartitionStatsSchema = zod.z.object({
|
|
11
|
+
document_count: zod.z.number().int().describe("Total number of documents"),
|
|
12
|
+
media_hosted_total: zod.z.number().describe("Lifetime hosted media (MBs)"),
|
|
13
|
+
pages_hosted_total: zod.z.number().describe("Lifetime hosted pages"),
|
|
14
|
+
media_hosted_monthly: zod.z.number().describe("Current month's hosted media (MBs)"),
|
|
15
|
+
media_streamed_total: zod.z.number().describe("Lifetime streamed media (MBs)"),
|
|
16
|
+
pages_hosted_monthly: zod.z.number().describe("Current month's hosted pages"),
|
|
17
|
+
audio_processed_total: zod.z.number().describe("Lifetime audio processing seconds"),
|
|
18
|
+
pages_processed_total: zod.z.number().describe("Lifetime processed pages"),
|
|
19
|
+
video_processed_total: zod.z.number().describe("Lifetime video processing seconds"),
|
|
20
|
+
media_streamed_monthly: zod.z.number().describe("Current month's streamed media (MBs)"),
|
|
21
|
+
audio_processed_monthly: zod.z.number().describe("Current month's audio processing seconds"),
|
|
22
|
+
pages_processed_monthly: zod.z.number().describe("Current month's processed pages"),
|
|
23
|
+
video_processed_monthly: zod.z.number().describe("Current month's video processing seconds")
|
|
24
|
+
}).describe("Partition statistics object containing usage data.");
|
|
25
|
+
const RagieUpdatePartition_PartitionLimitsSchema = zod.z.object({
|
|
26
|
+
media_hosted_limit_max: zod.z.number().int().describe("Maximum hosted media limit (MBs)").nullable().optional(),
|
|
27
|
+
pages_hosted_limit_max: zod.z.number().int().describe("Maximum total hosted pages limit").nullable().optional(),
|
|
28
|
+
media_streamed_limit_max: zod.z.number().int().describe("Maximum media streaming limit (MBs)").nullable().optional(),
|
|
29
|
+
audio_processed_limit_max: zod.z.number().int().describe("Maximum audio processing limit (minutes)").nullable().optional(),
|
|
30
|
+
pages_processed_limit_max: zod.z.number().int().describe("Maximum total page processing limit").nullable().optional(),
|
|
31
|
+
video_processed_limit_max: zod.z.number().int().describe("Maximum video processing limit (minutes)").nullable().optional(),
|
|
32
|
+
media_hosted_limit_monthly: zod.z.number().int().describe("Monthly hosted media limit (MBs)").nullable().optional(),
|
|
33
|
+
pages_hosted_limit_monthly: zod.z.number().int().describe("Monthly hosted pages limit").nullable().optional(),
|
|
34
|
+
media_streamed_limit_monthly: zod.z.number().int().describe("Monthly media streaming limit (MBs)").nullable().optional(),
|
|
35
|
+
audio_processed_limit_monthly: zod.z.number().int().describe("Monthly audio processing limit (minutes)").nullable().optional(),
|
|
36
|
+
pages_processed_limit_monthly: zod.z.number().int().describe("Monthly page processing limit").nullable().optional(),
|
|
37
|
+
video_processed_limit_monthly: zod.z.number().int().describe("Monthly video processing limit (minutes)").nullable().optional()
|
|
38
|
+
}).describe("Partition limits object containing various resource limits.");
|
|
39
|
+
const RagieUpdatePartitionOutput = zod.z.object({
|
|
40
|
+
name: zod.z.string().describe("The partition identifier/name"),
|
|
41
|
+
stats: RagieUpdatePartition_PartitionStatsSchema.nullable(),
|
|
42
|
+
limits: RagieUpdatePartition_PartitionLimitsSchema.nullable(),
|
|
43
|
+
is_default: zod.z.boolean().describe("Indicates whether this is the default partition"),
|
|
44
|
+
description: zod.z.string().nullable(),
|
|
45
|
+
context_aware: zod.z.boolean().describe("Whether context-aware descriptions are enabled"),
|
|
46
|
+
metadata_schema: zod.z.record(zod.z.string(), zod.z.unknown()).nullable(),
|
|
47
|
+
limit_exceeded_at: zod.z.string().describe("Timestamp when the partition exceeded its limits, if applicable").nullable().optional()
|
|
48
|
+
}).describe("Response model for partition update operation.");
|
|
49
|
+
const ragieUpdatePartition = require_action.action("RAGIE_UPDATE_PARTITION", {
|
|
50
|
+
slug: "ragie-update-partition",
|
|
51
|
+
name: "Update Partition",
|
|
52
|
+
description: "Tool to update a partition's configuration including description, context-aware settings, and metadata schema. Use when you need to modify an existing partition's settings.",
|
|
53
|
+
input: RagieUpdatePartitionInput,
|
|
54
|
+
output: RagieUpdatePartitionOutput
|
|
55
|
+
});
|
|
56
|
+
//#endregion
|
|
57
|
+
exports.ragieUpdatePartition = ragieUpdatePartition;
|
|
58
|
+
|
|
59
|
+
//# sourceMappingURL=update-partition.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-partition.cjs","names":["z","action"],"sources":["../../src/actions/update-partition.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RagieUpdatePartitionInput: z.ZodTypeAny = z.object({\n description: z.string().describe(\"A text description explaining the purpose or contents of the partition.\").optional(),\n partition_id: z.string().describe(\"The unique identifier of the partition to update\"),\n context_aware: z.boolean().describe(\"Enable context-aware descriptions for the partition. When enabled, the partition will generate contextual descriptions for content.\").optional(),\n metadata_schema: z.record(z.string(), z.unknown()).describe(\"A JSON Schema subset defining the metadata fields for documents in this partition. Providing detailed descriptions of fields helps LLMs generate filters dynamically.\").optional(),\n}).describe(\"Request model for updating a partition's configuration.\");\nconst RagieUpdatePartition_PartitionStatsSchema: z.ZodTypeAny = z.object({\n document_count: z.number().int().describe(\"Total number of documents\"),\n media_hosted_total: z.number().describe(\"Lifetime hosted media (MBs)\"),\n pages_hosted_total: z.number().describe(\"Lifetime hosted pages\"),\n media_hosted_monthly: z.number().describe(\"Current month's hosted media (MBs)\"),\n media_streamed_total: z.number().describe(\"Lifetime streamed media (MBs)\"),\n pages_hosted_monthly: z.number().describe(\"Current month's hosted pages\"),\n audio_processed_total: z.number().describe(\"Lifetime audio processing seconds\"),\n pages_processed_total: z.number().describe(\"Lifetime processed pages\"),\n video_processed_total: z.number().describe(\"Lifetime video processing seconds\"),\n media_streamed_monthly: z.number().describe(\"Current month's streamed media (MBs)\"),\n audio_processed_monthly: z.number().describe(\"Current month's audio processing seconds\"),\n pages_processed_monthly: z.number().describe(\"Current month's processed pages\"),\n video_processed_monthly: z.number().describe(\"Current month's video processing seconds\"),\n}).describe(\"Partition statistics object containing usage data.\");\nconst RagieUpdatePartition_PartitionLimitsSchema: z.ZodTypeAny = z.object({\n media_hosted_limit_max: z.number().int().describe(\"Maximum hosted media limit (MBs)\").nullable().optional(),\n pages_hosted_limit_max: z.number().int().describe(\"Maximum total hosted pages limit\").nullable().optional(),\n media_streamed_limit_max: z.number().int().describe(\"Maximum media streaming limit (MBs)\").nullable().optional(),\n audio_processed_limit_max: z.number().int().describe(\"Maximum audio processing limit (minutes)\").nullable().optional(),\n pages_processed_limit_max: z.number().int().describe(\"Maximum total page processing limit\").nullable().optional(),\n video_processed_limit_max: z.number().int().describe(\"Maximum video processing limit (minutes)\").nullable().optional(),\n media_hosted_limit_monthly: z.number().int().describe(\"Monthly hosted media limit (MBs)\").nullable().optional(),\n pages_hosted_limit_monthly: z.number().int().describe(\"Monthly hosted pages limit\").nullable().optional(),\n media_streamed_limit_monthly: z.number().int().describe(\"Monthly media streaming limit (MBs)\").nullable().optional(),\n audio_processed_limit_monthly: z.number().int().describe(\"Monthly audio processing limit (minutes)\").nullable().optional(),\n pages_processed_limit_monthly: z.number().int().describe(\"Monthly page processing limit\").nullable().optional(),\n video_processed_limit_monthly: z.number().int().describe(\"Monthly video processing limit (minutes)\").nullable().optional(),\n}).describe(\"Partition limits object containing various resource limits.\");\nexport const RagieUpdatePartitionOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The partition identifier/name\"),\n stats: RagieUpdatePartition_PartitionStatsSchema.nullable(),\n limits: RagieUpdatePartition_PartitionLimitsSchema.nullable(),\n is_default: z.boolean().describe(\"Indicates whether this is the default partition\"),\n description: z.string().nullable(),\n context_aware: z.boolean().describe(\"Whether context-aware descriptions are enabled\"),\n metadata_schema: z.record(z.string(), z.unknown()).nullable(),\n limit_exceeded_at: z.string().describe(\"Timestamp when the partition exceeded its limits, if applicable\").nullable().optional(),\n}).describe(\"Response model for partition update operation.\");\n\nexport const ragieUpdatePartition = action(\"RAGIE_UPDATE_PARTITION\", {\n slug: \"ragie-update-partition\",\n name: \"Update Partition\",\n description: \"Tool to update a partition's configuration including description, context-aware settings, and metadata schema. Use when you need to modify an existing partition's settings.\",\n input: RagieUpdatePartitionInput,\n output: RagieUpdatePartitionOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-partition.d.ts
|
|
4
|
+
declare const RagieUpdatePartitionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RagieUpdatePartitionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ragieUpdatePartition: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ragieUpdatePartition };
|
|
9
|
+
//# sourceMappingURL=update-partition.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-partition.d.cts","names":[],"sources":["../../src/actions/update-partition.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAK4B;AAAA,cA8BzD,0BAAA,EAA4B,CAAA,CAAE,UASkB;AAAA,cAEhD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-partition.d.ts
|
|
4
|
+
declare const RagieUpdatePartitionInput: z.ZodTypeAny;
|
|
5
|
+
declare const RagieUpdatePartitionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const ragieUpdatePartition: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ragieUpdatePartition };
|
|
9
|
+
//# sourceMappingURL=update-partition.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-partition.d.mts","names":[],"sources":["../../src/actions/update-partition.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAK4B;AAAA,cA8BzD,0BAAA,EAA4B,CAAA,CAAE,UASkB;AAAA,cAEhD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-partition.ts
|
|
4
|
+
const RagieUpdatePartitionInput = z.object({
|
|
5
|
+
description: z.string().describe("A text description explaining the purpose or contents of the partition.").optional(),
|
|
6
|
+
partition_id: z.string().describe("The unique identifier of the partition to update"),
|
|
7
|
+
context_aware: z.boolean().describe("Enable context-aware descriptions for the partition. When enabled, the partition will generate contextual descriptions for content.").optional(),
|
|
8
|
+
metadata_schema: z.record(z.string(), z.unknown()).describe("A JSON Schema subset defining the metadata fields for documents in this partition. Providing detailed descriptions of fields helps LLMs generate filters dynamically.").optional()
|
|
9
|
+
}).describe("Request model for updating a partition's configuration.");
|
|
10
|
+
const RagieUpdatePartition_PartitionStatsSchema = z.object({
|
|
11
|
+
document_count: z.number().int().describe("Total number of documents"),
|
|
12
|
+
media_hosted_total: z.number().describe("Lifetime hosted media (MBs)"),
|
|
13
|
+
pages_hosted_total: z.number().describe("Lifetime hosted pages"),
|
|
14
|
+
media_hosted_monthly: z.number().describe("Current month's hosted media (MBs)"),
|
|
15
|
+
media_streamed_total: z.number().describe("Lifetime streamed media (MBs)"),
|
|
16
|
+
pages_hosted_monthly: z.number().describe("Current month's hosted pages"),
|
|
17
|
+
audio_processed_total: z.number().describe("Lifetime audio processing seconds"),
|
|
18
|
+
pages_processed_total: z.number().describe("Lifetime processed pages"),
|
|
19
|
+
video_processed_total: z.number().describe("Lifetime video processing seconds"),
|
|
20
|
+
media_streamed_monthly: z.number().describe("Current month's streamed media (MBs)"),
|
|
21
|
+
audio_processed_monthly: z.number().describe("Current month's audio processing seconds"),
|
|
22
|
+
pages_processed_monthly: z.number().describe("Current month's processed pages"),
|
|
23
|
+
video_processed_monthly: z.number().describe("Current month's video processing seconds")
|
|
24
|
+
}).describe("Partition statistics object containing usage data.");
|
|
25
|
+
const RagieUpdatePartition_PartitionLimitsSchema = z.object({
|
|
26
|
+
media_hosted_limit_max: z.number().int().describe("Maximum hosted media limit (MBs)").nullable().optional(),
|
|
27
|
+
pages_hosted_limit_max: z.number().int().describe("Maximum total hosted pages limit").nullable().optional(),
|
|
28
|
+
media_streamed_limit_max: z.number().int().describe("Maximum media streaming limit (MBs)").nullable().optional(),
|
|
29
|
+
audio_processed_limit_max: z.number().int().describe("Maximum audio processing limit (minutes)").nullable().optional(),
|
|
30
|
+
pages_processed_limit_max: z.number().int().describe("Maximum total page processing limit").nullable().optional(),
|
|
31
|
+
video_processed_limit_max: z.number().int().describe("Maximum video processing limit (minutes)").nullable().optional(),
|
|
32
|
+
media_hosted_limit_monthly: z.number().int().describe("Monthly hosted media limit (MBs)").nullable().optional(),
|
|
33
|
+
pages_hosted_limit_monthly: z.number().int().describe("Monthly hosted pages limit").nullable().optional(),
|
|
34
|
+
media_streamed_limit_monthly: z.number().int().describe("Monthly media streaming limit (MBs)").nullable().optional(),
|
|
35
|
+
audio_processed_limit_monthly: z.number().int().describe("Monthly audio processing limit (minutes)").nullable().optional(),
|
|
36
|
+
pages_processed_limit_monthly: z.number().int().describe("Monthly page processing limit").nullable().optional(),
|
|
37
|
+
video_processed_limit_monthly: z.number().int().describe("Monthly video processing limit (minutes)").nullable().optional()
|
|
38
|
+
}).describe("Partition limits object containing various resource limits.");
|
|
39
|
+
const ragieUpdatePartition = action("RAGIE_UPDATE_PARTITION", {
|
|
40
|
+
slug: "ragie-update-partition",
|
|
41
|
+
name: "Update Partition",
|
|
42
|
+
description: "Tool to update a partition's configuration including description, context-aware settings, and metadata schema. Use when you need to modify an existing partition's settings.",
|
|
43
|
+
input: RagieUpdatePartitionInput,
|
|
44
|
+
output: z.object({
|
|
45
|
+
name: z.string().describe("The partition identifier/name"),
|
|
46
|
+
stats: RagieUpdatePartition_PartitionStatsSchema.nullable(),
|
|
47
|
+
limits: RagieUpdatePartition_PartitionLimitsSchema.nullable(),
|
|
48
|
+
is_default: z.boolean().describe("Indicates whether this is the default partition"),
|
|
49
|
+
description: z.string().nullable(),
|
|
50
|
+
context_aware: z.boolean().describe("Whether context-aware descriptions are enabled"),
|
|
51
|
+
metadata_schema: z.record(z.string(), z.unknown()).nullable(),
|
|
52
|
+
limit_exceeded_at: z.string().describe("Timestamp when the partition exceeded its limits, if applicable").nullable().optional()
|
|
53
|
+
}).describe("Response model for partition update operation.")
|
|
54
|
+
});
|
|
55
|
+
//#endregion
|
|
56
|
+
export { ragieUpdatePartition };
|
|
57
|
+
|
|
58
|
+
//# sourceMappingURL=update-partition.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-partition.mjs","names":[],"sources":["../../src/actions/update-partition.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RagieUpdatePartitionInput: z.ZodTypeAny = z.object({\n description: z.string().describe(\"A text description explaining the purpose or contents of the partition.\").optional(),\n partition_id: z.string().describe(\"The unique identifier of the partition to update\"),\n context_aware: z.boolean().describe(\"Enable context-aware descriptions for the partition. When enabled, the partition will generate contextual descriptions for content.\").optional(),\n metadata_schema: z.record(z.string(), z.unknown()).describe(\"A JSON Schema subset defining the metadata fields for documents in this partition. Providing detailed descriptions of fields helps LLMs generate filters dynamically.\").optional(),\n}).describe(\"Request model for updating a partition's configuration.\");\nconst RagieUpdatePartition_PartitionStatsSchema: z.ZodTypeAny = z.object({\n document_count: z.number().int().describe(\"Total number of documents\"),\n media_hosted_total: z.number().describe(\"Lifetime hosted media (MBs)\"),\n pages_hosted_total: z.number().describe(\"Lifetime hosted pages\"),\n media_hosted_monthly: z.number().describe(\"Current month's hosted media (MBs)\"),\n media_streamed_total: z.number().describe(\"Lifetime streamed media (MBs)\"),\n pages_hosted_monthly: z.number().describe(\"Current month's hosted pages\"),\n audio_processed_total: z.number().describe(\"Lifetime audio processing seconds\"),\n pages_processed_total: z.number().describe(\"Lifetime processed pages\"),\n video_processed_total: z.number().describe(\"Lifetime video processing seconds\"),\n media_streamed_monthly: z.number().describe(\"Current month's streamed media (MBs)\"),\n audio_processed_monthly: z.number().describe(\"Current month's audio processing seconds\"),\n pages_processed_monthly: z.number().describe(\"Current month's processed pages\"),\n video_processed_monthly: z.number().describe(\"Current month's video processing seconds\"),\n}).describe(\"Partition statistics object containing usage data.\");\nconst RagieUpdatePartition_PartitionLimitsSchema: z.ZodTypeAny = z.object({\n media_hosted_limit_max: z.number().int().describe(\"Maximum hosted media limit (MBs)\").nullable().optional(),\n pages_hosted_limit_max: z.number().int().describe(\"Maximum total hosted pages limit\").nullable().optional(),\n media_streamed_limit_max: z.number().int().describe(\"Maximum media streaming limit (MBs)\").nullable().optional(),\n audio_processed_limit_max: z.number().int().describe(\"Maximum audio processing limit (minutes)\").nullable().optional(),\n pages_processed_limit_max: z.number().int().describe(\"Maximum total page processing limit\").nullable().optional(),\n video_processed_limit_max: z.number().int().describe(\"Maximum video processing limit (minutes)\").nullable().optional(),\n media_hosted_limit_monthly: z.number().int().describe(\"Monthly hosted media limit (MBs)\").nullable().optional(),\n pages_hosted_limit_monthly: z.number().int().describe(\"Monthly hosted pages limit\").nullable().optional(),\n media_streamed_limit_monthly: z.number().int().describe(\"Monthly media streaming limit (MBs)\").nullable().optional(),\n audio_processed_limit_monthly: z.number().int().describe(\"Monthly audio processing limit (minutes)\").nullable().optional(),\n pages_processed_limit_monthly: z.number().int().describe(\"Monthly page processing limit\").nullable().optional(),\n video_processed_limit_monthly: z.number().int().describe(\"Monthly video processing limit (minutes)\").nullable().optional(),\n}).describe(\"Partition limits object containing various resource limits.\");\nexport const RagieUpdatePartitionOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The partition identifier/name\"),\n stats: RagieUpdatePartition_PartitionStatsSchema.nullable(),\n limits: RagieUpdatePartition_PartitionLimitsSchema.nullable(),\n is_default: z.boolean().describe(\"Indicates whether this is the default partition\"),\n description: z.string().nullable(),\n context_aware: z.boolean().describe(\"Whether context-aware descriptions are enabled\"),\n metadata_schema: z.record(z.string(), z.unknown()).nullable(),\n limit_exceeded_at: z.string().describe(\"Timestamp when the partition exceeded its limits, if applicable\").nullable().optional(),\n}).describe(\"Response model for partition update operation.\");\n\nexport const ragieUpdatePartition = action(\"RAGIE_UPDATE_PARTITION\", {\n slug: \"ragie-update-partition\",\n name: \"Update Partition\",\n description: \"Tool to update a partition's configuration including description, context-aware settings, and metadata schema. Use when you need to modify an existing partition's settings.\",\n input: RagieUpdatePartitionInput,\n output: RagieUpdatePartitionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS;CACrH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACpF,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CACpL,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uKAAuK,CAAC,CAAC,SAAS;AAChP,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,4CAA0D,EAAE,OAAO;CACvE,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CACrE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACrE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CAC/D,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9E,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzE,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxE,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9E,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACrE,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9E,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AACzF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,6CAA2D,EAAE,OAAO;CACxE,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,0BAA0B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,4BAA4B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,4BAA4B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,8BAA8B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,+BAA+B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,+BAA+B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,+BAA+B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAYzE,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBsD,EAAE,OAAO;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,OAAO,0CAA0C,SAAS;EAC1D,QAAQ,2CAA2C,SAAS;EAC5D,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;EAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS;EACjC,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;EACpF,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS;EAC5D,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const ragie = defineApp({\n slug: \"ragie\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,SAAA,uCAAA,CAAA,CAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const ragie = defineApp({\n slug: \"ragie\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const ragieCatalog = {
|
|
4
|
+
"slug": "ragie",
|
|
5
|
+
"name": "Ragie",
|
|
6
|
+
"description": "Fully managed RAG-as-a-Service for developers",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/ragie",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.ragieCatalog = ragieCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const ragieCatalog = {\n \"slug\": \"ragie\",\n \"name\": \"Ragie\",\n \"description\": \"Fully managed RAG-as-a-Service for developers\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/ragie\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const ragieCatalog: {
|
|
4
|
+
readonly slug: "ragie";
|
|
5
|
+
readonly name: "Ragie";
|
|
6
|
+
readonly description: "Fully managed RAG-as-a-Service for developers";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/ragie";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { ragieCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const ragieCatalog: {
|
|
4
|
+
readonly slug: "ragie";
|
|
5
|
+
readonly name: "Ragie";
|
|
6
|
+
readonly description: "Fully managed RAG-as-a-Service for developers";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/ragie";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { ragieCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const ragieCatalog = {
|
|
4
|
+
"slug": "ragie",
|
|
5
|
+
"name": "Ragie",
|
|
6
|
+
"description": "Fully managed RAG-as-a-Service for developers",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/ragie",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { ragieCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const ragieCatalog = {\n \"slug\": \"ragie\",\n \"name\": \"Ragie\",\n \"description\": \"Fully managed RAG-as-a-Service for developers\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/ragie\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "ragie";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRagieTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeRagieTool = executeRagieTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"ragie\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRagieTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,iBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "ragie";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRagieTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeRagieTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"ragie\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRagieTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,iBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_create_document = require("./actions/create-document.cjs");
|
|
5
|
+
const require_create_document_from_url = require("./actions/create-document-from-url.cjs");
|
|
6
|
+
const require_create_document_raw = require("./actions/create-document-raw.cjs");
|
|
7
|
+
const require_create_instruction = require("./actions/create-instruction.cjs");
|
|
8
|
+
const require_create_oauth_redirect_url = require("./actions/create-oauth-redirect-url.cjs");
|
|
9
|
+
const require_create_partition_partitions_post = require("./actions/create-partition-partitions-post.cjs");
|
|
10
|
+
const require_delete_document = require("./actions/delete-document.cjs");
|
|
11
|
+
const require_delete_instruction = require("./actions/delete-instruction.cjs");
|
|
12
|
+
const require_delete_partition = require("./actions/delete-partition.cjs");
|
|
13
|
+
const require_get_document = require("./actions/get-document.cjs");
|
|
14
|
+
const require_get_document_chunk = require("./actions/get-document-chunk.cjs");
|
|
15
|
+
const require_get_document_chunk_content = require("./actions/get-document-chunk-content.cjs");
|
|
16
|
+
const require_get_document_chunks = require("./actions/get-document-chunks.cjs");
|
|
17
|
+
const require_get_document_content = require("./actions/get-document-content.cjs");
|
|
18
|
+
const require_get_document_summary = require("./actions/get-document-summary.cjs");
|
|
19
|
+
const require_get_partition = require("./actions/get-partition.cjs");
|
|
20
|
+
const require_get_response = require("./actions/get-response.cjs");
|
|
21
|
+
const require_list_connection_source_types = require("./actions/list-connection-source-types.cjs");
|
|
22
|
+
const require_list_connections_connections_get = require("./actions/list-connections-connections-get.cjs");
|
|
23
|
+
const require_list_documents = require("./actions/list-documents.cjs");
|
|
24
|
+
const require_list_entities_by_document = require("./actions/list-entities-by-document.cjs");
|
|
25
|
+
const require_list_entities_by_instruction = require("./actions/list-entities-by-instruction.cjs");
|
|
26
|
+
const require_list_instructions = require("./actions/list-instructions.cjs");
|
|
27
|
+
const require_list_partitions = require("./actions/list-partitions.cjs");
|
|
28
|
+
const require_patch_document_metadata = require("./actions/patch-document-metadata.cjs");
|
|
29
|
+
const require_retrieve = require("./actions/retrieve.cjs");
|
|
30
|
+
const require_set_partition_limits = require("./actions/set-partition-limits.cjs");
|
|
31
|
+
const require_update_document_from_url = require("./actions/update-document-from-url.cjs");
|
|
32
|
+
const require_update_document_raw = require("./actions/update-document-raw.cjs");
|
|
33
|
+
const require_update_instruction = require("./actions/update-instruction.cjs");
|
|
34
|
+
const require_update_partition = require("./actions/update-partition.cjs");
|
|
35
|
+
require("./actions/index.cjs");
|
|
36
|
+
exports.ragie = require_app.ragie;
|
|
37
|
+
exports.ragieCatalog = require_catalog.ragieCatalog;
|
|
38
|
+
exports.ragieCreateDocument = require_create_document.ragieCreateDocument;
|
|
39
|
+
exports.ragieCreateDocumentFromUrl = require_create_document_from_url.ragieCreateDocumentFromUrl;
|
|
40
|
+
exports.ragieCreateDocumentRaw = require_create_document_raw.ragieCreateDocumentRaw;
|
|
41
|
+
exports.ragieCreateInstruction = require_create_instruction.ragieCreateInstruction;
|
|
42
|
+
exports.ragieCreateOauthRedirectUrl = require_create_oauth_redirect_url.ragieCreateOauthRedirectUrl;
|
|
43
|
+
exports.ragieCreatePartitionPartitionsPost = require_create_partition_partitions_post.ragieCreatePartitionPartitionsPost;
|
|
44
|
+
exports.ragieDeleteDocument = require_delete_document.ragieDeleteDocument;
|
|
45
|
+
exports.ragieDeleteInstruction = require_delete_instruction.ragieDeleteInstruction;
|
|
46
|
+
exports.ragieDeletePartition = require_delete_partition.ragieDeletePartition;
|
|
47
|
+
exports.ragieGetDocument = require_get_document.ragieGetDocument;
|
|
48
|
+
exports.ragieGetDocumentChunk = require_get_document_chunk.ragieGetDocumentChunk;
|
|
49
|
+
exports.ragieGetDocumentChunkContent = require_get_document_chunk_content.ragieGetDocumentChunkContent;
|
|
50
|
+
exports.ragieGetDocumentChunks = require_get_document_chunks.ragieGetDocumentChunks;
|
|
51
|
+
exports.ragieGetDocumentContent = require_get_document_content.ragieGetDocumentContent;
|
|
52
|
+
exports.ragieGetDocumentSummary = require_get_document_summary.ragieGetDocumentSummary;
|
|
53
|
+
exports.ragieGetPartition = require_get_partition.ragieGetPartition;
|
|
54
|
+
exports.ragieGetResponse = require_get_response.ragieGetResponse;
|
|
55
|
+
exports.ragieListConnectionSourceTypes = require_list_connection_source_types.ragieListConnectionSourceTypes;
|
|
56
|
+
exports.ragieListConnectionsConnectionsGet = require_list_connections_connections_get.ragieListConnectionsConnectionsGet;
|
|
57
|
+
exports.ragieListDocuments = require_list_documents.ragieListDocuments;
|
|
58
|
+
exports.ragieListEntitiesByDocument = require_list_entities_by_document.ragieListEntitiesByDocument;
|
|
59
|
+
exports.ragieListEntitiesByInstruction = require_list_entities_by_instruction.ragieListEntitiesByInstruction;
|
|
60
|
+
exports.ragieListInstructions = require_list_instructions.ragieListInstructions;
|
|
61
|
+
exports.ragieListPartitions = require_list_partitions.ragieListPartitions;
|
|
62
|
+
exports.ragiePatchDocumentMetadata = require_patch_document_metadata.ragiePatchDocumentMetadata;
|
|
63
|
+
exports.ragieRetrieve = require_retrieve.ragieRetrieve;
|
|
64
|
+
exports.ragieSetPartitionLimits = require_set_partition_limits.ragieSetPartitionLimits;
|
|
65
|
+
exports.ragieUpdateDocumentFromUrl = require_update_document_from_url.ragieUpdateDocumentFromUrl;
|
|
66
|
+
exports.ragieUpdateDocumentRaw = require_update_document_raw.ragieUpdateDocumentRaw;
|
|
67
|
+
exports.ragieUpdateInstruction = require_update_instruction.ragieUpdateInstruction;
|
|
68
|
+
exports.ragieUpdatePartition = require_update_partition.ragieUpdatePartition;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ragieCreateDocument } from "./actions/create-document.cjs";
|
|
2
|
+
import { ragieCreateDocumentFromUrl } from "./actions/create-document-from-url.cjs";
|
|
3
|
+
import { ragieCreateDocumentRaw } from "./actions/create-document-raw.cjs";
|
|
4
|
+
import { ragieCreateInstruction } from "./actions/create-instruction.cjs";
|
|
5
|
+
import { ragieCreateOauthRedirectUrl } from "./actions/create-oauth-redirect-url.cjs";
|
|
6
|
+
import { ragieCreatePartitionPartitionsPost } from "./actions/create-partition-partitions-post.cjs";
|
|
7
|
+
import { ragieDeleteDocument } from "./actions/delete-document.cjs";
|
|
8
|
+
import { ragieDeleteInstruction } from "./actions/delete-instruction.cjs";
|
|
9
|
+
import { ragieDeletePartition } from "./actions/delete-partition.cjs";
|
|
10
|
+
import { ragieGetDocument } from "./actions/get-document.cjs";
|
|
11
|
+
import { ragieGetDocumentChunk } from "./actions/get-document-chunk.cjs";
|
|
12
|
+
import { ragieGetDocumentChunkContent } from "./actions/get-document-chunk-content.cjs";
|
|
13
|
+
import { ragieGetDocumentChunks } from "./actions/get-document-chunks.cjs";
|
|
14
|
+
import { ragieGetDocumentContent } from "./actions/get-document-content.cjs";
|
|
15
|
+
import { ragieGetDocumentSummary } from "./actions/get-document-summary.cjs";
|
|
16
|
+
import { ragieGetPartition } from "./actions/get-partition.cjs";
|
|
17
|
+
import { ragieGetResponse } from "./actions/get-response.cjs";
|
|
18
|
+
import { ragieListConnectionSourceTypes } from "./actions/list-connection-source-types.cjs";
|
|
19
|
+
import { ragieListConnectionsConnectionsGet } from "./actions/list-connections-connections-get.cjs";
|
|
20
|
+
import { ragieListDocuments } from "./actions/list-documents.cjs";
|
|
21
|
+
import { ragieListEntitiesByDocument } from "./actions/list-entities-by-document.cjs";
|
|
22
|
+
import { ragieListEntitiesByInstruction } from "./actions/list-entities-by-instruction.cjs";
|
|
23
|
+
import { ragieListInstructions } from "./actions/list-instructions.cjs";
|
|
24
|
+
import { ragieListPartitions } from "./actions/list-partitions.cjs";
|
|
25
|
+
import { ragiePatchDocumentMetadata } from "./actions/patch-document-metadata.cjs";
|
|
26
|
+
import { ragieRetrieve } from "./actions/retrieve.cjs";
|
|
27
|
+
import { ragieSetPartitionLimits } from "./actions/set-partition-limits.cjs";
|
|
28
|
+
import { ragieUpdateDocumentFromUrl } from "./actions/update-document-from-url.cjs";
|
|
29
|
+
import { ragieUpdateDocumentRaw } from "./actions/update-document-raw.cjs";
|
|
30
|
+
import { ragieUpdateInstruction } from "./actions/update-instruction.cjs";
|
|
31
|
+
import { ragieUpdatePartition } from "./actions/update-partition.cjs";
|
|
32
|
+
import { ragie } from "./app.cjs";
|
|
33
|
+
import { ragieCatalog } from "./catalog.cjs";
|
|
34
|
+
export { ragie, ragieCatalog, ragieCreateDocument, ragieCreateDocumentFromUrl, ragieCreateDocumentRaw, ragieCreateInstruction, ragieCreateOauthRedirectUrl, ragieCreatePartitionPartitionsPost, ragieDeleteDocument, ragieDeleteInstruction, ragieDeletePartition, ragieGetDocument, ragieGetDocumentChunk, ragieGetDocumentChunkContent, ragieGetDocumentChunks, ragieGetDocumentContent, ragieGetDocumentSummary, ragieGetPartition, ragieGetResponse, ragieListConnectionSourceTypes, ragieListConnectionsConnectionsGet, ragieListDocuments, ragieListEntitiesByDocument, ragieListEntitiesByInstruction, ragieListInstructions, ragieListPartitions, ragiePatchDocumentMetadata, ragieRetrieve, ragieSetPartitionLimits, ragieUpdateDocumentFromUrl, ragieUpdateDocumentRaw, ragieUpdateInstruction, ragieUpdatePartition };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ragieCreateDocument } from "./actions/create-document.mjs";
|
|
2
|
+
import { ragieCreateDocumentFromUrl } from "./actions/create-document-from-url.mjs";
|
|
3
|
+
import { ragieCreateDocumentRaw } from "./actions/create-document-raw.mjs";
|
|
4
|
+
import { ragieCreateInstruction } from "./actions/create-instruction.mjs";
|
|
5
|
+
import { ragieCreateOauthRedirectUrl } from "./actions/create-oauth-redirect-url.mjs";
|
|
6
|
+
import { ragieCreatePartitionPartitionsPost } from "./actions/create-partition-partitions-post.mjs";
|
|
7
|
+
import { ragieDeleteDocument } from "./actions/delete-document.mjs";
|
|
8
|
+
import { ragieDeleteInstruction } from "./actions/delete-instruction.mjs";
|
|
9
|
+
import { ragieDeletePartition } from "./actions/delete-partition.mjs";
|
|
10
|
+
import { ragieGetDocument } from "./actions/get-document.mjs";
|
|
11
|
+
import { ragieGetDocumentChunk } from "./actions/get-document-chunk.mjs";
|
|
12
|
+
import { ragieGetDocumentChunkContent } from "./actions/get-document-chunk-content.mjs";
|
|
13
|
+
import { ragieGetDocumentChunks } from "./actions/get-document-chunks.mjs";
|
|
14
|
+
import { ragieGetDocumentContent } from "./actions/get-document-content.mjs";
|
|
15
|
+
import { ragieGetDocumentSummary } from "./actions/get-document-summary.mjs";
|
|
16
|
+
import { ragieGetPartition } from "./actions/get-partition.mjs";
|
|
17
|
+
import { ragieGetResponse } from "./actions/get-response.mjs";
|
|
18
|
+
import { ragieListConnectionSourceTypes } from "./actions/list-connection-source-types.mjs";
|
|
19
|
+
import { ragieListConnectionsConnectionsGet } from "./actions/list-connections-connections-get.mjs";
|
|
20
|
+
import { ragieListDocuments } from "./actions/list-documents.mjs";
|
|
21
|
+
import { ragieListEntitiesByDocument } from "./actions/list-entities-by-document.mjs";
|
|
22
|
+
import { ragieListEntitiesByInstruction } from "./actions/list-entities-by-instruction.mjs";
|
|
23
|
+
import { ragieListInstructions } from "./actions/list-instructions.mjs";
|
|
24
|
+
import { ragieListPartitions } from "./actions/list-partitions.mjs";
|
|
25
|
+
import { ragiePatchDocumentMetadata } from "./actions/patch-document-metadata.mjs";
|
|
26
|
+
import { ragieRetrieve } from "./actions/retrieve.mjs";
|
|
27
|
+
import { ragieSetPartitionLimits } from "./actions/set-partition-limits.mjs";
|
|
28
|
+
import { ragieUpdateDocumentFromUrl } from "./actions/update-document-from-url.mjs";
|
|
29
|
+
import { ragieUpdateDocumentRaw } from "./actions/update-document-raw.mjs";
|
|
30
|
+
import { ragieUpdateInstruction } from "./actions/update-instruction.mjs";
|
|
31
|
+
import { ragieUpdatePartition } from "./actions/update-partition.mjs";
|
|
32
|
+
import { ragie } from "./app.mjs";
|
|
33
|
+
import { ragieCatalog } from "./catalog.mjs";
|
|
34
|
+
export { ragie, ragieCatalog, ragieCreateDocument, ragieCreateDocumentFromUrl, ragieCreateDocumentRaw, ragieCreateInstruction, ragieCreateOauthRedirectUrl, ragieCreatePartitionPartitionsPost, ragieDeleteDocument, ragieDeleteInstruction, ragieDeletePartition, ragieGetDocument, ragieGetDocumentChunk, ragieGetDocumentChunkContent, ragieGetDocumentChunks, ragieGetDocumentContent, ragieGetDocumentSummary, ragieGetPartition, ragieGetResponse, ragieListConnectionSourceTypes, ragieListConnectionsConnectionsGet, ragieListDocuments, ragieListEntitiesByDocument, ragieListEntitiesByInstruction, ragieListInstructions, ragieListPartitions, ragiePatchDocumentMetadata, ragieRetrieve, ragieSetPartitionLimits, ragieUpdateDocumentFromUrl, ragieUpdateDocumentRaw, ragieUpdateInstruction, ragieUpdatePartition };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ragie } from "./app.mjs";
|
|
2
|
+
import { ragieCatalog } from "./catalog.mjs";
|
|
3
|
+
import { ragieCreateDocument } from "./actions/create-document.mjs";
|
|
4
|
+
import { ragieCreateDocumentFromUrl } from "./actions/create-document-from-url.mjs";
|
|
5
|
+
import { ragieCreateDocumentRaw } from "./actions/create-document-raw.mjs";
|
|
6
|
+
import { ragieCreateInstruction } from "./actions/create-instruction.mjs";
|
|
7
|
+
import { ragieCreateOauthRedirectUrl } from "./actions/create-oauth-redirect-url.mjs";
|
|
8
|
+
import { ragieCreatePartitionPartitionsPost } from "./actions/create-partition-partitions-post.mjs";
|
|
9
|
+
import { ragieDeleteDocument } from "./actions/delete-document.mjs";
|
|
10
|
+
import { ragieDeleteInstruction } from "./actions/delete-instruction.mjs";
|
|
11
|
+
import { ragieDeletePartition } from "./actions/delete-partition.mjs";
|
|
12
|
+
import { ragieGetDocument } from "./actions/get-document.mjs";
|
|
13
|
+
import { ragieGetDocumentChunk } from "./actions/get-document-chunk.mjs";
|
|
14
|
+
import { ragieGetDocumentChunkContent } from "./actions/get-document-chunk-content.mjs";
|
|
15
|
+
import { ragieGetDocumentChunks } from "./actions/get-document-chunks.mjs";
|
|
16
|
+
import { ragieGetDocumentContent } from "./actions/get-document-content.mjs";
|
|
17
|
+
import { ragieGetDocumentSummary } from "./actions/get-document-summary.mjs";
|
|
18
|
+
import { ragieGetPartition } from "./actions/get-partition.mjs";
|
|
19
|
+
import { ragieGetResponse } from "./actions/get-response.mjs";
|
|
20
|
+
import { ragieListConnectionSourceTypes } from "./actions/list-connection-source-types.mjs";
|
|
21
|
+
import { ragieListConnectionsConnectionsGet } from "./actions/list-connections-connections-get.mjs";
|
|
22
|
+
import { ragieListDocuments } from "./actions/list-documents.mjs";
|
|
23
|
+
import { ragieListEntitiesByDocument } from "./actions/list-entities-by-document.mjs";
|
|
24
|
+
import { ragieListEntitiesByInstruction } from "./actions/list-entities-by-instruction.mjs";
|
|
25
|
+
import { ragieListInstructions } from "./actions/list-instructions.mjs";
|
|
26
|
+
import { ragieListPartitions } from "./actions/list-partitions.mjs";
|
|
27
|
+
import { ragiePatchDocumentMetadata } from "./actions/patch-document-metadata.mjs";
|
|
28
|
+
import { ragieRetrieve } from "./actions/retrieve.mjs";
|
|
29
|
+
import { ragieSetPartitionLimits } from "./actions/set-partition-limits.mjs";
|
|
30
|
+
import { ragieUpdateDocumentFromUrl } from "./actions/update-document-from-url.mjs";
|
|
31
|
+
import { ragieUpdateDocumentRaw } from "./actions/update-document-raw.mjs";
|
|
32
|
+
import { ragieUpdateInstruction } from "./actions/update-instruction.mjs";
|
|
33
|
+
import { ragieUpdatePartition } from "./actions/update-partition.mjs";
|
|
34
|
+
import "./actions/index.mjs";
|
|
35
|
+
export { ragie, ragieCatalog, ragieCreateDocument, ragieCreateDocumentFromUrl, ragieCreateDocumentRaw, ragieCreateInstruction, ragieCreateOauthRedirectUrl, ragieCreatePartitionPartitionsPost, ragieDeleteDocument, ragieDeleteInstruction, ragieDeletePartition, ragieGetDocument, ragieGetDocumentChunk, ragieGetDocumentChunkContent, ragieGetDocumentChunks, ragieGetDocumentContent, ragieGetDocumentSummary, ragieGetPartition, ragieGetResponse, ragieListConnectionSourceTypes, ragieListConnectionsConnectionsGet, ragieListDocuments, ragieListEntitiesByDocument, ragieListEntitiesByInstruction, ragieListInstructions, ragieListPartitions, ragiePatchDocumentMetadata, ragieRetrieve, ragieSetPartitionLimits, ragieUpdateDocumentFromUrl, ragieUpdateDocumentRaw, ragieUpdateInstruction, ragieUpdatePartition };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/ragie",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/ragie"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|