@cuylabs/agent-core 4.0.0 → 4.1.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 +4 -4
- 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,10 +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
|
-
import "./chunk-SPBFQXOT.js";
|
|
314
313
|
import {
|
|
315
314
|
ClientCredentialsProvider,
|
|
316
315
|
createMCPManager,
|
|
@@ -319,6 +318,7 @@ import {
|
|
|
319
318
|
sseServer,
|
|
320
319
|
stdioServer
|
|
321
320
|
} from "./chunk-US7S4FYW.js";
|
|
321
|
+
import "./chunk-SPBFQXOT.js";
|
|
322
322
|
import {
|
|
323
323
|
MiddlewareRunner,
|
|
324
324
|
approvalMiddleware,
|