agentbnb 4.0.4 → 5.1.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.
Files changed (45) hide show
  1. package/dist/chunk-AUBHR7HH.js +25 -0
  2. package/dist/chunk-B5FTAGFN.js +393 -0
  3. package/dist/{chunk-GGYC5U2Z.js → chunk-BTTL24TZ.js} +29 -91
  4. package/dist/chunk-C6KPAFCC.js +387 -0
  5. package/dist/{chunk-JXEOE7HX.js → chunk-CRFCWD6V.js} +163 -92
  6. package/dist/chunk-CSATDXZC.js +89 -0
  7. package/dist/{chunk-T7NS2J2B.js → chunk-DFBX3BBD.js} +84 -1
  8. package/dist/{chunk-DNWT5FZQ.js → chunk-EANI2N2V.js} +98 -1
  9. package/dist/{chunk-HH24WMFN.js → chunk-FLY3WIQR.js} +1 -1
  10. package/dist/{chunk-EVBX22YU.js → chunk-HLUEOLSZ.js} +11 -17
  11. package/dist/chunk-IVOYM3WG.js +25 -0
  12. package/dist/chunk-LCAIAAG2.js +916 -0
  13. package/dist/chunk-MLS6IGGG.js +294 -0
  14. package/dist/{chunk-4P3EMGL4.js → chunk-MNO4COST.js} +5 -3
  15. package/dist/chunk-NH2FIERR.js +138 -0
  16. package/dist/chunk-UKT6H7YT.js +29 -0
  17. package/dist/{chunk-BH6WGYFB.js → chunk-VE3E4AMH.js} +8 -8
  18. package/dist/{chunk-5QGXARLJ.js → chunk-W5BZMKMF.js} +159 -27
  19. package/dist/{chunk-FF226TIV.js → chunk-ZX5623ER.js} +0 -57
  20. package/dist/cli/index.js +362 -4633
  21. package/dist/{conduct-N52JX7RT.js → conduct-KM6ZNJGE.js} +10 -8
  22. package/dist/{conduct-GZQNFTRP.js → conduct-WGTMQND5.js} +10 -8
  23. package/dist/{conductor-mode-XUWGR4ZE.js → conductor-mode-OL2FNOYY.js} +6 -4
  24. package/dist/{conductor-mode-ESGFZ6T5.js → conductor-mode-VRO7TYW2.js} +20 -167
  25. package/dist/execute-CPFSOOO3.js +13 -0
  26. package/dist/execute-IP2QHALV.js +10 -0
  27. package/dist/index.d.ts +14 -8
  28. package/dist/index.js +186 -35
  29. package/dist/{peers-E4MKNNDN.js → peers-CJ7T4RJO.js} +2 -1
  30. package/dist/process-guard-CC7CNRQJ.js +176 -0
  31. package/dist/{request-4GQSSM4B.js → request-YOWPXVLQ.js} +13 -10
  32. package/dist/schema-7BSSLZ4S.js +8 -0
  33. package/dist/{serve-skill-Q6NHX2RA.js → serve-skill-JHFNR7BW.js} +8 -7
  34. package/dist/{server-B5E566CI.js → server-HKJJWFRG.js} +10 -8
  35. package/dist/service-coordinator-5R4LQW6L.js +4917 -0
  36. package/dist/skills/agentbnb/bootstrap.js +5028 -848
  37. package/dist/websocket-client-WRN3HO73.js +6 -0
  38. package/package.json +4 -1
  39. package/skills/agentbnb/SKILL.md +87 -70
  40. package/skills/agentbnb/bootstrap.test.ts +142 -242
  41. package/skills/agentbnb/bootstrap.ts +88 -95
  42. package/skills/agentbnb/install.sh +97 -27
  43. package/dist/card-RNEWSAQ6.js +0 -88
  44. package/dist/chunk-UB2NPFC7.js +0 -165
  45. package/dist/execute-QH6F54D7.js +0 -10
@@ -1,19 +1,20 @@
1
+ import {
2
+ RelayClient
3
+ } from "./chunk-JOY533UH.js";
4
+ import "./chunk-QT7TEVNV.js";
1
5
  import {
2
6
  executeCapabilityRequest
3
- } from "./chunk-5QGXARLJ.js";
7
+ } from "./chunk-W5BZMKMF.js";
8
+ import "./chunk-UKT6H7YT.js";
4
9
  import {
5
10
  listCards,
6
11
  openDatabase
7
- } from "./chunk-T7NS2J2B.js";
12
+ } from "./chunk-DFBX3BBD.js";
8
13
  import {
9
14
  openCreditDb
10
- } from "./chunk-DNWT5FZQ.js";
15
+ } from "./chunk-EANI2N2V.js";
11
16
  import "./chunk-5KFI5X7B.js";
12
17
  import "./chunk-WGZ5AGOX.js";
13
- import {
14
- RelayClient
15
- } from "./chunk-JOY533UH.js";
16
- import "./chunk-QT7TEVNV.js";
17
18
 
18
19
  // src/mcp/tools/serve-skill.ts
19
20
  import { z } from "zod";
@@ -3,12 +3,14 @@ import {
3
3
  } from "./chunk-QITOPASZ.js";
4
4
  import {
5
5
  createLedger
6
- } from "./chunk-HH24WMFN.js";
6
+ } from "./chunk-FLY3WIQR.js";
7
7
  import {
8
8
  fetchRemoteCards,
9
- mergeResults,
9
+ mergeResults
10
+ } from "./chunk-ZX5623ER.js";
11
+ import {
10
12
  searchCards
11
- } from "./chunk-FF226TIV.js";
13
+ } from "./chunk-NH2FIERR.js";
12
14
  import {
13
15
  getConfigDir,
14
16
  loadConfig
@@ -16,11 +18,11 @@ import {
16
18
  import {
17
19
  insertCard,
18
20
  openDatabase
19
- } from "./chunk-T7NS2J2B.js";
21
+ } from "./chunk-DFBX3BBD.js";
20
22
  import {
21
23
  getBalance,
22
24
  openCreditDb
23
- } from "./chunk-DNWT5FZQ.js";
25
+ } from "./chunk-EANI2N2V.js";
24
26
  import {
25
27
  loadKeyPair
26
28
  } from "./chunk-5KFI5X7B.js";
@@ -273,9 +275,9 @@ async function startMcpServer() {
273
275
  registerDiscoverTool(server, ctx);
274
276
  registerStatusTool(server, ctx);
275
277
  registerPublishTool(server, ctx);
276
- const { registerRequestTool } = await import("./request-4GQSSM4B.js");
277
- const { registerConductTool } = await import("./conduct-N52JX7RT.js");
278
- const { registerServeSkillTool } = await import("./serve-skill-Q6NHX2RA.js");
278
+ const { registerRequestTool } = await import("./request-YOWPXVLQ.js");
279
+ const { registerConductTool } = await import("./conduct-KM6ZNJGE.js");
280
+ const { registerServeSkillTool } = await import("./serve-skill-JHFNR7BW.js");
279
281
  registerRequestTool(server, ctx);
280
282
  registerConductTool(server, ctx);
281
283
  registerServeSkillTool(server, ctx);