@daf-sdk/runtime 1.0.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.
@@ -0,0 +1,174 @@
1
+ import {
2
+ ACTION_TYPES,
3
+ DAFDocumentBuilder,
4
+ DAF_VERSION,
5
+ DEFAULT_SCRAPE_TIMEOUT,
6
+ DEFAULT_SEARCH_LIMIT,
7
+ EDITOR_ACTION_TYPES,
8
+ LOOP_TYPES,
9
+ MAX_PROCESS_DEPTH,
10
+ PROCESS_TYPES,
11
+ ProcessBuilder,
12
+ RESOURCE_TYPES,
13
+ STEP_TYPES,
14
+ SUPPORTED_VERSIONS,
15
+ WRITE_OPERATIONS,
16
+ actionSchema,
17
+ addDocumentAction,
18
+ addFolderAction,
19
+ completeSentenceAction,
20
+ completionWithoutPromptStep,
21
+ conditionalLoopStep,
22
+ createDatabaseAction,
23
+ dafDocumentSchema,
24
+ deleteDatabaseAction,
25
+ directiveAction,
26
+ directiveParamsSchema,
27
+ duplicateDatabaseAction,
28
+ duplicateDocumentAction,
29
+ editorActionBaseParamsSchema,
30
+ editorActionSchema,
31
+ extendTextAction,
32
+ fixSpellingGrammarAction,
33
+ fixedLoopStep,
34
+ formatDocumentAction,
35
+ formatTextAction,
36
+ googleDocResource,
37
+ googleDriveFolderResource,
38
+ isValidAction,
39
+ isValidDAFDocument,
40
+ isValidEditorAction,
41
+ isValidProcess,
42
+ isValidResource,
43
+ isValidStep,
44
+ newsSearchAction,
45
+ newsSearchParamsSchema,
46
+ notionPageResource,
47
+ previewSearchAction,
48
+ previewSearchParamsSchema,
49
+ processSchema,
50
+ processStep,
51
+ promptStep,
52
+ readDatabaseAction,
53
+ readDocumentAction,
54
+ readDocumentParamsSchema,
55
+ readFolderAction,
56
+ reduceTextAction,
57
+ removeDocumentAction,
58
+ removeFolderAction,
59
+ renameDocumentAction,
60
+ renameFolderAction,
61
+ resourceSchema,
62
+ rewriteAction,
63
+ scrapeAction,
64
+ scrapeParamsSchema,
65
+ searchAction,
66
+ searchParamsSchema,
67
+ sendEmailAction,
68
+ sendEmailParamsSchema,
69
+ simplifyAction,
70
+ skipCompletionStep,
71
+ stepSchema,
72
+ tavilySearchAction,
73
+ tavilySearchParamsSchema,
74
+ translateAction,
75
+ translateParamsSchema,
76
+ updateDatabaseAction,
77
+ userFeedbackStep,
78
+ validateAction,
79
+ validateDAFDocument,
80
+ validateEditorAction,
81
+ validateProcess,
82
+ validateResource,
83
+ validateStep,
84
+ writeDatabaseAction,
85
+ writeDocumentAction,
86
+ writeDocumentParamsSchema
87
+ } from "../chunk-HGSJ2UZZ.mjs";
88
+ export {
89
+ ACTION_TYPES,
90
+ DAFDocumentBuilder,
91
+ DAF_VERSION,
92
+ DEFAULT_SCRAPE_TIMEOUT,
93
+ DEFAULT_SEARCH_LIMIT,
94
+ EDITOR_ACTION_TYPES,
95
+ LOOP_TYPES,
96
+ MAX_PROCESS_DEPTH,
97
+ PROCESS_TYPES,
98
+ ProcessBuilder,
99
+ RESOURCE_TYPES,
100
+ STEP_TYPES,
101
+ SUPPORTED_VERSIONS,
102
+ WRITE_OPERATIONS,
103
+ actionSchema,
104
+ addDocumentAction,
105
+ addFolderAction,
106
+ completeSentenceAction,
107
+ completionWithoutPromptStep,
108
+ conditionalLoopStep,
109
+ createDatabaseAction,
110
+ dafDocumentSchema,
111
+ deleteDatabaseAction,
112
+ directiveAction,
113
+ directiveParamsSchema,
114
+ duplicateDatabaseAction,
115
+ duplicateDocumentAction,
116
+ editorActionBaseParamsSchema,
117
+ editorActionSchema,
118
+ extendTextAction,
119
+ fixSpellingGrammarAction,
120
+ fixedLoopStep,
121
+ formatDocumentAction,
122
+ formatTextAction,
123
+ googleDocResource,
124
+ googleDriveFolderResource,
125
+ isValidAction,
126
+ isValidDAFDocument,
127
+ isValidEditorAction,
128
+ isValidProcess,
129
+ isValidResource,
130
+ isValidStep,
131
+ newsSearchAction,
132
+ newsSearchParamsSchema,
133
+ notionPageResource,
134
+ previewSearchAction,
135
+ previewSearchParamsSchema,
136
+ processSchema,
137
+ processStep,
138
+ promptStep,
139
+ readDatabaseAction,
140
+ readDocumentAction,
141
+ readDocumentParamsSchema,
142
+ readFolderAction,
143
+ reduceTextAction,
144
+ removeDocumentAction,
145
+ removeFolderAction,
146
+ renameDocumentAction,
147
+ renameFolderAction,
148
+ resourceSchema,
149
+ rewriteAction,
150
+ scrapeAction,
151
+ scrapeParamsSchema,
152
+ searchAction,
153
+ searchParamsSchema,
154
+ sendEmailAction,
155
+ sendEmailParamsSchema,
156
+ simplifyAction,
157
+ skipCompletionStep,
158
+ stepSchema,
159
+ tavilySearchAction,
160
+ tavilySearchParamsSchema,
161
+ translateAction,
162
+ translateParamsSchema,
163
+ updateDatabaseAction,
164
+ userFeedbackStep,
165
+ validateAction,
166
+ validateDAFDocument,
167
+ validateEditorAction,
168
+ validateProcess,
169
+ validateResource,
170
+ validateStep,
171
+ writeDatabaseAction,
172
+ writeDocumentAction,
173
+ writeDocumentParamsSchema
174
+ };