@integrity-labs/agt-cli 0.28.484 → 0.28.486
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/bin/agt.js +4 -4
- package/dist/{chunk-DNC5JGOV.js → chunk-SRR5XVWJ.js} +18 -9
- package/dist/{chunk-DNC5JGOV.js.map → chunk-SRR5XVWJ.js.map} +1 -1
- package/dist/{chunk-I63LLKQJ.js → chunk-XP53UXQR.js} +3 -3
- package/dist/{claude-pair-runtime-2XPTEGQR.js → claude-pair-runtime-STSHUESG.js} +2 -2
- package/dist/lib/manager-worker.js +49 -27
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +17 -8
- package/dist/mcp/origami.js +17 -8
- package/dist/mcp/slack-channel.js +17 -8
- package/dist/mcp/telegram-channel.js +17 -8
- package/dist/{persistent-session-IBMUPQZ2.js → persistent-session-CEGPLUHO.js} +2 -2
- package/dist/{responsiveness-probe-QBLQIMZR.js → responsiveness-probe-RBLOTOHD.js} +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-I63LLKQJ.js.map → chunk-XP53UXQR.js.map} +0 -0
- /package/dist/{claude-pair-runtime-2XPTEGQR.js.map → claude-pair-runtime-STSHUESG.js.map} +0 -0
- /package/dist/{persistent-session-IBMUPQZ2.js.map → persistent-session-CEGPLUHO.js.map} +0 -0
- /package/dist/{responsiveness-probe-QBLQIMZR.js.map → responsiveness-probe-RBLOTOHD.js.map} +0 -0
|
@@ -33208,18 +33208,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
33208
33208
|
id: "firecrawl",
|
|
33209
33209
|
name: "Firecrawl",
|
|
33210
33210
|
category: "knowledge",
|
|
33211
|
-
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat.
|
|
33211
|
+
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
|
|
33212
33212
|
// ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
|
|
33213
33213
|
// (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
|
|
33214
33214
|
// integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
|
|
33215
33215
|
// Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
|
|
33216
|
-
// every customer agent's web-data calls bill back to
|
|
33217
|
-
//
|
|
33218
|
-
//
|
|
33219
|
-
//
|
|
33220
|
-
//
|
|
33221
|
-
//
|
|
33222
|
-
|
|
33216
|
+
// every customer agent's web-data calls bill back to. The agent-facing tools
|
|
33217
|
+
// are brokered server-side (firecrawl-broker.ts, reusing the official
|
|
33218
|
+
// @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
|
|
33219
|
+
// is metered at the one control-plane chokepoint and gated on a per-org opt-in
|
|
33220
|
+
// + monthly USD cap.
|
|
33221
|
+
//
|
|
33222
|
+
// ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
|
|
33223
|
+
// now also offered so a customer can bring their OWN Firecrawl key. A BYO
|
|
33224
|
+
// install (`credential_source='byo'`) authenticates with the customer's key
|
|
33225
|
+
// (stored encrypted on the install) and is NOT metered — its upstream cost is
|
|
33226
|
+
// on the customer's own Firecrawl bill. BYO is gated on the plan-tier
|
|
33227
|
+
// `byo_credentials` entitlement; managed stays the platform-key, billed path.
|
|
33228
|
+
// `api_key` is the BYO option; the connect UI offers it via the toolkit's
|
|
33229
|
+
// `auth_types` seed (Firecrawl surfaces through the premium list, not the
|
|
33230
|
+
// native `installable` picker — that descriptor is for non-premium natives).
|
|
33231
|
+
supported_auth_types: ["none", "api_key"],
|
|
33223
33232
|
capabilities: [
|
|
33224
33233
|
{ id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
|
|
33225
33234
|
{ id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
|
package/dist/mcp/origami.js
CHANGED
|
@@ -39535,18 +39535,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
39535
39535
|
id: "firecrawl",
|
|
39536
39536
|
name: "Firecrawl",
|
|
39537
39537
|
category: "knowledge",
|
|
39538
|
-
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat.
|
|
39538
|
+
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
|
|
39539
39539
|
// ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
|
|
39540
39540
|
// (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
|
|
39541
39541
|
// integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
|
|
39542
39542
|
// Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
|
|
39543
|
-
// every customer agent's web-data calls bill back to
|
|
39544
|
-
//
|
|
39545
|
-
//
|
|
39546
|
-
//
|
|
39547
|
-
//
|
|
39548
|
-
//
|
|
39549
|
-
|
|
39543
|
+
// every customer agent's web-data calls bill back to. The agent-facing tools
|
|
39544
|
+
// are brokered server-side (firecrawl-broker.ts, reusing the official
|
|
39545
|
+
// @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
|
|
39546
|
+
// is metered at the one control-plane chokepoint and gated on a per-org opt-in
|
|
39547
|
+
// + monthly USD cap.
|
|
39548
|
+
//
|
|
39549
|
+
// ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
|
|
39550
|
+
// now also offered so a customer can bring their OWN Firecrawl key. A BYO
|
|
39551
|
+
// install (`credential_source='byo'`) authenticates with the customer's key
|
|
39552
|
+
// (stored encrypted on the install) and is NOT metered — its upstream cost is
|
|
39553
|
+
// on the customer's own Firecrawl bill. BYO is gated on the plan-tier
|
|
39554
|
+
// `byo_credentials` entitlement; managed stays the platform-key, billed path.
|
|
39555
|
+
// `api_key` is the BYO option; the connect UI offers it via the toolkit's
|
|
39556
|
+
// `auth_types` seed (Firecrawl surfaces through the premium list, not the
|
|
39557
|
+
// native `installable` picker — that descriptor is for non-premium natives).
|
|
39558
|
+
supported_auth_types: ["none", "api_key"],
|
|
39550
39559
|
capabilities: [
|
|
39551
39560
|
{ id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
|
|
39552
39561
|
{ id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
|
|
@@ -33430,18 +33430,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
33430
33430
|
id: "firecrawl",
|
|
33431
33431
|
name: "Firecrawl",
|
|
33432
33432
|
category: "knowledge",
|
|
33433
|
-
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat.
|
|
33433
|
+
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
|
|
33434
33434
|
// ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
|
|
33435
33435
|
// (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
|
|
33436
33436
|
// integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
|
|
33437
33437
|
// Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
|
|
33438
|
-
// every customer agent's web-data calls bill back to
|
|
33439
|
-
//
|
|
33440
|
-
//
|
|
33441
|
-
//
|
|
33442
|
-
//
|
|
33443
|
-
//
|
|
33444
|
-
|
|
33438
|
+
// every customer agent's web-data calls bill back to. The agent-facing tools
|
|
33439
|
+
// are brokered server-side (firecrawl-broker.ts, reusing the official
|
|
33440
|
+
// @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
|
|
33441
|
+
// is metered at the one control-plane chokepoint and gated on a per-org opt-in
|
|
33442
|
+
// + monthly USD cap.
|
|
33443
|
+
//
|
|
33444
|
+
// ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
|
|
33445
|
+
// now also offered so a customer can bring their OWN Firecrawl key. A BYO
|
|
33446
|
+
// install (`credential_source='byo'`) authenticates with the customer's key
|
|
33447
|
+
// (stored encrypted on the install) and is NOT metered — its upstream cost is
|
|
33448
|
+
// on the customer's own Firecrawl bill. BYO is gated on the plan-tier
|
|
33449
|
+
// `byo_credentials` entitlement; managed stays the platform-key, billed path.
|
|
33450
|
+
// `api_key` is the BYO option; the connect UI offers it via the toolkit's
|
|
33451
|
+
// `auth_types` seed (Firecrawl surfaces through the premium list, not the
|
|
33452
|
+
// native `installable` picker — that descriptor is for non-premium natives).
|
|
33453
|
+
supported_auth_types: ["none", "api_key"],
|
|
33445
33454
|
capabilities: [
|
|
33446
33455
|
{ id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
|
|
33447
33456
|
{ id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
|
|
@@ -33756,18 +33756,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
33756
33756
|
id: "firecrawl",
|
|
33757
33757
|
name: "Firecrawl",
|
|
33758
33758
|
category: "knowledge",
|
|
33759
|
-
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat.
|
|
33759
|
+
description: "Web data for agents: scrape, map, crawl and search any website for clean structured data, plus scheduled change-detection monitors whose updates arrive in the agent's direct-chat. Connect via the platform-managed account, or bring your own Firecrawl API key.",
|
|
33760
33760
|
// ENG-7217: Firecrawl migrates from a customer-API-key stdio MCP
|
|
33761
33761
|
// (`npx firecrawl-mcp`, FIRECRAWL_API_KEY) to a PREMIUM, platform-managed
|
|
33762
33762
|
// integration on the Deck / ElevenLabs model (ADR-0031, epic ENG-6920):
|
|
33763
33763
|
// Augmented holds ONE Firecrawl account key (`FIRECRAWL_ACCOUNT_KEY`) that
|
|
33764
|
-
// every customer agent's web-data calls bill back to
|
|
33765
|
-
//
|
|
33766
|
-
//
|
|
33767
|
-
//
|
|
33768
|
-
//
|
|
33769
|
-
//
|
|
33770
|
-
|
|
33764
|
+
// every customer agent's web-data calls bill back to. The agent-facing tools
|
|
33765
|
+
// are brokered server-side (firecrawl-broker.ts, reusing the official
|
|
33766
|
+
// @mendable/firecrawl-js SDK) rather than via the stdio MCP, so managed usage
|
|
33767
|
+
// is metered at the one control-plane chokepoint and gated on a per-org opt-in
|
|
33768
|
+
// + monthly USD cap.
|
|
33769
|
+
//
|
|
33770
|
+
// ENG-8304 / ADR-0055 (Phase 1b — Firecrawl is the BYO exemplar): `api_key` is
|
|
33771
|
+
// now also offered so a customer can bring their OWN Firecrawl key. A BYO
|
|
33772
|
+
// install (`credential_source='byo'`) authenticates with the customer's key
|
|
33773
|
+
// (stored encrypted on the install) and is NOT metered — its upstream cost is
|
|
33774
|
+
// on the customer's own Firecrawl bill. BYO is gated on the plan-tier
|
|
33775
|
+
// `byo_credentials` entitlement; managed stays the platform-key, billed path.
|
|
33776
|
+
// `api_key` is the BYO option; the connect UI offers it via the toolkit's
|
|
33777
|
+
// `auth_types` seed (Firecrawl surfaces through the premium list, not the
|
|
33778
|
+
// native `installable` picker — that descriptor is for non-premium natives).
|
|
33779
|
+
supported_auth_types: ["none", "api_key"],
|
|
33771
33780
|
capabilities: [
|
|
33772
33781
|
{ id: "firecrawl:scrape", name: "Scrape Pages", description: "Fetch a single URL as clean markdown / structured data (firecrawl_scrape).", access: "write" },
|
|
33773
33782
|
{ id: "firecrawl:search", name: "Web Search", description: "Search the web and return ranked results, optionally scraped (firecrawl_search).", access: "write" },
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-SRR5XVWJ.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-CEGPLUHO.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SRR5XVWJ.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -596,4 +596,4 @@ export {
|
|
|
596
596
|
readAndResetSlackReplyBindingClassifications,
|
|
597
597
|
readAndResetSlackReplyTargetClassifications
|
|
598
598
|
};
|
|
599
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
599
|
+
//# sourceMappingURL=responsiveness-probe-RBLOTOHD.js.map
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|