@cuylabs/agent-core 4.1.0 → 4.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -310,6 +310,7 @@ import {
310
310
  supportsReasoning,
311
311
  supportsReasoningSync
312
312
  } from "./chunk-GJFP5L2V.js";
313
+ import "./chunk-SPBFQXOT.js";
313
314
  import {
314
315
  ClientCredentialsProvider,
315
316
  createMCPManager,
@@ -318,7 +319,6 @@ import {
318
319
  sseServer,
319
320
  stdioServer
320
321
  } from "./chunk-US7S4FYW.js";
321
- import "./chunk-SPBFQXOT.js";
322
322
  import {
323
323
  MiddlewareRunner,
324
324
  approvalMiddleware,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/agent-core",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Embeddable AI agent infrastructure — execution, sessions, tools, skills, dispatch, tracing",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",