agentbnb 3.1.0 → 3.1.1

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CapabilityCardV2Schema
3
- } from "./chunk-TQMI73LL.js";
3
+ } from "./chunk-7RU5INZI.js";
4
4
 
5
5
  // src/conductor/card.ts
6
6
  var CONDUCTOR_OWNER = "agentbnb-conductor";
@@ -6,10 +6,10 @@ import {
6
6
  holdEscrow,
7
7
  releaseEscrow,
8
8
  settleEscrow
9
- } from "./chunk-ZJCIBK6O.js";
9
+ } from "./chunk-MZCNJ5PY.js";
10
10
  import {
11
11
  AgentBnBError
12
- } from "./chunk-TQMI73LL.js";
12
+ } from "./chunk-7RU5INZI.js";
13
13
 
14
14
  // src/autonomy/tiers.ts
15
15
  import { randomUUID } from "crypto";
@@ -121,5 +121,6 @@ var AgentBnBError = class extends Error {
121
121
  export {
122
122
  CapabilityCardSchema,
123
123
  CapabilityCardV2Schema,
124
+ AnyCardSchema,
124
125
  AgentBnBError
125
126
  };
@@ -2,7 +2,7 @@ import {
2
2
  getCard,
3
3
  insertRequestLog,
4
4
  updateReputation
5
- } from "./chunk-2LLXUKMY.js";
5
+ } from "./chunk-QAY6XTT7.js";
6
6
  import {
7
7
  confirmEscrowDebit,
8
8
  getBalance,
@@ -10,10 +10,10 @@ import {
10
10
  recordEarning,
11
11
  releaseEscrow,
12
12
  settleEscrow
13
- } from "./chunk-ZJCIBK6O.js";
13
+ } from "./chunk-MZCNJ5PY.js";
14
14
  import {
15
15
  AgentBnBError
16
- } from "./chunk-TQMI73LL.js";
16
+ } from "./chunk-7RU5INZI.js";
17
17
 
18
18
  // src/gateway/execute.ts
19
19
  import { randomUUID } from "crypto";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AgentBnBError
3
- } from "./chunk-TQMI73LL.js";
3
+ } from "./chunk-7RU5INZI.js";
4
4
 
5
5
  // src/credit/escrow.ts
6
6
  import { randomUUID } from "crypto";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  AgentBnBError,
3
3
  CapabilityCardSchema
4
- } from "./chunk-TQMI73LL.js";
4
+ } from "./chunk-7RU5INZI.js";
5
5
 
6
6
  // src/registry/request-log.ts
7
7
  var SINCE_MS = {
@@ -3,7 +3,7 @@ import {
3
3
  requestCapability,
4
4
  scorePeers,
5
5
  searchCards
6
- } from "./chunk-QVIGMCHA.js";
6
+ } from "./chunk-2ETVQXP7.js";
7
7
 
8
8
  // src/conductor/task-decomposer.ts
9
9
  import { randomUUID } from "crypto";