@integrity-labs/agt-cli 0.28.434 → 0.28.436
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-CDF3NQLR.js → chunk-DT6YHTVR.js} +3 -3
- package/dist/{chunk-TTEKDLQ7.js → chunk-IRFNOPFU.js} +93 -48
- package/dist/chunk-IRFNOPFU.js.map +1 -0
- package/dist/{claude-pair-runtime-S4BYKFKG.js → claude-pair-runtime-SZVGJMGJ.js} +2 -2
- package/dist/lib/manager-worker.js +330 -266
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +26 -8
- package/dist/mcp/origami.js +26 -8
- package/dist/mcp/slack-channel.js +26 -8
- package/dist/mcp/telegram-channel.js +26 -8
- package/dist/{persistent-session-FWCSJ7ZQ.js → persistent-session-W7T5YOS6.js} +2 -2
- package/dist/{responsiveness-probe-44JJ7O7D.js → responsiveness-probe-3NKR4QOX.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-TTEKDLQ7.js.map +0 -1
- /package/dist/{chunk-CDF3NQLR.js.map → chunk-DT6YHTVR.js.map} +0 -0
- /package/dist/{claude-pair-runtime-S4BYKFKG.js.map → claude-pair-runtime-SZVGJMGJ.js.map} +0 -0
- /package/dist/{persistent-session-FWCSJ7ZQ.js.map → persistent-session-W7T5YOS6.js.map} +0 -0
- /package/dist/{responsiveness-probe-44JJ7O7D.js.map → responsiveness-probe-3NKR4QOX.js.map} +0 -0
|
@@ -33942,16 +33942,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
33942
33942
|
// Premium (billable). The upstream pay-per-event cost is per-Actor and
|
|
33943
33943
|
// VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
|
|
33944
33944
|
// fixed per-post price. So we meter the ACTUAL cost charged to us for each
|
|
33945
|
-
// run, as a pass-through: `units` = the run's `usageTotalUsd` in
|
|
33946
|
-
//
|
|
33947
|
-
// a managed markup (1.5x
|
|
33948
|
-
//
|
|
33945
|
+
// run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
|
|
33946
|
+
// (the physical unit `usd`), and the rate card prices each of those dollars at
|
|
33947
|
+
// a managed markup (1.5x). This keeps margin safe across cheap and expensive
|
|
33948
|
+
// scrapes alike. `event_type` must match what the broker writes to
|
|
33949
33949
|
// integration_usage_events. Until the rate row is seeded a run prices at 0
|
|
33950
33950
|
// (budget gate inert) - the rate-card migration ships in the same PR.
|
|
33951
|
+
//
|
|
33952
|
+
// The unit is US DOLLARS, not cents. Metering in cents priced the meter at
|
|
33953
|
+
// A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
|
|
33954
|
+
// A$0.02" - jargon, and rounded 11% below the real rate because the shared
|
|
33955
|
+
// formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
|
|
33956
|
+
// price and a line a customer can reason about; the money billed is identical.
|
|
33951
33957
|
premium: {
|
|
33952
33958
|
pricing: "usage",
|
|
33953
|
-
note: "Billed
|
|
33954
|
-
meters: [{
|
|
33959
|
+
note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
|
|
33960
|
+
meters: [{
|
|
33961
|
+
event_type: "actor_run",
|
|
33962
|
+
unit: "usd",
|
|
33963
|
+
label: "Scraping usage",
|
|
33964
|
+
unit_label: "US$1 of scraping cost"
|
|
33965
|
+
}]
|
|
33955
33966
|
}
|
|
33956
33967
|
},
|
|
33957
33968
|
{
|
|
@@ -33974,10 +33985,17 @@ var INTEGRATION_REGISTRY = [
|
|
|
33974
33985
|
],
|
|
33975
33986
|
docs_url: "https://docs.apify.com/api/v2",
|
|
33976
33987
|
beta: true,
|
|
33988
|
+
// Same cost pass-through metering as Social Scraping - see the note there for
|
|
33989
|
+
// why the unit is US dollars rather than cents.
|
|
33977
33990
|
premium: {
|
|
33978
33991
|
pricing: "usage",
|
|
33979
|
-
note: "Billed
|
|
33980
|
-
meters: [{
|
|
33992
|
+
note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
|
|
33993
|
+
meters: [{
|
|
33994
|
+
event_type: "actor_run",
|
|
33995
|
+
unit: "usd",
|
|
33996
|
+
label: "Search usage",
|
|
33997
|
+
unit_label: "US$1 of search cost"
|
|
33998
|
+
}]
|
|
33981
33999
|
}
|
|
33982
34000
|
},
|
|
33983
34001
|
{
|
package/dist/mcp/origami.js
CHANGED
|
@@ -39580,16 +39580,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
39580
39580
|
// Premium (billable). The upstream pay-per-event cost is per-Actor and
|
|
39581
39581
|
// VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
|
|
39582
39582
|
// fixed per-post price. So we meter the ACTUAL cost charged to us for each
|
|
39583
|
-
// run, as a pass-through: `units` = the run's `usageTotalUsd` in
|
|
39584
|
-
//
|
|
39585
|
-
// a managed markup (1.5x
|
|
39586
|
-
//
|
|
39583
|
+
// run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
|
|
39584
|
+
// (the physical unit `usd`), and the rate card prices each of those dollars at
|
|
39585
|
+
// a managed markup (1.5x). This keeps margin safe across cheap and expensive
|
|
39586
|
+
// scrapes alike. `event_type` must match what the broker writes to
|
|
39587
39587
|
// integration_usage_events. Until the rate row is seeded a run prices at 0
|
|
39588
39588
|
// (budget gate inert) - the rate-card migration ships in the same PR.
|
|
39589
|
+
//
|
|
39590
|
+
// The unit is US DOLLARS, not cents. Metering in cents priced the meter at
|
|
39591
|
+
// A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
|
|
39592
|
+
// A$0.02" - jargon, and rounded 11% below the real rate because the shared
|
|
39593
|
+
// formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
|
|
39594
|
+
// price and a line a customer can reason about; the money billed is identical.
|
|
39589
39595
|
premium: {
|
|
39590
39596
|
pricing: "usage",
|
|
39591
|
-
note: "Billed
|
|
39592
|
-
meters: [{
|
|
39597
|
+
note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
|
|
39598
|
+
meters: [{
|
|
39599
|
+
event_type: "actor_run",
|
|
39600
|
+
unit: "usd",
|
|
39601
|
+
label: "Scraping usage",
|
|
39602
|
+
unit_label: "US$1 of scraping cost"
|
|
39603
|
+
}]
|
|
39593
39604
|
}
|
|
39594
39605
|
},
|
|
39595
39606
|
{
|
|
@@ -39612,10 +39623,17 @@ var INTEGRATION_REGISTRY = [
|
|
|
39612
39623
|
],
|
|
39613
39624
|
docs_url: "https://docs.apify.com/api/v2",
|
|
39614
39625
|
beta: true,
|
|
39626
|
+
// Same cost pass-through metering as Social Scraping - see the note there for
|
|
39627
|
+
// why the unit is US dollars rather than cents.
|
|
39615
39628
|
premium: {
|
|
39616
39629
|
pricing: "usage",
|
|
39617
|
-
note: "Billed
|
|
39618
|
-
meters: [{
|
|
39630
|
+
note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
|
|
39631
|
+
meters: [{
|
|
39632
|
+
event_type: "actor_run",
|
|
39633
|
+
unit: "usd",
|
|
39634
|
+
label: "Search usage",
|
|
39635
|
+
unit_label: "US$1 of search cost"
|
|
39636
|
+
}]
|
|
39619
39637
|
}
|
|
39620
39638
|
},
|
|
39621
39639
|
{
|
|
@@ -33511,16 +33511,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
33511
33511
|
// Premium (billable). The upstream pay-per-event cost is per-Actor and
|
|
33512
33512
|
// VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
|
|
33513
33513
|
// fixed per-post price. So we meter the ACTUAL cost charged to us for each
|
|
33514
|
-
// run, as a pass-through: `units` = the run's `usageTotalUsd` in
|
|
33515
|
-
//
|
|
33516
|
-
// a managed markup (1.5x
|
|
33517
|
-
//
|
|
33514
|
+
// run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
|
|
33515
|
+
// (the physical unit `usd`), and the rate card prices each of those dollars at
|
|
33516
|
+
// a managed markup (1.5x). This keeps margin safe across cheap and expensive
|
|
33517
|
+
// scrapes alike. `event_type` must match what the broker writes to
|
|
33518
33518
|
// integration_usage_events. Until the rate row is seeded a run prices at 0
|
|
33519
33519
|
// (budget gate inert) - the rate-card migration ships in the same PR.
|
|
33520
|
+
//
|
|
33521
|
+
// The unit is US DOLLARS, not cents. Metering in cents priced the meter at
|
|
33522
|
+
// A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
|
|
33523
|
+
// A$0.02" - jargon, and rounded 11% below the real rate because the shared
|
|
33524
|
+
// formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
|
|
33525
|
+
// price and a line a customer can reason about; the money billed is identical.
|
|
33520
33526
|
premium: {
|
|
33521
33527
|
pricing: "usage",
|
|
33522
|
-
note: "Billed
|
|
33523
|
-
meters: [{
|
|
33528
|
+
note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
|
|
33529
|
+
meters: [{
|
|
33530
|
+
event_type: "actor_run",
|
|
33531
|
+
unit: "usd",
|
|
33532
|
+
label: "Scraping usage",
|
|
33533
|
+
unit_label: "US$1 of scraping cost"
|
|
33534
|
+
}]
|
|
33524
33535
|
}
|
|
33525
33536
|
},
|
|
33526
33537
|
{
|
|
@@ -33543,10 +33554,17 @@ var INTEGRATION_REGISTRY = [
|
|
|
33543
33554
|
],
|
|
33544
33555
|
docs_url: "https://docs.apify.com/api/v2",
|
|
33545
33556
|
beta: true,
|
|
33557
|
+
// Same cost pass-through metering as Social Scraping - see the note there for
|
|
33558
|
+
// why the unit is US dollars rather than cents.
|
|
33546
33559
|
premium: {
|
|
33547
33560
|
pricing: "usage",
|
|
33548
|
-
note: "Billed
|
|
33549
|
-
meters: [{
|
|
33561
|
+
note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
|
|
33562
|
+
meters: [{
|
|
33563
|
+
event_type: "actor_run",
|
|
33564
|
+
unit: "usd",
|
|
33565
|
+
label: "Search usage",
|
|
33566
|
+
unit_label: "US$1 of search cost"
|
|
33567
|
+
}]
|
|
33550
33568
|
}
|
|
33551
33569
|
},
|
|
33552
33570
|
{
|
|
@@ -33813,16 +33813,27 @@ var INTEGRATION_REGISTRY = [
|
|
|
33813
33813
|
// Premium (billable). The upstream pay-per-event cost is per-Actor and
|
|
33814
33814
|
// VARIABLE (each Actor's creator sets its own event prices), unlike X-Search's
|
|
33815
33815
|
// fixed per-post price. So we meter the ACTUAL cost charged to us for each
|
|
33816
|
-
// run, as a pass-through: `units` = the run's `usageTotalUsd` in
|
|
33817
|
-
//
|
|
33818
|
-
// a managed markup (1.5x
|
|
33819
|
-
//
|
|
33816
|
+
// run, as a pass-through: `units` = the run's `usageTotalUsd` in US dollars
|
|
33817
|
+
// (the physical unit `usd`), and the rate card prices each of those dollars at
|
|
33818
|
+
// a managed markup (1.5x). This keeps margin safe across cheap and expensive
|
|
33819
|
+
// scrapes alike. `event_type` must match what the broker writes to
|
|
33820
33820
|
// integration_usage_events. Until the rate row is seeded a run prices at 0
|
|
33821
33821
|
// (budget gate inert) - the rate-card migration ships in the same PR.
|
|
33822
|
+
//
|
|
33823
|
+
// The unit is US DOLLARS, not cents. Metering in cents priced the meter at
|
|
33824
|
+
// A$0.0225/unit, which rendered to the customer as "Actor Run (per usd_cent):
|
|
33825
|
+
// A$0.02" - jargon, and rounded 11% below the real rate because the shared
|
|
33826
|
+
// formatter only widens past 2dp below A$0.01. Per-dollar gives a whole-cent
|
|
33827
|
+
// price and a line a customer can reason about; the money billed is identical.
|
|
33822
33828
|
premium: {
|
|
33823
33829
|
pricing: "usage",
|
|
33824
|
-
note: "Billed
|
|
33825
|
-
meters: [{
|
|
33830
|
+
note: "Billed on the upstream pay-per-event cost of each scrape, at a managed markup. A 50-post TikTok scrape costs about A$0.19.",
|
|
33831
|
+
meters: [{
|
|
33832
|
+
event_type: "actor_run",
|
|
33833
|
+
unit: "usd",
|
|
33834
|
+
label: "Scraping usage",
|
|
33835
|
+
unit_label: "US$1 of scraping cost"
|
|
33836
|
+
}]
|
|
33826
33837
|
}
|
|
33827
33838
|
},
|
|
33828
33839
|
{
|
|
@@ -33845,10 +33856,17 @@ var INTEGRATION_REGISTRY = [
|
|
|
33845
33856
|
],
|
|
33846
33857
|
docs_url: "https://docs.apify.com/api/v2",
|
|
33847
33858
|
beta: true,
|
|
33859
|
+
// Same cost pass-through metering as Social Scraping - see the note there for
|
|
33860
|
+
// why the unit is US dollars rather than cents.
|
|
33848
33861
|
premium: {
|
|
33849
33862
|
pricing: "usage",
|
|
33850
|
-
note: "Billed
|
|
33851
|
-
meters: [{
|
|
33863
|
+
note: "Billed on the upstream pay-per-event cost of each search, at a managed markup. A 20-place search costs about A$0.07.",
|
|
33864
|
+
meters: [{
|
|
33865
|
+
event_type: "actor_run",
|
|
33866
|
+
unit: "usd",
|
|
33867
|
+
label: "Search usage",
|
|
33868
|
+
unit_label: "US$1 of search cost"
|
|
33869
|
+
}]
|
|
33852
33870
|
}
|
|
33853
33871
|
},
|
|
33854
33872
|
{
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-IRFNOPFU.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-W7T5YOS6.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-IRFNOPFU.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -471,4 +471,4 @@ export {
|
|
|
471
471
|
readAndResetSlackReplyBindingClassifications,
|
|
472
472
|
readAndResetSlackReplyTargetClassifications
|
|
473
473
|
};
|
|
474
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
474
|
+
//# sourceMappingURL=responsiveness-probe-3NKR4QOX.js.map
|