@cuylabs/agent-core 0.14.1 → 0.15.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/index.js +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -307,14 +307,6 @@ import {
|
|
|
307
307
|
supportsReasoningSync
|
|
308
308
|
} from "./chunk-WI5JFEAI.js";
|
|
309
309
|
import "./chunk-SPBFQXOT.js";
|
|
310
|
-
import {
|
|
311
|
-
ClientCredentialsProvider,
|
|
312
|
-
createMCPManager,
|
|
313
|
-
httpServer,
|
|
314
|
-
serviceAccountServer,
|
|
315
|
-
sseServer,
|
|
316
|
-
stdioServer
|
|
317
|
-
} from "./chunk-US7S4FYW.js";
|
|
318
310
|
import {
|
|
319
311
|
MiddlewareRunner,
|
|
320
312
|
approvalMiddleware,
|
|
@@ -383,6 +375,14 @@ import {
|
|
|
383
375
|
requiresToolHost,
|
|
384
376
|
resolveCapability
|
|
385
377
|
} from "./chunk-FII65CN7.js";
|
|
378
|
+
import {
|
|
379
|
+
ClientCredentialsProvider,
|
|
380
|
+
createMCPManager,
|
|
381
|
+
httpServer,
|
|
382
|
+
serviceAccountServer,
|
|
383
|
+
sseServer,
|
|
384
|
+
stdioServer
|
|
385
|
+
} from "./chunk-US7S4FYW.js";
|
|
386
386
|
import {
|
|
387
387
|
createConsoleLogger,
|
|
388
388
|
createFileLogger,
|
package/package.json
CHANGED