managed-deepagents 0.5.0-dev.80 → 0.5.0-dev.82

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.
Files changed (192) hide show
  1. package/README.md +6 -5
  2. package/dist/connectors/github/http.d.ts.map +1 -1
  3. package/dist/connectors/github/http.js +11 -1
  4. package/dist/connectors/github/http.js.map +1 -1
  5. package/dist/connectors/github/index.d.ts +5 -5
  6. package/dist/connectors/github/index.d.ts.map +1 -1
  7. package/dist/connectors/github/index.js.map +1 -1
  8. package/dist/connectors/marketplace/catalog.d.ts +96 -0
  9. package/dist/connectors/marketplace/catalog.d.ts.map +1 -0
  10. package/dist/connectors/marketplace/catalog.js +213 -0
  11. package/dist/connectors/marketplace/catalog.js.map +1 -0
  12. package/dist/connectors/marketplace/fleet-mcp.d.ts +62 -0
  13. package/dist/connectors/marketplace/fleet-mcp.d.ts.map +1 -0
  14. package/dist/connectors/marketplace/fleet-mcp.js +215 -0
  15. package/dist/connectors/marketplace/fleet-mcp.js.map +1 -0
  16. package/dist/connectors/marketplace/index.d.ts +31 -0
  17. package/dist/connectors/marketplace/index.d.ts.map +1 -0
  18. package/dist/connectors/marketplace/index.js +39 -0
  19. package/dist/connectors/marketplace/index.js.map +1 -0
  20. package/dist/connectors/marketplace/load.d.ts +15 -0
  21. package/dist/connectors/marketplace/load.d.ts.map +1 -0
  22. package/dist/connectors/marketplace/load.js +265 -0
  23. package/dist/connectors/marketplace/load.js.map +1 -0
  24. package/dist/connectors/slack/http.d.ts.map +1 -1
  25. package/dist/connectors/slack/http.js +16 -2
  26. package/dist/connectors/slack/http.js.map +1 -1
  27. package/dist/connectors/slack/index.d.ts +3 -3
  28. package/dist/connectors/slack/index.d.ts.map +1 -1
  29. package/dist/connectors/slack/index.js.map +1 -1
  30. package/dist/connectors/tool-selection.d.ts +32 -8
  31. package/dist/connectors/tool-selection.d.ts.map +1 -1
  32. package/dist/connectors/tool-selection.js +62 -4
  33. package/dist/connectors/tool-selection.js.map +1 -1
  34. package/dist/connectors/toolserver/catalog.d.ts +241 -43
  35. package/dist/connectors/toolserver/catalog.d.ts.map +1 -1
  36. package/dist/connectors/toolserver/catalog.js +423 -34
  37. package/dist/connectors/toolserver/catalog.js.map +1 -1
  38. package/dist/connectors/toolserver/connectors.d.ts +698 -0
  39. package/dist/connectors/toolserver/connectors.d.ts.map +1 -0
  40. package/dist/connectors/toolserver/connectors.js +13 -0
  41. package/dist/connectors/toolserver/connectors.js.map +1 -0
  42. package/dist/connectors/toolserver/index.d.ts +56 -31
  43. package/dist/connectors/toolserver/index.d.ts.map +1 -1
  44. package/dist/connectors/toolserver/index.js +15 -58
  45. package/dist/connectors/toolserver/index.js.map +1 -1
  46. package/dist/connectors/toolserver/integrations.d.ts +103 -0
  47. package/dist/connectors/toolserver/integrations.d.ts.map +1 -0
  48. package/dist/connectors/toolserver/integrations.js +277 -0
  49. package/dist/connectors/toolserver/integrations.js.map +1 -0
  50. package/dist/connectors/toolserver/load.d.ts +10 -10
  51. package/dist/connectors/toolserver/load.d.ts.map +1 -1
  52. package/dist/connectors/toolserver/load.js +164 -36
  53. package/dist/connectors/toolserver/load.js.map +1 -1
  54. package/dist/identity/actor-subject.d.ts +60 -0
  55. package/dist/identity/actor-subject.d.ts.map +1 -0
  56. package/dist/identity/actor-subject.js +107 -0
  57. package/dist/identity/actor-subject.js.map +1 -0
  58. package/dist/identity/byo-oauth.d.ts +81 -0
  59. package/dist/identity/byo-oauth.d.ts.map +1 -0
  60. package/dist/identity/byo-oauth.js +145 -0
  61. package/dist/identity/byo-oauth.js.map +1 -0
  62. package/dist/identity/connect-inference.d.ts +13 -3
  63. package/dist/identity/connect-inference.d.ts.map +1 -1
  64. package/dist/identity/connect-inference.js +22 -6
  65. package/dist/identity/connect-inference.js.map +1 -1
  66. package/dist/identity/connect-provider-types.d.ts +12 -0
  67. package/dist/identity/connect-provider-types.d.ts.map +1 -1
  68. package/dist/identity/connect-provider.js +20 -4
  69. package/dist/identity/connect-provider.js.map +1 -1
  70. package/dist/identity/fleet-connect-hint.d.ts +39 -0
  71. package/dist/identity/fleet-connect-hint.d.ts.map +1 -0
  72. package/dist/identity/fleet-connect-hint.js +134 -0
  73. package/dist/identity/fleet-connect-hint.js.map +1 -0
  74. package/dist/identity/fleet-connect.d.ts +92 -0
  75. package/dist/identity/fleet-connect.d.ts.map +1 -0
  76. package/dist/identity/fleet-connect.js +256 -0
  77. package/dist/identity/fleet-connect.js.map +1 -0
  78. package/dist/identity/fleet-integration-connect.d.ts +32 -0
  79. package/dist/identity/fleet-integration-connect.d.ts.map +1 -0
  80. package/dist/identity/fleet-integration-connect.js +35 -0
  81. package/dist/identity/fleet-integration-connect.js.map +1 -0
  82. package/dist/identity/fleet.d.ts +56 -0
  83. package/dist/identity/fleet.d.ts.map +1 -0
  84. package/dist/identity/fleet.js +133 -0
  85. package/dist/identity/fleet.js.map +1 -0
  86. package/dist/identity/github/connect-http.d.ts +6 -1
  87. package/dist/identity/github/connect-http.d.ts.map +1 -1
  88. package/dist/identity/github/connect-http.js +22 -11
  89. package/dist/identity/github/connect-http.js.map +1 -1
  90. package/dist/identity/github/oauth.d.ts +2 -5
  91. package/dist/identity/github/oauth.d.ts.map +1 -1
  92. package/dist/identity/github/oauth.js +3 -43
  93. package/dist/identity/github/oauth.js.map +1 -1
  94. package/dist/identity/google/connect-http.d.ts +38 -0
  95. package/dist/identity/google/connect-http.d.ts.map +1 -0
  96. package/dist/identity/google/connect-http.js +59 -0
  97. package/dist/identity/google/connect-http.js.map +1 -0
  98. package/dist/identity/google/index.d.ts +7 -0
  99. package/dist/identity/google/index.d.ts.map +1 -0
  100. package/dist/identity/google/index.js +6 -0
  101. package/dist/identity/google/index.js.map +1 -0
  102. package/dist/identity/google/oauth.d.ts +22 -0
  103. package/dist/identity/google/oauth.d.ts.map +1 -0
  104. package/dist/identity/google/oauth.js +48 -0
  105. package/dist/identity/google/oauth.js.map +1 -0
  106. package/dist/identity/index.d.ts +16 -0
  107. package/dist/identity/index.d.ts.map +1 -1
  108. package/dist/identity/index.js +25 -1
  109. package/dist/identity/index.js.map +1 -1
  110. package/dist/identity/linkedin/connect-http.d.ts +38 -0
  111. package/dist/identity/linkedin/connect-http.d.ts.map +1 -0
  112. package/dist/identity/linkedin/connect-http.js +59 -0
  113. package/dist/identity/linkedin/connect-http.js.map +1 -0
  114. package/dist/identity/linkedin/index.d.ts +7 -0
  115. package/dist/identity/linkedin/index.d.ts.map +1 -0
  116. package/dist/identity/linkedin/index.js +6 -0
  117. package/dist/identity/linkedin/index.js.map +1 -0
  118. package/dist/identity/linkedin/oauth.d.ts +22 -0
  119. package/dist/identity/linkedin/oauth.d.ts.map +1 -0
  120. package/dist/identity/linkedin/oauth.js +47 -0
  121. package/dist/identity/linkedin/oauth.js.map +1 -0
  122. package/dist/identity/marketplace/connect-hint.d.ts +31 -0
  123. package/dist/identity/marketplace/connect-hint.d.ts.map +1 -0
  124. package/dist/identity/marketplace/connect-hint.js +59 -0
  125. package/dist/identity/marketplace/connect-hint.js.map +1 -0
  126. package/dist/identity/marketplace/connect.d.ts +51 -0
  127. package/dist/identity/marketplace/connect.d.ts.map +1 -0
  128. package/dist/identity/marketplace/connect.js +88 -0
  129. package/dist/identity/marketplace/connect.js.map +1 -0
  130. package/dist/identity/marketplace/index.d.ts +9 -0
  131. package/dist/identity/marketplace/index.d.ts.map +1 -0
  132. package/dist/identity/marketplace/index.js +9 -0
  133. package/dist/identity/marketplace/index.js.map +1 -0
  134. package/dist/identity/microsoft/connect-http.d.ts +39 -0
  135. package/dist/identity/microsoft/connect-http.d.ts.map +1 -0
  136. package/dist/identity/microsoft/connect-http.js +60 -0
  137. package/dist/identity/microsoft/connect-http.js.map +1 -0
  138. package/dist/identity/microsoft/index.d.ts +7 -0
  139. package/dist/identity/microsoft/index.d.ts.map +1 -0
  140. package/dist/identity/microsoft/index.js +6 -0
  141. package/dist/identity/microsoft/index.js.map +1 -0
  142. package/dist/identity/microsoft/oauth.d.ts +24 -0
  143. package/dist/identity/microsoft/oauth.d.ts.map +1 -0
  144. package/dist/identity/microsoft/oauth.js +65 -0
  145. package/dist/identity/microsoft/oauth.js.map +1 -0
  146. package/dist/identity/oauth-tickets.d.ts +37 -0
  147. package/dist/identity/oauth-tickets.d.ts.map +1 -0
  148. package/dist/identity/oauth-tickets.js +114 -0
  149. package/dist/identity/oauth-tickets.js.map +1 -0
  150. package/dist/identity/options.d.ts +8 -3
  151. package/dist/identity/options.d.ts.map +1 -1
  152. package/dist/identity/options.js +6 -2
  153. package/dist/identity/options.js.map +1 -1
  154. package/dist/identity/slack/connect-http.d.ts.map +1 -1
  155. package/dist/identity/slack/connect-http.js +3 -3
  156. package/dist/identity/slack/connect-http.js.map +1 -1
  157. package/dist/identity/slack/oauth.d.ts +2 -5
  158. package/dist/identity/slack/oauth.d.ts.map +1 -1
  159. package/dist/identity/slack/oauth.js +3 -43
  160. package/dist/identity/slack/oauth.js.map +1 -1
  161. package/dist/identity/types.d.ts +14 -2
  162. package/dist/identity/types.d.ts.map +1 -1
  163. package/dist/identity/x/connect-http.d.ts +39 -0
  164. package/dist/identity/x/connect-http.d.ts.map +1 -0
  165. package/dist/identity/x/connect-http.js +69 -0
  166. package/dist/identity/x/connect-http.js.map +1 -0
  167. package/dist/identity/x/index.d.ts +6 -0
  168. package/dist/identity/x/index.d.ts.map +1 -0
  169. package/dist/identity/x/index.js +5 -0
  170. package/dist/identity/x/index.js.map +1 -0
  171. package/dist/index.d.ts +4 -1
  172. package/dist/index.d.ts.map +1 -1
  173. package/dist/index.js +1 -0
  174. package/dist/index.js.map +1 -1
  175. package/dist/namespaces.d.ts +254 -24
  176. package/dist/namespaces.d.ts.map +1 -1
  177. package/dist/namespaces.js +65 -32
  178. package/dist/namespaces.js.map +1 -1
  179. package/dist/runtime/credentials.d.ts +2 -2
  180. package/dist/runtime/credentials.js +2 -2
  181. package/dist/runtime/identity-http.d.ts.map +1 -1
  182. package/dist/runtime/identity-http.js +45 -4
  183. package/dist/runtime/identity-http.js.map +1 -1
  184. package/dist/runtime/index.d.ts +13 -123
  185. package/dist/runtime/index.d.ts.map +1 -1
  186. package/dist/runtime/index.js +52 -14
  187. package/dist/runtime/index.js.map +1 -1
  188. package/dist/runtime/recursion-limit.d.ts +22 -0
  189. package/dist/runtime/recursion-limit.d.ts.map +1 -0
  190. package/dist/runtime/recursion-limit.js +46 -0
  191. package/dist/runtime/recursion-limit.js.map +1 -0
  192. package/package.json +8 -7
