agentbnb 4.0.1 → 4.0.4

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 (47) hide show
  1. package/README.md +33 -2
  2. package/dist/{card-4XH4AOTE.js → card-RNEWSAQ6.js} +1 -1
  3. package/dist/card-RSGDCHCV.js +88 -0
  4. package/dist/{chunk-MQKYGY5I.js → chunk-4P3EMGL4.js} +3 -3
  5. package/dist/{chunk-DVAS2443.js → chunk-5KFI5X7B.js} +1 -1
  6. package/dist/{chunk-Q7HRI666.js → chunk-5QGXARLJ.js} +8 -6
  7. package/dist/{chunk-3UKAVIMC.js → chunk-BH6WGYFB.js} +4 -4
  8. package/dist/{chunk-XQHN6ITI.js → chunk-DNWT5FZQ.js} +22 -2
  9. package/dist/chunk-EVBX22YU.js +68 -0
  10. package/dist/{chunk-QJEOCKVF.js → chunk-FF226TIV.js} +1 -1
  11. package/dist/{chunk-6K5WUVF3.js → chunk-GGYC5U2Z.js} +4 -4
  12. package/dist/{chunk-ODBGCCEH.js → chunk-HH24WMFN.js} +18 -3
  13. package/dist/chunk-JXEOE7HX.js +295 -0
  14. package/dist/{chunk-M3G5NR2Z.js → chunk-QITOPASZ.js} +8 -2
  15. package/dist/{chunk-TLU7ALCZ.js → chunk-T7NS2J2B.js} +1 -1
  16. package/dist/chunk-UB2NPFC7.js +165 -0
  17. package/dist/{chunk-FNKBHBYK.js → chunk-WGZ5AGOX.js} +37 -3
  18. package/dist/{chunk-KJG2UJV5.js → chunk-XND2DWTZ.js} +3 -2
  19. package/dist/cli/index.d.ts +1 -0
  20. package/dist/cli/index.js +406 -135
  21. package/dist/{client-BTPIFY7E.js → client-T5MTY3CS.js} +3 -3
  22. package/dist/conduct-GZQNFTRP.js +19 -0
  23. package/dist/{conduct-CW62HBPT.js → conduct-N52JX7RT.js} +9 -9
  24. package/dist/conductor-mode-ESGFZ6T5.js +739 -0
  25. package/dist/{conductor-mode-3JS4VWCR.js → conductor-mode-XUWGR4ZE.js} +7 -7
  26. package/dist/execute-QH6F54D7.js +10 -0
  27. package/dist/index.d.ts +151 -2
  28. package/dist/index.js +135 -67
  29. package/dist/peers-E4MKNNDN.js +12 -0
  30. package/dist/{request-CNZ3XIVX.js → request-4GQSSM4B.js} +8 -8
  31. package/dist/{serve-skill-SUOGUM7N.js → serve-skill-Q6NHX2RA.js} +5 -5
  32. package/dist/{server-2LWHL24P.js → server-B5E566CI.js} +10 -10
  33. package/dist/skills/agentbnb/bootstrap.js +2001 -0
  34. package/openclaw.plugin.json +54 -0
  35. package/package.json +9 -6
  36. package/skills/agentbnb/HEARTBEAT.rules.md +47 -0
  37. package/skills/agentbnb/SKILL.md +166 -0
  38. package/skills/agentbnb/auto-request.ts +14 -0
  39. package/skills/agentbnb/auto-share.ts +10 -0
  40. package/skills/agentbnb/bootstrap.test.ts +323 -0
  41. package/skills/agentbnb/bootstrap.ts +126 -0
  42. package/skills/agentbnb/credit-mgr.ts +11 -0
  43. package/skills/agentbnb/gateway.ts +12 -0
  44. package/skills/agentbnb/install.sh +210 -0
  45. package/dist/conduct-FXLVGKD5.js +0 -19
  46. package/dist/execute-EXOITLHN.js +0 -10
  47. package/dist/types-FGBUZ3QV.js +0 -18
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  ensureIdentity
3
- } from "./chunk-M3G5NR2Z.js";
3
+ } from "./chunk-QITOPASZ.js";
4
4
  import {
5
5
  createLedger
6
- } from "./chunk-ODBGCCEH.js";
6
+ } from "./chunk-HH24WMFN.js";
7
7
  import {
8
8
  fetchRemoteCards,
9
9
  mergeResults,
10
10
  searchCards
11
- } from "./chunk-QJEOCKVF.js";
11
+ } from "./chunk-FF226TIV.js";
12
12
  import {
13
13
  getConfigDir,
14
14
  loadConfig
@@ -16,17 +16,17 @@ import {
16
16
  import {
17
17
  insertCard,
18
18
  openDatabase
19
- } from "./chunk-TLU7ALCZ.js";
19
+ } from "./chunk-T7NS2J2B.js";
20
20
  import {
21
21
  getBalance,
22
22
  openCreditDb
23
- } from "./chunk-XQHN6ITI.js";
23
+ } from "./chunk-DNWT5FZQ.js";
24
24
  import {
25
25
  loadKeyPair
26
- } from "./chunk-DVAS2443.js";
26
+ } from "./chunk-5KFI5X7B.js";
27
27
  import {
28
28
  AnyCardSchema
29
- } from "./chunk-FNKBHBYK.js";
29
+ } from "./chunk-WGZ5AGOX.js";
30
30
 
31
31
  // src/mcp/server.ts
32
32
  import { createRequire } from "module";
@@ -273,9 +273,9 @@ async function startMcpServer() {
273
273
  registerDiscoverTool(server, ctx);
274
274
  registerStatusTool(server, ctx);
275
275
  registerPublishTool(server, ctx);
276
- const { registerRequestTool } = await import("./request-CNZ3XIVX.js");
277
- const { registerConductTool } = await import("./conduct-CW62HBPT.js");
278
- const { registerServeSkillTool } = await import("./serve-skill-SUOGUM7N.js");
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");
279
279
  registerRequestTool(server, ctx);
280
280
  registerConductTool(server, ctx);
281
281
  registerServeSkillTool(server, ctx);