@cuylabs/agent-core 4.0.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 +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -200,6 +200,9 @@ import {
200
200
  toJSONL,
201
201
  toJSONLBatch
202
202
  } from "./chunk-H3GRHFFG.js";
203
+ import {
204
+ createEventBus
205
+ } from "./chunk-2TTOLHBT.js";
203
206
  import {
204
207
  AgentTurnEngine,
205
208
  ContextManager,
@@ -307,9 +310,6 @@ import {
307
310
  supportsReasoning,
308
311
  supportsReasoningSync
309
312
  } from "./chunk-GJFP5L2V.js";
310
- import {
311
- createEventBus
312
- } from "./chunk-2TTOLHBT.js";
313
313
  import "./chunk-SPBFQXOT.js";
314
314
  import {
315
315
  ClientCredentialsProvider,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/agent-core",
3
- "version": "4.0.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",