agentbnb 5.1.11 → 6.0.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/dist/{card-RSGDCHCV.js → card-REW7BSWW.js} +1 -1
- package/dist/{chunk-EPIWHNB2.js → chunk-2TLZ6G2B.js} +446 -373
- package/dist/{chunk-WGZ5AGOX.js → chunk-3CIMVISQ.js} +24 -1
- package/dist/{chunk-NH2FIERR.js → chunk-574W3HHE.js} +1 -1
- package/dist/{chunk-B5FTAGFN.js → chunk-7XHDSWRD.js} +75 -75
- package/dist/{chunk-NLAWT4DT.js → chunk-7YLFLC5C.js} +6 -6
- package/dist/chunk-BP3L2TET.js +148 -0
- package/dist/{chunk-EGUOAHCW.js → chunk-C2T4BMRW.js} +12 -12
- package/dist/{chunk-5KFI5X7B.js → chunk-F53QQIM2.js} +1 -1
- package/dist/chunk-JR6TJDIF.js +425 -0
- package/dist/{chunk-DFBX3BBD.js → chunk-KA2VIEGM.js} +211 -16
- package/dist/chunk-NQTE577Q.js +159 -0
- package/dist/{chunk-WTXRY7R2.js → chunk-NYV3NE5Z.js} +157 -9
- package/dist/{chunk-UKT6H7YT.js → chunk-OZXCRLP3.js} +1 -1
- package/dist/{chunk-QITOPASZ.js → chunk-PSQHUZ7X.js} +1 -1
- package/dist/{chunk-EANI2N2V.js → chunk-RVYQSC6L.js} +2 -99
- package/dist/{chunk-MLS6IGGG.js → chunk-TQDV254A.js} +1 -1
- package/dist/{chunk-QQFBFV4V.js → chunk-TR6UZDNX.js} +57 -18
- package/dist/{chunk-ZX5623ER.js → chunk-VMH2YS2I.js} +1 -1
- package/dist/{chunk-XND2DWTZ.js → chunk-VPQ44XKE.js} +2 -2
- package/dist/{chunk-CSATDXZC.js → chunk-Y7T6IMM3.js} +1 -1
- package/dist/{chunk-FLY3WIQR.js → chunk-YRRVFTDR.js} +3 -3
- package/dist/cli/index.js +261 -125
- package/dist/{client-T5MTY3CS.js → client-HRYRJKSA.js} +3 -3
- package/dist/{conduct-WU3VEXB6.js → conduct-LF6FYPLD.js} +11 -11
- package/dist/conduct-QAFZIEY6.js +21 -0
- package/dist/{conductor-mode-ZMTFZGJP.js → conductor-mode-NUDQLZFM.js} +309 -13
- package/dist/conductor-mode-YQ6QSPPT.js +275 -0
- package/dist/{execute-4D4ITQCL.js → execute-ITHIYYOX.js} +4 -3
- package/dist/execute-PNJFABVJ.js +14 -0
- package/dist/index.d.ts +555 -0
- package/dist/index.js +592 -83
- package/dist/{process-guard-CC7CNRQJ.js → process-guard-QCCBGILS.js} +1 -1
- package/dist/publish-capability-TS6CNR5G.js +12 -0
- package/dist/{request-VOXBFUOG.js → request-P6QCTCCG.js} +14 -14
- package/dist/{serve-skill-IH7UAJNR.js → serve-skill-EZOL7UYN.js} +10 -9
- package/dist/{server-JVQW2TID.js → server-3G6ZTASA.js} +16 -16
- package/dist/{service-coordinator-EYRDTHL5.js → service-coordinator-CRSE4GWC.js} +174 -242
- package/dist/skill-config-4W5W5O6T.js +22 -0
- package/dist/skills/agentbnb/bootstrap.js +227 -67
- package/package.json +1 -1
- package/skills/agentbnb/SKILL.md +35 -0
- package/skills/agentbnb/bootstrap.ts +126 -8
- package/skills/agentbnb/install.sh +49 -9
- package/dist/chunk-CRFCWD6V.js +0 -366
- package/dist/conduct-6LKIJJKQ.js +0 -21
- package/dist/conductor-mode-Q4IIDY5E.js +0 -123
- package/dist/execute-T7Y6RKSW.js +0 -13
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createLedger
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YRRVFTDR.js";
|
|
4
4
|
import {
|
|
5
5
|
RelayClient
|
|
6
6
|
} from "./chunk-JOY533UH.js";
|
|
@@ -9,27 +9,27 @@ import {
|
|
|
9
9
|
AutoRequestor,
|
|
10
10
|
BudgetManager,
|
|
11
11
|
DEFAULT_BUDGET_CONFIG
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-C2T4BMRW.js";
|
|
13
|
+
import "./chunk-VMH2YS2I.js";
|
|
13
14
|
import {
|
|
14
15
|
DEFAULT_AUTONOMY_CONFIG
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import
|
|
16
|
+
} from "./chunk-Y7T6IMM3.js";
|
|
17
|
+
import "./chunk-574W3HHE.js";
|
|
18
|
+
import {
|
|
19
|
+
openCreditDb
|
|
20
|
+
} from "./chunk-RVYQSC6L.js";
|
|
18
21
|
import {
|
|
19
22
|
requestCapability
|
|
20
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-VPQ44XKE.js";
|
|
24
|
+
import {
|
|
25
|
+
loadKeyPair
|
|
26
|
+
} from "./chunk-F53QQIM2.js";
|
|
21
27
|
import "./chunk-5AH3CMOX.js";
|
|
22
28
|
import "./chunk-75OC6E4F.js";
|
|
23
29
|
import {
|
|
24
30
|
openDatabase
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import
|
|
27
|
-
openCreditDb
|
|
28
|
-
} from "./chunk-EANI2N2V.js";
|
|
29
|
-
import {
|
|
30
|
-
loadKeyPair
|
|
31
|
-
} from "./chunk-5KFI5X7B.js";
|
|
32
|
-
import "./chunk-WGZ5AGOX.js";
|
|
31
|
+
} from "./chunk-KA2VIEGM.js";
|
|
32
|
+
import "./chunk-3CIMVISQ.js";
|
|
33
33
|
|
|
34
34
|
// src/mcp/tools/request.ts
|
|
35
35
|
import { z } from "zod";
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
+
import {
|
|
2
|
+
executeCapabilityRequest
|
|
3
|
+
} from "./chunk-TR6UZDNX.js";
|
|
4
|
+
import "./chunk-OZXCRLP3.js";
|
|
1
5
|
import {
|
|
2
6
|
RelayClient
|
|
3
7
|
} from "./chunk-JOY533UH.js";
|
|
4
8
|
import "./chunk-QT7TEVNV.js";
|
|
5
9
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
10
|
+
openCreditDb
|
|
11
|
+
} from "./chunk-RVYQSC6L.js";
|
|
12
|
+
import "./chunk-F53QQIM2.js";
|
|
13
|
+
import "./chunk-75OC6E4F.js";
|
|
9
14
|
import {
|
|
10
15
|
listCards,
|
|
11
16
|
openDatabase
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import
|
|
14
|
-
openCreditDb
|
|
15
|
-
} from "./chunk-EANI2N2V.js";
|
|
16
|
-
import "./chunk-5KFI5X7B.js";
|
|
17
|
-
import "./chunk-WGZ5AGOX.js";
|
|
17
|
+
} from "./chunk-KA2VIEGM.js";
|
|
18
|
+
import "./chunk-3CIMVISQ.js";
|
|
18
19
|
|
|
19
20
|
// src/mcp/tools/serve-skill.ts
|
|
20
21
|
import { z } from "zod";
|
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureIdentity
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PSQHUZ7X.js";
|
|
4
4
|
import {
|
|
5
5
|
createLedger
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YRRVFTDR.js";
|
|
7
7
|
import {
|
|
8
8
|
fetchRemoteCards,
|
|
9
9
|
mergeResults
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VMH2YS2I.js";
|
|
11
11
|
import {
|
|
12
12
|
searchCards
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-574W3HHE.js";
|
|
14
|
+
import {
|
|
15
|
+
getBalance,
|
|
16
|
+
openCreditDb
|
|
17
|
+
} from "./chunk-RVYQSC6L.js";
|
|
18
|
+
import {
|
|
19
|
+
loadKeyPair
|
|
20
|
+
} from "./chunk-F53QQIM2.js";
|
|
14
21
|
import {
|
|
15
22
|
getConfigDir,
|
|
16
23
|
loadConfig
|
|
@@ -18,17 +25,10 @@ import {
|
|
|
18
25
|
import {
|
|
19
26
|
insertCard,
|
|
20
27
|
openDatabase
|
|
21
|
-
} from "./chunk-
|
|
22
|
-
import {
|
|
23
|
-
getBalance,
|
|
24
|
-
openCreditDb
|
|
25
|
-
} from "./chunk-EANI2N2V.js";
|
|
26
|
-
import {
|
|
27
|
-
loadKeyPair
|
|
28
|
-
} from "./chunk-5KFI5X7B.js";
|
|
28
|
+
} from "./chunk-KA2VIEGM.js";
|
|
29
29
|
import {
|
|
30
30
|
AnyCardSchema
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-3CIMVISQ.js";
|
|
32
32
|
|
|
33
33
|
// src/mcp/server.ts
|
|
34
34
|
import { createRequire } from "module";
|
|
@@ -275,9 +275,9 @@ async function startMcpServer() {
|
|
|
275
275
|
registerDiscoverTool(server, ctx);
|
|
276
276
|
registerStatusTool(server, ctx);
|
|
277
277
|
registerPublishTool(server, ctx);
|
|
278
|
-
const { registerRequestTool } = await import("./request-
|
|
279
|
-
const { registerConductTool } = await import("./conduct-
|
|
280
|
-
const { registerServeSkillTool } = await import("./serve-skill-
|
|
278
|
+
const { registerRequestTool } = await import("./request-P6QCTCCG.js");
|
|
279
|
+
const { registerConductTool } = await import("./conduct-LF6FYPLD.js");
|
|
280
|
+
const { registerServeSkillTool } = await import("./serve-skill-EZOL7UYN.js");
|
|
281
281
|
registerRequestTool(server, ctx);
|
|
282
282
|
registerConductTool(server, ctx);
|
|
283
283
|
registerServeSkillTool(server, ctx);
|