@vm0/cli 9.122.11 → 9.123.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/{chunk-EL3VZKV3.js → chunk-ZHRTF6MS.js} +801 -16
- package/{chunk-EL3VZKV3.js.map → chunk-ZHRTF6MS.js.map} +1 -1
- package/index.js +9 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +89 -32
- package/zero.js.map +1 -1
|
@@ -73642,7 +73642,7 @@ if (DSN) {
|
|
|
73642
73642
|
init2({
|
|
73643
73643
|
dsn: DSN,
|
|
73644
73644
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
73645
|
-
release: "9.
|
|
73645
|
+
release: "9.123.0",
|
|
73646
73646
|
sendDefaultPii: false,
|
|
73647
73647
|
tracesSampleRate: 0,
|
|
73648
73648
|
shutdownTimeout: 500,
|
|
@@ -73661,7 +73661,7 @@ if (DSN) {
|
|
|
73661
73661
|
}
|
|
73662
73662
|
});
|
|
73663
73663
|
setContext("cli", {
|
|
73664
|
-
version: "9.
|
|
73664
|
+
version: "9.123.0",
|
|
73665
73665
|
command: process.argv.slice(2).join(" ")
|
|
73666
73666
|
});
|
|
73667
73667
|
setContext("runtime", {
|
|
@@ -88803,6 +88803,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
88803
88803
|
},
|
|
88804
88804
|
defaultAuthMethod: "api-token"
|
|
88805
88805
|
},
|
|
88806
|
+
helicone: {
|
|
88807
|
+
label: "Helicone",
|
|
88808
|
+
helpText: "Connect to Helicone for LLM cost tracking, request logging, and performance analytics.",
|
|
88809
|
+
environmentMapping: {
|
|
88810
|
+
HELICONE_TOKEN: "$secrets.HELICONE_TOKEN"
|
|
88811
|
+
},
|
|
88812
|
+
authMethods: {
|
|
88813
|
+
"api-token": {
|
|
88814
|
+
label: "API Key",
|
|
88815
|
+
helpText: "Go to helicone.ai \u2192 Settings \u2192 API Keys \u2192 create a new key.",
|
|
88816
|
+
secrets: {
|
|
88817
|
+
HELICONE_TOKEN: {
|
|
88818
|
+
label: "API Key",
|
|
88819
|
+
required: true,
|
|
88820
|
+
placeholder: "sk-helicone-..."
|
|
88821
|
+
}
|
|
88822
|
+
}
|
|
88823
|
+
}
|
|
88824
|
+
},
|
|
88825
|
+
defaultAuthMethod: "api-token"
|
|
88826
|
+
},
|
|
88806
88827
|
hubspot: {
|
|
88807
88828
|
label: "HubSpot",
|
|
88808
88829
|
environmentMapping: {
|
|
@@ -89319,6 +89340,25 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
89319
89340
|
},
|
|
89320
89341
|
defaultAuthMethod: "api-token"
|
|
89321
89342
|
},
|
|
89343
|
+
mem0: {
|
|
89344
|
+
label: "Mem0",
|
|
89345
|
+
helpText: "Connect to Mem0 for persistent AI memory across conversations and sessions.",
|
|
89346
|
+
environmentMapping: { MEM0_TOKEN: "$secrets.MEM0_TOKEN" },
|
|
89347
|
+
authMethods: {
|
|
89348
|
+
"api-token": {
|
|
89349
|
+
label: "API Key",
|
|
89350
|
+
helpText: "Go to [app.mem0.ai](https://app.mem0.ai) \u2192 **API Keys** \u2192 create or copy your key.",
|
|
89351
|
+
secrets: {
|
|
89352
|
+
MEM0_TOKEN: {
|
|
89353
|
+
label: "API Key",
|
|
89354
|
+
required: true,
|
|
89355
|
+
placeholder: "m0-..."
|
|
89356
|
+
}
|
|
89357
|
+
}
|
|
89358
|
+
}
|
|
89359
|
+
},
|
|
89360
|
+
defaultAuthMethod: "api-token"
|
|
89361
|
+
},
|
|
89322
89362
|
metabase: {
|
|
89323
89363
|
label: "Metabase",
|
|
89324
89364
|
environmentMapping: {
|
|
@@ -89556,6 +89596,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
89556
89596
|
},
|
|
89557
89597
|
defaultAuthMethod: "api-token"
|
|
89558
89598
|
},
|
|
89599
|
+
e2b: {
|
|
89600
|
+
label: "E2B",
|
|
89601
|
+
environmentMapping: {
|
|
89602
|
+
E2B_TOKEN: "$secrets.E2B_TOKEN"
|
|
89603
|
+
},
|
|
89604
|
+
helpText: "Connect your E2B account to create and manage secure cloud sandboxes for AI code execution",
|
|
89605
|
+
authMethods: {
|
|
89606
|
+
"api-token": {
|
|
89607
|
+
label: "API Key",
|
|
89608
|
+
helpText: "1. Sign up at [e2b.dev](https://e2b.dev)\n2. Go to Dashboard \u2192 **API Keys**\n3. Click **Create API Key**\n4. Copy the key (starts with `e2b_`). Paste it here.",
|
|
89609
|
+
secrets: {
|
|
89610
|
+
E2B_TOKEN: {
|
|
89611
|
+
label: "API Key",
|
|
89612
|
+
required: true,
|
|
89613
|
+
placeholder: "e2b_..."
|
|
89614
|
+
}
|
|
89615
|
+
}
|
|
89616
|
+
}
|
|
89617
|
+
},
|
|
89618
|
+
defaultAuthMethod: "api-token"
|
|
89619
|
+
},
|
|
89559
89620
|
figma: {
|
|
89560
89621
|
label: "Figma",
|
|
89561
89622
|
environmentMapping: {
|
|
@@ -90460,6 +90521,25 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
90460
90521
|
]
|
|
90461
90522
|
}
|
|
90462
90523
|
},
|
|
90524
|
+
workos: {
|
|
90525
|
+
label: "WorkOS",
|
|
90526
|
+
helpText: "Connect to WorkOS for enterprise SSO, SCIM directory sync, RBAC fine-grained authorization, and audit log management.",
|
|
90527
|
+
environmentMapping: { WORKOS_TOKEN: "$secrets.WORKOS_TOKEN" },
|
|
90528
|
+
authMethods: {
|
|
90529
|
+
"api-token": {
|
|
90530
|
+
label: "API Key",
|
|
90531
|
+
helpText: "Go to WorkOS Dashboard \u2192 API Keys \u2192 copy your secret key (starts with `sk_live_` for production or `sk_test_` for sandbox).",
|
|
90532
|
+
secrets: {
|
|
90533
|
+
WORKOS_TOKEN: {
|
|
90534
|
+
label: "API Key",
|
|
90535
|
+
required: true,
|
|
90536
|
+
placeholder: "sk_live_..."
|
|
90537
|
+
}
|
|
90538
|
+
}
|
|
90539
|
+
}
|
|
90540
|
+
},
|
|
90541
|
+
defaultAuthMethod: "api-token"
|
|
90542
|
+
},
|
|
90463
90543
|
wrike: {
|
|
90464
90544
|
label: "Wrike",
|
|
90465
90545
|
environmentMapping: {
|
|
@@ -90736,6 +90816,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
90736
90816
|
},
|
|
90737
90817
|
defaultAuthMethod: "api-token"
|
|
90738
90818
|
},
|
|
90819
|
+
pipedrive: {
|
|
90820
|
+
label: "Pipedrive",
|
|
90821
|
+
environmentMapping: {
|
|
90822
|
+
PIPEDRIVE_TOKEN: "$secrets.PIPEDRIVE_TOKEN"
|
|
90823
|
+
},
|
|
90824
|
+
helpText: "Connect your Pipedrive account to manage your sales pipeline \u2014 deals, contacts, organizations, activities, and notes",
|
|
90825
|
+
authMethods: {
|
|
90826
|
+
"api-token": {
|
|
90827
|
+
label: "API Key",
|
|
90828
|
+
helpText: "1. In Pipedrive, click your avatar (top right) \u2192 **Personal Preferences** \u2192 **API**\n2. Copy your personal API token\n3. Paste it here",
|
|
90829
|
+
secrets: {
|
|
90830
|
+
PIPEDRIVE_TOKEN: {
|
|
90831
|
+
label: "API Key",
|
|
90832
|
+
required: true,
|
|
90833
|
+
placeholder: "your-pipedrive-api-token"
|
|
90834
|
+
}
|
|
90835
|
+
}
|
|
90836
|
+
}
|
|
90837
|
+
},
|
|
90838
|
+
defaultAuthMethod: "api-token"
|
|
90839
|
+
},
|
|
90739
90840
|
plain: {
|
|
90740
90841
|
label: "Plain",
|
|
90741
90842
|
environmentMapping: {
|
|
@@ -90879,6 +90980,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
90879
90980
|
},
|
|
90880
90981
|
defaultAuthMethod: "api-token"
|
|
90881
90982
|
},
|
|
90983
|
+
replicate: {
|
|
90984
|
+
label: "Replicate",
|
|
90985
|
+
environmentMapping: {
|
|
90986
|
+
REPLICATE_TOKEN: "$secrets.REPLICATE_TOKEN"
|
|
90987
|
+
},
|
|
90988
|
+
helpText: "Connect your Replicate account to run open-source ML models for image generation, text generation, and more",
|
|
90989
|
+
authMethods: {
|
|
90990
|
+
"api-token": {
|
|
90991
|
+
label: "API Token",
|
|
90992
|
+
helpText: "1. Sign up at [replicate.com](https://replicate.com)\n2. Click your avatar \u2192 **API Tokens**\n3. Click **Create token**, give it a name\n4. Copy the token (starts with `r8_`)\n5. Paste it here",
|
|
90993
|
+
secrets: {
|
|
90994
|
+
REPLICATE_TOKEN: {
|
|
90995
|
+
label: "API Token",
|
|
90996
|
+
required: true,
|
|
90997
|
+
placeholder: "r8_..."
|
|
90998
|
+
}
|
|
90999
|
+
}
|
|
91000
|
+
}
|
|
91001
|
+
},
|
|
91002
|
+
defaultAuthMethod: "api-token"
|
|
91003
|
+
},
|
|
90882
91004
|
pdf4me: {
|
|
90883
91005
|
label: "PDF4me",
|
|
90884
91006
|
environmentMapping: {
|
|
@@ -90990,6 +91112,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
90990
91112
|
},
|
|
90991
91113
|
defaultAuthMethod: "api-token"
|
|
90992
91114
|
},
|
|
91115
|
+
pinecone: {
|
|
91116
|
+
label: "Pinecone",
|
|
91117
|
+
environmentMapping: {
|
|
91118
|
+
PINECONE_TOKEN: "$secrets.PINECONE_TOKEN"
|
|
91119
|
+
},
|
|
91120
|
+
helpText: "Connect your Pinecone account for vector database operations, semantic search, and managing embeddings",
|
|
91121
|
+
authMethods: {
|
|
91122
|
+
"api-token": {
|
|
91123
|
+
label: "API Key",
|
|
91124
|
+
helpText: "1. Log in to [Pinecone](https://app.pinecone.io)\n2. Go to **API Keys** in the left sidebar\n3. Copy your default API key or create a new one",
|
|
91125
|
+
secrets: {
|
|
91126
|
+
PINECONE_TOKEN: {
|
|
91127
|
+
label: "API Key",
|
|
91128
|
+
required: true,
|
|
91129
|
+
placeholder: "pcsk_..."
|
|
91130
|
+
}
|
|
91131
|
+
}
|
|
91132
|
+
}
|
|
91133
|
+
},
|
|
91134
|
+
defaultAuthMethod: "api-token"
|
|
91135
|
+
},
|
|
90993
91136
|
pika: {
|
|
90994
91137
|
label: "Pika",
|
|
90995
91138
|
environmentMapping: {
|
|
@@ -91241,6 +91384,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
91241
91384
|
},
|
|
91242
91385
|
defaultAuthMethod: "api-token"
|
|
91243
91386
|
},
|
|
91387
|
+
exa: {
|
|
91388
|
+
label: "Exa",
|
|
91389
|
+
environmentMapping: {
|
|
91390
|
+
EXA_TOKEN: "$secrets.EXA_TOKEN"
|
|
91391
|
+
},
|
|
91392
|
+
helpText: "Connect your Exa account to perform AI-native semantic web search, retrieve page contents, and find similar pages",
|
|
91393
|
+
authMethods: {
|
|
91394
|
+
"api-token": {
|
|
91395
|
+
label: "API Key",
|
|
91396
|
+
helpText: "1. Sign up at [dashboard.exa.ai](https://dashboard.exa.ai)\n2. Click your account \u2192 **API Keys** \u2192 **Create API Key**\n3. Copy the key (starts with `exa_`). Free tier: 1,000 requests/month.",
|
|
91397
|
+
secrets: {
|
|
91398
|
+
EXA_TOKEN: {
|
|
91399
|
+
label: "API Key",
|
|
91400
|
+
required: true,
|
|
91401
|
+
placeholder: "exa_..."
|
|
91402
|
+
}
|
|
91403
|
+
}
|
|
91404
|
+
}
|
|
91405
|
+
},
|
|
91406
|
+
defaultAuthMethod: "api-token"
|
|
91407
|
+
},
|
|
91244
91408
|
explorium: {
|
|
91245
91409
|
label: "Explorium",
|
|
91246
91410
|
environmentMapping: {
|
|
@@ -91415,6 +91579,25 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
91415
91579
|
},
|
|
91416
91580
|
defaultAuthMethod: "api-token"
|
|
91417
91581
|
},
|
|
91582
|
+
zep: {
|
|
91583
|
+
label: "Zep",
|
|
91584
|
+
helpText: "Connect to Zep for long-term memory and conversation history management in AI agents.",
|
|
91585
|
+
environmentMapping: { ZEP_TOKEN: "$secrets.ZEP_TOKEN" },
|
|
91586
|
+
authMethods: {
|
|
91587
|
+
"api-token": {
|
|
91588
|
+
label: "API Key",
|
|
91589
|
+
helpText: "1. Log in to [app.getzep.com](https://app.getzep.com)\n2. Go to **Settings**\n3. Navigate to **API Keys**\n4. Click **Create API Key** and copy the key",
|
|
91590
|
+
secrets: {
|
|
91591
|
+
ZEP_TOKEN: {
|
|
91592
|
+
label: "API Key",
|
|
91593
|
+
required: true,
|
|
91594
|
+
placeholder: "z_..."
|
|
91595
|
+
}
|
|
91596
|
+
}
|
|
91597
|
+
}
|
|
91598
|
+
},
|
|
91599
|
+
defaultAuthMethod: "api-token"
|
|
91600
|
+
},
|
|
91418
91601
|
zeptomail: {
|
|
91419
91602
|
label: "ZeptoMail",
|
|
91420
91603
|
environmentMapping: {
|
|
@@ -91507,6 +91690,28 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
91507
91690
|
},
|
|
91508
91691
|
defaultAuthMethod: "api-token"
|
|
91509
91692
|
},
|
|
91693
|
+
"stability-ai": {
|
|
91694
|
+
label: "Stability AI",
|
|
91695
|
+
environmentMapping: {
|
|
91696
|
+
STABILITY_TOKEN: "$secrets.STABILITY_TOKEN"
|
|
91697
|
+
},
|
|
91698
|
+
featureFlag: "stabilityAiConnector" /* StabilityAiConnector */,
|
|
91699
|
+
helpText: "Connect your Stability AI account to generate images using Stable Diffusion models",
|
|
91700
|
+
authMethods: {
|
|
91701
|
+
"api-token": {
|
|
91702
|
+
label: "API Key",
|
|
91703
|
+
helpText: "1. Sign up at [platform.stability.ai](https://platform.stability.ai)\n2. Go to **Account \u2192 API Keys \u2192 Create API Key**\n3. Copy the key (starts with `sk-`). Paste here. Free credits on signup.",
|
|
91704
|
+
secrets: {
|
|
91705
|
+
STABILITY_TOKEN: {
|
|
91706
|
+
label: "API Key",
|
|
91707
|
+
required: true,
|
|
91708
|
+
placeholder: "sk-..."
|
|
91709
|
+
}
|
|
91710
|
+
}
|
|
91711
|
+
}
|
|
91712
|
+
},
|
|
91713
|
+
defaultAuthMethod: "api-token"
|
|
91714
|
+
},
|
|
91510
91715
|
streak: {
|
|
91511
91716
|
label: "Streak",
|
|
91512
91717
|
environmentMapping: {
|
|
@@ -91618,6 +91823,27 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
91618
91823
|
},
|
|
91619
91824
|
defaultAuthMethod: "api-token"
|
|
91620
91825
|
},
|
|
91826
|
+
together: {
|
|
91827
|
+
label: "Together AI",
|
|
91828
|
+
environmentMapping: {
|
|
91829
|
+
TOGETHER_TOKEN: "$secrets.TOGETHER_TOKEN"
|
|
91830
|
+
},
|
|
91831
|
+
helpText: "Connect your Together AI account to run open-source models (Llama, Qwen, FLUX) via an OpenAI-compatible API",
|
|
91832
|
+
authMethods: {
|
|
91833
|
+
"api-token": {
|
|
91834
|
+
label: "API Key",
|
|
91835
|
+
helpText: "1. Sign up at [api.together.ai](https://api.together.ai)\n2. Go to **Settings \u2192 API Keys**\n3. Click **Create API Key**\n4. Copy the key. Paste it here. Free $1 credit on signup.",
|
|
91836
|
+
secrets: {
|
|
91837
|
+
TOGETHER_TOKEN: {
|
|
91838
|
+
label: "API Key",
|
|
91839
|
+
required: true,
|
|
91840
|
+
placeholder: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ff"
|
|
91841
|
+
}
|
|
91842
|
+
}
|
|
91843
|
+
}
|
|
91844
|
+
},
|
|
91845
|
+
defaultAuthMethod: "api-token"
|
|
91846
|
+
},
|
|
91621
91847
|
twenty: {
|
|
91622
91848
|
label: "Twenty",
|
|
91623
91849
|
environmentMapping: {
|
|
@@ -91878,6 +92104,48 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
91878
92104
|
},
|
|
91879
92105
|
defaultAuthMethod: "api-token"
|
|
91880
92106
|
},
|
|
92107
|
+
luma: {
|
|
92108
|
+
label: "Luma AI",
|
|
92109
|
+
environmentMapping: {
|
|
92110
|
+
LUMA_TOKEN: "$secrets.LUMA_TOKEN"
|
|
92111
|
+
},
|
|
92112
|
+
helpText: "Connect your Luma AI account to generate videos and images using the Dream Machine API",
|
|
92113
|
+
authMethods: {
|
|
92114
|
+
"api-token": {
|
|
92115
|
+
label: "API Key",
|
|
92116
|
+
helpText: "1. Sign up at [lumalabs.ai](https://lumalabs.ai)\n2. Go to [lumalabs.ai/dream-machine/api](https://lumalabs.ai/dream-machine/api) or account settings \u2192 API Keys\n3. Create a new API key and copy it\n4. Paste the key here",
|
|
92117
|
+
secrets: {
|
|
92118
|
+
LUMA_TOKEN: {
|
|
92119
|
+
label: "API Key",
|
|
92120
|
+
required: true,
|
|
92121
|
+
placeholder: "your-luma-api-key"
|
|
92122
|
+
}
|
|
92123
|
+
}
|
|
92124
|
+
}
|
|
92125
|
+
},
|
|
92126
|
+
defaultAuthMethod: "api-token"
|
|
92127
|
+
},
|
|
92128
|
+
langsmith: {
|
|
92129
|
+
label: "LangSmith",
|
|
92130
|
+
helpText: "Connect to LangSmith for LLM tracing, evaluation, and dataset management.",
|
|
92131
|
+
environmentMapping: {
|
|
92132
|
+
LANGSMITH_TOKEN: "$secrets.LANGSMITH_TOKEN"
|
|
92133
|
+
},
|
|
92134
|
+
authMethods: {
|
|
92135
|
+
"api-token": {
|
|
92136
|
+
label: "API Key",
|
|
92137
|
+
helpText: "Go to [smith.langchain.com](https://smith.langchain.com) \u2192 Settings \u2192 API Keys \u2192 Create API Key.",
|
|
92138
|
+
secrets: {
|
|
92139
|
+
LANGSMITH_TOKEN: {
|
|
92140
|
+
label: "API Key",
|
|
92141
|
+
required: true,
|
|
92142
|
+
placeholder: "lsv2_pt_..."
|
|
92143
|
+
}
|
|
92144
|
+
}
|
|
92145
|
+
}
|
|
92146
|
+
},
|
|
92147
|
+
defaultAuthMethod: "api-token"
|
|
92148
|
+
},
|
|
91881
92149
|
mailsac: {
|
|
91882
92150
|
label: "Mailsac",
|
|
91883
92151
|
environmentMapping: {
|
|
@@ -92518,6 +92786,103 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
92518
92786
|
"webinar:read:webinar"
|
|
92519
92787
|
]
|
|
92520
92788
|
}
|
|
92789
|
+
},
|
|
92790
|
+
groq: {
|
|
92791
|
+
label: "Groq",
|
|
92792
|
+
tags: ["llm", "ai", "llama", "inference"],
|
|
92793
|
+
environmentMapping: {
|
|
92794
|
+
GROQ_TOKEN: "$secrets.GROQ_TOKEN"
|
|
92795
|
+
},
|
|
92796
|
+
helpText: "Connect your Groq account to run ultra-fast LLM inference on open-weight models (Llama, Mixtral, Gemma) and Whisper audio transcription using Groq's LPU hardware",
|
|
92797
|
+
authMethods: {
|
|
92798
|
+
"api-token": {
|
|
92799
|
+
label: "API Key",
|
|
92800
|
+
helpText: "1. Sign up at [console.groq.com](https://console.groq.com)\n2. Click **API Keys** in the left sidebar\n3. Click **Create API Key**, name it, and copy it immediately \u2014 it is shown only once\n4. Paste it here. Free tier available; the key is org-bound.",
|
|
92801
|
+
secrets: {
|
|
92802
|
+
GROQ_TOKEN: {
|
|
92803
|
+
label: "API Key",
|
|
92804
|
+
required: true,
|
|
92805
|
+
placeholder: "gsk_..."
|
|
92806
|
+
}
|
|
92807
|
+
}
|
|
92808
|
+
}
|
|
92809
|
+
},
|
|
92810
|
+
defaultAuthMethod: "api-token"
|
|
92811
|
+
},
|
|
92812
|
+
langfuse: {
|
|
92813
|
+
label: "Langfuse",
|
|
92814
|
+
tags: ["observability", "tracing", "llm", "analytics"],
|
|
92815
|
+
environmentMapping: {
|
|
92816
|
+
LANGFUSE_PUBLIC_KEY: "$secrets.LANGFUSE_PUBLIC_KEY",
|
|
92817
|
+
LANGFUSE_SECRET_KEY: "$secrets.LANGFUSE_SECRET_KEY"
|
|
92818
|
+
},
|
|
92819
|
+
helpText: "Connect your Langfuse project to ingest LLM traces, attach evaluate scores, and manage prompt templates",
|
|
92820
|
+
authMethods: {
|
|
92821
|
+
"api-token": {
|
|
92822
|
+
label: "API Keys",
|
|
92823
|
+
helpText: "1. Sign up at [cloud.langfuse.com](https://cloud.langfuse.com)\n2. Create an organization and a project\n3. In project **Settings \u2192 API Keys**, click **Create new API keys**\n4. Copy both the **Public Key** (`pk-lf-...`) and the **Secret Key** (`sk-lf-...`) \u2014 the secret is shown only once\n5. Paste both values into the fields below",
|
|
92824
|
+
secrets: {
|
|
92825
|
+
LANGFUSE_PUBLIC_KEY: {
|
|
92826
|
+
label: "Public Key",
|
|
92827
|
+
required: true,
|
|
92828
|
+
placeholder: "pk-lf-..."
|
|
92829
|
+
},
|
|
92830
|
+
LANGFUSE_SECRET_KEY: {
|
|
92831
|
+
label: "Secret Key",
|
|
92832
|
+
required: true,
|
|
92833
|
+
placeholder: "sk-lf-..."
|
|
92834
|
+
}
|
|
92835
|
+
}
|
|
92836
|
+
}
|
|
92837
|
+
},
|
|
92838
|
+
defaultAuthMethod: "api-token"
|
|
92839
|
+
},
|
|
92840
|
+
n8n: {
|
|
92841
|
+
label: "n8n",
|
|
92842
|
+
helpText: "Connect your n8n instance to manage workflows, trigger executions, and automate processes",
|
|
92843
|
+
environmentMapping: {
|
|
92844
|
+
N8N_TOKEN: "$secrets.N8N_TOKEN",
|
|
92845
|
+
N8N_BASE_URL: "$vars.N8N_BASE_URL"
|
|
92846
|
+
},
|
|
92847
|
+
authMethods: {
|
|
92848
|
+
"api-token": {
|
|
92849
|
+
label: "API Key",
|
|
92850
|
+
helpText: "1. Open your n8n instance\n2. Go to **Settings** \u2192 **n8n API**\n3. Click **Create an API key**\n4. Copy the key and paste it below\n5. Set your instance URL (e.g. `https://your-instance.app.n8n.cloud`)",
|
|
92851
|
+
secrets: {
|
|
92852
|
+
N8N_TOKEN: {
|
|
92853
|
+
label: "API Key",
|
|
92854
|
+
required: true,
|
|
92855
|
+
placeholder: "n8n_api_CoffeeSafeLocalCoffeeSafeLocalCo"
|
|
92856
|
+
},
|
|
92857
|
+
N8N_BASE_URL: {
|
|
92858
|
+
label: "Instance URL",
|
|
92859
|
+
required: true,
|
|
92860
|
+
type: "variable",
|
|
92861
|
+
placeholder: "https://your-instance.app.n8n.cloud"
|
|
92862
|
+
}
|
|
92863
|
+
}
|
|
92864
|
+
}
|
|
92865
|
+
},
|
|
92866
|
+
defaultAuthMethod: "api-token"
|
|
92867
|
+
},
|
|
92868
|
+
wandb: {
|
|
92869
|
+
label: "Weights & Biases",
|
|
92870
|
+
helpText: "Connect to Weights & Biases for ML experiment tracking and LLM observability.",
|
|
92871
|
+
environmentMapping: { WANDB_TOKEN: "$secrets.WANDB_TOKEN" },
|
|
92872
|
+
authMethods: {
|
|
92873
|
+
"api-token": {
|
|
92874
|
+
label: "API Key",
|
|
92875
|
+
helpText: "Go to wandb.ai \u2192 Settings \u2192 API Keys \u2192 copy your key.",
|
|
92876
|
+
secrets: {
|
|
92877
|
+
WANDB_TOKEN: {
|
|
92878
|
+
label: "API Key",
|
|
92879
|
+
required: true,
|
|
92880
|
+
placeholder: "Your W&B API Key"
|
|
92881
|
+
}
|
|
92882
|
+
}
|
|
92883
|
+
}
|
|
92884
|
+
},
|
|
92885
|
+
defaultAuthMethod: "api-token"
|
|
92521
92886
|
}
|
|
92522
92887
|
};
|
|
92523
92888
|
var CONNECTOR_TYPES = CONNECTOR_TYPES_DEF;
|
|
@@ -97514,6 +97879,27 @@ var duffelFirewall = {
|
|
|
97514
97879
|
]
|
|
97515
97880
|
};
|
|
97516
97881
|
|
|
97882
|
+
// ../../packages/core/src/firewalls/e2b.generated.ts
|
|
97883
|
+
init_esm_shims();
|
|
97884
|
+
var e2bFirewall = {
|
|
97885
|
+
name: "e2b",
|
|
97886
|
+
description: "E2B",
|
|
97887
|
+
placeholders: {
|
|
97888
|
+
E2B_TOKEN: "e2b_CoffeeSafeLocalCoffeeSafeLocalCoffee"
|
|
97889
|
+
},
|
|
97890
|
+
apis: [
|
|
97891
|
+
{
|
|
97892
|
+
base: "https://api.e2b.app",
|
|
97893
|
+
auth: {
|
|
97894
|
+
headers: {
|
|
97895
|
+
"X-API-Key": "${{ secrets.E2B_TOKEN }}"
|
|
97896
|
+
}
|
|
97897
|
+
},
|
|
97898
|
+
permissions: []
|
|
97899
|
+
}
|
|
97900
|
+
]
|
|
97901
|
+
};
|
|
97902
|
+
|
|
97517
97903
|
// ../../packages/core/src/firewalls/elevenlabs.generated.ts
|
|
97518
97904
|
init_esm_shims();
|
|
97519
97905
|
var elevenlabsFirewall = {
|
|
@@ -97535,6 +97921,27 @@ var elevenlabsFirewall = {
|
|
|
97535
97921
|
]
|
|
97536
97922
|
};
|
|
97537
97923
|
|
|
97924
|
+
// ../../packages/core/src/firewalls/exa.generated.ts
|
|
97925
|
+
init_esm_shims();
|
|
97926
|
+
var exaFirewall = {
|
|
97927
|
+
name: "exa",
|
|
97928
|
+
description: "Exa",
|
|
97929
|
+
placeholders: {
|
|
97930
|
+
EXA_TOKEN: "exa_CoffeeSafeLocalCoffeeSafeLocalCof"
|
|
97931
|
+
},
|
|
97932
|
+
apis: [
|
|
97933
|
+
{
|
|
97934
|
+
base: "https://api.exa.ai",
|
|
97935
|
+
auth: {
|
|
97936
|
+
headers: {
|
|
97937
|
+
"x-api-key": "${{ secrets.EXA_TOKEN }}"
|
|
97938
|
+
}
|
|
97939
|
+
},
|
|
97940
|
+
permissions: []
|
|
97941
|
+
}
|
|
97942
|
+
]
|
|
97943
|
+
};
|
|
97944
|
+
|
|
97538
97945
|
// ../../packages/core/src/firewalls/explorium.generated.ts
|
|
97539
97946
|
init_esm_shims();
|
|
97540
97947
|
var exploriumFirewall = {
|
|
@@ -99343,6 +99750,27 @@ var greenhouseFirewall = {
|
|
|
99343
99750
|
]
|
|
99344
99751
|
};
|
|
99345
99752
|
|
|
99753
|
+
// ../../packages/core/src/firewalls/groq.generated.ts
|
|
99754
|
+
init_esm_shims();
|
|
99755
|
+
var groqFirewall = {
|
|
99756
|
+
name: "groq",
|
|
99757
|
+
description: "Groq",
|
|
99758
|
+
placeholders: {
|
|
99759
|
+
GROQ_TOKEN: "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"
|
|
99760
|
+
},
|
|
99761
|
+
apis: [
|
|
99762
|
+
{
|
|
99763
|
+
base: "https://api.groq.com",
|
|
99764
|
+
auth: {
|
|
99765
|
+
headers: {
|
|
99766
|
+
Authorization: "Bearer ${{ secrets.GROQ_TOKEN }}"
|
|
99767
|
+
}
|
|
99768
|
+
},
|
|
99769
|
+
permissions: []
|
|
99770
|
+
}
|
|
99771
|
+
]
|
|
99772
|
+
};
|
|
99773
|
+
|
|
99346
99774
|
// ../../packages/core/src/firewalls/heygen.generated.ts
|
|
99347
99775
|
init_esm_shims();
|
|
99348
99776
|
var heygenFirewall = {
|
|
@@ -99364,6 +99792,27 @@ var heygenFirewall = {
|
|
|
99364
99792
|
]
|
|
99365
99793
|
};
|
|
99366
99794
|
|
|
99795
|
+
// ../../packages/core/src/firewalls/helicone.generated.ts
|
|
99796
|
+
init_esm_shims();
|
|
99797
|
+
var heliconeFirewall = {
|
|
99798
|
+
name: "helicone",
|
|
99799
|
+
description: "Helicone",
|
|
99800
|
+
placeholders: {
|
|
99801
|
+
HELICONE_TOKEN: "sk-helicone-c0ffee5a-fe10-ca1c-0ffe-e5afe10ca1c0"
|
|
99802
|
+
},
|
|
99803
|
+
apis: [
|
|
99804
|
+
{
|
|
99805
|
+
base: "https://api.helicone.ai",
|
|
99806
|
+
auth: {
|
|
99807
|
+
headers: {
|
|
99808
|
+
Authorization: "Bearer ${{ secrets.HELICONE_TOKEN }}"
|
|
99809
|
+
}
|
|
99810
|
+
},
|
|
99811
|
+
permissions: []
|
|
99812
|
+
}
|
|
99813
|
+
]
|
|
99814
|
+
};
|
|
99815
|
+
|
|
99367
99816
|
// ../../packages/core/src/firewalls/htmlcsstoimage.generated.ts
|
|
99368
99817
|
init_esm_shims();
|
|
99369
99818
|
var htmlcsstoimageFirewall = {
|
|
@@ -99733,6 +100182,58 @@ var larkFirewall = {
|
|
|
99733
100182
|
]
|
|
99734
100183
|
};
|
|
99735
100184
|
|
|
100185
|
+
// ../../packages/core/src/firewalls/langfuse.generated.ts
|
|
100186
|
+
init_esm_shims();
|
|
100187
|
+
var langfuseFirewall = {
|
|
100188
|
+
name: "langfuse",
|
|
100189
|
+
description: "Langfuse LLM observability and tracing API",
|
|
100190
|
+
placeholders: {
|
|
100191
|
+
LANGFUSE_PUBLIC_KEY: "pk-lf-c0ffee5a-fe10-ca1c-0ffe-e5afe10ca1c0",
|
|
100192
|
+
LANGFUSE_SECRET_KEY: "sk-lf-5afe10ca-1c0f-feec-0ffe-e5afe10ca1c0"
|
|
100193
|
+
},
|
|
100194
|
+
apis: [
|
|
100195
|
+
{
|
|
100196
|
+
base: "https://cloud.langfuse.com",
|
|
100197
|
+
auth: {
|
|
100198
|
+
headers: {
|
|
100199
|
+
Authorization: "${{ basic(secrets.LANGFUSE_PUBLIC_KEY, secrets.LANGFUSE_SECRET_KEY) }}"
|
|
100200
|
+
}
|
|
100201
|
+
},
|
|
100202
|
+
permissions: []
|
|
100203
|
+
},
|
|
100204
|
+
{
|
|
100205
|
+
base: "https://us.cloud.langfuse.com",
|
|
100206
|
+
auth: {
|
|
100207
|
+
headers: {
|
|
100208
|
+
Authorization: "${{ basic(secrets.LANGFUSE_PUBLIC_KEY, secrets.LANGFUSE_SECRET_KEY) }}"
|
|
100209
|
+
}
|
|
100210
|
+
},
|
|
100211
|
+
permissions: []
|
|
100212
|
+
}
|
|
100213
|
+
]
|
|
100214
|
+
};
|
|
100215
|
+
|
|
100216
|
+
// ../../packages/core/src/firewalls/langsmith.generated.ts
|
|
100217
|
+
init_esm_shims();
|
|
100218
|
+
var langsmithFirewall = {
|
|
100219
|
+
name: "langsmith",
|
|
100220
|
+
description: "LangSmith",
|
|
100221
|
+
placeholders: {
|
|
100222
|
+
LANGSMITH_TOKEN: "lsv2_pt_c0ffeesafe10ca1c0ffeesafe10ca1c0_ffee5afe"
|
|
100223
|
+
},
|
|
100224
|
+
apis: [
|
|
100225
|
+
{
|
|
100226
|
+
base: "https://api.smith.langchain.com",
|
|
100227
|
+
auth: {
|
|
100228
|
+
headers: {
|
|
100229
|
+
"X-Api-Key": "${{ secrets.LANGSMITH_TOKEN }}"
|
|
100230
|
+
}
|
|
100231
|
+
},
|
|
100232
|
+
permissions: []
|
|
100233
|
+
}
|
|
100234
|
+
]
|
|
100235
|
+
};
|
|
100236
|
+
|
|
99736
100237
|
// ../../packages/core/src/firewalls/line.generated.ts
|
|
99737
100238
|
init_esm_shims();
|
|
99738
100239
|
var lineFirewall = {
|
|
@@ -99796,6 +100297,27 @@ var loopsFirewall = {
|
|
|
99796
100297
|
]
|
|
99797
100298
|
};
|
|
99798
100299
|
|
|
100300
|
+
// ../../packages/core/src/firewalls/luma.generated.ts
|
|
100301
|
+
init_esm_shims();
|
|
100302
|
+
var lumaFirewall = {
|
|
100303
|
+
name: "luma",
|
|
100304
|
+
description: "Luma AI Dream Machine",
|
|
100305
|
+
placeholders: {
|
|
100306
|
+
LUMA_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalC"
|
|
100307
|
+
},
|
|
100308
|
+
apis: [
|
|
100309
|
+
{
|
|
100310
|
+
base: "https://api.lumalabs.ai",
|
|
100311
|
+
auth: {
|
|
100312
|
+
headers: {
|
|
100313
|
+
Authorization: "Bearer ${{ secrets.LUMA_TOKEN }}"
|
|
100314
|
+
}
|
|
100315
|
+
},
|
|
100316
|
+
permissions: []
|
|
100317
|
+
}
|
|
100318
|
+
]
|
|
100319
|
+
};
|
|
100320
|
+
|
|
99799
100321
|
// ../../packages/core/src/firewalls/mailchimp.generated.ts
|
|
99800
100322
|
init_esm_shims();
|
|
99801
100323
|
var mailchimpFirewall = {
|
|
@@ -99934,6 +100456,27 @@ var manusFirewall = {
|
|
|
99934
100456
|
]
|
|
99935
100457
|
};
|
|
99936
100458
|
|
|
100459
|
+
// ../../packages/core/src/firewalls/mem0.generated.ts
|
|
100460
|
+
init_esm_shims();
|
|
100461
|
+
var mem0Firewall = {
|
|
100462
|
+
name: "mem0",
|
|
100463
|
+
description: "Mem0",
|
|
100464
|
+
placeholders: {
|
|
100465
|
+
MEM0_TOKEN: "m0-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal"
|
|
100466
|
+
},
|
|
100467
|
+
apis: [
|
|
100468
|
+
{
|
|
100469
|
+
base: "https://api.mem0.ai",
|
|
100470
|
+
auth: {
|
|
100471
|
+
headers: {
|
|
100472
|
+
Authorization: "Token ${{ secrets.MEM0_TOKEN }}"
|
|
100473
|
+
}
|
|
100474
|
+
},
|
|
100475
|
+
permissions: []
|
|
100476
|
+
}
|
|
100477
|
+
]
|
|
100478
|
+
};
|
|
100479
|
+
|
|
99937
100480
|
// ../../packages/core/src/firewalls/mercury.generated.ts
|
|
99938
100481
|
init_esm_shims();
|
|
99939
100482
|
var mercuryFirewall = {
|
|
@@ -100121,6 +100664,27 @@ var msg9Firewall = {
|
|
|
100121
100664
|
]
|
|
100122
100665
|
};
|
|
100123
100666
|
|
|
100667
|
+
// ../../packages/core/src/firewalls/n8n.generated.ts
|
|
100668
|
+
init_esm_shims();
|
|
100669
|
+
var n8nFirewall = {
|
|
100670
|
+
name: "n8n",
|
|
100671
|
+
description: "n8n REST API",
|
|
100672
|
+
placeholders: {
|
|
100673
|
+
N8N_TOKEN: "n8n_api_CoffeeSafeLocalCoffeeSafeLocalCo"
|
|
100674
|
+
},
|
|
100675
|
+
apis: [
|
|
100676
|
+
{
|
|
100677
|
+
base: "${{ vars.N8N_BASE_URL }}/api/v1",
|
|
100678
|
+
auth: {
|
|
100679
|
+
headers: {
|
|
100680
|
+
"X-N8N-API-KEY": "${{ secrets.N8N_TOKEN }}"
|
|
100681
|
+
}
|
|
100682
|
+
},
|
|
100683
|
+
permissions: []
|
|
100684
|
+
}
|
|
100685
|
+
]
|
|
100686
|
+
};
|
|
100687
|
+
|
|
100124
100688
|
// ../../packages/core/src/firewalls/neon.generated.ts
|
|
100125
100689
|
init_esm_shims();
|
|
100126
100690
|
var neonFirewall = {
|
|
@@ -100367,6 +100931,27 @@ var pdfcoFirewall = {
|
|
|
100367
100931
|
]
|
|
100368
100932
|
};
|
|
100369
100933
|
|
|
100934
|
+
// ../../packages/core/src/firewalls/pinecone.generated.ts
|
|
100935
|
+
init_esm_shims();
|
|
100936
|
+
var pineconeFirewall = {
|
|
100937
|
+
name: "pinecone",
|
|
100938
|
+
description: "Pinecone",
|
|
100939
|
+
placeholders: {
|
|
100940
|
+
PINECONE_TOKEN: "pcsk_CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocalCoffeeSa"
|
|
100941
|
+
},
|
|
100942
|
+
apis: [
|
|
100943
|
+
{
|
|
100944
|
+
base: "https://api.pinecone.io",
|
|
100945
|
+
auth: {
|
|
100946
|
+
headers: {
|
|
100947
|
+
"Api-Key": "${{ secrets.PINECONE_TOKEN }}"
|
|
100948
|
+
}
|
|
100949
|
+
},
|
|
100950
|
+
permissions: []
|
|
100951
|
+
}
|
|
100952
|
+
]
|
|
100953
|
+
};
|
|
100954
|
+
|
|
100370
100955
|
// ../../packages/core/src/firewalls/pdforge.generated.ts
|
|
100371
100956
|
init_esm_shims();
|
|
100372
100957
|
var pdforgeFirewall = {
|
|
@@ -100409,6 +100994,27 @@ var perplexityFirewall = {
|
|
|
100409
100994
|
]
|
|
100410
100995
|
};
|
|
100411
100996
|
|
|
100997
|
+
// ../../packages/core/src/firewalls/pipedrive.generated.ts
|
|
100998
|
+
init_esm_shims();
|
|
100999
|
+
var pipedriveFirewall = {
|
|
101000
|
+
name: "pipedrive",
|
|
101001
|
+
description: "Pipedrive",
|
|
101002
|
+
placeholders: {
|
|
101003
|
+
PIPEDRIVE_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe"
|
|
101004
|
+
},
|
|
101005
|
+
apis: [
|
|
101006
|
+
{
|
|
101007
|
+
base: "https://api.pipedrive.com",
|
|
101008
|
+
auth: {
|
|
101009
|
+
headers: {
|
|
101010
|
+
"x-api-token": "${{ secrets.PIPEDRIVE_TOKEN }}"
|
|
101011
|
+
}
|
|
101012
|
+
},
|
|
101013
|
+
permissions: []
|
|
101014
|
+
}
|
|
101015
|
+
]
|
|
101016
|
+
};
|
|
101017
|
+
|
|
100412
101018
|
// ../../packages/core/src/firewalls/plain.generated.ts
|
|
100413
101019
|
init_esm_shims();
|
|
100414
101020
|
var plainFirewall = {
|
|
@@ -100649,6 +101255,27 @@ var reporteiFirewall = {
|
|
|
100649
101255
|
]
|
|
100650
101256
|
};
|
|
100651
101257
|
|
|
101258
|
+
// ../../packages/core/src/firewalls/replicate.generated.ts
|
|
101259
|
+
init_esm_shims();
|
|
101260
|
+
var replicateFirewall = {
|
|
101261
|
+
name: "replicate",
|
|
101262
|
+
description: "Replicate",
|
|
101263
|
+
placeholders: {
|
|
101264
|
+
REPLICATE_TOKEN: "r8_CoffeeSafeLocalCoffeeSafeLocalCoffee"
|
|
101265
|
+
},
|
|
101266
|
+
apis: [
|
|
101267
|
+
{
|
|
101268
|
+
base: "https://api.replicate.com",
|
|
101269
|
+
auth: {
|
|
101270
|
+
headers: {
|
|
101271
|
+
Authorization: "Bearer ${{ secrets.REPLICATE_TOKEN }}"
|
|
101272
|
+
}
|
|
101273
|
+
},
|
|
101274
|
+
permissions: []
|
|
101275
|
+
}
|
|
101276
|
+
]
|
|
101277
|
+
};
|
|
101278
|
+
|
|
100652
101279
|
// ../../packages/core/src/firewalls/resend.generated.ts
|
|
100653
101280
|
init_esm_shims();
|
|
100654
101281
|
var resendFirewall = {
|
|
@@ -101515,6 +102142,27 @@ var shortioFirewall = {
|
|
|
101515
102142
|
]
|
|
101516
102143
|
};
|
|
101517
102144
|
|
|
102145
|
+
// ../../packages/core/src/firewalls/stability-ai.generated.ts
|
|
102146
|
+
init_esm_shims();
|
|
102147
|
+
var stabilityAiFirewall = {
|
|
102148
|
+
name: "stability-ai",
|
|
102149
|
+
description: "Stability AI",
|
|
102150
|
+
placeholders: {
|
|
102151
|
+
STABILITY_TOKEN: "sk-CoffeeSafeLocalCoffeeSafeLocalCoffeeSafeLocal"
|
|
102152
|
+
},
|
|
102153
|
+
apis: [
|
|
102154
|
+
{
|
|
102155
|
+
base: "https://api.stability.ai",
|
|
102156
|
+
auth: {
|
|
102157
|
+
headers: {
|
|
102158
|
+
Authorization: "Bearer ${{ secrets.STABILITY_TOKEN }}"
|
|
102159
|
+
}
|
|
102160
|
+
},
|
|
102161
|
+
permissions: []
|
|
102162
|
+
}
|
|
102163
|
+
]
|
|
102164
|
+
};
|
|
102165
|
+
|
|
101518
102166
|
// ../../packages/core/src/firewalls/similarweb.generated.ts
|
|
101519
102167
|
init_esm_shims();
|
|
101520
102168
|
var similarwebFirewall = {
|
|
@@ -101878,6 +102526,27 @@ var todoistFirewall = {
|
|
|
101878
102526
|
]
|
|
101879
102527
|
};
|
|
101880
102528
|
|
|
102529
|
+
// ../../packages/core/src/firewalls/together.generated.ts
|
|
102530
|
+
init_esm_shims();
|
|
102531
|
+
var togetherFirewall = {
|
|
102532
|
+
name: "together",
|
|
102533
|
+
description: "Together AI",
|
|
102534
|
+
placeholders: {
|
|
102535
|
+
TOGETHER_TOKEN: "c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ffee5afe10ca1c0ff"
|
|
102536
|
+
},
|
|
102537
|
+
apis: [
|
|
102538
|
+
{
|
|
102539
|
+
base: "https://api.together.ai",
|
|
102540
|
+
auth: {
|
|
102541
|
+
headers: {
|
|
102542
|
+
Authorization: "Bearer ${{ secrets.TOGETHER_TOKEN }}"
|
|
102543
|
+
}
|
|
102544
|
+
},
|
|
102545
|
+
permissions: []
|
|
102546
|
+
}
|
|
102547
|
+
]
|
|
102548
|
+
};
|
|
102549
|
+
|
|
101881
102550
|
// ../../packages/core/src/firewalls/twenty.generated.ts
|
|
101882
102551
|
init_esm_shims();
|
|
101883
102552
|
var twentyFirewall = {
|
|
@@ -101941,6 +102610,27 @@ var v0Firewall = {
|
|
|
101941
102610
|
]
|
|
101942
102611
|
};
|
|
101943
102612
|
|
|
102613
|
+
// ../../packages/core/src/firewalls/wandb.generated.ts
|
|
102614
|
+
init_esm_shims();
|
|
102615
|
+
var wandbFirewall = {
|
|
102616
|
+
name: "wandb",
|
|
102617
|
+
description: "Weights & Biases",
|
|
102618
|
+
placeholders: {
|
|
102619
|
+
WANDB_TOKEN: "CoffeeSafeLocalCoffeeSafeLocalCoffeeSafe"
|
|
102620
|
+
},
|
|
102621
|
+
apis: [
|
|
102622
|
+
{
|
|
102623
|
+
base: "https://api.wandb.ai",
|
|
102624
|
+
auth: {
|
|
102625
|
+
headers: {
|
|
102626
|
+
Authorization: "Bearer ${{ secrets.WANDB_TOKEN }}"
|
|
102627
|
+
}
|
|
102628
|
+
},
|
|
102629
|
+
permissions: []
|
|
102630
|
+
}
|
|
102631
|
+
]
|
|
102632
|
+
};
|
|
102633
|
+
|
|
101944
102634
|
// ../../packages/core/src/firewalls/webflow.generated.ts
|
|
101945
102635
|
init_esm_shims();
|
|
101946
102636
|
var webflowFirewall = {
|
|
@@ -101983,6 +102673,27 @@ var wixFirewall = {
|
|
|
101983
102673
|
]
|
|
101984
102674
|
};
|
|
101985
102675
|
|
|
102676
|
+
// ../../packages/core/src/firewalls/workos.generated.ts
|
|
102677
|
+
init_esm_shims();
|
|
102678
|
+
var workosFirewall = {
|
|
102679
|
+
name: "workos",
|
|
102680
|
+
description: "WorkOS",
|
|
102681
|
+
placeholders: {
|
|
102682
|
+
WORKOS_TOKEN: "sk_live_CoffeeSafeLocalCoffeeSafeLocalCoffee"
|
|
102683
|
+
},
|
|
102684
|
+
apis: [
|
|
102685
|
+
{
|
|
102686
|
+
base: "https://api.workos.com",
|
|
102687
|
+
auth: {
|
|
102688
|
+
headers: {
|
|
102689
|
+
Authorization: "Bearer ${{ secrets.WORKOS_TOKEN }}"
|
|
102690
|
+
}
|
|
102691
|
+
},
|
|
102692
|
+
permissions: []
|
|
102693
|
+
}
|
|
102694
|
+
]
|
|
102695
|
+
};
|
|
102696
|
+
|
|
101986
102697
|
// ../../packages/core/src/firewalls/wrike.generated.ts
|
|
101987
102698
|
init_esm_shims();
|
|
101988
102699
|
var wrikeFirewall = {
|
|
@@ -103740,6 +104451,27 @@ var zendeskFirewall = {
|
|
|
103740
104451
|
]
|
|
103741
104452
|
};
|
|
103742
104453
|
|
|
104454
|
+
// ../../packages/core/src/firewalls/zep.generated.ts
|
|
104455
|
+
init_esm_shims();
|
|
104456
|
+
var zepFirewall = {
|
|
104457
|
+
name: "zep",
|
|
104458
|
+
description: "Zep",
|
|
104459
|
+
placeholders: {
|
|
104460
|
+
ZEP_TOKEN: "z_CoffeeSafeLocalCoffeeSafeLocalCo"
|
|
104461
|
+
},
|
|
104462
|
+
apis: [
|
|
104463
|
+
{
|
|
104464
|
+
base: "https://api.getzep.com",
|
|
104465
|
+
auth: {
|
|
104466
|
+
headers: {
|
|
104467
|
+
Authorization: "Api-Key ${{ secrets.ZEP_TOKEN }}"
|
|
104468
|
+
}
|
|
104469
|
+
},
|
|
104470
|
+
permissions: []
|
|
104471
|
+
}
|
|
104472
|
+
]
|
|
104473
|
+
};
|
|
104474
|
+
|
|
103743
104475
|
// ../../packages/core/src/firewalls/zeptomail.generated.ts
|
|
103744
104476
|
init_esm_shims();
|
|
103745
104477
|
var zeptomailFirewall = {
|
|
@@ -103828,7 +104560,9 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103828
104560
|
dropbox: dropboxFirewall,
|
|
103829
104561
|
"dropbox-sign": dropboxSignFirewall,
|
|
103830
104562
|
duffel: duffelFirewall,
|
|
104563
|
+
e2b: e2bFirewall,
|
|
103831
104564
|
elevenlabs: elevenlabsFirewall,
|
|
104565
|
+
exa: exaFirewall,
|
|
103832
104566
|
explorium: exploriumFirewall,
|
|
103833
104567
|
fal: falFirewall,
|
|
103834
104568
|
figma: figmaFirewall,
|
|
@@ -103847,7 +104581,9 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103847
104581
|
"google-sheets": googleSheetsFirewall,
|
|
103848
104582
|
granola: granolaFirewall,
|
|
103849
104583
|
greenhouse: greenhouseFirewall,
|
|
104584
|
+
groq: groqFirewall,
|
|
103850
104585
|
heygen: heygenFirewall,
|
|
104586
|
+
helicone: heliconeFirewall,
|
|
103851
104587
|
htmlcsstoimage: htmlcsstoimageFirewall,
|
|
103852
104588
|
hubspot: hubspotFirewall,
|
|
103853
104589
|
"hugging-face": huggingFaceFirewall,
|
|
@@ -103863,13 +104599,17 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103863
104599
|
klaviyo: klaviyoFirewall,
|
|
103864
104600
|
kommo: kommoFirewall,
|
|
103865
104601
|
lark: larkFirewall,
|
|
104602
|
+
langfuse: langfuseFirewall,
|
|
104603
|
+
langsmith: langsmithFirewall,
|
|
103866
104604
|
line: lineFirewall,
|
|
103867
104605
|
linear: linearFirewall,
|
|
103868
104606
|
loops: loopsFirewall,
|
|
104607
|
+
luma: lumaFirewall,
|
|
103869
104608
|
mailchimp: mailchimpFirewall,
|
|
103870
104609
|
make: makeFirewall,
|
|
103871
104610
|
mailsac: mailsacFirewall,
|
|
103872
104611
|
manus: manusFirewall,
|
|
104612
|
+
mem0: mem0Firewall,
|
|
103873
104613
|
mercury: mercuryFirewall,
|
|
103874
104614
|
metabase: metabaseFirewall,
|
|
103875
104615
|
"meta-ads": metaAdsFirewall,
|
|
@@ -103878,6 +104618,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103878
104618
|
mixpanel: mixpanelFirewall,
|
|
103879
104619
|
monday: mondayFirewall,
|
|
103880
104620
|
msg9: msg9Firewall,
|
|
104621
|
+
n8n: n8nFirewall,
|
|
103881
104622
|
neon: neonFirewall,
|
|
103882
104623
|
notion: notionFirewall,
|
|
103883
104624
|
openai: openaiFirewall,
|
|
@@ -103886,8 +104627,10 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103886
104627
|
pandadoc: pandadocFirewall,
|
|
103887
104628
|
pdf4me: pdf4meFirewall,
|
|
103888
104629
|
pdfco: pdfcoFirewall,
|
|
104630
|
+
pinecone: pineconeFirewall,
|
|
103889
104631
|
pdforge: pdforgeFirewall,
|
|
103890
104632
|
perplexity: perplexityFirewall,
|
|
104633
|
+
pipedrive: pipedriveFirewall,
|
|
103891
104634
|
plain: plainFirewall,
|
|
103892
104635
|
plausible: plausibleFirewall,
|
|
103893
104636
|
podchaser: podchaserFirewall,
|
|
@@ -103899,6 +104642,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103899
104642
|
qiita: qiitaFirewall,
|
|
103900
104643
|
reddit: redditFirewall,
|
|
103901
104644
|
reportei: reporteiFirewall,
|
|
104645
|
+
replicate: replicateFirewall,
|
|
103902
104646
|
resend: resendFirewall,
|
|
103903
104647
|
revenuecat: revenuecatFirewall,
|
|
103904
104648
|
runway: runwayFirewall,
|
|
@@ -103908,6 +104652,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103908
104652
|
serpapi: serpapiFirewall,
|
|
103909
104653
|
shopify: shopifyFirewall,
|
|
103910
104654
|
shortio: shortioFirewall,
|
|
104655
|
+
"stability-ai": stabilityAiFirewall,
|
|
103911
104656
|
similarweb: similarwebFirewall,
|
|
103912
104657
|
slack: slackFirewall,
|
|
103913
104658
|
"slack-webhook": slackWebhookFirewall,
|
|
@@ -103922,12 +104667,15 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103922
104667
|
"test-oauth": testOauthFirewall,
|
|
103923
104668
|
tldv: tldvFirewall,
|
|
103924
104669
|
todoist: todoistFirewall,
|
|
104670
|
+
together: togetherFirewall,
|
|
103925
104671
|
twenty: twentyFirewall,
|
|
103926
104672
|
typeform: typeformFirewall,
|
|
103927
104673
|
v0: v0Firewall,
|
|
103928
104674
|
vercel: vercelFirewall,
|
|
104675
|
+
wandb: wandbFirewall,
|
|
103929
104676
|
webflow: webflowFirewall,
|
|
103930
104677
|
wix: wixFirewall,
|
|
104678
|
+
workos: workosFirewall,
|
|
103931
104679
|
wrike: wrikeFirewall,
|
|
103932
104680
|
x: xFirewall,
|
|
103933
104681
|
xero: xeroFirewall,
|
|
@@ -103935,6 +104683,7 @@ var CONNECTOR_FIREWALLS = {
|
|
|
103935
104683
|
zapier: zapierFirewall,
|
|
103936
104684
|
zapsign: zapsignFirewall,
|
|
103937
104685
|
zendesk: zendeskFirewall,
|
|
104686
|
+
zep: zepFirewall,
|
|
103938
104687
|
zeptomail: zeptomailFirewall,
|
|
103939
104688
|
zoom: zoomFirewall
|
|
103940
104689
|
};
|
|
@@ -110268,7 +111017,7 @@ var setVariableRequestSchema = external_exports.object({
|
|
|
110268
111017
|
// ../../packages/core/src/contracts/model-providers.ts
|
|
110269
111018
|
init_esm_shims();
|
|
110270
111019
|
var VM0_MODEL_TO_PROVIDER = {
|
|
110271
|
-
"claude-
|
|
111020
|
+
"claude-opus-4-7": {
|
|
110272
111021
|
concreteType: "anthropic-api-key",
|
|
110273
111022
|
vendor: "anthropic"
|
|
110274
111023
|
},
|
|
@@ -110276,20 +111025,24 @@ var VM0_MODEL_TO_PROVIDER = {
|
|
|
110276
111025
|
concreteType: "anthropic-api-key",
|
|
110277
111026
|
vendor: "anthropic"
|
|
110278
111027
|
},
|
|
110279
|
-
"claude-
|
|
111028
|
+
"claude-sonnet-4-6": {
|
|
110280
111029
|
concreteType: "anthropic-api-key",
|
|
110281
111030
|
vendor: "anthropic"
|
|
110282
111031
|
},
|
|
110283
|
-
"kimi-k2.5": {
|
|
110284
|
-
concreteType: "moonshot-api-key",
|
|
110285
|
-
vendor: "moonshot",
|
|
110286
|
-
featureFlag: "vm0KimiModel" /* Vm0KimiModel */
|
|
110287
|
-
},
|
|
110288
111032
|
"glm-5.1": {
|
|
110289
111033
|
concreteType: "zai-api-key",
|
|
110290
111034
|
vendor: "zai",
|
|
110291
111035
|
featureFlag: "vm0GlmModel" /* Vm0GlmModel */
|
|
110292
111036
|
},
|
|
111037
|
+
"claude-haiku-4-5": {
|
|
111038
|
+
concreteType: "anthropic-api-key",
|
|
111039
|
+
vendor: "anthropic"
|
|
111040
|
+
},
|
|
111041
|
+
"kimi-k2.5": {
|
|
111042
|
+
concreteType: "moonshot-api-key",
|
|
111043
|
+
vendor: "moonshot",
|
|
111044
|
+
featureFlag: "vm0KimiModel" /* Vm0KimiModel */
|
|
111045
|
+
},
|
|
110293
111046
|
"MiniMax-M2.7": {
|
|
110294
111047
|
concreteType: "minimax-api-key",
|
|
110295
111048
|
vendor: "minimax",
|
|
@@ -110317,7 +111070,7 @@ var MODEL_PROVIDER_TYPES = {
|
|
|
110317
111070
|
"anthropic-api-key": {
|
|
110318
111071
|
framework: "claude-code",
|
|
110319
111072
|
secretName: "ANTHROPIC_API_KEY",
|
|
110320
|
-
label: "Anthropic
|
|
111073
|
+
label: "Anthropic",
|
|
110321
111074
|
secretLabel: "API key",
|
|
110322
111075
|
helpText: "Get your API key at: https://console.anthropic.com/settings/keys",
|
|
110323
111076
|
environmentMapping: {
|
|
@@ -110909,11 +111662,30 @@ var chatThreadDetailSchema = external_exports.object({
|
|
|
110909
111662
|
agentId: external_exports.string(),
|
|
110910
111663
|
chatMessages: external_exports.array(storedChatMessageSchema),
|
|
110911
111664
|
latestSessionId: external_exports.string().nullable(),
|
|
111665
|
+
/**
|
|
111666
|
+
* Provider type of the latest run in this thread, if any. Used by the
|
|
111667
|
+
* composer's model picker to disable options whose base URL differs from
|
|
111668
|
+
* the current session — switching mid-session would break continuity.
|
|
111669
|
+
* Null when the thread has no runs yet. Optional so older fixtures/tests
|
|
111670
|
+
* that predate the field still validate.
|
|
111671
|
+
*/
|
|
111672
|
+
latestSessionProviderType: modelProviderTypeSchema.nullable().optional(),
|
|
110912
111673
|
activeRunIds: external_exports.array(external_exports.string()),
|
|
110913
111674
|
createdAt: external_exports.string(),
|
|
110914
111675
|
updatedAt: external_exports.string(),
|
|
110915
111676
|
draftContent: external_exports.string().nullable().optional(),
|
|
110916
|
-
draftAttachments: external_exports.array(persistedAttachmentSchema).nullable().optional()
|
|
111677
|
+
draftAttachments: external_exports.array(persistedAttachmentSchema).nullable().optional(),
|
|
111678
|
+
/**
|
|
111679
|
+
* Per-thread model override. Both fields set together or both null.
|
|
111680
|
+
* When set, the send route uses this combination (overriding the agent
|
|
111681
|
+
* and org defaults) for the next run. Optional for back-compat.
|
|
111682
|
+
*/
|
|
111683
|
+
modelProviderId: external_exports.string().nullable().optional(),
|
|
111684
|
+
selectedModel: external_exports.string().nullable().optional()
|
|
111685
|
+
});
|
|
111686
|
+
var modelSelectionRequestSchema = external_exports.object({
|
|
111687
|
+
modelProviderId: external_exports.string().uuid(),
|
|
111688
|
+
selectedModel: external_exports.string().min(1)
|
|
110917
111689
|
});
|
|
110918
111690
|
var chatThreadsContract = c11.router({
|
|
110919
111691
|
create: {
|
|
@@ -111027,6 +111799,13 @@ var chatMessagesContract = c11.router({
|
|
|
111027
111799
|
prompt: external_exports.string().min(1),
|
|
111028
111800
|
threadId: external_exports.string().optional(),
|
|
111029
111801
|
modelProvider: external_exports.string().optional(),
|
|
111802
|
+
/**
|
|
111803
|
+
* Per-run model override; persisted on the thread so subsequent runs
|
|
111804
|
+
* inherit the same choice. `undefined` = leave current thread override
|
|
111805
|
+
* untouched (backward-compat for older clients). `null` = clear the
|
|
111806
|
+
* thread override and fall back to agent/org defaults.
|
|
111807
|
+
*/
|
|
111808
|
+
modelSelection: modelSelectionRequestSchema.nullable().optional(),
|
|
111030
111809
|
// Optional for backward compatibility: older clients that omit this field
|
|
111031
111810
|
// still trigger title generation (server guards with !== false, not === true).
|
|
111032
111811
|
hasTextContent: external_exports.boolean().optional(),
|
|
@@ -111824,6 +112603,7 @@ var zeroAgentsByIdContract = c17.router({
|
|
|
111824
112603
|
body: zeroAgentMetadataRequestSchema,
|
|
111825
112604
|
responses: {
|
|
111826
112605
|
200: zeroAgentResponseSchema,
|
|
112606
|
+
400: apiErrorSchema,
|
|
111827
112607
|
401: apiErrorSchema,
|
|
111828
112608
|
403: apiErrorSchema,
|
|
111829
112609
|
404: apiErrorSchema
|
|
@@ -114955,6 +115735,11 @@ var FEATURE_SWITCHES = {
|
|
|
114955
115735
|
description: "Enable the Freshdesk helpdesk connector",
|
|
114956
115736
|
enabled: false
|
|
114957
115737
|
},
|
|
115738
|
+
["stabilityAiConnector" /* StabilityAiConnector */]: {
|
|
115739
|
+
maintainer: "ethan@vm0.ai",
|
|
115740
|
+
description: "Enable the Stability AI image generation connector",
|
|
115741
|
+
enabled: false
|
|
115742
|
+
},
|
|
114958
115743
|
["zoomConnector" /* ZoomConnector */]: {
|
|
114959
115744
|
maintainer: "ethan@vm0.ai",
|
|
114960
115745
|
description: "Enable the Zoom connector (OAuth 2.0) for meetings, past participants, and cloud recordings access",
|
|
@@ -114969,19 +115754,19 @@ var FEATURE_SWITCHES = {
|
|
|
114969
115754
|
["vm0KimiModel" /* Vm0KimiModel */]: {
|
|
114970
115755
|
maintainer: "ethan@vm0.ai",
|
|
114971
115756
|
description: "Expose Moonshot Kimi K2.5 as a selectable model under the VM0 managed provider",
|
|
114972
|
-
enabled:
|
|
115757
|
+
enabled: true,
|
|
114973
115758
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
114974
115759
|
},
|
|
114975
115760
|
["vm0GlmModel" /* Vm0GlmModel */]: {
|
|
114976
115761
|
maintainer: "ethan@vm0.ai",
|
|
114977
115762
|
description: "Expose Z.AI GLM-5.1 as a selectable model under the VM0 managed provider",
|
|
114978
|
-
enabled:
|
|
115763
|
+
enabled: true,
|
|
114979
115764
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
114980
115765
|
},
|
|
114981
115766
|
["vm0MinimaxModel" /* Vm0MinimaxModel */]: {
|
|
114982
115767
|
maintainer: "ethan@vm0.ai",
|
|
114983
115768
|
description: "Expose MiniMax M2.7 as a selectable model under the VM0 managed provider",
|
|
114984
|
-
enabled:
|
|
115769
|
+
enabled: true,
|
|
114985
115770
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
114986
115771
|
},
|
|
114987
115772
|
["slackAgentSwitch" /* SlackAgentSwitch */]: {
|
|
@@ -114992,7 +115777,7 @@ var FEATURE_SWITCHES = {
|
|
|
114992
115777
|
["modelProviderSelection" /* ModelProviderSelection */]: {
|
|
114993
115778
|
maintainer: "ethan@vm0.ai",
|
|
114994
115779
|
description: "Show the model provider + model picker on the agent profile page and schedule dialog. Allows per-agent and per-schedule model selection, overriding the org default. Staff-only during initial rollout.",
|
|
114995
|
-
enabled:
|
|
115780
|
+
enabled: true,
|
|
114996
115781
|
enabledOrgIdHashes: STAFF_ORG_ID_HASHES
|
|
114997
115782
|
}
|
|
114998
115783
|
};
|
|
@@ -117464,4 +118249,4 @@ undici/lib/web/fetch/body.js:
|
|
|
117464
118249
|
undici/lib/web/websocket/frame.js:
|
|
117465
118250
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
117466
118251
|
*/
|
|
117467
|
-
//# sourceMappingURL=chunk-
|
|
118252
|
+
//# sourceMappingURL=chunk-ZHRTF6MS.js.map
|