@cuylabs/agent-core 5.6.0 → 5.6.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.
Files changed (2) hide show
  1. package/dist/index.js +55 -55
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -164,61 +164,6 @@ import "./chunk-VOUEJSW6.js";
164
164
  import {
165
165
  assembleModelContext
166
166
  } from "./chunk-TYQWH6XH.js";
167
- import {
168
- InMemoryDispatchEventStore,
169
- createCompositeDispatchTaskExecutor,
170
- createDispatchExternalTaskControl,
171
- createDispatchTaskExecutor,
172
- createRuntimeDispatchExecutor,
173
- createRuntimeDispatchTargets,
174
- ensureNonEmpty,
175
- mergeInspection
176
- } from "./chunk-2BRLPF3Z.js";
177
- import {
178
- DEFAULT_DISPATCH_TOOL_IDS,
179
- DEFAULT_LOCAL_DISPATCH_CONCURRENCY,
180
- DEFAULT_LOCAL_DISPATCH_DEPTH,
181
- DEFAULT_LOCAL_DISPATCH_TITLE_PREFIX,
182
- DISPATCH_STATES,
183
- createDispatchTools,
184
- createLocalDispatchRuntime,
185
- createSubAgentRunSession,
186
- ensureSessionLoaded,
187
- getVisibleSessionMessages,
188
- repairOrphanedToolCalls
189
- } from "./chunk-ZETYNQ35.js";
190
- import {
191
- InMemorySessionStore,
192
- LocalSessionTurnLock,
193
- SESSION_FORMAT_VERSION,
194
- SessionManager,
195
- buildEntryPath,
196
- buildMessagesFromEntries,
197
- buildRecentMessagesFromEntries,
198
- buildRecentMessagesFromEntryMap,
199
- configureDefaultSessionManager,
200
- createMessageEntry,
201
- createMetadataEntry,
202
- deserializeMessage,
203
- extractSessionInfo,
204
- generateEntryId,
205
- getDefaultSessionManager,
206
- getLeafId,
207
- parseJSONL,
208
- serializeMessage,
209
- toJSONL,
210
- toJSONLBatch
211
- } from "./chunk-EDKZOPUV.js";
212
- import {
213
- sleep
214
- } from "./chunk-SZ2XBPTW.js";
215
- import {
216
- MAX_BYTES,
217
- MAX_LINES,
218
- Tool,
219
- normalizeToolReplayPolicy,
220
- truncateOutput
221
- } from "./chunk-MJML3A2F.js";
222
167
  import "./chunk-3NBTQHVV.js";
223
168
  import {
224
169
  createEventBus
@@ -303,6 +248,61 @@ import {
303
248
  shouldFallbackOnSummaryFailure,
304
249
  shouldPruneContext
305
250
  } from "./chunk-DYZGHHDB.js";
251
+ import {
252
+ InMemoryDispatchEventStore,
253
+ createCompositeDispatchTaskExecutor,
254
+ createDispatchExternalTaskControl,
255
+ createDispatchTaskExecutor,
256
+ createRuntimeDispatchExecutor,
257
+ createRuntimeDispatchTargets,
258
+ ensureNonEmpty,
259
+ mergeInspection
260
+ } from "./chunk-2BRLPF3Z.js";
261
+ import {
262
+ DEFAULT_DISPATCH_TOOL_IDS,
263
+ DEFAULT_LOCAL_DISPATCH_CONCURRENCY,
264
+ DEFAULT_LOCAL_DISPATCH_DEPTH,
265
+ DEFAULT_LOCAL_DISPATCH_TITLE_PREFIX,
266
+ DISPATCH_STATES,
267
+ createDispatchTools,
268
+ createLocalDispatchRuntime,
269
+ createSubAgentRunSession,
270
+ ensureSessionLoaded,
271
+ getVisibleSessionMessages,
272
+ repairOrphanedToolCalls
273
+ } from "./chunk-ZETYNQ35.js";
274
+ import {
275
+ InMemorySessionStore,
276
+ LocalSessionTurnLock,
277
+ SESSION_FORMAT_VERSION,
278
+ SessionManager,
279
+ buildEntryPath,
280
+ buildMessagesFromEntries,
281
+ buildRecentMessagesFromEntries,
282
+ buildRecentMessagesFromEntryMap,
283
+ configureDefaultSessionManager,
284
+ createMessageEntry,
285
+ createMetadataEntry,
286
+ deserializeMessage,
287
+ extractSessionInfo,
288
+ generateEntryId,
289
+ getDefaultSessionManager,
290
+ getLeafId,
291
+ parseJSONL,
292
+ serializeMessage,
293
+ toJSONL,
294
+ toJSONLBatch
295
+ } from "./chunk-EDKZOPUV.js";
296
+ import {
297
+ sleep
298
+ } from "./chunk-SZ2XBPTW.js";
299
+ import {
300
+ MAX_BYTES,
301
+ MAX_LINES,
302
+ Tool,
303
+ normalizeToolReplayPolicy,
304
+ truncateOutput
305
+ } from "./chunk-MJML3A2F.js";
306
306
  import {
307
307
  AGENT_CONTEXT_FRAGMENT_CLOSE,
308
308
  AGENT_CONTEXT_FRAGMENT_OPEN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuylabs/agent-core",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Embeddable AI agent infrastructure — execution, sessions, tools, skills, dispatch, tracing",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",