agentbnb 9.0.1 → 9.0.2
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/{chunk-27VHBFUP.js → chunk-2SOHHB2O.js} +4 -4
- package/dist/{chunk-NZTLBAML.js → chunk-74OZGLIT.js} +1 -1
- package/dist/{chunk-BOBND3QV.js → chunk-76YORWFJ.js} +3 -3
- package/dist/{chunk-D4IJQ3TK.js → chunk-7S4ZLFVI.js} +0 -73
- package/dist/{chunk-UIPGGNRC.js → chunk-ERT77HKY.js} +1 -1
- package/dist/{chunk-W5J3PEQ6.js → chunk-FMKBCO2Q.js} +2 -2
- package/dist/{chunk-2GWOFP24.js → chunk-FUGWPKXN.js} +1 -1
- package/dist/{chunk-AZEGOADG.js → chunk-I3RRMAAD.js} +3 -3
- package/dist/chunk-QEDVPJKP.js +203 -0
- package/dist/{chunk-4FK45WJI.js → chunk-SMQDT7CT.js} +2 -2
- package/dist/chunk-TA73FIZU.js +75 -0
- package/dist/{chunk-LLL3KYEM.js → chunk-UQCQ2JCG.js} +5 -3
- package/dist/{chunk-TLT6F35V.js → chunk-YJ3RGKPU.js} +1 -1
- package/dist/{chunk-P3FDT7G5.js → chunk-Z4IDXMSP.js} +0 -200
- package/dist/cli/index.js +106 -29
- package/dist/{conduct-4NPMP4GL.js → conduct-UAEEMVFD.js} +7 -6
- package/dist/{conduct-5FTKINWU.js → conduct-URYWMA5T.js} +7 -6
- package/dist/{conductor-mode-ZWC5BZUL.js → conductor-mode-2UFN6BUL.js} +6 -5
- package/dist/credits-action-24EPLUHG.js +148 -0
- package/dist/daemon-A7DXZIQW.js +188 -0
- package/dist/{execute-JTPFFEH6.js → execute-2Z3XIUHR.js} +6 -5
- package/dist/{openclaw-setup-HVEVSKXQ.js → openclaw-setup-WA625DZA.js} +9 -8
- package/dist/{openclaw-skills-QLC4D6DZ.js → openclaw-skills-76ZWXHFM.js} +53 -36
- package/dist/{request-WX3VLXBT.js → request-KPKWBL5W.js} +5 -4
- package/dist/{serve-skill-C7JU24CF.js → serve-skill-QSUIK3ZF.js} +6 -5
- package/dist/{server-F4WXNK5B.js → server-TGV2OPUM.js} +10 -8
- package/dist/{service-coordinator-2NFUCXYX.js → service-coordinator-4JAUUNUL.js} +16 -12
- package/package.json +1 -1
|
@@ -12,21 +12,23 @@ import {
|
|
|
12
12
|
import {
|
|
13
13
|
executeCapabilityBatch,
|
|
14
14
|
executeCapabilityRequest
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-76YORWFJ.js";
|
|
16
16
|
import {
|
|
17
17
|
StructuredFeedbackSchema
|
|
18
18
|
} from "./chunk-AUBHR7HH.js";
|
|
19
19
|
import {
|
|
20
20
|
announceGateway,
|
|
21
|
-
resolveSelfCli,
|
|
22
21
|
stopAnnouncement
|
|
23
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-TA73FIZU.js";
|
|
23
|
+
import {
|
|
24
|
+
resolveSelfCli
|
|
25
|
+
} from "./chunk-7S4ZLFVI.js";
|
|
24
26
|
import {
|
|
25
27
|
KNOWN_API_KEYS,
|
|
26
28
|
buildDraftCard,
|
|
27
29
|
detectApiKeys,
|
|
28
30
|
getPricingStats
|
|
29
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-FUGWPKXN.js";
|
|
30
32
|
import {
|
|
31
33
|
listPendingRequests,
|
|
32
34
|
resolvePendingRequest
|
|
@@ -38,21 +40,24 @@ import {
|
|
|
38
40
|
} from "./chunk-G5WKW3ED.js";
|
|
39
41
|
import {
|
|
40
42
|
syncCreditsFromRegistry
|
|
41
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-FMKBCO2Q.js";
|
|
42
44
|
import {
|
|
43
45
|
createLedger,
|
|
44
46
|
identityAuthPlugin
|
|
45
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-74OZGLIT.js";
|
|
46
48
|
import {
|
|
47
49
|
deriveAgentId
|
|
48
50
|
} from "./chunk-5CC6O6SO.js";
|
|
49
|
-
import "./chunk-
|
|
51
|
+
import "./chunk-ERT77HKY.js";
|
|
50
52
|
import "./chunk-ELFGYC22.js";
|
|
51
53
|
import {
|
|
52
|
-
bootstrapAgent,
|
|
53
54
|
buildReputationMap,
|
|
54
55
|
computeReputation,
|
|
55
56
|
filterCards,
|
|
57
|
+
searchCards
|
|
58
|
+
} from "./chunk-QEDVPJKP.js";
|
|
59
|
+
import {
|
|
60
|
+
bootstrapAgent,
|
|
56
61
|
getBalance,
|
|
57
62
|
getTransactions,
|
|
58
63
|
holdEscrow,
|
|
@@ -62,9 +67,8 @@ import {
|
|
|
62
67
|
migrateOwner,
|
|
63
68
|
openCreditDb,
|
|
64
69
|
releaseEscrow,
|
|
65
|
-
searchCards,
|
|
66
70
|
settleEscrow
|
|
67
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-Z4IDXMSP.js";
|
|
68
72
|
import {
|
|
69
73
|
RelayMessageSchema
|
|
70
74
|
} from "./chunk-3466S65P.js";
|
|
@@ -1061,7 +1065,7 @@ var AgentRuntime = class {
|
|
|
1061
1065
|
}
|
|
1062
1066
|
const modes = /* @__PURE__ */ new Map();
|
|
1063
1067
|
if (this.conductorEnabled) {
|
|
1064
|
-
const { ConductorMode } = await import("./conductor-mode-
|
|
1068
|
+
const { ConductorMode } = await import("./conductor-mode-2UFN6BUL.js");
|
|
1065
1069
|
const { registerConductorCard, CONDUCTOR_OWNER } = await import("./card-NKQFB3HD.js");
|
|
1066
1070
|
const { loadPeers } = await import("./peers-F2EWUMVQ.js");
|
|
1067
1071
|
registerConductorCard(this.registryDb);
|
|
@@ -5656,7 +5660,7 @@ var ServiceCoordinator = class {
|
|
|
5656
5660
|
}
|
|
5657
5661
|
if (opts.registryUrl && opts.relay) {
|
|
5658
5662
|
const { RelayClient } = await import("./websocket-client-5CRE36Z5.js");
|
|
5659
|
-
const { executeCapabilityRequest: executeCapabilityRequest2 } = await import("./execute-
|
|
5663
|
+
const { executeCapabilityRequest: executeCapabilityRequest2 } = await import("./execute-2Z3XIUHR.js");
|
|
5660
5664
|
const localCards = listCards(this.runtime.registryDb, this.config.owner);
|
|
5661
5665
|
const { primaryCard, additionalCards } = buildRelayRegistrationCards(this.config.owner, localCards);
|
|
5662
5666
|
if (this.config.conductor?.public) {
|