@tangle-network/agent-integrations 0.4.1 → 0.6.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 +7 -1
- package/dist/index.d.ts +29 -1
- package/dist/index.js +355 -3
- package/dist/index.js.map +1 -1
- package/docs/execution-layer-launch-plan.md +3 -1
- package/docs/generated-integration-coverage-checklist.md +156 -0
- package/docs/integration-coverage-checklist.md +86 -0
- package/package.json +1 -1
|
@@ -40,7 +40,9 @@ Missing for full launch:
|
|
|
40
40
|
- canonical policy engine with approval decisions, not only a hook
|
|
41
41
|
- approval request/result types and helpers
|
|
42
42
|
- MCP/tool-call export helpers
|
|
43
|
-
- runtime invocation envelope for sandboxes
|
|
43
|
+
- runtime invocation envelope for sandboxes, with central validation for
|
|
44
|
+
tool/action consistency, idempotency keys, metadata shape, known-tool checks,
|
|
45
|
+
and input-size limits
|
|
44
46
|
- connection requirement planning for generated apps
|
|
45
47
|
- provider import pipeline for OpenAPI/GraphQL/MCP catalogs
|
|
46
48
|
- first-party provider registry that wraps `ConnectorAdapter[]` into `IntegrationProvider`
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
# Agent Integrations Coverage Checklist
|
|
2
|
+
|
|
3
|
+
Generated from `listIntegrationCoverageSpecs()`. Catalog presence means the product can plan/request/connect the integration; executable first-party adapters are promoted separately behind the same provider contract.
|
|
4
|
+
|
|
5
|
+
## Summary
|
|
6
|
+
|
|
7
|
+
- Total cataloged integrations: 142
|
|
8
|
+
- Tier 0: 38
|
|
9
|
+
- Tier 1: 89
|
|
10
|
+
- Tier 2: 14
|
|
11
|
+
- Long tail: 1
|
|
12
|
+
|
|
13
|
+
## Checklist
|
|
14
|
+
|
|
15
|
+
- [ ] tier_0 / email / Gmail (gmail) - email, google, workspace, inbox
|
|
16
|
+
- [ ] tier_0 / email / Outlook Mail (outlook-mail) - email, microsoft, office, inbox
|
|
17
|
+
- [ ] tier_0 / calendar / Google Calendar (google-calendar) - calendar, google, workspace, scheduling
|
|
18
|
+
- [ ] tier_0 / calendar / Outlook Calendar (outlook-calendar) - calendar, microsoft, office, scheduling
|
|
19
|
+
- [ ] tier_0 / chat / Slack (slack) - chat, collaboration, internal-comms
|
|
20
|
+
- [ ] tier_0 / chat / Microsoft Teams (microsoft-teams) - chat, microsoft, collaboration
|
|
21
|
+
- [ ] tier_0 / storage / Google Drive (google-drive) - files, google, workspace, storage
|
|
22
|
+
- [ ] tier_0 / storage / OneDrive (onedrive) - files, microsoft, office, storage
|
|
23
|
+
- [ ] tier_1 / storage / Dropbox (dropbox) - files, storage
|
|
24
|
+
- [ ] tier_1 / storage / Box (box) - files, enterprise, storage
|
|
25
|
+
- [ ] tier_0 / docs / Google Docs (google-docs) - docs, google, workspace
|
|
26
|
+
- [ ] tier_0 / database / Google Sheets (google-sheets) - sheets, spreadsheet, google, database
|
|
27
|
+
- [ ] tier_0 / database / Microsoft Excel (microsoft-excel) - sheets, spreadsheet, microsoft, database
|
|
28
|
+
- [ ] tier_0 / docs / Notion (notion) - docs, wiki, knowledge
|
|
29
|
+
- [ ] tier_0 / database / Airtable (airtable) - database, spreadsheet, ops
|
|
30
|
+
- [ ] tier_1 / docs / Coda (coda) - docs, wiki, ops
|
|
31
|
+
- [ ] tier_1 / docs / Confluence (confluence) - docs, wiki, atlassian
|
|
32
|
+
- [ ] tier_1 / storage / SharePoint (sharepoint) - files, microsoft, enterprise
|
|
33
|
+
- [ ] tier_0 / crm / HubSpot (hubspot) - crm, sales, marketing
|
|
34
|
+
- [ ] tier_0 / crm / Salesforce (salesforce) - crm, sales, enterprise
|
|
35
|
+
- [ ] tier_1 / crm / Pipedrive (pipedrive) - crm, sales
|
|
36
|
+
- [ ] tier_1 / crm / Zoho CRM (zoho-crm) - crm, sales
|
|
37
|
+
- [ ] tier_1 / crm / Close (close) - crm, sales
|
|
38
|
+
- [ ] tier_1 / crm / Attio (attio) - crm, sales, startups
|
|
39
|
+
- [ ] tier_0 / workflow / Linear (linear) - project, engineering, tickets
|
|
40
|
+
- [ ] tier_0 / workflow / Jira (jira) - project, engineering, tickets, atlassian
|
|
41
|
+
- [ ] tier_0 / workflow / GitHub (github) - code, dev, issues, git
|
|
42
|
+
- [ ] tier_1 / workflow / GitLab (gitlab) - code, dev, issues, git
|
|
43
|
+
- [ ] tier_2 / workflow / Bitbucket (bitbucket) - code, dev, git, atlassian
|
|
44
|
+
- [ ] tier_1 / workflow / Asana (asana) - project, tasks
|
|
45
|
+
- [ ] tier_1 / workflow / Trello (trello) - project, tasks, atlassian
|
|
46
|
+
- [ ] tier_1 / workflow / monday.com (monday) - project, tasks, ops
|
|
47
|
+
- [ ] tier_1 / workflow / ClickUp (clickup) - project, tasks, ops
|
|
48
|
+
- [ ] tier_2 / workflow / Basecamp (basecamp) - project, tasks
|
|
49
|
+
- [ ] tier_0 / crm / Zendesk (zendesk) - support, tickets, customer-success
|
|
50
|
+
- [ ] tier_0 / crm / Intercom (intercom) - support, chat, customer-success
|
|
51
|
+
- [ ] tier_1 / crm / Freshdesk (freshdesk) - support, tickets
|
|
52
|
+
- [ ] tier_1 / crm / Help Scout (helpscout) - support, tickets
|
|
53
|
+
- [ ] tier_1 / email / Front (front) - support, email, shared-inbox
|
|
54
|
+
- [ ] tier_1 / crm / Gorgias (gorgias) - support, ecommerce
|
|
55
|
+
- [ ] tier_0 / workflow / Stripe (stripe) - payments, billing, finance
|
|
56
|
+
- [ ] tier_0 / workflow / QuickBooks (quickbooks) - accounting, finance
|
|
57
|
+
- [ ] tier_1 / workflow / Xero (xero) - accounting, finance
|
|
58
|
+
- [ ] tier_1 / workflow / NetSuite (netsuite) - erp, finance, enterprise
|
|
59
|
+
- [ ] tier_2 / workflow / Sage (sage) - accounting, finance
|
|
60
|
+
- [ ] tier_1 / workflow / Plaid (plaid) - banking, finance
|
|
61
|
+
- [ ] tier_0 / workflow / Shopify (shopify) - ecommerce, orders, commerce
|
|
62
|
+
- [ ] tier_1 / workflow / WooCommerce (woocommerce) - ecommerce, orders, wordpress
|
|
63
|
+
- [ ] tier_1 / workflow / BigCommerce (bigcommerce) - ecommerce, orders
|
|
64
|
+
- [ ] tier_1 / workflow / Amazon Seller Central (amazon-seller-central) - marketplace, ecommerce
|
|
65
|
+
- [ ] tier_2 / workflow / eBay (ebay) - marketplace, ecommerce
|
|
66
|
+
- [ ] tier_2 / workflow / Etsy (etsy) - marketplace, ecommerce
|
|
67
|
+
- [ ] tier_0 / workflow / Mailchimp (mailchimp) - email-marketing, marketing
|
|
68
|
+
- [ ] tier_0 / workflow / Klaviyo (klaviyo) - email-marketing, ecommerce, marketing
|
|
69
|
+
- [ ] tier_1 / workflow / Marketo (marketo) - marketing, enterprise
|
|
70
|
+
- [ ] tier_1 / workflow / Braze (braze) - marketing, lifecycle
|
|
71
|
+
- [ ] tier_1 / workflow / Customer.io (customer-io) - marketing, lifecycle
|
|
72
|
+
- [ ] tier_1 / email / SendGrid (sendgrid) - email, transactional
|
|
73
|
+
- [ ] tier_1 / email / Postmark (postmark) - email, transactional
|
|
74
|
+
- [ ] tier_0 / chat / Twilio (twilio) - sms, voice, communications
|
|
75
|
+
- [ ] tier_1 / chat / Discord (discord) - chat, community
|
|
76
|
+
- [ ] tier_1 / chat / Telegram (telegram) - chat, community
|
|
77
|
+
- [ ] tier_1 / chat / WhatsApp Business (whatsapp-business) - chat, meta, customer-comms
|
|
78
|
+
- [ ] tier_1 / workflow / Facebook Pages (facebook-pages) - social, meta, marketing
|
|
79
|
+
- [ ] tier_1 / workflow / Instagram Business (instagram-business) - social, meta, marketing
|
|
80
|
+
- [ ] tier_1 / workflow / LinkedIn (linkedin) - social, sales, gtm
|
|
81
|
+
- [ ] tier_1 / workflow / X / Twitter (x-twitter) - social, marketing
|
|
82
|
+
- [ ] tier_1 / storage / YouTube (youtube) - video, content
|
|
83
|
+
- [ ] tier_2 / workflow / TikTok (tiktok) - social, video, marketing
|
|
84
|
+
- [ ] tier_0 / database / Google Analytics (google-analytics) - analytics, web, marketing
|
|
85
|
+
- [ ] tier_1 / database / Mixpanel (mixpanel) - analytics, product
|
|
86
|
+
- [ ] tier_1 / database / Amplitude (amplitude) - analytics, product
|
|
87
|
+
- [ ] tier_1 / database / Segment (segment) - analytics, cdp
|
|
88
|
+
- [ ] tier_0 / database / Snowflake (snowflake) - warehouse, data
|
|
89
|
+
- [ ] tier_0 / database / BigQuery (bigquery) - warehouse, google, data
|
|
90
|
+
- [ ] tier_1 / database / Redshift (redshift) - warehouse, aws, data
|
|
91
|
+
- [ ] tier_0 / database / Postgres (postgres) - database, sql
|
|
92
|
+
- [ ] tier_1 / database / MySQL (mysql) - database, sql
|
|
93
|
+
- [ ] tier_1 / database / MongoDB (mongodb) - database, nosql
|
|
94
|
+
- [ ] tier_1 / database / Supabase (supabase) - database, postgres
|
|
95
|
+
- [ ] tier_1 / database / Firebase (firebase) - database, google, app
|
|
96
|
+
- [ ] tier_2 / database / Redis (redis) - database, cache
|
|
97
|
+
- [ ] tier_0 / storage / Amazon S3 (aws-s3) - files, aws, storage
|
|
98
|
+
- [ ] tier_1 / workflow / AWS Lambda (aws-lambda) - aws, serverless, dev
|
|
99
|
+
- [ ] tier_1 / database / AWS CloudWatch (aws-cloudwatch) - aws, logs, observability
|
|
100
|
+
- [ ] tier_1 / storage / Google Cloud Storage (google-cloud-storage) - files, gcp, storage
|
|
101
|
+
- [ ] tier_1 / storage / Azure Blob Storage (azure-blob-storage) - files, azure, storage
|
|
102
|
+
- [ ] tier_1 / workflow / Vercel (vercel) - deployments, dev
|
|
103
|
+
- [ ] tier_2 / workflow / Netlify (netlify) - deployments, dev
|
|
104
|
+
- [ ] tier_1 / workflow / Cloudflare (cloudflare) - edge, dev, dns
|
|
105
|
+
- [ ] tier_1 / workflow / Sentry (sentry) - errors, observability, dev
|
|
106
|
+
- [ ] tier_1 / database / Datadog (datadog) - observability, logs, metrics
|
|
107
|
+
- [ ] tier_2 / database / New Relic (new-relic) - observability, logs, metrics
|
|
108
|
+
- [ ] tier_1 / workflow / PagerDuty (pagerduty) - incident, on-call
|
|
109
|
+
- [ ] tier_2 / workflow / Opsgenie (opsgenie) - incident, on-call, atlassian
|
|
110
|
+
- [ ] tier_1 / internal / Okta (okta) - identity, security
|
|
111
|
+
- [ ] tier_1 / internal / Auth0 (auth0) - identity, security
|
|
112
|
+
- [ ] tier_1 / workflow / Workday (workday) - hr, finance, enterprise
|
|
113
|
+
- [ ] tier_1 / workflow / BambooHR (bamboohr) - hr, people
|
|
114
|
+
- [ ] tier_1 / workflow / Greenhouse (greenhouse) - recruiting, hr
|
|
115
|
+
- [ ] tier_1 / workflow / Lever (lever) - recruiting, hr
|
|
116
|
+
- [ ] tier_1 / workflow / Gusto (gusto) - payroll, hr
|
|
117
|
+
- [ ] tier_1 / workflow / Rippling (rippling) - hr, it, identity
|
|
118
|
+
- [ ] tier_1 / docs / DocuSign (docusign) - contracts, signature, legal
|
|
119
|
+
- [ ] tier_1 / docs / PandaDoc (pandadoc) - contracts, signature, sales
|
|
120
|
+
- [ ] tier_2 / docs / Dropbox Sign (hellosign) - contracts, signature
|
|
121
|
+
- [ ] tier_1 / workflow / Clio (clio) - legal, practice-management
|
|
122
|
+
- [ ] tier_1 / docs / Ironclad (ironclad) - legal, contracts
|
|
123
|
+
- [ ] tier_2 / docs / LexisNexis (lexisnexis) - legal, research
|
|
124
|
+
- [ ] tier_0 / calendar / Calendly (calendly) - scheduling, calendar
|
|
125
|
+
- [ ] tier_1 / calendar / Cal.com (cal-com) - scheduling, calendar
|
|
126
|
+
- [ ] tier_0 / calendar / Zoom (zoom) - meetings, video, calendar
|
|
127
|
+
- [ ] tier_1 / calendar / Google Meet (google-meet) - meetings, google, video
|
|
128
|
+
- [ ] tier_0 / internal / Microsoft Graph (microsoft-graph) - microsoft, enterprise, identity
|
|
129
|
+
- [ ] tier_0 / workflow / OpenAI (openai) - ai, llm
|
|
130
|
+
- [ ] tier_1 / workflow / Anthropic (anthropic) - ai, llm
|
|
131
|
+
- [ ] tier_1 / workflow / Google Gemini (gemini) - ai, llm, google
|
|
132
|
+
- [ ] tier_1 / workflow / Hugging Face (huggingface) - ai, models
|
|
133
|
+
- [ ] tier_1 / database / Pinecone (pinecone) - vector, database, ai
|
|
134
|
+
- [ ] tier_1 / database / Weaviate (weaviate) - vector, database, ai
|
|
135
|
+
- [ ] tier_1 / database / Qdrant (qdrant) - vector, database, ai
|
|
136
|
+
- [ ] tier_1 / workflow / Zapier (zapier) - automation, workflow
|
|
137
|
+
- [ ] tier_1 / workflow / Make (make) - automation, workflow
|
|
138
|
+
- [ ] tier_1 / workflow / Nango (nango) - integration-platform, oauth
|
|
139
|
+
- [ ] tier_1 / workflow / Pipedream (pipedream) - integration-platform, workflow
|
|
140
|
+
- [ ] tier_1 / workflow / Activepieces (activepieces) - automation, workflow, open-source
|
|
141
|
+
- [ ] tier_0 / webhook / Generic Webhook (webhook) - webhook, http, events
|
|
142
|
+
- [ ] tier_0 / workflow / HTTP Request (http) - http, api, webhook
|
|
143
|
+
- [ ] tier_1 / webhook / RSS (rss) - feeds, content
|
|
144
|
+
- [ ] long_tail / workflow / Zapier Transfer (zapier-transfer) - automation, migration
|
|
145
|
+
- [ ] tier_1 / workflow / Typeform (typeform) - forms, marketing
|
|
146
|
+
- [ ] tier_1 / workflow / Google Forms (google-forms) - forms, google
|
|
147
|
+
- [ ] tier_2 / workflow / Jotform (jotform) - forms
|
|
148
|
+
- [ ] tier_1 / workflow / Webflow (webflow) - cms, website
|
|
149
|
+
- [ ] tier_1 / workflow / WordPress (wordpress) - cms, website
|
|
150
|
+
- [ ] tier_1 / docs / Contentful (contentful) - cms, content
|
|
151
|
+
- [ ] tier_1 / docs / Sanity (sanity) - cms, content
|
|
152
|
+
- [ ] tier_0 / docs / Figma (figma) - design, creative
|
|
153
|
+
- [ ] tier_1 / docs / Canva (canva) - design, creative
|
|
154
|
+
- [ ] tier_1 / storage / Adobe Creative Cloud (adobe-creative-cloud) - design, creative, files
|
|
155
|
+
- [ ] tier_1 / docs / Miro (miro) - whiteboard, collaboration
|
|
156
|
+
- [ ] tier_2 / docs / FigJam (figjam) - whiteboard, design
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# Integration Coverage Checklist
|
|
2
|
+
|
|
3
|
+
Goal: cover the integrations that make agents useful for 99% of practical product workflows: ingesting data, searching context, drafting or updating records, triggering workflows, and safely performing writes with approval.
|
|
4
|
+
|
|
5
|
+
## Strategy
|
|
6
|
+
|
|
7
|
+
- Use `buildIntegrationCoverageConnectors()` for broad planning/catalog coverage.
|
|
8
|
+
- Use vendor gateways such as Nango, Pipedream, Activepieces, and custom HTTP providers for long-tail OAuth/API coverage.
|
|
9
|
+
- Promote high-volume, sensitive, or moat-critical connectors into first-party `ConnectorAdapter`s.
|
|
10
|
+
- Do not claim a connector is executable until it has auth, scope, action, error, rate-limit, idempotency, and approval-path tests.
|
|
11
|
+
- Keep every connector behind `IntegrationHub`, capability tokens, policy checks, and sandbox invocation envelopes.
|
|
12
|
+
|
|
13
|
+
## Release Gates
|
|
14
|
+
|
|
15
|
+
- [x] One normalized connector contract for apps, sandboxes, and agents.
|
|
16
|
+
- [x] Central sandbox invocation envelope validation.
|
|
17
|
+
- [x] Coverage catalog for 100+ high-value integrations.
|
|
18
|
+
- [ ] Builder UI consumes the coverage catalog for app planning.
|
|
19
|
+
- [ ] Generated sandbox apps can request missing connections from the catalog.
|
|
20
|
+
- [ ] Live smoke credentials exist for Tier 0 connectors.
|
|
21
|
+
- [ ] Tier 0 connector failures are classified by auth, scope, rate-limit, provider outage, validation, approval, and conflict.
|
|
22
|
+
- [ ] Tier 0 write actions have idempotency and approval tests.
|
|
23
|
+
- [ ] Provider gateway adapters can import/sync catalog metadata from Nango/Pipedream/Activepieces registries.
|
|
24
|
+
|
|
25
|
+
## Tier 0 First-Party Promotion Queue
|
|
26
|
+
|
|
27
|
+
- [x] Google Calendar
|
|
28
|
+
- [x] Google Sheets
|
|
29
|
+
- [x] Slack
|
|
30
|
+
- [x] HubSpot
|
|
31
|
+
- [x] Notion database
|
|
32
|
+
- [x] Stripe payments pack
|
|
33
|
+
- [x] Twilio SMS
|
|
34
|
+
- [x] Generic webhook
|
|
35
|
+
- [ ] Gmail
|
|
36
|
+
- [ ] Outlook Mail
|
|
37
|
+
- [ ] Outlook Calendar
|
|
38
|
+
- [ ] Google Drive
|
|
39
|
+
- [ ] Google Docs
|
|
40
|
+
- [ ] Microsoft Teams
|
|
41
|
+
- [ ] OneDrive
|
|
42
|
+
- [ ] Airtable
|
|
43
|
+
- [ ] Salesforce
|
|
44
|
+
- [ ] Linear
|
|
45
|
+
- [ ] Jira
|
|
46
|
+
- [ ] GitHub
|
|
47
|
+
- [ ] Zendesk
|
|
48
|
+
- [ ] Intercom
|
|
49
|
+
- [ ] QuickBooks
|
|
50
|
+
- [ ] Shopify
|
|
51
|
+
- [ ] Mailchimp
|
|
52
|
+
- [ ] Klaviyo
|
|
53
|
+
- [ ] Google Analytics
|
|
54
|
+
- [ ] Snowflake
|
|
55
|
+
- [ ] BigQuery
|
|
56
|
+
- [ ] Postgres
|
|
57
|
+
- [ ] Amazon S3
|
|
58
|
+
- [ ] Calendly
|
|
59
|
+
- [ ] Zoom
|
|
60
|
+
- [ ] Microsoft Graph
|
|
61
|
+
- [ ] OpenAI
|
|
62
|
+
- [ ] Figma
|
|
63
|
+
|
|
64
|
+
## Coverage Catalog
|
|
65
|
+
|
|
66
|
+
The exhaustive checklist is generated from `integrationCoverageChecklistMarkdown()`. Current catalog scope includes:
|
|
67
|
+
|
|
68
|
+
- Email and calendar: Gmail, Outlook, Google Calendar, Outlook Calendar, Calendly, Zoom.
|
|
69
|
+
- Collaboration: Slack, Teams, Discord, Telegram, WhatsApp Business.
|
|
70
|
+
- Knowledge and files: Google Drive, OneDrive, Dropbox, Box, Google Docs, Notion, Confluence, SharePoint.
|
|
71
|
+
- CRM and support: HubSpot, Salesforce, Pipedrive, Zoho, Zendesk, Intercom, Freshdesk, Help Scout, Front.
|
|
72
|
+
- Project and dev: Linear, Jira, GitHub, GitLab, Asana, Trello, ClickUp, Sentry, Datadog, PagerDuty.
|
|
73
|
+
- Commerce and finance: Stripe, QuickBooks, Xero, NetSuite, Shopify, WooCommerce, Amazon Seller Central.
|
|
74
|
+
- Marketing and social: Mailchimp, Klaviyo, Marketo, Braze, Facebook Pages, Instagram Business, LinkedIn, X, YouTube.
|
|
75
|
+
- Data and infra: Snowflake, BigQuery, Redshift, Postgres, MySQL, MongoDB, Supabase, Firebase, S3, Cloudflare.
|
|
76
|
+
- HR/legal/signature: Workday, BambooHR, Greenhouse, Lever, Gusto, Rippling, DocuSign, Ironclad, Clio.
|
|
77
|
+
- AI/vector/workflow: OpenAI, Anthropic, Gemini, Hugging Face, Pinecone, Weaviate, Qdrant, Zapier, Make, Nango, Pipedream, Activepieces.
|
|
78
|
+
|
|
79
|
+
## Next Build Loop
|
|
80
|
+
|
|
81
|
+
- [ ] Wire Builder to show Tier 0 missing connections from the coverage catalog.
|
|
82
|
+
- [ ] Add Gmail first-party adapter.
|
|
83
|
+
- [ ] Add GitHub first-party adapter.
|
|
84
|
+
- [ ] Add Salesforce or Zendesk first-party adapter.
|
|
85
|
+
- [ ] Add live smoke-test harness that skips only when explicit credentials are absent.
|
|
86
|
+
- [ ] Add gateway sync job for Nango/Pipedream/Activepieces metadata.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-integrations",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Vendor-neutral integration contracts and runtime helpers for sandbox and agent apps.",
|
|
5
5
|
"homepage": "https://github.com/tangle-network/agent-integrations#readme",
|
|
6
6
|
"repository": {
|