managed-deepagents 0.5.0-dev.80 → 0.5.0-dev.81
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 +6 -5
- package/dist/connectors/github/http.d.ts.map +1 -1
- package/dist/connectors/github/http.js +11 -1
- package/dist/connectors/github/http.js.map +1 -1
- package/dist/connectors/github/index.d.ts +5 -5
- package/dist/connectors/github/index.d.ts.map +1 -1
- package/dist/connectors/github/index.js.map +1 -1
- package/dist/connectors/marketplace/catalog.d.ts +96 -0
- package/dist/connectors/marketplace/catalog.d.ts.map +1 -0
- package/dist/connectors/marketplace/catalog.js +213 -0
- package/dist/connectors/marketplace/catalog.js.map +1 -0
- package/dist/connectors/marketplace/fleet-mcp.d.ts +62 -0
- package/dist/connectors/marketplace/fleet-mcp.d.ts.map +1 -0
- package/dist/connectors/marketplace/fleet-mcp.js +215 -0
- package/dist/connectors/marketplace/fleet-mcp.js.map +1 -0
- package/dist/connectors/marketplace/index.d.ts +31 -0
- package/dist/connectors/marketplace/index.d.ts.map +1 -0
- package/dist/connectors/marketplace/index.js +39 -0
- package/dist/connectors/marketplace/index.js.map +1 -0
- package/dist/connectors/marketplace/load.d.ts +15 -0
- package/dist/connectors/marketplace/load.d.ts.map +1 -0
- package/dist/connectors/marketplace/load.js +265 -0
- package/dist/connectors/marketplace/load.js.map +1 -0
- package/dist/connectors/slack/http.d.ts.map +1 -1
- package/dist/connectors/slack/http.js +16 -2
- package/dist/connectors/slack/http.js.map +1 -1
- package/dist/connectors/slack/index.d.ts +3 -3
- package/dist/connectors/slack/index.d.ts.map +1 -1
- package/dist/connectors/slack/index.js.map +1 -1
- package/dist/connectors/tool-selection.d.ts +32 -8
- package/dist/connectors/tool-selection.d.ts.map +1 -1
- package/dist/connectors/tool-selection.js +62 -4
- package/dist/connectors/tool-selection.js.map +1 -1
- package/dist/connectors/toolserver/catalog.d.ts +241 -43
- package/dist/connectors/toolserver/catalog.d.ts.map +1 -1
- package/dist/connectors/toolserver/catalog.js +423 -34
- package/dist/connectors/toolserver/catalog.js.map +1 -1
- package/dist/connectors/toolserver/connectors.d.ts +698 -0
- package/dist/connectors/toolserver/connectors.d.ts.map +1 -0
- package/dist/connectors/toolserver/connectors.js +13 -0
- package/dist/connectors/toolserver/connectors.js.map +1 -0
- package/dist/connectors/toolserver/index.d.ts +56 -31
- package/dist/connectors/toolserver/index.d.ts.map +1 -1
- package/dist/connectors/toolserver/index.js +15 -58
- package/dist/connectors/toolserver/index.js.map +1 -1
- package/dist/connectors/toolserver/integrations.d.ts +103 -0
- package/dist/connectors/toolserver/integrations.d.ts.map +1 -0
- package/dist/connectors/toolserver/integrations.js +277 -0
- package/dist/connectors/toolserver/integrations.js.map +1 -0
- package/dist/connectors/toolserver/load.d.ts +10 -10
- package/dist/connectors/toolserver/load.d.ts.map +1 -1
- package/dist/connectors/toolserver/load.js +164 -36
- package/dist/connectors/toolserver/load.js.map +1 -1
- package/dist/identity/actor-subject.d.ts +60 -0
- package/dist/identity/actor-subject.d.ts.map +1 -0
- package/dist/identity/actor-subject.js +107 -0
- package/dist/identity/actor-subject.js.map +1 -0
- package/dist/identity/byo-oauth.d.ts +81 -0
- package/dist/identity/byo-oauth.d.ts.map +1 -0
- package/dist/identity/byo-oauth.js +145 -0
- package/dist/identity/byo-oauth.js.map +1 -0
- package/dist/identity/connect-inference.d.ts +13 -3
- package/dist/identity/connect-inference.d.ts.map +1 -1
- package/dist/identity/connect-inference.js +22 -6
- package/dist/identity/connect-inference.js.map +1 -1
- package/dist/identity/connect-provider-types.d.ts +12 -0
- package/dist/identity/connect-provider-types.d.ts.map +1 -1
- package/dist/identity/connect-provider.js +20 -4
- package/dist/identity/connect-provider.js.map +1 -1
- package/dist/identity/fleet-connect-hint.d.ts +39 -0
- package/dist/identity/fleet-connect-hint.d.ts.map +1 -0
- package/dist/identity/fleet-connect-hint.js +134 -0
- package/dist/identity/fleet-connect-hint.js.map +1 -0
- package/dist/identity/fleet-connect.d.ts +92 -0
- package/dist/identity/fleet-connect.d.ts.map +1 -0
- package/dist/identity/fleet-connect.js +256 -0
- package/dist/identity/fleet-connect.js.map +1 -0
- package/dist/identity/fleet-integration-connect.d.ts +32 -0
- package/dist/identity/fleet-integration-connect.d.ts.map +1 -0
- package/dist/identity/fleet-integration-connect.js +35 -0
- package/dist/identity/fleet-integration-connect.js.map +1 -0
- package/dist/identity/fleet.d.ts +56 -0
- package/dist/identity/fleet.d.ts.map +1 -0
- package/dist/identity/fleet.js +133 -0
- package/dist/identity/fleet.js.map +1 -0
- package/dist/identity/github/connect-http.d.ts +6 -1
- package/dist/identity/github/connect-http.d.ts.map +1 -1
- package/dist/identity/github/connect-http.js +22 -11
- package/dist/identity/github/connect-http.js.map +1 -1
- package/dist/identity/github/oauth.d.ts +2 -5
- package/dist/identity/github/oauth.d.ts.map +1 -1
- package/dist/identity/github/oauth.js +3 -43
- package/dist/identity/github/oauth.js.map +1 -1
- package/dist/identity/google/connect-http.d.ts +38 -0
- package/dist/identity/google/connect-http.d.ts.map +1 -0
- package/dist/identity/google/connect-http.js +59 -0
- package/dist/identity/google/connect-http.js.map +1 -0
- package/dist/identity/google/index.d.ts +7 -0
- package/dist/identity/google/index.d.ts.map +1 -0
- package/dist/identity/google/index.js +6 -0
- package/dist/identity/google/index.js.map +1 -0
- package/dist/identity/google/oauth.d.ts +22 -0
- package/dist/identity/google/oauth.d.ts.map +1 -0
- package/dist/identity/google/oauth.js +48 -0
- package/dist/identity/google/oauth.js.map +1 -0
- package/dist/identity/index.d.ts +16 -0
- package/dist/identity/index.d.ts.map +1 -1
- package/dist/identity/index.js +25 -1
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/linkedin/connect-http.d.ts +38 -0
- package/dist/identity/linkedin/connect-http.d.ts.map +1 -0
- package/dist/identity/linkedin/connect-http.js +59 -0
- package/dist/identity/linkedin/connect-http.js.map +1 -0
- package/dist/identity/linkedin/index.d.ts +7 -0
- package/dist/identity/linkedin/index.d.ts.map +1 -0
- package/dist/identity/linkedin/index.js +6 -0
- package/dist/identity/linkedin/index.js.map +1 -0
- package/dist/identity/linkedin/oauth.d.ts +22 -0
- package/dist/identity/linkedin/oauth.d.ts.map +1 -0
- package/dist/identity/linkedin/oauth.js +47 -0
- package/dist/identity/linkedin/oauth.js.map +1 -0
- package/dist/identity/marketplace/connect-hint.d.ts +31 -0
- package/dist/identity/marketplace/connect-hint.d.ts.map +1 -0
- package/dist/identity/marketplace/connect-hint.js +59 -0
- package/dist/identity/marketplace/connect-hint.js.map +1 -0
- package/dist/identity/marketplace/connect.d.ts +51 -0
- package/dist/identity/marketplace/connect.d.ts.map +1 -0
- package/dist/identity/marketplace/connect.js +88 -0
- package/dist/identity/marketplace/connect.js.map +1 -0
- package/dist/identity/marketplace/index.d.ts +9 -0
- package/dist/identity/marketplace/index.d.ts.map +1 -0
- package/dist/identity/marketplace/index.js +9 -0
- package/dist/identity/marketplace/index.js.map +1 -0
- package/dist/identity/microsoft/connect-http.d.ts +39 -0
- package/dist/identity/microsoft/connect-http.d.ts.map +1 -0
- package/dist/identity/microsoft/connect-http.js +60 -0
- package/dist/identity/microsoft/connect-http.js.map +1 -0
- package/dist/identity/microsoft/index.d.ts +7 -0
- package/dist/identity/microsoft/index.d.ts.map +1 -0
- package/dist/identity/microsoft/index.js +6 -0
- package/dist/identity/microsoft/index.js.map +1 -0
- package/dist/identity/microsoft/oauth.d.ts +24 -0
- package/dist/identity/microsoft/oauth.d.ts.map +1 -0
- package/dist/identity/microsoft/oauth.js +65 -0
- package/dist/identity/microsoft/oauth.js.map +1 -0
- package/dist/identity/oauth-tickets.d.ts +37 -0
- package/dist/identity/oauth-tickets.d.ts.map +1 -0
- package/dist/identity/oauth-tickets.js +114 -0
- package/dist/identity/oauth-tickets.js.map +1 -0
- package/dist/identity/options.d.ts +8 -3
- package/dist/identity/options.d.ts.map +1 -1
- package/dist/identity/options.js +6 -2
- package/dist/identity/options.js.map +1 -1
- package/dist/identity/slack/connect-http.d.ts.map +1 -1
- package/dist/identity/slack/connect-http.js +3 -3
- package/dist/identity/slack/connect-http.js.map +1 -1
- package/dist/identity/slack/oauth.d.ts +2 -5
- package/dist/identity/slack/oauth.d.ts.map +1 -1
- package/dist/identity/slack/oauth.js +3 -43
- package/dist/identity/slack/oauth.js.map +1 -1
- package/dist/identity/types.d.ts +14 -2
- package/dist/identity/types.d.ts.map +1 -1
- package/dist/identity/x/connect-http.d.ts +39 -0
- package/dist/identity/x/connect-http.d.ts.map +1 -0
- package/dist/identity/x/connect-http.js +69 -0
- package/dist/identity/x/connect-http.js.map +1 -0
- package/dist/identity/x/index.d.ts +6 -0
- package/dist/identity/x/index.d.ts.map +1 -0
- package/dist/identity/x/index.js +5 -0
- package/dist/identity/x/index.js.map +1 -0
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/namespaces.d.ts +254 -24
- package/dist/namespaces.d.ts.map +1 -1
- package/dist/namespaces.js +65 -32
- package/dist/namespaces.js.map +1 -1
- package/dist/runtime/credentials.d.ts +2 -2
- package/dist/runtime/credentials.js +2 -2
- package/dist/runtime/identity-http.d.ts.map +1 -1
- package/dist/runtime/identity-http.js +45 -4
- package/dist/runtime/identity-http.js.map +1 -1
- package/dist/runtime/index.d.ts +13 -123
- package/dist/runtime/index.d.ts.map +1 -1
- package/dist/runtime/index.js +52 -14
- package/dist/runtime/index.js.map +1 -1
- package/dist/runtime/recursion-limit.d.ts +22 -0
- package/dist/runtime/recursion-limit.d.ts.map +1 -0
- package/dist/runtime/recursion-limit.js +46 -0
- package/dist/runtime/recursion-limit.js.map +1 -0
- package/package.json +8 -7
|
@@ -13,102 +13,171 @@
|
|
|
13
13
|
* slug crosses the wire, so a factory name can be friendlier (`x` for `x_com`)
|
|
14
14
|
* without the runtime caring.
|
|
15
15
|
*
|
|
16
|
+
* `description` and `tools` are the authoring-facing catalog: hover docs on
|
|
17
|
+
* `connectors.<factory>` and typed `includeTools` / `excludeTools` are derived
|
|
18
|
+
* from them. Tool names follow the tool server; availability still depends on
|
|
19
|
+
* the workspace connection and tool-server rollout (some Google tools are
|
|
20
|
+
* beta-gated server-side).
|
|
21
|
+
*
|
|
16
22
|
* The list is checked in rather than fetched: `connectors.gmail` has to exist
|
|
17
23
|
* before the process that could ask the catalog for it is running. It is a
|
|
18
24
|
* superset of what any one workspace can use — an integration still has to be
|
|
19
25
|
* configured and connected in LangSmith, which the runtime reports per call.
|
|
20
26
|
*/
|
|
21
|
-
/** A built-in tool server integration:
|
|
27
|
+
/** A built-in tool server integration: wire slug, factory name, and tool catalog. */
|
|
22
28
|
export interface ToolServerIntegrationEntry {
|
|
23
29
|
/** The tool server's identifier, and the `/servers/{slug}/mcp` path segment. */
|
|
24
30
|
readonly slug: string;
|
|
25
31
|
/** The key this integration takes on the `connectors` namespace. */
|
|
26
32
|
readonly factory: string;
|
|
33
|
+
/** Short provider description for authoring docs / IDE hover. */
|
|
34
|
+
readonly description: string;
|
|
35
|
+
/**
|
|
36
|
+
* Tool names this integration publishes (already provider-prefixed).
|
|
37
|
+
*
|
|
38
|
+
* Used for typed `includeTools` / `excludeTools` and for documentation. The
|
|
39
|
+
* live tool server remains the runtime source of truth.
|
|
40
|
+
*/
|
|
41
|
+
readonly tools: readonly string[];
|
|
27
42
|
}
|
|
28
43
|
/**
|
|
29
|
-
* Every integration the tool server publishes,
|
|
44
|
+
* Every integration the tool server publishes, grouped by provider family.
|
|
30
45
|
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
46
|
+
* There is no umbrella `google` / `microsoft` slug — those are Fleet OAuth
|
|
47
|
+
* Connect integrations that group the product slugs below. Adding a provider
|
|
48
|
+
* to the tool server does not update this list; adding the entry here is what
|
|
49
|
+
* exposes it to MDA.
|
|
33
50
|
*/
|
|
34
51
|
export declare const TOOL_SERVER_INTEGRATIONS: readonly [{
|
|
35
|
-
readonly slug: "apollo";
|
|
36
|
-
readonly factory: "apollo";
|
|
37
|
-
}, {
|
|
38
|
-
readonly slug: "ashby";
|
|
39
|
-
readonly factory: "ashby";
|
|
40
|
-
}, {
|
|
41
|
-
readonly slug: "base";
|
|
42
|
-
readonly factory: "base";
|
|
43
|
-
}, {
|
|
44
|
-
readonly slug: "exa";
|
|
45
|
-
readonly factory: "exa";
|
|
46
|
-
}, {
|
|
47
|
-
readonly slug: "excel";
|
|
48
|
-
readonly factory: "excel";
|
|
49
|
-
}, {
|
|
50
|
-
readonly slug: "github";
|
|
51
|
-
readonly factory: "github";
|
|
52
|
-
}, {
|
|
53
52
|
readonly slug: "gmail";
|
|
54
53
|
readonly factory: "gmail";
|
|
54
|
+
readonly description: "Read, compose, and organize emails in Gmail (Connect-with-Google).";
|
|
55
|
+
readonly tools: readonly ["gmail_apply_label", "gmail_archive_email", "gmail_create_label", "gmail_draft_email", "gmail_forward_email", "gmail_get_thread", "gmail_list_labels", "gmail_mark_as_read", "gmail_read_emails", "gmail_reply_to_email", "gmail_send_email", "gmail_trash_email"];
|
|
55
56
|
}, {
|
|
56
57
|
readonly slug: "google_bigquery";
|
|
57
58
|
readonly factory: "googleBigQuery";
|
|
59
|
+
readonly description: "Run queries against Google BigQuery datasets (Connect-with-Google).";
|
|
60
|
+
readonly tools: readonly ["bigquery_execute_query"];
|
|
58
61
|
}, {
|
|
59
62
|
readonly slug: "google_calendar";
|
|
60
63
|
readonly factory: "googleCalendar";
|
|
64
|
+
readonly description: "View, create, and manage Google Calendar events (Connect-with-Google).";
|
|
65
|
+
readonly tools: readonly ["google_calendar_create_event", "google_calendar_delete_event", "google_calendar_freebusy", "google_calendar_get_event", "google_calendar_list_calendars", "google_calendar_list_events_for_date", "google_calendar_list_events_range", "google_calendar_respond_to_event", "google_calendar_update_event"];
|
|
61
66
|
}, {
|
|
62
67
|
readonly slug: "google_docs";
|
|
63
68
|
readonly factory: "googleDocs";
|
|
69
|
+
readonly description: "Create, read, and edit Google Docs documents (Connect-with-Google).";
|
|
70
|
+
readonly tools: readonly ["google_docs_append_text", "google_docs_apply_style", "google_docs_create_document", "google_docs_insert_image", "google_docs_insert_table", "google_docs_list_headings", "google_docs_read_document", "google_docs_replace_text"];
|
|
64
71
|
}, {
|
|
65
72
|
readonly slug: "google_drive";
|
|
66
73
|
readonly factory: "googleDrive";
|
|
74
|
+
readonly description: "Search, organize, share, and manage Google Drive files (Connect-with-Google).";
|
|
75
|
+
readonly tools: readonly ["google_drive_copy_file", "google_drive_create_folder", "google_drive_list_permissions", "google_drive_list_revisions", "google_drive_move_file", "google_drive_search_files", "google_drive_share_file", "google_drive_trash_file", "google_drive_update_metadata"];
|
|
67
76
|
}, {
|
|
68
77
|
readonly slug: "google_meet";
|
|
69
78
|
readonly factory: "googleMeet";
|
|
79
|
+
readonly description: "Create Meet spaces and manage conference records/transcripts (Connect-with-Google).";
|
|
80
|
+
readonly tools: readonly ["google_meet_create_meeting_event", "google_meet_create_space", "google_meet_end_active_conference", "google_meet_get_conference_record", "google_meet_get_transcript", "google_meet_list_conference_records", "google_meet_list_participants", "google_meet_update_space_config"];
|
|
70
81
|
}, {
|
|
71
82
|
readonly slug: "google_sheets";
|
|
72
83
|
readonly factory: "googleSheets";
|
|
84
|
+
readonly description: "Read, update, and analyze Google Sheets spreadsheets (Connect-with-Google).";
|
|
85
|
+
readonly tools: readonly ["google_sheets_add_sheet", "google_sheets_append_rows", "google_sheets_clear_range", "google_sheets_create_chart", "google_sheets_create_spreadsheet", "google_sheets_delete_rows_cols", "google_sheets_delete_sheet", "google_sheets_format_range", "google_sheets_get_spreadsheet", "google_sheets_insert_rows_cols", "google_sheets_read_range", "google_sheets_rename_sheet", "google_sheets_rename_spreadsheet", "google_sheets_write_range"];
|
|
73
86
|
}, {
|
|
74
87
|
readonly slug: "google_slides";
|
|
75
88
|
readonly factory: "googleSlides";
|
|
89
|
+
readonly description: "Create and edit Google Slides presentations (Connect-with-Google).";
|
|
90
|
+
readonly tools: readonly ["google_slides_add_slide", "google_slides_apply_text_style", "google_slides_create_presentation", "google_slides_delete_slide", "google_slides_get_presentation", "google_slides_insert_image", "google_slides_update_text"];
|
|
76
91
|
}, {
|
|
77
|
-
readonly slug: "
|
|
78
|
-
readonly factory: "
|
|
79
|
-
|
|
80
|
-
readonly
|
|
81
|
-
readonly factory: "linkedin";
|
|
92
|
+
readonly slug: "excel";
|
|
93
|
+
readonly factory: "excel";
|
|
94
|
+
readonly description: "Read, write, and analyze Microsoft Excel workbooks (Connect-with-Microsoft).";
|
|
95
|
+
readonly tools: readonly ["excel_export_workbook_pdf", "excel_get_workbook", "excel_list_worksheets", "excel_read_range", "excel_search_workbooks", "excel_update_range", "excel_upload_workbook"];
|
|
82
96
|
}, {
|
|
83
97
|
readonly slug: "outlook";
|
|
84
98
|
readonly factory: "outlook";
|
|
99
|
+
readonly description: "Read, draft, and organize Outlook mail and calendar (Connect-with-Microsoft).";
|
|
100
|
+
readonly tools: readonly ["outlook_calendar_create_event", "outlook_calendar_delete_event", "outlook_calendar_get_event", "outlook_calendar_list_events_for_date", "outlook_calendar_update_event", "outlook_create_draft", "outlook_get_email", "outlook_mark_as_read", "outlook_read_emails", "outlook_reply_to_email", "outlook_search_emails", "outlook_send_email"];
|
|
85
101
|
}, {
|
|
86
102
|
readonly slug: "powerpoint";
|
|
87
103
|
readonly factory: "powerpoint";
|
|
88
|
-
|
|
89
|
-
readonly
|
|
90
|
-
readonly factory: "pylon";
|
|
91
|
-
}, {
|
|
92
|
-
readonly slug: "salesforce";
|
|
93
|
-
readonly factory: "salesforce";
|
|
104
|
+
readonly description: "Search, read, and upload Microsoft PowerPoint presentations (Connect-with-Microsoft).";
|
|
105
|
+
readonly tools: readonly ["powerpoint_export_presentation_pdf", "powerpoint_get_presentation", "powerpoint_search_presentations", "powerpoint_upload_presentation"];
|
|
94
106
|
}, {
|
|
95
107
|
readonly slug: "sharepoint";
|
|
96
108
|
readonly factory: "sharepoint";
|
|
97
|
-
|
|
98
|
-
readonly
|
|
99
|
-
readonly factory: "slack";
|
|
100
|
-
}, {
|
|
101
|
-
readonly slug: "tavily";
|
|
102
|
-
readonly factory: "tavily";
|
|
109
|
+
readonly description: "Browse, read, and manage SharePoint sites, files, and pages (Connect-with-Microsoft).";
|
|
110
|
+
readonly tools: readonly ["sharepoint_copy_item", "sharepoint_create_file_share_link", "sharepoint_create_page", "sharepoint_delete_item", "sharepoint_delete_page", "sharepoint_get_drive_item", "sharepoint_get_file_preview", "sharepoint_get_page", "sharepoint_get_site", "sharepoint_invite_item", "sharepoint_list_drive_items", "sharepoint_list_item_permissions", "sharepoint_list_pages", "sharepoint_list_site_drives", "sharepoint_list_sites", "sharepoint_move_item", "sharepoint_publish_page", "sharepoint_read_text_file", "sharepoint_remove_item_permission", "sharepoint_update_page", "sharepoint_upload_file"];
|
|
103
111
|
}, {
|
|
104
112
|
readonly slug: "teams";
|
|
105
113
|
readonly factory: "teams";
|
|
114
|
+
readonly description: "Send and read Microsoft Teams messages, channels, and chats (Connect-with-Microsoft).";
|
|
115
|
+
readonly tools: readonly ["teams_bot_send_proactive_message", "teams_create_channel", "teams_list_channels", "teams_list_teams", "teams_post_channel_message", "teams_read_channel_history", "teams_read_thread_messages", "teams_reply_to_channel", "teams_reply_to_message", "teams_write_private_message"];
|
|
106
116
|
}, {
|
|
107
117
|
readonly slug: "word";
|
|
108
118
|
readonly factory: "word";
|
|
119
|
+
readonly description: "Search, read, and manage Microsoft Word documents (Connect-with-Microsoft).";
|
|
120
|
+
readonly tools: readonly ["word_export_document_pdf", "word_get_document", "word_search_documents", "word_upload_document"];
|
|
121
|
+
}, {
|
|
122
|
+
readonly slug: "github";
|
|
123
|
+
readonly factory: "github";
|
|
124
|
+
readonly description: "Browse repositories, manage issues and pull requests, and review code on GitHub.";
|
|
125
|
+
readonly tools: readonly ["github_add_labels", "github_add_project_draft_issue", "github_add_project_item", "github_clear_project_item_field", "github_close_issue", "github_close_pull_request", "github_comment_issue", "github_comment_pull_request", "github_create_branch", "github_create_issue", "github_create_project", "github_create_pull_request", "github_create_review", "github_delete_file", "github_delete_project", "github_delete_project_item", "github_get_commit", "github_get_file", "github_get_issue", "github_get_project", "github_get_pull_request", "github_get_repo", "github_link_project_repository", "github_list_branches", "github_list_commits", "github_list_directory", "github_list_issues", "github_list_project_items", "github_list_projects", "github_list_pull_requests", "github_merge_pull_request", "github_remove_labels", "github_request_reviewers", "github_search_code", "github_search_issues", "github_search_pull_requests", "github_update_file", "github_update_issue", "github_update_project", "github_update_project_item_field"];
|
|
126
|
+
}, {
|
|
127
|
+
readonly slug: "slack";
|
|
128
|
+
readonly factory: "slack";
|
|
129
|
+
readonly description: "Send messages, manage channels, and read Slack conversations (Connect-with-Slack).";
|
|
130
|
+
readonly tools: readonly ["slack_delete_message", "slack_list_my_channels", "slack_read_channel_history", "slack_read_thread_messages", "slack_reply_to_message", "slack_send_channel_message", "slack_send_file", "slack_send_file_to_user", "slack_write_private_message"];
|
|
131
|
+
}, {
|
|
132
|
+
readonly slug: "apollo";
|
|
133
|
+
readonly factory: "apollo";
|
|
134
|
+
readonly description: "Search and enrich people/contacts in Apollo (workspace API key).";
|
|
135
|
+
readonly tools: readonly ["apollo_create_contacts", "apollo_enrich_people", "apollo_search_contacts", "apollo_search_people"];
|
|
136
|
+
}, {
|
|
137
|
+
readonly slug: "ashby";
|
|
138
|
+
readonly factory: "ashby";
|
|
139
|
+
readonly description: "Search candidates, jobs, and ATS reporting data in Ashby (workspace API key).";
|
|
140
|
+
readonly tools: readonly ["ashby_candidates_per_org_after_recruiter_screen", "ashby_classify_applications_quality", "ashby_dropout_reason_report", "ashby_generate_reporting_spec", "ashby_list_application_criteria_evaluations", "ashby_list_applications_for_review", "ashby_list_candidates", "ashby_list_interview_plans", "ashby_list_interview_stages", "ashby_list_job_postings", "ashby_search_candidates", "ashby_stage_conversion_report", "ashby_who_interviewed_in_period"];
|
|
141
|
+
}, {
|
|
142
|
+
readonly slug: "base";
|
|
143
|
+
readonly factory: "base";
|
|
144
|
+
readonly description: "Credential-free utilities: read webpage text and extract image URLs.";
|
|
145
|
+
readonly tools: readonly ["extract_images_from_url", "read_url_content"];
|
|
146
|
+
}, {
|
|
147
|
+
readonly slug: "exa";
|
|
148
|
+
readonly factory: "exa";
|
|
149
|
+
readonly description: "AI-powered web and LinkedIn profile search via Exa (workspace API key).";
|
|
150
|
+
readonly tools: readonly ["exa_linkedin_search", "exa_web_search"];
|
|
151
|
+
}, {
|
|
152
|
+
readonly slug: "linear";
|
|
153
|
+
readonly factory: "linear";
|
|
154
|
+
readonly description: "Track issues, list teams, and coordinate projects in Linear (OAuth).";
|
|
155
|
+
readonly tools: readonly ["linear_comment_issue", "linear_create_issue", "linear_delete_issue", "linear_get_issue", "linear_get_issue_comments", "linear_list_issues", "linear_list_labels", "linear_list_team_members", "linear_list_teams", "linear_update_issue"];
|
|
156
|
+
}, {
|
|
157
|
+
readonly slug: "linkedin";
|
|
158
|
+
readonly factory: "linkedin";
|
|
159
|
+
readonly description: "Create posts on LinkedIn for the connected account (Connect-with-LinkedIn).";
|
|
160
|
+
readonly tools: readonly ["linkedin_post"];
|
|
161
|
+
}, {
|
|
162
|
+
readonly slug: "pylon";
|
|
163
|
+
readonly factory: "pylon";
|
|
164
|
+
readonly description: "View and update customer support conversations in Pylon (workspace API key).";
|
|
165
|
+
readonly tools: readonly ["pylon_get_issue", "pylon_list_issues", "pylon_update_issue"];
|
|
166
|
+
}, {
|
|
167
|
+
readonly slug: "salesforce";
|
|
168
|
+
readonly factory: "salesforce";
|
|
169
|
+
readonly description: "Run SOQL queries against Salesforce (OAuth).";
|
|
170
|
+
readonly tools: readonly ["salesforce_query"];
|
|
171
|
+
}, {
|
|
172
|
+
readonly slug: "tavily";
|
|
173
|
+
readonly factory: "tavily";
|
|
174
|
+
readonly description: "Web search and structured page extraction via Tavily (workspace API key).";
|
|
175
|
+
readonly tools: readonly ["tavily_linkedin_search", "tavily_web_search"];
|
|
109
176
|
}, {
|
|
110
177
|
readonly slug: "x_com";
|
|
111
178
|
readonly factory: "x";
|
|
179
|
+
readonly description: "Publish posts, monitor mentions, and engage on X (Twitter) (Connect-with-X).";
|
|
180
|
+
readonly tools: readonly ["x_create_post", "x_delete_post", "x_follow_user", "x_get_me", "x_get_posts_from_list", "x_get_timeline", "x_get_user", "x_get_user_mentions", "x_get_user_posts", "x_like_post", "x_quote_post", "x_read_post", "x_reply_to_post", "x_repost", "x_search_posts", "x_unfollow_user", "x_unlike_post", "x_unrepost"];
|
|
112
181
|
}];
|
|
113
182
|
/** The wire slug of a built-in tool server integration. */
|
|
114
183
|
export type ToolServerSlug = (typeof TOOL_SERVER_INTEGRATIONS)[number]["slug"];
|
|
@@ -124,11 +193,140 @@ export declare const SLACK_SLUG = "slack";
|
|
|
124
193
|
/**
|
|
125
194
|
* Integrations reached through a factory generated from this catalog.
|
|
126
195
|
*
|
|
127
|
-
*
|
|
128
|
-
*
|
|
129
|
-
* two in step.
|
|
196
|
+
* Narrowed from the const catalog so {@link ToolServerFactoryName} and
|
|
197
|
+
* {@link ToolsForFactory} keep literal tool-name unions.
|
|
130
198
|
*/
|
|
131
|
-
export declare const STANDALONE_TOOL_SERVER_INTEGRATIONS:
|
|
199
|
+
export declare const STANDALONE_TOOL_SERVER_INTEGRATIONS: ({
|
|
200
|
+
readonly slug: "gmail";
|
|
201
|
+
readonly factory: "gmail";
|
|
202
|
+
readonly description: "Read, compose, and organize emails in Gmail (Connect-with-Google).";
|
|
203
|
+
readonly tools: readonly ["gmail_apply_label", "gmail_archive_email", "gmail_create_label", "gmail_draft_email", "gmail_forward_email", "gmail_get_thread", "gmail_list_labels", "gmail_mark_as_read", "gmail_read_emails", "gmail_reply_to_email", "gmail_send_email", "gmail_trash_email"];
|
|
204
|
+
} | {
|
|
205
|
+
readonly slug: "google_bigquery";
|
|
206
|
+
readonly factory: "googleBigQuery";
|
|
207
|
+
readonly description: "Run queries against Google BigQuery datasets (Connect-with-Google).";
|
|
208
|
+
readonly tools: readonly ["bigquery_execute_query"];
|
|
209
|
+
} | {
|
|
210
|
+
readonly slug: "google_calendar";
|
|
211
|
+
readonly factory: "googleCalendar";
|
|
212
|
+
readonly description: "View, create, and manage Google Calendar events (Connect-with-Google).";
|
|
213
|
+
readonly tools: readonly ["google_calendar_create_event", "google_calendar_delete_event", "google_calendar_freebusy", "google_calendar_get_event", "google_calendar_list_calendars", "google_calendar_list_events_for_date", "google_calendar_list_events_range", "google_calendar_respond_to_event", "google_calendar_update_event"];
|
|
214
|
+
} | {
|
|
215
|
+
readonly slug: "google_docs";
|
|
216
|
+
readonly factory: "googleDocs";
|
|
217
|
+
readonly description: "Create, read, and edit Google Docs documents (Connect-with-Google).";
|
|
218
|
+
readonly tools: readonly ["google_docs_append_text", "google_docs_apply_style", "google_docs_create_document", "google_docs_insert_image", "google_docs_insert_table", "google_docs_list_headings", "google_docs_read_document", "google_docs_replace_text"];
|
|
219
|
+
} | {
|
|
220
|
+
readonly slug: "google_drive";
|
|
221
|
+
readonly factory: "googleDrive";
|
|
222
|
+
readonly description: "Search, organize, share, and manage Google Drive files (Connect-with-Google).";
|
|
223
|
+
readonly tools: readonly ["google_drive_copy_file", "google_drive_create_folder", "google_drive_list_permissions", "google_drive_list_revisions", "google_drive_move_file", "google_drive_search_files", "google_drive_share_file", "google_drive_trash_file", "google_drive_update_metadata"];
|
|
224
|
+
} | {
|
|
225
|
+
readonly slug: "google_meet";
|
|
226
|
+
readonly factory: "googleMeet";
|
|
227
|
+
readonly description: "Create Meet spaces and manage conference records/transcripts (Connect-with-Google).";
|
|
228
|
+
readonly tools: readonly ["google_meet_create_meeting_event", "google_meet_create_space", "google_meet_end_active_conference", "google_meet_get_conference_record", "google_meet_get_transcript", "google_meet_list_conference_records", "google_meet_list_participants", "google_meet_update_space_config"];
|
|
229
|
+
} | {
|
|
230
|
+
readonly slug: "google_sheets";
|
|
231
|
+
readonly factory: "googleSheets";
|
|
232
|
+
readonly description: "Read, update, and analyze Google Sheets spreadsheets (Connect-with-Google).";
|
|
233
|
+
readonly tools: readonly ["google_sheets_add_sheet", "google_sheets_append_rows", "google_sheets_clear_range", "google_sheets_create_chart", "google_sheets_create_spreadsheet", "google_sheets_delete_rows_cols", "google_sheets_delete_sheet", "google_sheets_format_range", "google_sheets_get_spreadsheet", "google_sheets_insert_rows_cols", "google_sheets_read_range", "google_sheets_rename_sheet", "google_sheets_rename_spreadsheet", "google_sheets_write_range"];
|
|
234
|
+
} | {
|
|
235
|
+
readonly slug: "google_slides";
|
|
236
|
+
readonly factory: "googleSlides";
|
|
237
|
+
readonly description: "Create and edit Google Slides presentations (Connect-with-Google).";
|
|
238
|
+
readonly tools: readonly ["google_slides_add_slide", "google_slides_apply_text_style", "google_slides_create_presentation", "google_slides_delete_slide", "google_slides_get_presentation", "google_slides_insert_image", "google_slides_update_text"];
|
|
239
|
+
} | {
|
|
240
|
+
readonly slug: "excel";
|
|
241
|
+
readonly factory: "excel";
|
|
242
|
+
readonly description: "Read, write, and analyze Microsoft Excel workbooks (Connect-with-Microsoft).";
|
|
243
|
+
readonly tools: readonly ["excel_export_workbook_pdf", "excel_get_workbook", "excel_list_worksheets", "excel_read_range", "excel_search_workbooks", "excel_update_range", "excel_upload_workbook"];
|
|
244
|
+
} | {
|
|
245
|
+
readonly slug: "outlook";
|
|
246
|
+
readonly factory: "outlook";
|
|
247
|
+
readonly description: "Read, draft, and organize Outlook mail and calendar (Connect-with-Microsoft).";
|
|
248
|
+
readonly tools: readonly ["outlook_calendar_create_event", "outlook_calendar_delete_event", "outlook_calendar_get_event", "outlook_calendar_list_events_for_date", "outlook_calendar_update_event", "outlook_create_draft", "outlook_get_email", "outlook_mark_as_read", "outlook_read_emails", "outlook_reply_to_email", "outlook_search_emails", "outlook_send_email"];
|
|
249
|
+
} | {
|
|
250
|
+
readonly slug: "powerpoint";
|
|
251
|
+
readonly factory: "powerpoint";
|
|
252
|
+
readonly description: "Search, read, and upload Microsoft PowerPoint presentations (Connect-with-Microsoft).";
|
|
253
|
+
readonly tools: readonly ["powerpoint_export_presentation_pdf", "powerpoint_get_presentation", "powerpoint_search_presentations", "powerpoint_upload_presentation"];
|
|
254
|
+
} | {
|
|
255
|
+
readonly slug: "sharepoint";
|
|
256
|
+
readonly factory: "sharepoint";
|
|
257
|
+
readonly description: "Browse, read, and manage SharePoint sites, files, and pages (Connect-with-Microsoft).";
|
|
258
|
+
readonly tools: readonly ["sharepoint_copy_item", "sharepoint_create_file_share_link", "sharepoint_create_page", "sharepoint_delete_item", "sharepoint_delete_page", "sharepoint_get_drive_item", "sharepoint_get_file_preview", "sharepoint_get_page", "sharepoint_get_site", "sharepoint_invite_item", "sharepoint_list_drive_items", "sharepoint_list_item_permissions", "sharepoint_list_pages", "sharepoint_list_site_drives", "sharepoint_list_sites", "sharepoint_move_item", "sharepoint_publish_page", "sharepoint_read_text_file", "sharepoint_remove_item_permission", "sharepoint_update_page", "sharepoint_upload_file"];
|
|
259
|
+
} | {
|
|
260
|
+
readonly slug: "teams";
|
|
261
|
+
readonly factory: "teams";
|
|
262
|
+
readonly description: "Send and read Microsoft Teams messages, channels, and chats (Connect-with-Microsoft).";
|
|
263
|
+
readonly tools: readonly ["teams_bot_send_proactive_message", "teams_create_channel", "teams_list_channels", "teams_list_teams", "teams_post_channel_message", "teams_read_channel_history", "teams_read_thread_messages", "teams_reply_to_channel", "teams_reply_to_message", "teams_write_private_message"];
|
|
264
|
+
} | {
|
|
265
|
+
readonly slug: "word";
|
|
266
|
+
readonly factory: "word";
|
|
267
|
+
readonly description: "Search, read, and manage Microsoft Word documents (Connect-with-Microsoft).";
|
|
268
|
+
readonly tools: readonly ["word_export_document_pdf", "word_get_document", "word_search_documents", "word_upload_document"];
|
|
269
|
+
} | {
|
|
270
|
+
readonly slug: "apollo";
|
|
271
|
+
readonly factory: "apollo";
|
|
272
|
+
readonly description: "Search and enrich people/contacts in Apollo (workspace API key).";
|
|
273
|
+
readonly tools: readonly ["apollo_create_contacts", "apollo_enrich_people", "apollo_search_contacts", "apollo_search_people"];
|
|
274
|
+
} | {
|
|
275
|
+
readonly slug: "ashby";
|
|
276
|
+
readonly factory: "ashby";
|
|
277
|
+
readonly description: "Search candidates, jobs, and ATS reporting data in Ashby (workspace API key).";
|
|
278
|
+
readonly tools: readonly ["ashby_candidates_per_org_after_recruiter_screen", "ashby_classify_applications_quality", "ashby_dropout_reason_report", "ashby_generate_reporting_spec", "ashby_list_application_criteria_evaluations", "ashby_list_applications_for_review", "ashby_list_candidates", "ashby_list_interview_plans", "ashby_list_interview_stages", "ashby_list_job_postings", "ashby_search_candidates", "ashby_stage_conversion_report", "ashby_who_interviewed_in_period"];
|
|
279
|
+
} | {
|
|
280
|
+
readonly slug: "base";
|
|
281
|
+
readonly factory: "base";
|
|
282
|
+
readonly description: "Credential-free utilities: read webpage text and extract image URLs.";
|
|
283
|
+
readonly tools: readonly ["extract_images_from_url", "read_url_content"];
|
|
284
|
+
} | {
|
|
285
|
+
readonly slug: "exa";
|
|
286
|
+
readonly factory: "exa";
|
|
287
|
+
readonly description: "AI-powered web and LinkedIn profile search via Exa (workspace API key).";
|
|
288
|
+
readonly tools: readonly ["exa_linkedin_search", "exa_web_search"];
|
|
289
|
+
} | {
|
|
290
|
+
readonly slug: "linear";
|
|
291
|
+
readonly factory: "linear";
|
|
292
|
+
readonly description: "Track issues, list teams, and coordinate projects in Linear (OAuth).";
|
|
293
|
+
readonly tools: readonly ["linear_comment_issue", "linear_create_issue", "linear_delete_issue", "linear_get_issue", "linear_get_issue_comments", "linear_list_issues", "linear_list_labels", "linear_list_team_members", "linear_list_teams", "linear_update_issue"];
|
|
294
|
+
} | {
|
|
295
|
+
readonly slug: "linkedin";
|
|
296
|
+
readonly factory: "linkedin";
|
|
297
|
+
readonly description: "Create posts on LinkedIn for the connected account (Connect-with-LinkedIn).";
|
|
298
|
+
readonly tools: readonly ["linkedin_post"];
|
|
299
|
+
} | {
|
|
300
|
+
readonly slug: "pylon";
|
|
301
|
+
readonly factory: "pylon";
|
|
302
|
+
readonly description: "View and update customer support conversations in Pylon (workspace API key).";
|
|
303
|
+
readonly tools: readonly ["pylon_get_issue", "pylon_list_issues", "pylon_update_issue"];
|
|
304
|
+
} | {
|
|
305
|
+
readonly slug: "salesforce";
|
|
306
|
+
readonly factory: "salesforce";
|
|
307
|
+
readonly description: "Run SOQL queries against Salesforce (OAuth).";
|
|
308
|
+
readonly tools: readonly ["salesforce_query"];
|
|
309
|
+
} | {
|
|
310
|
+
readonly slug: "tavily";
|
|
311
|
+
readonly factory: "tavily";
|
|
312
|
+
readonly description: "Web search and structured page extraction via Tavily (workspace API key).";
|
|
313
|
+
readonly tools: readonly ["tavily_linkedin_search", "tavily_web_search"];
|
|
314
|
+
} | {
|
|
315
|
+
readonly slug: "x_com";
|
|
316
|
+
readonly factory: "x";
|
|
317
|
+
readonly description: "Publish posts, monitor mentions, and engage on X (Twitter) (Connect-with-X).";
|
|
318
|
+
readonly tools: readonly ["x_create_post", "x_delete_post", "x_follow_user", "x_get_me", "x_get_posts_from_list", "x_get_timeline", "x_get_user", "x_get_user_mentions", "x_get_user_posts", "x_like_post", "x_quote_post", "x_read_post", "x_reply_to_post", "x_repost", "x_search_posts", "x_unfollow_user", "x_unlike_post", "x_unrepost"];
|
|
319
|
+
})[];
|
|
132
320
|
/** How a standalone tool server integration is spelled on `connectors`. */
|
|
133
321
|
export type ToolServerFactoryName = Exclude<(typeof TOOL_SERVER_INTEGRATIONS)[number]["factory"], "github" | "slack">;
|
|
322
|
+
/** A catalog row for one built-in integration. */
|
|
323
|
+
export type ToolServerIntegration = (typeof TOOL_SERVER_INTEGRATIONS)[number];
|
|
324
|
+
/** Tool-name union published by `connectors.<factory>`. */
|
|
325
|
+
export type ToolsForFactory<F extends ToolServerIntegration["factory"]> = Extract<ToolServerIntegration, {
|
|
326
|
+
factory: F;
|
|
327
|
+
}>["tools"][number];
|
|
328
|
+
/** Look up a catalog row by factory name. */
|
|
329
|
+
export declare function integrationForFactory<F extends ToolServerIntegration["factory"]>(factory: F): Extract<ToolServerIntegration, {
|
|
330
|
+
factory: F;
|
|
331
|
+
}>;
|
|
134
332
|
//# sourceMappingURL=catalog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/connectors/toolserver/catalog.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../src/connectors/toolserver/catalog.ts"],"names":[],"mappings":"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"}
|