agentbnb 7.0.0-beta.1 → 7.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-REW7BSWW.js → card-EX2EYGCZ.js} +1 -1
- package/dist/{chunk-PU7LXOQ3.js → chunk-3LWBH7P3.js} +72 -3
- package/dist/{chunk-2HSUPCBT.js → chunk-5AAFG2V2.js} +3 -3
- package/dist/{chunk-GO4FVRVN.js → chunk-5GME4KJZ.js} +5 -5
- package/dist/{chunk-VPQ44XKE.js → chunk-64AK4FJM.js} +2 -2
- package/dist/{chunk-K5FO42YF.js → chunk-7EF3HYVZ.js} +24 -1
- package/dist/{chunk-EAD4A4KG.js → chunk-ALX4WS3A.js} +2 -2
- package/dist/{chunk-ETGOKDFR.js → chunk-B2VJTKO5.js} +2 -2
- package/dist/{chunk-PGDBUUGR.js → chunk-C537SFHV.js} +5 -5
- package/dist/{chunk-F53QQIM2.js → chunk-CUONY5TO.js} +1 -1
- package/dist/{chunk-J2K5S5MX.js → chunk-D6RKW2XG.js} +67 -1
- package/dist/{chunk-APEG4QIN.js → chunk-E2OKP5CY.js} +4 -4
- package/dist/{chunk-FK2MDNTB.js → chunk-FTZTEHYG.js} +1 -1
- package/dist/{chunk-Y7T6IMM3.js → chunk-GKVTD4EZ.js} +1 -1
- package/dist/{chunk-VMH2YS2I.js → chunk-KF3TZHA5.js} +1 -1
- package/dist/{chunk-574W3HHE.js → chunk-LJM7FHPM.js} +1 -1
- package/dist/{chunk-KA2VIEGM.js → chunk-O2OYBAVR.js} +1 -1
- package/dist/{chunk-PSQHUZ7X.js → chunk-OH7BP5NP.js} +1 -1
- package/dist/{chunk-EHSHB7TY.js → chunk-SSK653A6.js} +67 -2
- package/dist/{chunk-BP3L2TET.js → chunk-TBJ3FZKZ.js} +2 -2
- package/dist/{chunk-3CIMVISQ.js → chunk-WVY2W7AA.js} +4 -0
- package/dist/{chunk-DUW6RX6I.js → chunk-X32NE6V4.js} +1 -1
- package/dist/{chunk-CWYPTQRQ.js → chunk-YHY7OG6S.js} +5 -5
- package/dist/{chunk-TW65F5EU.js → chunk-Z4MCGKTL.js} +6 -2
- package/dist/cli/index.js +44 -23
- package/dist/{client-HRYRJKSA.js → client-HKV3QWZ3.js} +3 -3
- package/dist/{conduct-JNYJCDHQ.js → conduct-W6XF6DJW.js} +13 -13
- package/dist/conduct-YB64OHI6.js +22 -0
- package/dist/{conductor-mode-2VVFMKVE.js → conductor-mode-2GSLHVN6.js} +3 -3
- package/dist/{conductor-mode-VGUU54QI.js → conductor-mode-AKREGDIU.js} +10 -10
- package/dist/{execute-MOXSSA3Q.js → execute-AYQWORVH.js} +6 -6
- package/dist/{execute-I4PKSNJM.js → execute-EPE6MZLT.js} +3 -3
- package/dist/index.d.ts +262 -10
- package/dist/index.js +438 -26
- package/dist/{process-guard-QCCBGILS.js → process-guard-GH5LRNWO.js} +1 -1
- package/dist/{publish-capability-TS6CNR5G.js → publish-capability-AH2HDW54.js} +3 -3
- package/dist/{request-E7TA7COA.js → request-HCCXSKAY.js} +12 -12
- package/dist/{serve-skill-HIOWYKRU.js → serve-skill-SZAQT5T5.js} +8 -8
- package/dist/{server-I63CXFX3.js → server-MHMAYXWZ.js} +11 -11
- package/dist/{service-coordinator-XBNT3SMU.js → service-coordinator-WGH6B2VT.js} +375 -48
- package/dist/skills/agentbnb/bootstrap.js +393 -58
- package/dist/{websocket-client-PFGVTXNE.js → websocket-client-4Z5P54RU.js} +1 -1
- package/dist/websocket-client-QOVARTRN.js +7 -0
- package/package.json +17 -11
- package/skills/agentbnb/bootstrap.test.ts +9 -0
- package/skills/agentbnb/bootstrap.ts +51 -26
- package/skills/agentbnb/install.sh +0 -0
- package/dist/conduct-KJUD2RTB.js +0 -22
- package/dist/websocket-client-5MH6QRJK.js +0 -7
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
parseSoulMd,
|
|
3
3
|
publishFromSoul,
|
|
4
4
|
skillConfigToSkill
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-TBJ3FZKZ.js";
|
|
6
|
+
import "./chunk-O2OYBAVR.js";
|
|
7
|
+
import "./chunk-WVY2W7AA.js";
|
|
8
8
|
export {
|
|
9
9
|
parseSoulMd,
|
|
10
10
|
publishFromSoul,
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RelayClient
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-Z4MCGKTL.js";
|
|
4
|
+
import "./chunk-SSK653A6.js";
|
|
5
5
|
import {
|
|
6
6
|
createLedger
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5AAFG2V2.js";
|
|
8
8
|
import {
|
|
9
9
|
AutoRequestor,
|
|
10
10
|
BudgetManager,
|
|
11
11
|
DEFAULT_BUDGET_CONFIG
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-5GME4KJZ.js";
|
|
13
|
+
import "./chunk-KF3TZHA5.js";
|
|
14
14
|
import {
|
|
15
15
|
DEFAULT_AUTONOMY_CONFIG
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-GKVTD4EZ.js";
|
|
17
|
+
import "./chunk-LJM7FHPM.js";
|
|
18
18
|
import {
|
|
19
19
|
openCreditDb
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-D6RKW2XG.js";
|
|
21
21
|
import "./chunk-NWIQJ2CL.js";
|
|
22
22
|
import {
|
|
23
23
|
requestCapability
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-64AK4FJM.js";
|
|
25
25
|
import {
|
|
26
26
|
loadKeyPair
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-CUONY5TO.js";
|
|
28
28
|
import "./chunk-5AH3CMOX.js";
|
|
29
29
|
import "./chunk-75OC6E4F.js";
|
|
30
30
|
import {
|
|
31
31
|
openDatabase
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-O2OYBAVR.js";
|
|
33
|
+
import "./chunk-WVY2W7AA.js";
|
|
34
34
|
|
|
35
35
|
// src/mcp/tools/request.ts
|
|
36
36
|
import { z } from "zod";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executeCapabilityRequest
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-C537SFHV.js";
|
|
4
4
|
import {
|
|
5
5
|
RelayClient
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-Z4MCGKTL.js";
|
|
7
|
+
import "./chunk-SSK653A6.js";
|
|
8
|
+
import "./chunk-X32NE6V4.js";
|
|
9
9
|
import {
|
|
10
10
|
openCreditDb
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-D6RKW2XG.js";
|
|
12
12
|
import "./chunk-NWIQJ2CL.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-CUONY5TO.js";
|
|
14
14
|
import "./chunk-75OC6E4F.js";
|
|
15
15
|
import {
|
|
16
16
|
listCards,
|
|
17
17
|
openDatabase
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-O2OYBAVR.js";
|
|
19
|
+
import "./chunk-WVY2W7AA.js";
|
|
20
20
|
|
|
21
21
|
// src/mcp/tools/serve-skill.ts
|
|
22
22
|
import { z } from "zod";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ensureIdentity
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OH7BP5NP.js";
|
|
4
4
|
import {
|
|
5
5
|
createLedger
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-5AAFG2V2.js";
|
|
7
7
|
import {
|
|
8
8
|
fetchRemoteCards,
|
|
9
9
|
mergeResults
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-KF3TZHA5.js";
|
|
11
11
|
import {
|
|
12
12
|
searchCards
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-LJM7FHPM.js";
|
|
14
14
|
import {
|
|
15
15
|
getBalance,
|
|
16
16
|
openCreditDb
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-D6RKW2XG.js";
|
|
18
18
|
import "./chunk-NWIQJ2CL.js";
|
|
19
19
|
import {
|
|
20
20
|
loadKeyPair
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-CUONY5TO.js";
|
|
22
22
|
import {
|
|
23
23
|
getConfigDir,
|
|
24
24
|
loadConfig
|
|
@@ -26,10 +26,10 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
insertCard,
|
|
28
28
|
openDatabase
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-O2OYBAVR.js";
|
|
30
30
|
import {
|
|
31
31
|
AnyCardSchema
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-WVY2W7AA.js";
|
|
33
33
|
|
|
34
34
|
// src/mcp/server.ts
|
|
35
35
|
import { createRequire } from "module";
|
|
@@ -276,9 +276,9 @@ async function startMcpServer() {
|
|
|
276
276
|
registerDiscoverTool(server, ctx);
|
|
277
277
|
registerStatusTool(server, ctx);
|
|
278
278
|
registerPublishTool(server, ctx);
|
|
279
|
-
const { registerRequestTool } = await import("./request-
|
|
280
|
-
const { registerConductTool } = await import("./conduct-
|
|
281
|
-
const { registerServeSkillTool } = await import("./serve-skill-
|
|
279
|
+
const { registerRequestTool } = await import("./request-HCCXSKAY.js");
|
|
280
|
+
const { registerConductTool } = await import("./conduct-W6XF6DJW.js");
|
|
281
|
+
const { registerServeSkillTool } = await import("./serve-skill-SZAQT5T5.js");
|
|
282
282
|
registerRequestTool(server, ctx);
|
|
283
283
|
registerConductTool(server, ctx);
|
|
284
284
|
registerServeSkillTool(server, ctx);
|