agentbnb 3.0.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,22 +1,24 @@
1
- import {
2
- openDatabase
3
- } from "./chunk-PJSYSVKN.js";
4
1
  import {
5
2
  BudgetController,
6
3
  ORCHESTRATION_FEE,
7
4
  decompose,
8
5
  matchSubTasks,
9
6
  orchestrate
10
- } from "./chunk-EZB4RUIG.js";
7
+ } from "./chunk-VCW7IDJM.js";
11
8
  import {
12
- BudgetManager,
13
- openCreditDb
14
- } from "./chunk-V7M6GIJZ.js";
9
+ BudgetManager
10
+ } from "./chunk-2ETVQXP7.js";
15
11
  import {
16
12
  loadConfig,
17
13
  loadPeers
18
14
  } from "./chunk-BEI5MTNZ.js";
19
- import "./chunk-TQMI73LL.js";
15
+ import {
16
+ openDatabase
17
+ } from "./chunk-QAY6XTT7.js";
18
+ import {
19
+ openCreditDb
20
+ } from "./chunk-MZCNJ5PY.js";
21
+ import "./chunk-7RU5INZI.js";
20
22
 
21
23
  // src/cli/conduct.ts
22
24
  async function conductAction(task, opts) {
@@ -3,12 +3,13 @@ import {
3
3
  decompose,
4
4
  matchSubTasks,
5
5
  orchestrate
6
- } from "./chunk-EZB4RUIG.js";
6
+ } from "./chunk-VCW7IDJM.js";
7
7
  import {
8
8
  BudgetManager
9
- } from "./chunk-V7M6GIJZ.js";
9
+ } from "./chunk-2ETVQXP7.js";
10
10
  import "./chunk-BEI5MTNZ.js";
11
- import "./chunk-TQMI73LL.js";
11
+ import "./chunk-MZCNJ5PY.js";
12
+ import "./chunk-7RU5INZI.js";
12
13
 
13
14
  // src/conductor/conductor-mode.ts
14
15
  var ConductorMode = class {
@@ -0,0 +1,9 @@
1
+ import {
2
+ executeCapabilityRequest
3
+ } from "./chunk-MGHI67GR.js";
4
+ import "./chunk-QAY6XTT7.js";
5
+ import "./chunk-MZCNJ5PY.js";
6
+ import "./chunk-7RU5INZI.js";
7
+ export {
8
+ executeCapabilityRequest
9
+ };