sim-setup 1.0.3-preview.52.1 → 1.0.3
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/dist/index.js +52 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1570,7 +1570,7 @@ var init_env_capabilities = __esm(() => {
|
|
|
1570
1570
|
var integrations_default;
|
|
1571
1571
|
var init_integrations = __esm(() => {
|
|
1572
1572
|
integrations_default = {
|
|
1573
|
-
updatedAt: "2026-08-
|
|
1573
|
+
updatedAt: "2026-08-27",
|
|
1574
1574
|
integrations: [
|
|
1575
1575
|
{
|
|
1576
1576
|
type: "onepassword",
|
|
@@ -25069,6 +25069,57 @@ var init_integrations = __esm(() => {
|
|
|
25069
25069
|
integrationType: "analytics",
|
|
25070
25070
|
tags: ["data-warehouse", "data-analytics"]
|
|
25071
25071
|
},
|
|
25072
|
+
{
|
|
25073
|
+
type: "tinyfish",
|
|
25074
|
+
slug: "tinyfish",
|
|
25075
|
+
name: "TinyFish",
|
|
25076
|
+
description: "Automate and read the live web",
|
|
25077
|
+
longDescription: "Integrate TinyFish into the workflow. Give a web agent a natural-language goal and let it drive a real browser on any site, queue and track long-running automations, search the web, and fetch pages as clean markdown.",
|
|
25078
|
+
bgColor: "#FF6700",
|
|
25079
|
+
iconName: "TinyFishIcon",
|
|
25080
|
+
docsUrl: "https://docs.sim.ai/integrations/tinyfish",
|
|
25081
|
+
operations: [
|
|
25082
|
+
{
|
|
25083
|
+
name: "Run Agent",
|
|
25084
|
+
description: "Run a TinyFish web agent against a website and wait for it to finish, returning the structured result it extracted"
|
|
25085
|
+
},
|
|
25086
|
+
{
|
|
25087
|
+
name: "Start Agent Run",
|
|
25088
|
+
description: "Queue a TinyFish web agent run and return its run ID immediately, without waiting for the automation to finish"
|
|
25089
|
+
},
|
|
25090
|
+
{
|
|
25091
|
+
name: "Get Run",
|
|
25092
|
+
description: "Get the status, extracted result, and step history of a TinyFish automation run by its ID"
|
|
25093
|
+
},
|
|
25094
|
+
{
|
|
25095
|
+
name: "Cancel Run",
|
|
25096
|
+
description: "Cancel a queued or in-progress TinyFish automation run by its ID"
|
|
25097
|
+
},
|
|
25098
|
+
{
|
|
25099
|
+
name: "List Runs",
|
|
25100
|
+
description: "List TinyFish automation runs, optionally filtered by status, goal text, or creation date"
|
|
25101
|
+
},
|
|
25102
|
+
{
|
|
25103
|
+
name: "Search",
|
|
25104
|
+
description: "Search the web with TinyFish and get ranked results with titles, snippets, and URLs"
|
|
25105
|
+
},
|
|
25106
|
+
{
|
|
25107
|
+
name: "Fetch URLs",
|
|
25108
|
+
description: "Fetch up to 10 URLs with TinyFish, rendering JavaScript when needed, and return clean extracted content"
|
|
25109
|
+
},
|
|
25110
|
+
{
|
|
25111
|
+
name: "List Vault Items",
|
|
25112
|
+
description: "List the credentials available from password managers connected to TinyFish, with the URIs an agent run can be scoped to"
|
|
25113
|
+
}
|
|
25114
|
+
],
|
|
25115
|
+
operationCount: 8,
|
|
25116
|
+
triggers: [],
|
|
25117
|
+
triggerCount: 0,
|
|
25118
|
+
authType: "api-key",
|
|
25119
|
+
category: "tools",
|
|
25120
|
+
integrationType: "ai",
|
|
25121
|
+
tags: ["web-scraping", "automation", "agentic"]
|
|
25122
|
+
},
|
|
25072
25123
|
{
|
|
25073
25124
|
type: "trello",
|
|
25074
25125
|
slug: "trello",
|