@@ -0,0 +1,698 @@
1
+ /**
2
+ * Per-integration factories on `connectors` for LangSmith tool-server tools.
3
+ *
4
+ * Built from {@link TOOL_SERVER_INTEGRATIONS}. Each property documents the
5
+ * provider, the tool names accepted by `includeTools` / `excludeTools`, and the
6
+ * shared {@link ToolServerConnectorConfig} options. Hover docs live here so IDE
7
+ * autocomplete on `connectors.gmail` (etc.) stays useful.
8
+ *
9
+ * GitHub and Slack are first-class connectors (sandbox / Events / messaging) and
10
+ * are intentionally omitted from this interface — see the `connectors` namespace.
11
+ */
12
+ import type { Connector } from "../../runtime/connector.js";
13
+ import type { ToolSelectionConnectorConfig } from "../tool-selection.js";
14
+ import type { ToolServerFactoryName, ToolServerSlug, ToolsForFactory } from "./catalog.js";
15
+ /**
16
+ * Configuration accepted by a typed `connectors.<factory>` call.
17
+ *
18
+ * Mirrors {@link ToolServerConnectorConfig} without importing `./index.js`
19
+ * (avoids a circular type edge with the factory map).
20
+ */
21
+ export type ToolServerConnectorConfigFor<F extends ToolServerFactoryName> = ToolSelectionConnectorConfig<ToolsForFactory<F>>;
22
+ /** A branded connector produced by a typed tool-server factory. */
23
+ export type ToolServerConnectorFor<F extends ToolServerFactoryName> = Connector & ToolServerConnectorConfigFor<F> & {
24
+ readonly kind: ToolServerSlug;
25
+ };
26
+ /** A `connectors.<factory>` function whose tool-name unions match the catalog. */
27
+ export type ToolServerConnectorFactoryFor<F extends ToolServerFactoryName> = (config?: ToolServerConnectorConfigFor<F>) => ToolServerConnectorFor<F>;
28
+ /**
29
+ * Standalone tool-server entries on the `connectors` namespace.
30
+ *
31
+ * Keys must stay in lockstep with {@link ToolServerFactoryName}; the assert
32
+ * below fails typecheck when the catalog gains a factory this interface omits.
33
+ */
34
+ export interface ToolServerConnectors {
35
+ /**
36
+ * Read, compose, and organize emails in Gmail (Connect-with-Google).
37
+ *
38
+ * **Available tools**
39
+ * - `gmail_apply_label`
40
+ * - `gmail_archive_email`
41
+ * - `gmail_create_label`
42
+ * - `gmail_draft_email`
43
+ * - `gmail_forward_email`
44
+ * - `gmail_get_thread`
45
+ * - `gmail_list_labels`
46
+ * - `gmail_mark_as_read`
47
+ * - `gmail_read_emails`
48
+ * - `gmail_reply_to_email`
49
+ * - `gmail_send_email`
50
+ * - `gmail_trash_email`
51
+ *
52
+ * @param config - Optional tool selection and per-call timeout.
53
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
54
+ * @param config.excludeTools - Denylist applied after `includeTools`.
55
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
56
+ *
57
+ * @example
58
+ * ```ts
59
+ * export const connector = connectors.gmail({
60
+ * includeTools: ["gmail_apply_label", "gmail_archive_email"],
61
+ * });
62
+ * ```
63
+ *
64
+ * @see {@link ToolServerConnectorConfig}
65
+ */
66
+ gmail: ToolServerConnectorFactoryFor<"gmail">;
67
+ /**
68
+ * Run queries against Google BigQuery datasets (Connect-with-Google).
69
+ *
70
+ * **Available tools**
71
+ * - `bigquery_execute_query`
72
+ *
73
+ * @param config - Optional tool selection and per-call timeout.
74
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
75
+ * @param config.excludeTools - Denylist applied after `includeTools`.
76
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
77
+ *
78
+ * @example
79
+ * ```ts
80
+ * export const connector = connectors.googleBigQuery({
81
+ * includeTools: ["bigquery_execute_query"],
82
+ * });
83
+ * ```
84
+ *
85
+ * @see {@link ToolServerConnectorConfig}
86
+ */
87
+ googleBigQuery: ToolServerConnectorFactoryFor<"googleBigQuery">;
88
+ /**
89
+ * View, create, and manage Google Calendar events (Connect-with-Google).
90
+ *
91
+ * **Available tools**
92
+ * - `google_calendar_create_event`
93
+ * - `google_calendar_delete_event`
94
+ * - `google_calendar_freebusy`
95
+ * - `google_calendar_get_event`
96
+ * - `google_calendar_list_calendars`
97
+ * - `google_calendar_list_events_for_date`
98
+ * - `google_calendar_list_events_range`
99
+ * - `google_calendar_respond_to_event`
100
+ * - `google_calendar_update_event`
101
+ *
102
+ * @param config - Optional tool selection and per-call timeout.
103
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
104
+ * @param config.excludeTools - Denylist applied after `includeTools`.
105
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
106
+ *
107
+ * @example
108
+ * ```ts
109
+ * export const connector = connectors.googleCalendar({
110
+ * includeTools: ["google_calendar_create_event", "google_calendar_delete_event"],
111
+ * });
112
+ * ```
113
+ *
114
+ * @see {@link ToolServerConnectorConfig}
115
+ */
116
+ googleCalendar: ToolServerConnectorFactoryFor<"googleCalendar">;
117
+ /**
118
+ * Create, read, and edit Google Docs documents (Connect-with-Google).
119
+ *
120
+ * **Available tools**
121
+ * - `google_docs_append_text`
122
+ * - `google_docs_apply_style`
123
+ * - `google_docs_create_document`
124
+ * - `google_docs_insert_image`
125
+ * - `google_docs_insert_table`
126
+ * - `google_docs_list_headings`
127
+ * - `google_docs_read_document`
128
+ * - `google_docs_replace_text`
129
+ *
130
+ * @param config - Optional tool selection and per-call timeout.
131
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
132
+ * @param config.excludeTools - Denylist applied after `includeTools`.
133
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
134
+ *
135
+ * @example
136
+ * ```ts
137
+ * export const connector = connectors.googleDocs({
138
+ * includeTools: ["google_docs_append_text", "google_docs_apply_style"],
139
+ * });
140
+ * ```
141
+ *
142
+ * @see {@link ToolServerConnectorConfig}
143
+ */
144
+ googleDocs: ToolServerConnectorFactoryFor<"googleDocs">;
145
+ /**
146
+ * Search, organize, share, and manage Google Drive files (Connect-with-Google).
147
+ *
148
+ * **Available tools**
149
+ * - `google_drive_copy_file`
150
+ * - `google_drive_create_folder`
151
+ * - `google_drive_list_permissions`
152
+ * - `google_drive_list_revisions`
153
+ * - `google_drive_move_file`
154
+ * - `google_drive_search_files`
155
+ * - `google_drive_share_file`
156
+ * - `google_drive_trash_file`
157
+ * - `google_drive_update_metadata`
158
+ *
159
+ * @param config - Optional tool selection and per-call timeout.
160
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
161
+ * @param config.excludeTools - Denylist applied after `includeTools`.
162
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
163
+ *
164
+ * @example
165
+ * ```ts
166
+ * export const connector = connectors.googleDrive({
167
+ * includeTools: ["google_drive_copy_file", "google_drive_create_folder"],
168
+ * });
169
+ * ```
170
+ *
171
+ * @see {@link ToolServerConnectorConfig}
172
+ */
173
+ googleDrive: ToolServerConnectorFactoryFor<"googleDrive">;
174
+ /**
175
+ * Create Meet spaces and manage conference records/transcripts (Connect-with-Google).
176
+ *
177
+ * **Available tools**
178
+ * - `google_meet_create_meeting_event`
179
+ * - `google_meet_create_space`
180
+ * - `google_meet_end_active_conference`
181
+ * - `google_meet_get_conference_record`
182
+ * - `google_meet_get_transcript`
183
+ * - `google_meet_list_conference_records`
184
+ * - `google_meet_list_participants`
185
+ * - `google_meet_update_space_config`
186
+ *
187
+ * @param config - Optional tool selection and per-call timeout.
188
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
189
+ * @param config.excludeTools - Denylist applied after `includeTools`.
190
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
191
+ *
192
+ * @example
193
+ * ```ts
194
+ * export const connector = connectors.googleMeet({
195
+ * includeTools: ["google_meet_create_meeting_event", "google_meet_create_space"],
196
+ * });
197
+ * ```
198
+ *
199
+ * @see {@link ToolServerConnectorConfig}
200
+ */
201
+ googleMeet: ToolServerConnectorFactoryFor<"googleMeet">;
202
+ /**
203
+ * Read, update, and analyze Google Sheets spreadsheets (Connect-with-Google).
204
+ *
205
+ * **Available tools**
206
+ * - `google_sheets_add_sheet`
207
+ * - `google_sheets_append_rows`
208
+ * - `google_sheets_clear_range`
209
+ * - `google_sheets_create_chart`
210
+ * - `google_sheets_create_spreadsheet`
211
+ * - `google_sheets_delete_rows_cols`
212
+ * - `google_sheets_delete_sheet`
213
+ * - `google_sheets_format_range`
214
+ * - `google_sheets_get_spreadsheet`
215
+ * - `google_sheets_insert_rows_cols`
216
+ * - `google_sheets_read_range`
217
+ * - `google_sheets_rename_sheet`
218
+ * - `google_sheets_rename_spreadsheet`
219
+ * - `google_sheets_write_range`
220
+ *
221
+ * @param config - Optional tool selection and per-call timeout.
222
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
223
+ * @param config.excludeTools - Denylist applied after `includeTools`.
224
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
225
+ *
226
+ * @example
227
+ * ```ts
228
+ * export const connector = connectors.googleSheets({
229
+ * includeTools: ["google_sheets_add_sheet", "google_sheets_append_rows"],
230
+ * });
231
+ * ```
232
+ *
233
+ * @see {@link ToolServerConnectorConfig}
234
+ */
235
+ googleSheets: ToolServerConnectorFactoryFor<"googleSheets">;
236
+ /**
237
+ * Create and edit Google Slides presentations (Connect-with-Google).
238
+ *
239
+ * **Available tools**
240
+ * - `google_slides_add_slide`
241
+ * - `google_slides_apply_text_style`
242
+ * - `google_slides_create_presentation`
243
+ * - `google_slides_delete_slide`
244
+ * - `google_slides_get_presentation`
245
+ * - `google_slides_insert_image`
246
+ * - `google_slides_update_text`
247
+ *
248
+ * @param config - Optional tool selection and per-call timeout.
249
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
250
+ * @param config.excludeTools - Denylist applied after `includeTools`.
251
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
252
+ *
253
+ * @example
254
+ * ```ts
255
+ * export const connector = connectors.googleSlides({
256
+ * includeTools: ["google_slides_add_slide", "google_slides_apply_text_style"],
257
+ * });
258
+ * ```
259
+ *
260
+ * @see {@link ToolServerConnectorConfig}
261
+ */
262
+ googleSlides: ToolServerConnectorFactoryFor<"googleSlides">;
263
+ /**
264
+ * Read, write, and analyze Microsoft Excel workbooks (Connect-with-Microsoft).
265
+ *
266
+ * **Available tools**
267
+ * - `excel_export_workbook_pdf`
268
+ * - `excel_get_workbook`
269
+ * - `excel_list_worksheets`
270
+ * - `excel_read_range`
271
+ * - `excel_search_workbooks`
272
+ * - `excel_update_range`
273
+ * - `excel_upload_workbook`
274
+ *
275
+ * @param config - Optional tool selection and per-call timeout.
276
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
277
+ * @param config.excludeTools - Denylist applied after `includeTools`.
278
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
279
+ *
280
+ * @example
281
+ * ```ts
282
+ * export const connector = connectors.excel({
283
+ * includeTools: ["excel_export_workbook_pdf", "excel_get_workbook"],
284
+ * });
285
+ * ```
286
+ *
287
+ * @see {@link ToolServerConnectorConfig}
288
+ */
289
+ excel: ToolServerConnectorFactoryFor<"excel">;
290
+ /**
291
+ * Read, draft, and organize Outlook mail and calendar (Connect-with-Microsoft).
292
+ *
293
+ * **Available tools**
294
+ * - `outlook_calendar_create_event`
295
+ * - `outlook_calendar_delete_event`
296
+ * - `outlook_calendar_get_event`
297
+ * - `outlook_calendar_list_events_for_date`
298
+ * - `outlook_calendar_update_event`
299
+ * - `outlook_create_draft`
300
+ * - `outlook_get_email`
301
+ * - `outlook_mark_as_read`
302
+ * - `outlook_read_emails`
303
+ * - `outlook_reply_to_email`
304
+ * - `outlook_search_emails`
305
+ * - `outlook_send_email`
306
+ *
307
+ * @param config - Optional tool selection and per-call timeout.
308
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
309
+ * @param config.excludeTools - Denylist applied after `includeTools`.
310
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
311
+ *
312
+ * @example
313
+ * ```ts
314
+ * export const connector = connectors.outlook({
315
+ * includeTools: ["outlook_calendar_create_event", "outlook_calendar_delete_event"],
316
+ * });
317
+ * ```
318
+ *
319
+ * @see {@link ToolServerConnectorConfig}
320
+ */
321
+ outlook: ToolServerConnectorFactoryFor<"outlook">;
322
+ /**
323
+ * Search, read, and upload Microsoft PowerPoint presentations (Connect-with-Microsoft).
324
+ *
325
+ * **Available tools**
326
+ * - `powerpoint_export_presentation_pdf`
327
+ * - `powerpoint_get_presentation`
328
+ * - `powerpoint_search_presentations`
329
+ * - `powerpoint_upload_presentation`
330
+ *
331
+ * @param config - Optional tool selection and per-call timeout.
332
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
333
+ * @param config.excludeTools - Denylist applied after `includeTools`.
334
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
335
+ *
336
+ * @example
337
+ * ```ts
338
+ * export const connector = connectors.powerpoint({
339
+ * includeTools: ["powerpoint_export_presentation_pdf", "powerpoint_get_presentation"],
340
+ * });
341
+ * ```
342
+ *
343
+ * @see {@link ToolServerConnectorConfig}
344
+ */
345
+ powerpoint: ToolServerConnectorFactoryFor<"powerpoint">;
346
+ /**
347
+ * Browse, read, and manage SharePoint sites, files, and pages (Connect-with-Microsoft).
348
+ *
349
+ * **Available tools**
350
+ * - `sharepoint_copy_item`
351
+ * - `sharepoint_create_file_share_link`
352
+ * - `sharepoint_create_page`
353
+ * - `sharepoint_delete_item`
354
+ * - `sharepoint_delete_page`
355
+ * - `sharepoint_get_drive_item`
356
+ * - `sharepoint_get_file_preview`
357
+ * - `sharepoint_get_page`
358
+ * - `sharepoint_get_site`
359
+ * - `sharepoint_invite_item`
360
+ * - `sharepoint_list_drive_items`
361
+ * - `sharepoint_list_item_permissions`
362
+ * - `sharepoint_list_pages`
363
+ * - `sharepoint_list_site_drives`
364
+ * - `sharepoint_list_sites`
365
+ * - `sharepoint_move_item`
366
+ * - `sharepoint_publish_page`
367
+ * - `sharepoint_read_text_file`
368
+ * - `sharepoint_remove_item_permission`
369
+ * - `sharepoint_update_page`
370
+ * - `sharepoint_upload_file`
371
+ *
372
+ * @param config - Optional tool selection and per-call timeout.
373
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
374
+ * @param config.excludeTools - Denylist applied after `includeTools`.
375
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
376
+ *
377
+ * @example
378
+ * ```ts
379
+ * export const connector = connectors.sharepoint({
380
+ * includeTools: ["sharepoint_copy_item", "sharepoint_create_file_share_link"],
381
+ * });
382
+ * ```
383
+ *
384
+ * @see {@link ToolServerConnectorConfig}
385
+ */
386
+ sharepoint: ToolServerConnectorFactoryFor<"sharepoint">;
387
+ /**
388
+ * Send and read Microsoft Teams messages, channels, and chats (Connect-with-Microsoft).
389
+ *
390
+ * **Available tools**
391
+ * - `teams_bot_send_proactive_message`
392
+ * - `teams_create_channel`
393
+ * - `teams_list_channels`
394
+ * - `teams_list_teams`
395
+ * - `teams_post_channel_message`
396
+ * - `teams_read_channel_history`
397
+ * - `teams_read_thread_messages`
398
+ * - `teams_reply_to_channel`
399
+ * - `teams_reply_to_message`
400
+ * - `teams_write_private_message`
401
+ *
402
+ * @param config - Optional tool selection and per-call timeout.
403
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
404
+ * @param config.excludeTools - Denylist applied after `includeTools`.
405
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
406
+ *
407
+ * @example
408
+ * ```ts
409
+ * export const connector = connectors.teams({
410
+ * includeTools: ["teams_bot_send_proactive_message", "teams_create_channel"],
411
+ * });
412
+ * ```
413
+ *
414
+ * @see {@link ToolServerConnectorConfig}
415
+ */
416
+ teams: ToolServerConnectorFactoryFor<"teams">;
417
+ /**
418
+ * Search, read, and manage Microsoft Word documents (Connect-with-Microsoft).
419
+ *
420
+ * **Available tools**
421
+ * - `word_export_document_pdf`
422
+ * - `word_get_document`
423
+ * - `word_search_documents`
424
+ * - `word_upload_document`
425
+ *
426
+ * @param config - Optional tool selection and per-call timeout.
427
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
428
+ * @param config.excludeTools - Denylist applied after `includeTools`.
429
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
430
+ *
431
+ * @example
432
+ * ```ts
433
+ * export const connector = connectors.word({
434
+ * includeTools: ["word_export_document_pdf", "word_get_document"],
435
+ * });
436
+ * ```
437
+ *
438
+ * @see {@link ToolServerConnectorConfig}
439
+ */
440
+ word: ToolServerConnectorFactoryFor<"word">;
441
+ /**
442
+ * Search and enrich people/contacts in Apollo (workspace API key).
443
+ *
444
+ * **Available tools**
445
+ * - `apollo_create_contacts`
446
+ * - `apollo_enrich_people`
447
+ * - `apollo_search_contacts`
448
+ * - `apollo_search_people`
449
+ *
450
+ * @param config - Optional tool selection and per-call timeout.
451
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
452
+ * @param config.excludeTools - Denylist applied after `includeTools`.
453
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
454
+ *
455
+ * @example
456
+ * ```ts
457
+ * export const connector = connectors.apollo({
458
+ * includeTools: ["apollo_create_contacts", "apollo_enrich_people"],
459
+ * });
460
+ * ```
461
+ *
462
+ * @see {@link ToolServerConnectorConfig}
463
+ */
464
+ apollo: ToolServerConnectorFactoryFor<"apollo">;
465
+ /**
466
+ * Search candidates, jobs, and ATS reporting data in Ashby (workspace API key).
467
+ *
468
+ * **Available tools**
469
+ * - `ashby_candidates_per_org_after_recruiter_screen`
470
+ * - `ashby_classify_applications_quality`
471
+ * - `ashby_dropout_reason_report`
472
+ * - `ashby_generate_reporting_spec`
473
+ * - `ashby_list_application_criteria_evaluations`
474
+ * - `ashby_list_applications_for_review`
475
+ * - `ashby_list_candidates`
476
+ * - `ashby_list_interview_plans`
477
+ * - `ashby_list_interview_stages`
478
+ * - `ashby_list_job_postings`
479
+ * - `ashby_search_candidates`
480
+ * - `ashby_stage_conversion_report`
481
+ * - `ashby_who_interviewed_in_period`
482
+ *
483
+ * @param config - Optional tool selection and per-call timeout.
484
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
485
+ * @param config.excludeTools - Denylist applied after `includeTools`.
486
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
487
+ *
488
+ * @example
489
+ * ```ts
490
+ * export const connector = connectors.ashby({
491
+ * includeTools: ["ashby_candidates_per_org_after_recruiter_screen", "ashby_classify_applications_quality"],
492
+ * });
493
+ * ```
494
+ *
495
+ * @see {@link ToolServerConnectorConfig}
496
+ */
497
+ ashby: ToolServerConnectorFactoryFor<"ashby">;
498
+ /**
499
+ * Credential-free utilities: read webpage text and extract image URLs.
500
+ *
501
+ * **Available tools**
502
+ * - `extract_images_from_url`
503
+ * - `read_url_content`
504
+ *
505
+ * @param config - Optional tool selection and per-call timeout.
506
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
507
+ * @param config.excludeTools - Denylist applied after `includeTools`.
508
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
509
+ *
510
+ * @example
511
+ * ```ts
512
+ * export const connector = connectors.base({
513
+ * includeTools: ["extract_images_from_url", "read_url_content"],
514
+ * });
515
+ * ```
516
+ *
517
+ * @see {@link ToolServerConnectorConfig}
518
+ */
519
+ base: ToolServerConnectorFactoryFor<"base">;
520
+ /**
521
+ * AI-powered web and LinkedIn profile search via Exa (workspace API key).
522
+ *
523
+ * **Available tools**
524
+ * - `exa_linkedin_search`
525
+ * - `exa_web_search`
526
+ *
527
+ * @param config - Optional tool selection and per-call timeout.
528
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
529
+ * @param config.excludeTools - Denylist applied after `includeTools`.
530
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
531
+ *
532
+ * @example
533
+ * ```ts
534
+ * export const connector = connectors.exa({
535
+ * includeTools: ["exa_linkedin_search", "exa_web_search"],
536
+ * });
537
+ * ```
538
+ *
539
+ * @see {@link ToolServerConnectorConfig}
540
+ */
541
+ exa: ToolServerConnectorFactoryFor<"exa">;
542
+ /**
543
+ * Track issues, list teams, and coordinate projects in Linear (OAuth).
544
+ *
545
+ * **Available tools**
546
+ * - `linear_comment_issue`
547
+ * - `linear_create_issue`
548
+ * - `linear_delete_issue`
549
+ * - `linear_get_issue`
550
+ * - `linear_get_issue_comments`
551
+ * - `linear_list_issues`
552
+ * - `linear_list_labels`
553
+ * - `linear_list_team_members`
554
+ * - `linear_list_teams`
555
+ * - `linear_update_issue`
556
+ *
557
+ * @param config - Optional tool selection and per-call timeout.
558
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
559
+ * @param config.excludeTools - Denylist applied after `includeTools`.
560
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
561
+ *
562
+ * @example
563
+ * ```ts
564
+ * export const connector = connectors.linear({
565
+ * includeTools: ["linear_comment_issue", "linear_create_issue"],
566
+ * });
567
+ * ```
568
+ *
569
+ * @see {@link ToolServerConnectorConfig}
570
+ */
571
+ linear: ToolServerConnectorFactoryFor<"linear">;
572
+ /**
573
+ * Create posts on LinkedIn for the connected account (Connect-with-LinkedIn).
574
+ *
575
+ * **Available tools**
576
+ * - `linkedin_post`
577
+ *
578
+ * @param config - Optional tool selection and per-call timeout.
579
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
580
+ * @param config.excludeTools - Denylist applied after `includeTools`.
581
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
582
+ *
583
+ * @example
584
+ * ```ts
585
+ * export const connector = connectors.linkedin({
586
+ * includeTools: ["linkedin_post"],
587
+ * });
588
+ * ```
589
+ *
590
+ * @see {@link ToolServerConnectorConfig}
591
+ */
592
+ linkedin: ToolServerConnectorFactoryFor<"linkedin">;
593
+ /**
594
+ * View and update customer support conversations in Pylon (workspace API key).
595
+ *
596
+ * **Available tools**
597
+ * - `pylon_get_issue`
598
+ * - `pylon_list_issues`
599
+ * - `pylon_update_issue`
600
+ *
601
+ * @param config - Optional tool selection and per-call timeout.
602
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
603
+ * @param config.excludeTools - Denylist applied after `includeTools`.
604
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
605
+ *
606
+ * @example
607
+ * ```ts
608
+ * export const connector = connectors.pylon({
609
+ * includeTools: ["pylon_get_issue", "pylon_list_issues"],
610
+ * });
611
+ * ```
612
+ *
613
+ * @see {@link ToolServerConnectorConfig}
614
+ */
615
+ pylon: ToolServerConnectorFactoryFor<"pylon">;
616
+ /**
617
+ * Run SOQL queries against Salesforce (OAuth).
618
+ *
619
+ * **Available tools**
620
+ * - `salesforce_query`
621
+ *
622
+ * @param config - Optional tool selection and per-call timeout.
623
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
624
+ * @param config.excludeTools - Denylist applied after `includeTools`.
625
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
626
+ *
627
+ * @example
628
+ * ```ts
629
+ * export const connector = connectors.salesforce({
630
+ * includeTools: ["salesforce_query"],
631
+ * });
632
+ * ```
633
+ *
634
+ * @see {@link ToolServerConnectorConfig}
635
+ */
636
+ salesforce: ToolServerConnectorFactoryFor<"salesforce">;
637
+ /**
638
+ * Web search and structured page extraction via Tavily (workspace API key).
639
+ *
640
+ * **Available tools**
641
+ * - `tavily_linkedin_search`
642
+ * - `tavily_web_search`
643
+ *
644
+ * @param config - Optional tool selection and per-call timeout.
645
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
646
+ * @param config.excludeTools - Denylist applied after `includeTools`.
647
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
648
+ *
649
+ * @example
650
+ * ```ts
651
+ * export const connector = connectors.tavily({
652
+ * includeTools: ["tavily_linkedin_search", "tavily_web_search"],
653
+ * });
654
+ * ```
655
+ *
656
+ * @see {@link ToolServerConnectorConfig}
657
+ */
658
+ tavily: ToolServerConnectorFactoryFor<"tavily">;
659
+ /**
660
+ * Publish posts, monitor mentions, and engage on X (Twitter) (OAuth).
661
+ *
662
+ * **Available tools**
663
+ * - `x_create_post`
664
+ * - `x_delete_post`
665
+ * - `x_follow_user`
666
+ * - `x_get_me`
667
+ * - `x_get_posts_from_list`
668
+ * - `x_get_timeline`
669
+ * - `x_get_user`
670
+ * - `x_get_user_mentions`
671
+ * - `x_get_user_posts`
672
+ * - `x_like_post`
673
+ * - `x_quote_post`
674
+ * - `x_read_post`
675
+ * - `x_reply_to_post`
676
+ * - `x_repost`
677
+ * - `x_search_posts`
678
+ * - `x_unfollow_user`
679
+ * - `x_unlike_post`
680
+ * - `x_unrepost`
681
+ *
682
+ * @param config - Optional tool selection and per-call timeout.
683
+ * @param config.includeTools - Allowlist of tool names below. Omit for all tools; pass `[]` for none.
684
+ * @param config.excludeTools - Denylist applied after `includeTools`.
685
+ * @param config.defaultToolTimeout - Timeout in milliseconds for each tool call.
686
+ *
687
+ * @example
688
+ * ```ts
689
+ * export const connector = connectors.x({
690
+ * includeTools: ["x_create_post", "x_delete_post"],
691
+ * });
692
+ * ```
693
+ *
694
+ * @see {@link ToolServerConnectorConfig}
695
+ */
696
+ x: ToolServerConnectorFactoryFor<"x">;
697
+ }
698
+ //# sourceMappingURL=connectors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connectors.d.ts","sourceRoot":"","sources":["../../../src/connectors/toolserver/connectors.ts"],"names":[],"mappings":"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"}