@keystrokehq/parallel 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/add-enrichment-to-find-all-run.cjs +56 -0
- package/dist/actions/add-enrichment-to-find-all-run.cjs.map +1 -0
- package/dist/actions/add-enrichment-to-find-all-run.d.cts +9 -0
- package/dist/actions/add-enrichment-to-find-all-run.d.cts.map +1 -0
- package/dist/actions/add-enrichment-to-find-all-run.d.mts +9 -0
- package/dist/actions/add-enrichment-to-find-all-run.d.mts.map +1 -0
- package/dist/actions/add-enrichment-to-find-all-run.mjs +55 -0
- package/dist/actions/add-enrichment-to-find-all-run.mjs.map +1 -0
- package/dist/actions/add-runs-to-task-group.cjs +48 -0
- package/dist/actions/add-runs-to-task-group.cjs.map +1 -0
- package/dist/actions/add-runs-to-task-group.d.cts +9 -0
- package/dist/actions/add-runs-to-task-group.d.cts.map +1 -0
- package/dist/actions/add-runs-to-task-group.d.mts +9 -0
- package/dist/actions/add-runs-to-task-group.d.mts.map +1 -0
- package/dist/actions/add-runs-to-task-group.mjs +47 -0
- package/dist/actions/add-runs-to-task-group.mjs.map +1 -0
- package/dist/actions/cancel-find-all-run.cjs +16 -0
- package/dist/actions/cancel-find-all-run.cjs.map +1 -0
- package/dist/actions/cancel-find-all-run.d.cts +9 -0
- package/dist/actions/cancel-find-all-run.d.cts.map +1 -0
- package/dist/actions/cancel-find-all-run.d.mts +9 -0
- package/dist/actions/cancel-find-all-run.d.mts.map +1 -0
- package/dist/actions/cancel-find-all-run.mjs +13 -0
- package/dist/actions/cancel-find-all-run.mjs.map +1 -0
- package/dist/actions/create-chat-completions.cjs +86 -0
- package/dist/actions/create-chat-completions.cjs.map +1 -0
- package/dist/actions/create-chat-completions.d.cts +9 -0
- package/dist/actions/create-chat-completions.d.cts.map +1 -0
- package/dist/actions/create-chat-completions.d.mts +9 -0
- package/dist/actions/create-chat-completions.d.mts.map +1 -0
- package/dist/actions/create-chat-completions.mjs +85 -0
- package/dist/actions/create-chat-completions.mjs.map +1 -0
- package/dist/actions/create-monitor.cjs +58 -0
- package/dist/actions/create-monitor.cjs.map +1 -0
- package/dist/actions/create-monitor.d.cts +9 -0
- package/dist/actions/create-monitor.d.cts.map +1 -0
- package/dist/actions/create-monitor.d.mts +9 -0
- package/dist/actions/create-monitor.d.mts.map +1 -0
- package/dist/actions/create-monitor.mjs +57 -0
- package/dist/actions/create-monitor.mjs.map +1 -0
- package/dist/actions/create-task-group.cjs +28 -0
- package/dist/actions/create-task-group.cjs.map +1 -0
- package/dist/actions/create-task-group.d.cts +9 -0
- package/dist/actions/create-task-group.d.cts.map +1 -0
- package/dist/actions/create-task-group.d.mts +9 -0
- package/dist/actions/create-task-group.d.mts.map +1 -0
- package/dist/actions/create-task-group.mjs +27 -0
- package/dist/actions/create-task-group.mjs.map +1 -0
- package/dist/actions/create-task-run.cjs +55 -0
- package/dist/actions/create-task-run.cjs.map +1 -0
- package/dist/actions/create-task-run.d.cts +9 -0
- package/dist/actions/create-task-run.d.cts.map +1 -0
- package/dist/actions/create-task-run.d.mts +9 -0
- package/dist/actions/create-task-run.d.mts.map +1 -0
- package/dist/actions/create-task-run.mjs +54 -0
- package/dist/actions/create-task-run.mjs.map +1 -0
- package/dist/actions/delete-monitor.cjs +41 -0
- package/dist/actions/delete-monitor.cjs.map +1 -0
- package/dist/actions/delete-monitor.d.cts +9 -0
- package/dist/actions/delete-monitor.d.cts.map +1 -0
- package/dist/actions/delete-monitor.d.mts +9 -0
- package/dist/actions/delete-monitor.d.mts.map +1 -0
- package/dist/actions/delete-monitor.mjs +40 -0
- package/dist/actions/delete-monitor.mjs.map +1 -0
- package/dist/actions/extend-find-all-run.cjs +35 -0
- package/dist/actions/extend-find-all-run.cjs.map +1 -0
- package/dist/actions/extend-find-all-run.d.cts +9 -0
- package/dist/actions/extend-find-all-run.d.cts.map +1 -0
- package/dist/actions/extend-find-all-run.d.mts +9 -0
- package/dist/actions/extend-find-all-run.d.mts.map +1 -0
- package/dist/actions/extend-find-all-run.mjs +34 -0
- package/dist/actions/extend-find-all-run.mjs.map +1 -0
- package/dist/actions/extract.cjs +63 -0
- package/dist/actions/extract.cjs.map +1 -0
- package/dist/actions/extract.d.cts +9 -0
- package/dist/actions/extract.d.cts.map +1 -0
- package/dist/actions/extract.d.mts +9 -0
- package/dist/actions/extract.d.mts.map +1 -0
- package/dist/actions/extract.mjs +62 -0
- package/dist/actions/extract.mjs.map +1 -0
- package/dist/actions/fetch-task-group-runs.cjs +93 -0
- package/dist/actions/fetch-task-group-runs.cjs.map +1 -0
- package/dist/actions/fetch-task-group-runs.d.cts +9 -0
- package/dist/actions/fetch-task-group-runs.d.cts.map +1 -0
- package/dist/actions/fetch-task-group-runs.d.mts +9 -0
- package/dist/actions/fetch-task-group-runs.d.mts.map +1 -0
- package/dist/actions/fetch-task-group-runs.mjs +92 -0
- package/dist/actions/fetch-task-group-runs.mjs.map +1 -0
- package/dist/actions/find-all.cjs +67 -0
- package/dist/actions/find-all.cjs.map +1 -0
- package/dist/actions/find-all.d.cts +9 -0
- package/dist/actions/find-all.d.cts.map +1 -0
- package/dist/actions/find-all.d.mts +9 -0
- package/dist/actions/find-all.d.mts.map +1 -0
- package/dist/actions/find-all.mjs +66 -0
- package/dist/actions/find-all.mjs.map +1 -0
- package/dist/actions/get-find-all-run-result.cjs +83 -0
- package/dist/actions/get-find-all-run-result.cjs.map +1 -0
- package/dist/actions/get-find-all-run-result.d.cts +9 -0
- package/dist/actions/get-find-all-run-result.d.cts.map +1 -0
- package/dist/actions/get-find-all-run-result.d.mts +9 -0
- package/dist/actions/get-find-all-run-result.d.mts.map +1 -0
- package/dist/actions/get-find-all-run-result.mjs +82 -0
- package/dist/actions/get-find-all-run-result.mjs.map +1 -0
- package/dist/actions/get-find-all-run-schema.cjs +32 -0
- package/dist/actions/get-find-all-run-schema.cjs.map +1 -0
- package/dist/actions/get-find-all-run-schema.d.cts +9 -0
- package/dist/actions/get-find-all-run-schema.d.cts.map +1 -0
- package/dist/actions/get-find-all-run-schema.d.mts +9 -0
- package/dist/actions/get-find-all-run-schema.d.mts.map +1 -0
- package/dist/actions/get-find-all-run-schema.mjs +31 -0
- package/dist/actions/get-find-all-run-schema.mjs.map +1 -0
- package/dist/actions/index.cjs +65 -0
- package/dist/actions/index.d.cts +33 -0
- package/dist/actions/index.d.mts +33 -0
- package/dist/actions/index.mjs +33 -0
- package/dist/actions/ingest-find-all-run.cjs +32 -0
- package/dist/actions/ingest-find-all-run.cjs.map +1 -0
- package/dist/actions/ingest-find-all-run.d.cts +9 -0
- package/dist/actions/ingest-find-all-run.d.cts.map +1 -0
- package/dist/actions/ingest-find-all-run.d.mts +9 -0
- package/dist/actions/ingest-find-all-run.d.mts.map +1 -0
- package/dist/actions/ingest-find-all-run.mjs +31 -0
- package/dist/actions/ingest-find-all-run.mjs.map +1 -0
- package/dist/actions/list-monitor-events.cjs +51 -0
- package/dist/actions/list-monitor-events.cjs.map +1 -0
- package/dist/actions/list-monitor-events.d.cts +9 -0
- package/dist/actions/list-monitor-events.d.cts.map +1 -0
- package/dist/actions/list-monitor-events.d.mts +9 -0
- package/dist/actions/list-monitor-events.d.mts.map +1 -0
- package/dist/actions/list-monitor-events.mjs +50 -0
- package/dist/actions/list-monitor-events.mjs.map +1 -0
- package/dist/actions/list-monitors.cjs +45 -0
- package/dist/actions/list-monitors.cjs.map +1 -0
- package/dist/actions/list-monitors.d.cts +9 -0
- package/dist/actions/list-monitors.d.cts.map +1 -0
- package/dist/actions/list-monitors.d.mts +9 -0
- package/dist/actions/list-monitors.d.mts.map +1 -0
- package/dist/actions/list-monitors.mjs +44 -0
- package/dist/actions/list-monitors.mjs.map +1 -0
- package/dist/actions/retrieve-event-group.cjs +41 -0
- package/dist/actions/retrieve-event-group.cjs.map +1 -0
- package/dist/actions/retrieve-event-group.d.cts +9 -0
- package/dist/actions/retrieve-event-group.d.cts.map +1 -0
- package/dist/actions/retrieve-event-group.d.mts +9 -0
- package/dist/actions/retrieve-event-group.d.mts.map +1 -0
- package/dist/actions/retrieve-event-group.mjs +40 -0
- package/dist/actions/retrieve-event-group.mjs.map +1 -0
- package/dist/actions/retrieve-find-all-run-status.cjs +45 -0
- package/dist/actions/retrieve-find-all-run-status.cjs.map +1 -0
- package/dist/actions/retrieve-find-all-run-status.d.cts +9 -0
- package/dist/actions/retrieve-find-all-run-status.d.cts.map +1 -0
- package/dist/actions/retrieve-find-all-run-status.d.mts +9 -0
- package/dist/actions/retrieve-find-all-run-status.d.mts.map +1 -0
- package/dist/actions/retrieve-find-all-run-status.mjs +44 -0
- package/dist/actions/retrieve-find-all-run-status.mjs.map +1 -0
- package/dist/actions/retrieve-monitor.cjs +41 -0
- package/dist/actions/retrieve-monitor.cjs.map +1 -0
- package/dist/actions/retrieve-monitor.d.cts +9 -0
- package/dist/actions/retrieve-monitor.d.cts.map +1 -0
- package/dist/actions/retrieve-monitor.d.mts +9 -0
- package/dist/actions/retrieve-monitor.d.mts.map +1 -0
- package/dist/actions/retrieve-monitor.mjs +40 -0
- package/dist/actions/retrieve-monitor.mjs.map +1 -0
- package/dist/actions/retrieve-task-group-run.cjs +44 -0
- package/dist/actions/retrieve-task-group-run.cjs.map +1 -0
- package/dist/actions/retrieve-task-group-run.d.cts +9 -0
- package/dist/actions/retrieve-task-group-run.d.cts.map +1 -0
- package/dist/actions/retrieve-task-group-run.d.mts +9 -0
- package/dist/actions/retrieve-task-group-run.d.mts.map +1 -0
- package/dist/actions/retrieve-task-group-run.mjs +43 -0
- package/dist/actions/retrieve-task-group-run.mjs.map +1 -0
- package/dist/actions/retrieve-task-group.cjs +28 -0
- package/dist/actions/retrieve-task-group.cjs.map +1 -0
- package/dist/actions/retrieve-task-group.d.cts +9 -0
- package/dist/actions/retrieve-task-group.d.cts.map +1 -0
- package/dist/actions/retrieve-task-group.d.mts +9 -0
- package/dist/actions/retrieve-task-group.d.mts.map +1 -0
- package/dist/actions/retrieve-task-group.mjs +27 -0
- package/dist/actions/retrieve-task-group.mjs.map +1 -0
- package/dist/actions/retrieve-task-run-input.cjs +32 -0
- package/dist/actions/retrieve-task-run-input.cjs.map +1 -0
- package/dist/actions/retrieve-task-run-input.d.cts +9 -0
- package/dist/actions/retrieve-task-run-input.d.cts.map +1 -0
- package/dist/actions/retrieve-task-run-input.d.mts +9 -0
- package/dist/actions/retrieve-task-run-input.d.mts.map +1 -0
- package/dist/actions/retrieve-task-run-input.mjs +31 -0
- package/dist/actions/retrieve-task-run-input.mjs.map +1 -0
- package/dist/actions/retrieve-task-run-result.cjs +39 -0
- package/dist/actions/retrieve-task-run-result.cjs.map +1 -0
- package/dist/actions/retrieve-task-run-result.d.cts +9 -0
- package/dist/actions/retrieve-task-run-result.d.cts.map +1 -0
- package/dist/actions/retrieve-task-run-result.d.mts +9 -0
- package/dist/actions/retrieve-task-run-result.d.mts.map +1 -0
- package/dist/actions/retrieve-task-run-result.mjs +38 -0
- package/dist/actions/retrieve-task-run-result.mjs.map +1 -0
- package/dist/actions/retrieve-task-run.cjs +47 -0
- package/dist/actions/retrieve-task-run.cjs.map +1 -0
- package/dist/actions/retrieve-task-run.d.cts +9 -0
- package/dist/actions/retrieve-task-run.d.cts.map +1 -0
- package/dist/actions/retrieve-task-run.d.mts +9 -0
- package/dist/actions/retrieve-task-run.d.mts.map +1 -0
- package/dist/actions/retrieve-task-run.mjs +46 -0
- package/dist/actions/retrieve-task-run.mjs.map +1 -0
- package/dist/actions/search.cjs +25 -0
- package/dist/actions/search.cjs.map +1 -0
- package/dist/actions/search.d.cts +9 -0
- package/dist/actions/search.d.cts.map +1 -0
- package/dist/actions/search.d.mts +9 -0
- package/dist/actions/search.d.mts.map +1 -0
- package/dist/actions/search.mjs +24 -0
- package/dist/actions/search.mjs.map +1 -0
- package/dist/actions/simulate-event.cjs +23 -0
- package/dist/actions/simulate-event.cjs.map +1 -0
- package/dist/actions/simulate-event.d.cts +9 -0
- package/dist/actions/simulate-event.d.cts.map +1 -0
- package/dist/actions/simulate-event.d.mts +9 -0
- package/dist/actions/simulate-event.d.mts.map +1 -0
- package/dist/actions/simulate-event.mjs +20 -0
- package/dist/actions/simulate-event.mjs.map +1 -0
- package/dist/actions/stream-find-all-events.cjs +129 -0
- package/dist/actions/stream-find-all-events.cjs.map +1 -0
- package/dist/actions/stream-find-all-events.d.cts +9 -0
- package/dist/actions/stream-find-all-events.d.cts.map +1 -0
- package/dist/actions/stream-find-all-events.d.mts +9 -0
- package/dist/actions/stream-find-all-events.d.mts.map +1 -0
- package/dist/actions/stream-find-all-events.mjs +128 -0
- package/dist/actions/stream-find-all-events.mjs.map +1 -0
- package/dist/actions/stream-task-group-events.cjs +61 -0
- package/dist/actions/stream-task-group-events.cjs.map +1 -0
- package/dist/actions/stream-task-group-events.d.cts +9 -0
- package/dist/actions/stream-task-group-events.d.cts.map +1 -0
- package/dist/actions/stream-task-group-events.d.mts +9 -0
- package/dist/actions/stream-task-group-events.d.mts.map +1 -0
- package/dist/actions/stream-task-group-events.mjs +60 -0
- package/dist/actions/stream-task-group-events.mjs.map +1 -0
- package/dist/actions/stream-task-run-events.cjs +64 -0
- package/dist/actions/stream-task-run-events.cjs.map +1 -0
- package/dist/actions/stream-task-run-events.d.cts +9 -0
- package/dist/actions/stream-task-run-events.d.cts.map +1 -0
- package/dist/actions/stream-task-run-events.d.mts +9 -0
- package/dist/actions/stream-task-run-events.d.mts.map +1 -0
- package/dist/actions/stream-task-run-events.mjs +63 -0
- package/dist/actions/stream-task-run-events.mjs.map +1 -0
- package/dist/actions/suggest-task.cjs +21 -0
- package/dist/actions/suggest-task.cjs.map +1 -0
- package/dist/actions/suggest-task.d.cts +9 -0
- package/dist/actions/suggest-task.d.cts.map +1 -0
- package/dist/actions/suggest-task.d.mts +9 -0
- package/dist/actions/suggest-task.d.mts.map +1 -0
- package/dist/actions/suggest-task.mjs +18 -0
- package/dist/actions/suggest-task.mjs.map +1 -0
- package/dist/actions/update-monitor.cjs +55 -0
- package/dist/actions/update-monitor.cjs.map +1 -0
- package/dist/actions/update-monitor.d.cts +9 -0
- package/dist/actions/update-monitor.d.cts.map +1 -0
- package/dist/actions/update-monitor.d.mts +9 -0
- package/dist/actions/update-monitor.d.mts.map +1 -0
- package/dist/actions/update-monitor.mjs +54 -0
- package/dist/actions/update-monitor.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 +70 -0
- package/dist/index.d.cts +35 -0
- package/dist/index.d.mts +35 -0
- package/dist/index.mjs +36 -0
- package/package.json +49 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-task-run.ts
|
|
4
|
+
const ParallelRetrieveTaskRunInput = zod.z.object({ run_id: zod.z.string().describe("ID of the task run to retrieve.") }).describe("Request model for retrieving a task run.");
|
|
5
|
+
const ParallelRetrieveTaskRun_ErrorDetailSchema = zod.z.object({
|
|
6
|
+
detail: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional context about the error").nullable().optional(),
|
|
7
|
+
ref_id: zod.z.string().describe("Reference ID for the error"),
|
|
8
|
+
message: zod.z.string().describe("Human-readable error message")
|
|
9
|
+
}).describe("Error details for a failed task run.");
|
|
10
|
+
const ParallelRetrieveTaskRun_TaskRunStatusSchema = zod.z.enum([
|
|
11
|
+
"queued",
|
|
12
|
+
"action_required",
|
|
13
|
+
"running",
|
|
14
|
+
"completed",
|
|
15
|
+
"failed",
|
|
16
|
+
"cancelling",
|
|
17
|
+
"cancelled"
|
|
18
|
+
]).describe("Status values for a task run.");
|
|
19
|
+
const ParallelRetrieveTaskRun_WarningSchema = zod.z.object({
|
|
20
|
+
detail: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional details about the warning").nullable().optional(),
|
|
21
|
+
ref_id: zod.z.string().describe("Reference ID for the warning"),
|
|
22
|
+
message: zod.z.string().describe("Human-readable warning message")
|
|
23
|
+
}).describe("Warning details for a task run.");
|
|
24
|
+
const ParallelRetrieveTaskRunOutput = zod.z.object({
|
|
25
|
+
error: ParallelRetrieveTaskRun_ErrorDetailSchema.nullable().optional(),
|
|
26
|
+
run_id: zod.z.string().describe("ID of the task run"),
|
|
27
|
+
status: ParallelRetrieveTaskRun_TaskRunStatusSchema.nullable(),
|
|
28
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("User-provided metadata stored with the run").nullable().optional(),
|
|
29
|
+
warnings: zod.z.array(ParallelRetrieveTaskRun_WarningSchema).describe("Non-critical issues encountered during task execution").nullable().optional(),
|
|
30
|
+
is_active: zod.z.boolean().describe("Whether the run is currently active, i.e. status is one of {'cancelling', 'queued', 'running'}."),
|
|
31
|
+
processor: zod.z.string().describe("Processor used for the run"),
|
|
32
|
+
created_at: zod.z.string().describe("Timestamp of the creation of the task, as an RFC 3339 string").nullable().optional(),
|
|
33
|
+
modified_at: zod.z.string().describe("Timestamp of the last modification to the task, as an RFC 3339 string").nullable().optional(),
|
|
34
|
+
taskgroup_id: zod.z.string().describe("ID of the taskgroup to which the run belongs").nullable().optional(),
|
|
35
|
+
interaction_id: zod.z.string().describe("Identifier for this interaction. Pass this value as `previous_interaction_id` to reuse context for a future request.")
|
|
36
|
+
}).describe("Response model for retrieving a task run.");
|
|
37
|
+
const parallelRetrieveTaskRun = require_action.action("PARALLEL_RETRIEVE_TASK_RUN", {
|
|
38
|
+
slug: "parallel-retrieve-task-run",
|
|
39
|
+
name: "Retrieve Task Run",
|
|
40
|
+
description: "Tool to retrieve run status by run_id. Use when you need to check the status or details of a specific task run. The run result is available from the /result endpoint.",
|
|
41
|
+
input: ParallelRetrieveTaskRunInput,
|
|
42
|
+
output: ParallelRetrieveTaskRunOutput
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.parallelRetrieveTaskRun = parallelRetrieveTaskRun;
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=retrieve-task-run.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-task-run.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-task-run.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelRetrieveTaskRunInput: z.ZodTypeAny = z.object({\n run_id: z.string().describe(\"ID of the task run to retrieve.\"),\n}).describe(\"Request model for retrieving a task run.\");\nconst ParallelRetrieveTaskRun_ErrorDetailSchema: z.ZodTypeAny = z.object({\n detail: z.record(z.string(), z.unknown()).describe(\"Additional context about the error\").nullable().optional(),\n ref_id: z.string().describe(\"Reference ID for the error\"),\n message: z.string().describe(\"Human-readable error message\"),\n}).describe(\"Error details for a failed task run.\");\nconst ParallelRetrieveTaskRun_TaskRunStatusSchema: z.ZodTypeAny = z.enum([\"queued\", \"action_required\", \"running\", \"completed\", \"failed\", \"cancelling\", \"cancelled\"]).describe(\"Status values for a task run.\");\nconst ParallelRetrieveTaskRun_WarningSchema: z.ZodTypeAny = z.object({\n detail: z.record(z.string(), z.unknown()).describe(\"Additional details about the warning\").nullable().optional(),\n ref_id: z.string().describe(\"Reference ID for the warning\"),\n message: z.string().describe(\"Human-readable warning message\"),\n}).describe(\"Warning details for a task run.\");\nexport const ParallelRetrieveTaskRunOutput: z.ZodTypeAny = z.object({\n error: ParallelRetrieveTaskRun_ErrorDetailSchema.nullable().optional(),\n run_id: z.string().describe(\"ID of the task run\"),\n status: ParallelRetrieveTaskRun_TaskRunStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"User-provided metadata stored with the run\").nullable().optional(),\n warnings: z.array(ParallelRetrieveTaskRun_WarningSchema).describe(\"Non-critical issues encountered during task execution\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the run is currently active, i.e. status is one of {'cancelling', 'queued', 'running'}.\"),\n processor: z.string().describe(\"Processor used for the run\"),\n created_at: z.string().describe(\"Timestamp of the creation of the task, as an RFC 3339 string\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp of the last modification to the task, as an RFC 3339 string\").nullable().optional(),\n taskgroup_id: z.string().describe(\"ID of the taskgroup to which the run belongs\").nullable().optional(),\n interaction_id: z.string().describe(\"Identifier for this interaction. Pass this value as `previous_interaction_id` to reuse context for a future request.\"),\n}).describe(\"Response model for retrieving a task run.\");\n\nexport const parallelRetrieveTaskRun = action(\"PARALLEL_RETRIEVE_TASK_RUN\", {\n slug: \"parallel-retrieve-task-run\",\n name: \"Retrieve Task Run\",\n description: \"Tool to retrieve run status by run_id. Use when you need to check the status or details of a specific task run. The run result is available from the /result endpoint.\",\n input: ParallelRetrieveTaskRunInput,\n output: ParallelRetrieveTaskRunOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,EAC/D,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;AAC7D,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,8CAA4DA,IAAAA,EAAE,KAAK;CAAC;CAAU;CAAmB;CAAW;CAAa;CAAU;CAAc;AAAW,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC7M,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC1D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/D,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAO,0CAA0C,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAChD,QAAQ,4CAA4C,SAAS;CAC7D,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,UAAUA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iGAAiG;CACjI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC3D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH;AAC5J,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-task-run.d.ts
|
|
4
|
+
declare const ParallelRetrieveTaskRunInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelRetrieveTaskRunOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelRetrieveTaskRun: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelRetrieveTaskRun };
|
|
9
|
+
//# sourceMappingURL=retrieve-task-run.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-task-run.d.cts","names":[],"sources":["../../src/actions/retrieve-task-run.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAY1C,6BAAA,EAA+B,CAAA,CAAE,UAYU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-task-run.d.ts
|
|
4
|
+
declare const ParallelRetrieveTaskRunInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelRetrieveTaskRunOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelRetrieveTaskRun: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelRetrieveTaskRun };
|
|
9
|
+
//# sourceMappingURL=retrieve-task-run.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-task-run.d.mts","names":[],"sources":["../../src/actions/retrieve-task-run.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAY1C,6BAAA,EAA+B,CAAA,CAAE,UAYU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-task-run.ts
|
|
4
|
+
const ParallelRetrieveTaskRunInput = z.object({ run_id: z.string().describe("ID of the task run to retrieve.") }).describe("Request model for retrieving a task run.");
|
|
5
|
+
const ParallelRetrieveTaskRun_ErrorDetailSchema = z.object({
|
|
6
|
+
detail: z.record(z.string(), z.unknown()).describe("Additional context about the error").nullable().optional(),
|
|
7
|
+
ref_id: z.string().describe("Reference ID for the error"),
|
|
8
|
+
message: z.string().describe("Human-readable error message")
|
|
9
|
+
}).describe("Error details for a failed task run.");
|
|
10
|
+
const ParallelRetrieveTaskRun_TaskRunStatusSchema = z.enum([
|
|
11
|
+
"queued",
|
|
12
|
+
"action_required",
|
|
13
|
+
"running",
|
|
14
|
+
"completed",
|
|
15
|
+
"failed",
|
|
16
|
+
"cancelling",
|
|
17
|
+
"cancelled"
|
|
18
|
+
]).describe("Status values for a task run.");
|
|
19
|
+
const ParallelRetrieveTaskRun_WarningSchema = z.object({
|
|
20
|
+
detail: z.record(z.string(), z.unknown()).describe("Additional details about the warning").nullable().optional(),
|
|
21
|
+
ref_id: z.string().describe("Reference ID for the warning"),
|
|
22
|
+
message: z.string().describe("Human-readable warning message")
|
|
23
|
+
}).describe("Warning details for a task run.");
|
|
24
|
+
const parallelRetrieveTaskRun = action("PARALLEL_RETRIEVE_TASK_RUN", {
|
|
25
|
+
slug: "parallel-retrieve-task-run",
|
|
26
|
+
name: "Retrieve Task Run",
|
|
27
|
+
description: "Tool to retrieve run status by run_id. Use when you need to check the status or details of a specific task run. The run result is available from the /result endpoint.",
|
|
28
|
+
input: ParallelRetrieveTaskRunInput,
|
|
29
|
+
output: z.object({
|
|
30
|
+
error: ParallelRetrieveTaskRun_ErrorDetailSchema.nullable().optional(),
|
|
31
|
+
run_id: z.string().describe("ID of the task run"),
|
|
32
|
+
status: ParallelRetrieveTaskRun_TaskRunStatusSchema.nullable(),
|
|
33
|
+
metadata: z.record(z.string(), z.unknown()).describe("User-provided metadata stored with the run").nullable().optional(),
|
|
34
|
+
warnings: z.array(ParallelRetrieveTaskRun_WarningSchema).describe("Non-critical issues encountered during task execution").nullable().optional(),
|
|
35
|
+
is_active: z.boolean().describe("Whether the run is currently active, i.e. status is one of {'cancelling', 'queued', 'running'}."),
|
|
36
|
+
processor: z.string().describe("Processor used for the run"),
|
|
37
|
+
created_at: z.string().describe("Timestamp of the creation of the task, as an RFC 3339 string").nullable().optional(),
|
|
38
|
+
modified_at: z.string().describe("Timestamp of the last modification to the task, as an RFC 3339 string").nullable().optional(),
|
|
39
|
+
taskgroup_id: z.string().describe("ID of the taskgroup to which the run belongs").nullable().optional(),
|
|
40
|
+
interaction_id: z.string().describe("Identifier for this interaction. Pass this value as `previous_interaction_id` to reuse context for a future request.")
|
|
41
|
+
}).describe("Response model for retrieving a task run.")
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
export { parallelRetrieveTaskRun };
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=retrieve-task-run.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-task-run.mjs","names":[],"sources":["../../src/actions/retrieve-task-run.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelRetrieveTaskRunInput: z.ZodTypeAny = z.object({\n run_id: z.string().describe(\"ID of the task run to retrieve.\"),\n}).describe(\"Request model for retrieving a task run.\");\nconst ParallelRetrieveTaskRun_ErrorDetailSchema: z.ZodTypeAny = z.object({\n detail: z.record(z.string(), z.unknown()).describe(\"Additional context about the error\").nullable().optional(),\n ref_id: z.string().describe(\"Reference ID for the error\"),\n message: z.string().describe(\"Human-readable error message\"),\n}).describe(\"Error details for a failed task run.\");\nconst ParallelRetrieveTaskRun_TaskRunStatusSchema: z.ZodTypeAny = z.enum([\"queued\", \"action_required\", \"running\", \"completed\", \"failed\", \"cancelling\", \"cancelled\"]).describe(\"Status values for a task run.\");\nconst ParallelRetrieveTaskRun_WarningSchema: z.ZodTypeAny = z.object({\n detail: z.record(z.string(), z.unknown()).describe(\"Additional details about the warning\").nullable().optional(),\n ref_id: z.string().describe(\"Reference ID for the warning\"),\n message: z.string().describe(\"Human-readable warning message\"),\n}).describe(\"Warning details for a task run.\");\nexport const ParallelRetrieveTaskRunOutput: z.ZodTypeAny = z.object({\n error: ParallelRetrieveTaskRun_ErrorDetailSchema.nullable().optional(),\n run_id: z.string().describe(\"ID of the task run\"),\n status: ParallelRetrieveTaskRun_TaskRunStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"User-provided metadata stored with the run\").nullable().optional(),\n warnings: z.array(ParallelRetrieveTaskRun_WarningSchema).describe(\"Non-critical issues encountered during task execution\").nullable().optional(),\n is_active: z.boolean().describe(\"Whether the run is currently active, i.e. status is one of {'cancelling', 'queued', 'running'}.\"),\n processor: z.string().describe(\"Processor used for the run\"),\n created_at: z.string().describe(\"Timestamp of the creation of the task, as an RFC 3339 string\").nullable().optional(),\n modified_at: z.string().describe(\"Timestamp of the last modification to the task, as an RFC 3339 string\").nullable().optional(),\n taskgroup_id: z.string().describe(\"ID of the taskgroup to which the run belongs\").nullable().optional(),\n interaction_id: z.string().describe(\"Identifier for this interaction. Pass this value as `previous_interaction_id` to reuse context for a future request.\"),\n}).describe(\"Response model for retrieving a task run.\");\n\nexport const parallelRetrieveTaskRun = action(\"PARALLEL_RETRIEVE_TASK_RUN\", {\n slug: \"parallel-retrieve-task-run\",\n name: \"Retrieve Task Run\",\n description: \"Tool to retrieve run status by run_id. Use when you need to check the status or details of a specific task run. The run result is available from the /result endpoint.\",\n input: ParallelRetrieveTaskRunInput,\n output: ParallelRetrieveTaskRunOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,EAC/D,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,4CAA0D,EAAE,OAAO;CACvE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;AAC7D,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,8CAA4D,EAAE,KAAK;CAAC;CAAU;CAAmB;CAAW;CAAa;CAAU;CAAc;AAAW,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC7M,MAAM,wCAAsD,EAAE,OAAO;CACnE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC1D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AAC/D,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAe7C,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnByD,EAAE,OAAO;EAClE,OAAO,0CAA0C,SAAS,CAAC,CAAC,SAAS;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAChD,QAAQ,4CAA4C,SAAS;EAC7D,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,UAAU,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/I,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iGAAiG;EACjI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EAC3D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH;CAC5J,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/search.ts
|
|
4
|
+
const ParallelSearchInput = zod.z.object({ search_queries: zod.z.array(zod.z.string()).describe("List of search query texts to run in parallel Must be non-empty; all entries must be strings.") }).describe("Request model for performing a parallel search.");
|
|
5
|
+
const ParallelSearch_ParallelSearchResultSchema = zod.z.object({
|
|
6
|
+
url: zod.z.string().describe("URL of the matched web page"),
|
|
7
|
+
title: zod.z.string().describe("Title of the matched page"),
|
|
8
|
+
excerpts: zod.z.array(zod.z.string()).describe("Relevant excerpts from the page").nullable().optional(),
|
|
9
|
+
publish_date: zod.z.string().describe("Publication date of the content").nullable().optional()
|
|
10
|
+
}).describe("A single search result from the Parallel Search API.");
|
|
11
|
+
const ParallelSearchOutput = zod.z.object({
|
|
12
|
+
results: zod.z.array(ParallelSearch_ParallelSearchResultSchema).describe("List of search results"),
|
|
13
|
+
search_id: zod.z.string().describe("Unique identifier for the search")
|
|
14
|
+
}).describe("Response model containing parallel search results.");
|
|
15
|
+
const parallelSearch = require_action.action("PARALLEL_SEARCH", {
|
|
16
|
+
slug: "parallel-search",
|
|
17
|
+
name: "Parallel Search",
|
|
18
|
+
description: "Tool to perform parallel semantic search. Use when you need to retrieve top matching documents for multiple queries in a single call.",
|
|
19
|
+
input: ParallelSearchInput,
|
|
20
|
+
output: ParallelSearchOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.parallelSearch = parallelSearch;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=search.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.cjs","names":["z","action"],"sources":["../../src/actions/search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelSearchInput: z.ZodTypeAny = z.object({\n search_queries: z.array(z.string()).describe(\"List of search query texts to run in parallel Must be non-empty; all entries must be strings.\"),\n}).describe(\"Request model for performing a parallel search.\");\nconst ParallelSearch_ParallelSearchResultSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the matched web page\"),\n title: z.string().describe(\"Title of the matched page\"),\n excerpts: z.array(z.string()).describe(\"Relevant excerpts from the page\").nullable().optional(),\n publish_date: z.string().describe(\"Publication date of the content\").nullable().optional(),\n}).describe(\"A single search result from the Parallel Search API.\");\nexport const ParallelSearchOutput: z.ZodTypeAny = z.object({\n results: z.array(ParallelSearch_ParallelSearchResultSchema).describe(\"List of search results\"),\n search_id: z.string().describe(\"Unique identifier for the search\"),\n}).describe(\"Response model containing parallel search results.\");\n\nexport const parallelSearch = action(\"PARALLEL_SEARCH\", {\n slug: \"parallel-search\",\n name: \"Parallel Search\",\n description: \"Tool to perform parallel semantic search. Use when you need to retrieve top matching documents for multiple queries in a single call.\",\n input: ParallelSearchInput,\n output: ParallelSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoCA,IAAAA,EAAE,OAAO,EACxD,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+FAA+F,EAC9I,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACtD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,SAASA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,wBAAwB;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AACnE,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,iBAAiBC,eAAAA,OAAO,mBAAmB;CACtD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search.d.ts
|
|
4
|
+
declare const ParallelSearchInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelSearchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelSearch };
|
|
9
|
+
//# sourceMappingURL=search.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.d.cts","names":[],"sources":["../../src/actions/search.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAE0B;AAAA,cAOjD,oBAAA,EAAsB,CAAA,CAAE,UAG4B;AAAA,cAEpD,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/search.d.ts
|
|
4
|
+
declare const ParallelSearchInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelSearchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelSearch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelSearch };
|
|
9
|
+
//# sourceMappingURL=search.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.d.mts","names":[],"sources":["../../src/actions/search.ts"],"mappings":";;;cAIa,mBAAA,EAAqB,CAAA,CAAE,UAE0B;AAAA,cAOjD,oBAAA,EAAsB,CAAA,CAAE,UAG4B;AAAA,cAEpD,cAAA,gCAAc,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/search.ts
|
|
4
|
+
const ParallelSearchInput = z.object({ search_queries: z.array(z.string()).describe("List of search query texts to run in parallel Must be non-empty; all entries must be strings.") }).describe("Request model for performing a parallel search.");
|
|
5
|
+
const ParallelSearch_ParallelSearchResultSchema = z.object({
|
|
6
|
+
url: z.string().describe("URL of the matched web page"),
|
|
7
|
+
title: z.string().describe("Title of the matched page"),
|
|
8
|
+
excerpts: z.array(z.string()).describe("Relevant excerpts from the page").nullable().optional(),
|
|
9
|
+
publish_date: z.string().describe("Publication date of the content").nullable().optional()
|
|
10
|
+
}).describe("A single search result from the Parallel Search API.");
|
|
11
|
+
const parallelSearch = action("PARALLEL_SEARCH", {
|
|
12
|
+
slug: "parallel-search",
|
|
13
|
+
name: "Parallel Search",
|
|
14
|
+
description: "Tool to perform parallel semantic search. Use when you need to retrieve top matching documents for multiple queries in a single call.",
|
|
15
|
+
input: ParallelSearchInput,
|
|
16
|
+
output: z.object({
|
|
17
|
+
results: z.array(ParallelSearch_ParallelSearchResultSchema).describe("List of search results"),
|
|
18
|
+
search_id: z.string().describe("Unique identifier for the search")
|
|
19
|
+
}).describe("Response model containing parallel search results.")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { parallelSearch };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=search.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"search.mjs","names":[],"sources":["../../src/actions/search.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelSearchInput: z.ZodTypeAny = z.object({\n search_queries: z.array(z.string()).describe(\"List of search query texts to run in parallel Must be non-empty; all entries must be strings.\"),\n}).describe(\"Request model for performing a parallel search.\");\nconst ParallelSearch_ParallelSearchResultSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL of the matched web page\"),\n title: z.string().describe(\"Title of the matched page\"),\n excerpts: z.array(z.string()).describe(\"Relevant excerpts from the page\").nullable().optional(),\n publish_date: z.string().describe(\"Publication date of the content\").nullable().optional(),\n}).describe(\"A single search result from the Parallel Search API.\");\nexport const ParallelSearchOutput: z.ZodTypeAny = z.object({\n results: z.array(ParallelSearch_ParallelSearchResultSchema).describe(\"List of search results\"),\n search_id: z.string().describe(\"Unique identifier for the search\"),\n}).describe(\"Response model containing parallel search results.\");\n\nexport const parallelSearch = action(\"PARALLEL_SEARCH\", {\n slug: \"parallel-search\",\n name: \"Parallel Search\",\n description: \"Tool to perform parallel semantic search. Use when you need to retrieve top matching documents for multiple queries in a single call.\",\n input: ParallelSearchInput,\n output: ParallelSearchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sBAAoC,EAAE,OAAO,EACxD,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+FAA+F,EAC9I,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,4CAA0D,EAAE,OAAO;CACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACtD,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAMlE,MAAa,iBAAiB,OAAO,mBAAmB;CACtD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVgD,EAAE,OAAO;EACzD,SAAS,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,wBAAwB;EAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACnE,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/simulate-event.ts
|
|
4
|
+
const ParallelSimulateEventInput = zod.z.object({
|
|
5
|
+
event_type: zod.z.enum([
|
|
6
|
+
"monitor.event.detected",
|
|
7
|
+
"monitor.execution.completed",
|
|
8
|
+
"monitor.execution.failed"
|
|
9
|
+
]).describe("Event types that can be simulated for a monitor.").optional(),
|
|
10
|
+
monitor_id: zod.z.string().describe("Unique identifier of the monitor to simulate an event for.")
|
|
11
|
+
}).describe("Request model for simulating an event for a monitor.");
|
|
12
|
+
const ParallelSimulateEventOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the event simulation was successful.").nullable().optional() }).describe("Response model for simulating an event. Returns empty response on success (204).");
|
|
13
|
+
const parallelSimulateEvent = require_action.action("PARALLEL_SIMULATE_EVENT", {
|
|
14
|
+
slug: "parallel-simulate-event",
|
|
15
|
+
name: "Simulate Event",
|
|
16
|
+
description: "Tool to simulate sending an event for a monitor. Use when testing monitor webhooks or validating monitor configurations. Simulates sending an event of the specified type (defaults to monitor.event.detected).",
|
|
17
|
+
input: ParallelSimulateEventInput,
|
|
18
|
+
output: ParallelSimulateEventOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.parallelSimulateEvent = parallelSimulateEvent;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=simulate-event.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simulate-event.cjs","names":["z","action"],"sources":["../../src/actions/simulate-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelSimulateEventInput: z.ZodTypeAny = z.object({\n event_type: z.enum([\"monitor.event.detected\", \"monitor.execution.completed\", \"monitor.execution.failed\"]).describe(\"Event types that can be simulated for a monitor.\").optional(),\n monitor_id: z.string().describe(\"Unique identifier of the monitor to simulate an event for.\"),\n}).describe(\"Request model for simulating an event for a monitor.\");\nexport const ParallelSimulateEventOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the event simulation was successful.\").nullable().optional(),\n}).describe(\"Response model for simulating an event. Returns empty response on success (204).\");\n\nexport const parallelSimulateEvent = action(\"PARALLEL_SIMULATE_EVENT\", {\n slug: \"parallel-simulate-event\",\n name: \"Simulate Event\",\n description: \"Tool to simulate sending an event for a monitor. Use when testing monitor webhooks or validating monitor configurations. Simulates sending an event of the specified type (defaults to monitor.event.detected).\",\n input: ParallelSimulateEventInput,\n output: ParallelSimulateEventOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,YAAYA,IAAAA,EAAE,KAAK;EAAC;EAA0B;EAA+B;CAA0B,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAChL,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC9F,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAE9F,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/simulate-event.d.ts
|
|
4
|
+
declare const ParallelSimulateEventInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelSimulateEventOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelSimulateEvent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelSimulateEvent };
|
|
9
|
+
//# sourceMappingURL=simulate-event.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simulate-event.d.cts","names":[],"sources":["../../src/actions/simulate-event.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGwB;AAAA,cACtD,2BAAA,EAA6B,CAAA,CAAE,UAEmD;AAAA,cAElF,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/simulate-event.d.ts
|
|
4
|
+
declare const ParallelSimulateEventInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelSimulateEventOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelSimulateEvent: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelSimulateEvent };
|
|
9
|
+
//# sourceMappingURL=simulate-event.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simulate-event.d.mts","names":[],"sources":["../../src/actions/simulate-event.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGwB;AAAA,cACtD,2BAAA,EAA6B,CAAA,CAAE,UAEmD;AAAA,cAElF,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const parallelSimulateEvent = action("PARALLEL_SIMULATE_EVENT", {
|
|
4
|
+
slug: "parallel-simulate-event",
|
|
5
|
+
name: "Simulate Event",
|
|
6
|
+
description: "Tool to simulate sending an event for a monitor. Use when testing monitor webhooks or validating monitor configurations. Simulates sending an event of the specified type (defaults to monitor.event.detected).",
|
|
7
|
+
input: z.object({
|
|
8
|
+
event_type: z.enum([
|
|
9
|
+
"monitor.event.detected",
|
|
10
|
+
"monitor.execution.completed",
|
|
11
|
+
"monitor.execution.failed"
|
|
12
|
+
]).describe("Event types that can be simulated for a monitor.").optional(),
|
|
13
|
+
monitor_id: z.string().describe("Unique identifier of the monitor to simulate an event for.")
|
|
14
|
+
}).describe("Request model for simulating an event for a monitor."),
|
|
15
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the event simulation was successful.").nullable().optional() }).describe("Response model for simulating an event. Returns empty response on success (204).")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { parallelSimulateEvent };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=simulate-event.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"simulate-event.mjs","names":[],"sources":["../../src/actions/simulate-event.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelSimulateEventInput: z.ZodTypeAny = z.object({\n event_type: z.enum([\"monitor.event.detected\", \"monitor.execution.completed\", \"monitor.execution.failed\"]).describe(\"Event types that can be simulated for a monitor.\").optional(),\n monitor_id: z.string().describe(\"Unique identifier of the monitor to simulate an event for.\"),\n}).describe(\"Request model for simulating an event for a monitor.\");\nexport const ParallelSimulateEventOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the event simulation was successful.\").nullable().optional(),\n}).describe(\"Response model for simulating an event. Returns empty response on success (204).\");\n\nexport const parallelSimulateEvent = action(\"PARALLEL_SIMULATE_EVENT\", {\n slug: \"parallel-simulate-event\",\n name: \"Simulate Event\",\n description: \"Tool to simulate sending an event for a monitor. Use when testing monitor webhooks or validating monitor configurations. Simulates sending an event of the specified type (defaults to monitor.event.detected).\",\n input: ParallelSimulateEventInput,\n output: ParallelSimulateEventOutput,\n});\n"],"mappings":";;AAYA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZsD,EAAE,OAAO;EAC/D,YAAY,EAAE,KAAK;GAAC;GAA0B;GAA+B;EAA0B,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAChL,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC9F,CAAC,CAAC,CAAC,SAAS,sDASH;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,SAAS,kFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/stream-find-all-events.ts
|
|
4
|
+
const ParallelStreamFindAllEventsInput = zod.z.object({
|
|
5
|
+
timeout: zod.z.number().int().describe("Duration in seconds to keep the connection open if no new events occur.").optional(),
|
|
6
|
+
findall_id: zod.z.string().describe("Unique identifier of the FindAll run to stream events from."),
|
|
7
|
+
last_event_id: zod.z.string().describe("ID of the last received event to resume streaming from.").optional()
|
|
8
|
+
}).describe("Request model for streaming FindAll events.");
|
|
9
|
+
const ParallelStreamFindAllEvents_FindAllEnrichInputSchema = zod.z.object({
|
|
10
|
+
name: zod.z.string().describe("Name of the enrichment field."),
|
|
11
|
+
description: zod.z.string().describe("Description of the enrichment field.")
|
|
12
|
+
});
|
|
13
|
+
const ParallelStreamFindAllEvents_MatchConditionSchema = zod.z.object({
|
|
14
|
+
name: zod.z.string().describe("Identifier for the match condition."),
|
|
15
|
+
description: zod.z.string().describe("Description of what must be satisfied for the match.")
|
|
16
|
+
});
|
|
17
|
+
const ParallelStreamFindAllEvents_FindAllSchemaSchema = zod.z.object({
|
|
18
|
+
generator: zod.z.enum([
|
|
19
|
+
"base",
|
|
20
|
+
"core",
|
|
21
|
+
"pro",
|
|
22
|
+
"preview"
|
|
23
|
+
]).describe("Quality/cost tier for the run."),
|
|
24
|
+
objective: zod.z.string().describe("Natural-language objective for the FindAll run."),
|
|
25
|
+
enrichments: zod.z.array(ParallelStreamFindAllEvents_FindAllEnrichInputSchema).describe("Optional list of enrichment fields.").nullable().optional(),
|
|
26
|
+
entity_type: zod.z.string().describe("Type of entity to find."),
|
|
27
|
+
match_limit: zod.z.number().int().describe("Maximum number of matches to return.").nullable().optional(),
|
|
28
|
+
match_conditions: zod.z.array(ParallelStreamFindAllEvents_MatchConditionSchema).describe("List of conditions that a candidate must satisfy.")
|
|
29
|
+
});
|
|
30
|
+
const ParallelStreamFindAllEvents_FindAllSchemaUpdatedEventSchema = zod.z.object({
|
|
31
|
+
data: ParallelStreamFindAllEvents_FindAllSchemaSchema.nullable(),
|
|
32
|
+
type: zod.z.string().describe("Event type"),
|
|
33
|
+
event_id: zod.z.string().describe("Unique identifier for the event"),
|
|
34
|
+
timestamp: zod.z.string().describe("ISO 8601 timestamp of the event")
|
|
35
|
+
});
|
|
36
|
+
const ParallelStreamFindAllEvents_RunMetricsSchema = zod.z.object({
|
|
37
|
+
matched_candidates_count: zod.z.number().int().default(0).describe("Number of candidates matched so far.").nullable().optional(),
|
|
38
|
+
generated_candidates_count: zod.z.number().int().default(0).describe("Number of candidates generated so far.").nullable().optional()
|
|
39
|
+
});
|
|
40
|
+
const ParallelStreamFindAllEvents_FindAllRunStatusSchema = zod.z.object({
|
|
41
|
+
status: zod.z.enum([
|
|
42
|
+
"queued",
|
|
43
|
+
"running",
|
|
44
|
+
"in_progress",
|
|
45
|
+
"completed",
|
|
46
|
+
"failed",
|
|
47
|
+
"cancelled"
|
|
48
|
+
]).describe("Current status of the FindAll run."),
|
|
49
|
+
metrics: ParallelStreamFindAllEvents_RunMetricsSchema.nullable(),
|
|
50
|
+
is_active: zod.z.boolean().describe("Whether the run is currently active."),
|
|
51
|
+
termination_reason: zod.z.string().describe("Reason for run completion, if any.").nullable().optional()
|
|
52
|
+
});
|
|
53
|
+
const ParallelStreamFindAllEvents_FindAllRunSchema = zod.z.object({
|
|
54
|
+
status: ParallelStreamFindAllEvents_FindAllRunStatusSchema.nullable(),
|
|
55
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("User-provided metadata stored with the run.").nullable().optional(),
|
|
56
|
+
generator: zod.z.enum([
|
|
57
|
+
"base",
|
|
58
|
+
"core",
|
|
59
|
+
"pro",
|
|
60
|
+
"preview"
|
|
61
|
+
]).describe("Selected generator tier for the run."),
|
|
62
|
+
created_at: zod.z.string().describe("Creation timestamp (RFC 3339).").nullable().optional(),
|
|
63
|
+
findall_id: zod.z.string().describe("ID of the FindAll run."),
|
|
64
|
+
modified_at: zod.z.string().describe("Last modification timestamp (RFC 3339).").nullable().optional()
|
|
65
|
+
});
|
|
66
|
+
const ParallelStreamFindAllEvents_FindAllRunStatusEventSchema = zod.z.object({
|
|
67
|
+
data: ParallelStreamFindAllEvents_FindAllRunSchema.nullable(),
|
|
68
|
+
type: zod.z.string().describe("Event type"),
|
|
69
|
+
event_id: zod.z.string().describe("Unique identifier for the event"),
|
|
70
|
+
timestamp: zod.z.string().describe("ISO 8601 timestamp of the event")
|
|
71
|
+
});
|
|
72
|
+
const ParallelStreamFindAllEvents_FieldBasisSchema = zod.z.object({
|
|
73
|
+
field: zod.z.string().describe("Field name"),
|
|
74
|
+
source: zod.z.string().describe("Source of the field value").nullable().optional(),
|
|
75
|
+
reasoning: zod.z.string().describe("Reasoning for the field value").nullable().optional()
|
|
76
|
+
});
|
|
77
|
+
const ParallelStreamFindAllEvents_FindAllCandidateSchema = zod.z.object({
|
|
78
|
+
url: zod.z.string().describe("Canonical URL of the candidate entity"),
|
|
79
|
+
name: zod.z.string().describe("Name of the candidate entity"),
|
|
80
|
+
basis: zod.z.array(ParallelStreamFindAllEvents_FieldBasisSchema).describe("Reasoning basis for candidate fields").nullable().optional(),
|
|
81
|
+
output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Output data for the candidate").nullable().optional(),
|
|
82
|
+
description: zod.z.string().describe("Description of the candidate entity").nullable().optional(),
|
|
83
|
+
candidate_id: zod.z.string().describe("Unique identifier for the candidate"),
|
|
84
|
+
match_status: zod.z.enum([
|
|
85
|
+
"generated",
|
|
86
|
+
"matched",
|
|
87
|
+
"unmatched",
|
|
88
|
+
"discarded",
|
|
89
|
+
"enriched"
|
|
90
|
+
]).describe("Current match status of the candidate")
|
|
91
|
+
});
|
|
92
|
+
const ParallelStreamFindAllEvents_FindAllCandidateMatchStatusEventSchema = zod.z.object({
|
|
93
|
+
data: ParallelStreamFindAllEvents_FindAllCandidateSchema.nullable(),
|
|
94
|
+
type: zod.z.enum([
|
|
95
|
+
"findall.candidate.generated",
|
|
96
|
+
"findall.candidate.matched",
|
|
97
|
+
"findall.candidate.unmatched",
|
|
98
|
+
"findall.candidate.discarded",
|
|
99
|
+
"findall.candidate.enriched"
|
|
100
|
+
]).describe("Event type"),
|
|
101
|
+
event_id: zod.z.string().describe("Unique identifier for the event"),
|
|
102
|
+
timestamp: zod.z.string().describe("ISO 8601 timestamp of the event")
|
|
103
|
+
});
|
|
104
|
+
const ParallelStreamFindAllEvents_ErrorDetailSchema = zod.z.object({
|
|
105
|
+
detail: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional details about the error").nullable().optional(),
|
|
106
|
+
ref_id: zod.z.string().describe("Reference ID for the error"),
|
|
107
|
+
message: zod.z.string().describe("Human-readable error message")
|
|
108
|
+
});
|
|
109
|
+
const ParallelStreamFindAllEvents_ErrorEventSchema = zod.z.object({
|
|
110
|
+
type: zod.z.string().describe("Event type"),
|
|
111
|
+
error: ParallelStreamFindAllEvents_ErrorDetailSchema.nullable()
|
|
112
|
+
});
|
|
113
|
+
const ParallelStreamFindAllEventsOutput = zod.z.object({ events: zod.z.array(zod.z.union([
|
|
114
|
+
ParallelStreamFindAllEvents_FindAllSchemaUpdatedEventSchema,
|
|
115
|
+
ParallelStreamFindAllEvents_FindAllRunStatusEventSchema,
|
|
116
|
+
ParallelStreamFindAllEvents_FindAllCandidateMatchStatusEventSchema,
|
|
117
|
+
ParallelStreamFindAllEvents_ErrorEventSchema
|
|
118
|
+
])).describe("List of events received from the FindAll stream") }).describe("Response model containing list of streamed FindAll events.");
|
|
119
|
+
const parallelStreamFindAllEvents = require_action.action("PARALLEL_STREAM_FIND_ALL_EVENTS", {
|
|
120
|
+
slug: "parallel-stream-find-all-events",
|
|
121
|
+
name: "Stream FindAll Events",
|
|
122
|
+
description: "Tool to stream events from a FindAll run. Use when you need real-time updates on candidate discovery, matching progress, and run status.",
|
|
123
|
+
input: ParallelStreamFindAllEventsInput,
|
|
124
|
+
output: ParallelStreamFindAllEventsOutput
|
|
125
|
+
});
|
|
126
|
+
//#endregion
|
|
127
|
+
exports.parallelStreamFindAllEvents = parallelStreamFindAllEvents;
|
|
128
|
+
|
|
129
|
+
//# sourceMappingURL=stream-find-all-events.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-find-all-events.cjs","names":["z","action"],"sources":["../../src/actions/stream-find-all-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParallelStreamFindAllEventsInput: z.ZodTypeAny = z.object({\n timeout: z.number().int().describe(\"Duration in seconds to keep the connection open if no new events occur.\").optional(),\n findall_id: z.string().describe(\"Unique identifier of the FindAll run to stream events from.\"),\n last_event_id: z.string().describe(\"ID of the last received event to resume streaming from.\").optional(),\n}).describe(\"Request model for streaming FindAll events.\");\nconst ParallelStreamFindAllEvents_FindAllEnrichInputSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the enrichment field.\"),\n description: z.string().describe(\"Description of the enrichment field.\"),\n});\nconst ParallelStreamFindAllEvents_MatchConditionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Identifier for the match condition.\"),\n description: z.string().describe(\"Description of what must be satisfied for the match.\"),\n});\nconst ParallelStreamFindAllEvents_FindAllSchemaSchema: z.ZodTypeAny = z.object({\n generator: z.enum([\"base\", \"core\", \"pro\", \"preview\"]).describe(\"Quality/cost tier for the run.\"),\n objective: z.string().describe(\"Natural-language objective for the FindAll run.\"),\n enrichments: z.array(ParallelStreamFindAllEvents_FindAllEnrichInputSchema).describe(\"Optional list of enrichment fields.\").nullable().optional(),\n entity_type: z.string().describe(\"Type of entity to find.\"),\n match_limit: z.number().int().describe(\"Maximum number of matches to return.\").nullable().optional(),\n match_conditions: z.array(ParallelStreamFindAllEvents_MatchConditionSchema).describe(\"List of conditions that a candidate must satisfy.\"),\n});\nconst ParallelStreamFindAllEvents_FindAllSchemaUpdatedEventSchema: z.ZodTypeAny = z.object({\n data: ParallelStreamFindAllEvents_FindAllSchemaSchema.nullable(),\n type: z.string().describe(\"Event type\"),\n event_id: z.string().describe(\"Unique identifier for the event\"),\n timestamp: z.string().describe(\"ISO 8601 timestamp of the event\"),\n});\nconst ParallelStreamFindAllEvents_RunMetricsSchema: z.ZodTypeAny = z.object({\n matched_candidates_count: z.number().int().default(0).describe(\"Number of candidates matched so far.\").nullable().optional(),\n generated_candidates_count: z.number().int().default(0).describe(\"Number of candidates generated so far.\").nullable().optional(),\n});\nconst ParallelStreamFindAllEvents_FindAllRunStatusSchema: z.ZodTypeAny = z.object({\n status: z.enum([\"queued\", \"running\", \"in_progress\", \"completed\", \"failed\", \"cancelled\"]).describe(\"Current status of the FindAll run.\"),\n metrics: ParallelStreamFindAllEvents_RunMetricsSchema.nullable(),\n is_active: z.boolean().describe(\"Whether the run is currently active.\"),\n termination_reason: z.string().describe(\"Reason for run completion, if any.\").nullable().optional(),\n});\nconst ParallelStreamFindAllEvents_FindAllRunSchema: z.ZodTypeAny = z.object({\n status: ParallelStreamFindAllEvents_FindAllRunStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"User-provided metadata stored with the run.\").nullable().optional(),\n generator: z.enum([\"base\", \"core\", \"pro\", \"preview\"]).describe(\"Selected generator tier for the run.\"),\n created_at: z.string().describe(\"Creation timestamp (RFC 3339).\").nullable().optional(),\n findall_id: z.string().describe(\"ID of the FindAll run.\"),\n modified_at: z.string().describe(\"Last modification timestamp (RFC 3339).\").nullable().optional(),\n});\nconst ParallelStreamFindAllEvents_FindAllRunStatusEventSchema: z.ZodTypeAny = z.object({\n data: ParallelStreamFindAllEvents_FindAllRunSchema.nullable(),\n type: z.string().describe(\"Event type\"),\n event_id: z.string().describe(\"Unique identifier for the event\"),\n timestamp: z.string().describe(\"ISO 8601 timestamp of the event\"),\n});\nconst ParallelStreamFindAllEvents_FieldBasisSchema: z.ZodTypeAny = z.object({\n field: z.string().describe(\"Field name\"),\n source: z.string().describe(\"Source of the field value\").nullable().optional(),\n reasoning: z.string().describe(\"Reasoning for the field value\").nullable().optional(),\n});\nconst ParallelStreamFindAllEvents_FindAllCandidateSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Canonical URL of the candidate entity\"),\n name: z.string().describe(\"Name of the candidate entity\"),\n basis: z.array(ParallelStreamFindAllEvents_FieldBasisSchema).describe(\"Reasoning basis for candidate fields\").nullable().optional(),\n output: z.record(z.string(), z.unknown()).describe(\"Output data for the candidate\").nullable().optional(),\n description: z.string().describe(\"Description of the candidate entity\").nullable().optional(),\n candidate_id: z.string().describe(\"Unique identifier for the candidate\"),\n match_status: z.enum([\"generated\", \"matched\", \"unmatched\", \"discarded\", \"enriched\"]).describe(\"Current match status of the candidate\"),\n});\nconst ParallelStreamFindAllEvents_FindAllCandidateMatchStatusEventSchema: z.ZodTypeAny = z.object({\n data: ParallelStreamFindAllEvents_FindAllCandidateSchema.nullable(),\n type: z.enum([\"findall.candidate.generated\", \"findall.candidate.matched\", \"findall.candidate.unmatched\", \"findall.candidate.discarded\", \"findall.candidate.enriched\"]).describe(\"Event type\"),\n event_id: z.string().describe(\"Unique identifier for the event\"),\n timestamp: z.string().describe(\"ISO 8601 timestamp of the event\"),\n});\nconst ParallelStreamFindAllEvents_ErrorDetailSchema: z.ZodTypeAny = z.object({\n detail: z.record(z.string(), z.unknown()).describe(\"Additional details about the error\").nullable().optional(),\n ref_id: z.string().describe(\"Reference ID for the error\"),\n message: z.string().describe(\"Human-readable error message\"),\n});\nconst ParallelStreamFindAllEvents_ErrorEventSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Event type\"),\n error: ParallelStreamFindAllEvents_ErrorDetailSchema.nullable(),\n});\nexport const ParallelStreamFindAllEventsOutput: z.ZodTypeAny = z.object({\n events: z.array(z.union([ParallelStreamFindAllEvents_FindAllSchemaUpdatedEventSchema, ParallelStreamFindAllEvents_FindAllRunStatusEventSchema, ParallelStreamFindAllEvents_FindAllCandidateMatchStatusEventSchema, ParallelStreamFindAllEvents_ErrorEventSchema])).describe(\"List of events received from the FindAll stream\"),\n}).describe(\"Response model containing list of streamed FindAll events.\");\n\nexport const parallelStreamFindAllEvents = action(\"PARALLEL_STREAM_FIND_ALL_EVENTS\", {\n slug: \"parallel-stream-find-all-events\",\n name: \"Stream FindAll Events\",\n description: \"Tool to stream events from a FindAll run. Use when you need real-time updates on candidate discovery, matching progress, and run status.\",\n input: ParallelStreamFindAllEventsInput,\n output: ParallelStreamFindAllEventsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/stream-find-all-events.d.ts
|
|
4
|
+
declare const ParallelStreamFindAllEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelStreamFindAllEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelStreamFindAllEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelStreamFindAllEvents };
|
|
9
|
+
//# sourceMappingURL=stream-find-all-events.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-find-all-events.d.cts","names":[],"sources":["../../src/actions/stream-find-all-events.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIS;AAAA,cA4E7C,iCAAA,EAAmC,CAAA,CAAE,UAEuB;AAAA,cAE5D,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/stream-find-all-events.d.ts
|
|
4
|
+
declare const ParallelStreamFindAllEventsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParallelStreamFindAllEventsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parallelStreamFindAllEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parallelStreamFindAllEvents };
|
|
9
|
+
//# sourceMappingURL=stream-find-all-events.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-find-all-events.d.mts","names":[],"sources":["../../src/actions/stream-find-all-events.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIS;AAAA,cA4E7C,iCAAA,EAAmC,CAAA,CAAE,UAEuB;AAAA,cAE5D,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|