@agentxjs/core 1.9.9-dev → 1.9.10-dev

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.
@@ -5,7 +5,17 @@ import {
5
5
  createAgent,
6
6
  createInitialAgentEngineState,
7
7
  createMealyMachine
8
- } from "../chunk-TBU7FFZT.js";
8
+ } from "../chunk-AT5P47YA.js";
9
+ import {
10
+ MemoryStore,
11
+ chainProcessors,
12
+ combineInitialStates,
13
+ combineProcessors,
14
+ filterProcessor,
15
+ identityProcessor,
16
+ mapOutput,
17
+ withLogging
18
+ } from "../chunk-EKHT54KN.js";
9
19
  import {
10
20
  createInitialMessageAssemblerState,
11
21
  createInitialStateEventProcessorContext,
@@ -17,22 +27,12 @@ import {
17
27
  turnTrackerProcessor,
18
28
  turnTrackerProcessorDef
19
29
  } from "../chunk-I7GYR3MN.js";
20
- import {
21
- MemoryStore,
22
- chainProcessors,
23
- combineInitialStates,
24
- combineProcessors,
25
- filterProcessor,
26
- identityProcessor,
27
- mapOutput,
28
- withLogging
29
- } from "../chunk-EKHT54KN.js";
30
- import "../chunk-7ZDX3O6I.js";
31
30
  import {
32
31
  isMessageEvent,
33
32
  isStateEvent,
34
33
  isTurnEvent
35
34
  } from "../chunk-K6WXQ2RW.js";
35
+ import "../chunk-7ZDX3O6I.js";
36
36
  import "../chunk-E5FPOAPO.js";
37
37
  import "../chunk-7D4SUZUM.js";
38
38
  export {
@@ -1,3 +1,8 @@
1
+ import {
2
+ MemoryStore,
3
+ combineInitialStates,
4
+ combineProcessors
5
+ } from "./chunk-EKHT54KN.js";
1
6
  import {
2
7
  createInitialMessageAssemblerState,
3
8
  createInitialStateEventProcessorContext,
@@ -6,11 +11,6 @@ import {
6
11
  stateEventProcessor,
7
12
  turnTrackerProcessor
8
13
  } from "./chunk-I7GYR3MN.js";
9
- import {
10
- MemoryStore,
11
- combineInitialStates,
12
- combineProcessors
13
- } from "./chunk-EKHT54KN.js";
14
14
  import {
15
15
  isStateEvent
16
16
  } from "./chunk-K6WXQ2RW.js";
@@ -540,4 +540,4 @@ export {
540
540
  AgentStateMachine,
541
541
  createAgent
542
542
  };
543
- //# sourceMappingURL=chunk-TBU7FFZT.js.map
543
+ //# sourceMappingURL=chunk-AT5P47YA.js.map
package/dist/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import "./chunk-RL3JRNXM.js";
1
2
  import {
2
3
  AgentStateMachine,
3
4
  MealyMachine,
@@ -5,7 +6,17 @@ import {
5
6
  createAgent,
6
7
  createInitialAgentEngineState,
7
8
  createMealyMachine
8
- } from "./chunk-TBU7FFZT.js";
9
+ } from "./chunk-AT5P47YA.js";
10
+ import {
11
+ MemoryStore,
12
+ chainProcessors,
13
+ combineInitialStates,
14
+ combineProcessors,
15
+ filterProcessor,
16
+ identityProcessor,
17
+ mapOutput,
18
+ withLogging
19
+ } from "./chunk-EKHT54KN.js";
9
20
  import {
10
21
  createInitialMessageAssemblerState,
11
22
  createInitialStateEventProcessorContext,
@@ -17,24 +28,13 @@ import {
17
28
  turnTrackerProcessor,
18
29
  turnTrackerProcessorDef
19
30
  } from "./chunk-I7GYR3MN.js";
20
- import {
21
- MemoryStore,
22
- chainProcessors,
23
- combineInitialStates,
24
- combineProcessors,
25
- filterProcessor,
26
- identityProcessor,
27
- mapOutput,
28
- withLogging
29
- } from "./chunk-EKHT54KN.js";
30
- import "./chunk-7ZDX3O6I.js";
31
31
  import {
32
32
  isMessageEvent,
33
33
  isStateEvent,
34
34
  isTurnEvent
35
35
  } from "./chunk-K6WXQ2RW.js";
36
+ import "./chunk-7ZDX3O6I.js";
36
37
  import "./chunk-E5FPOAPO.js";
37
- import "./chunk-RL3JRNXM.js";
38
38
  import "./chunk-7D4SUZUM.js";
39
39
  export {
40
40
  AgentStateMachine,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentxjs/core",
3
- "version": "1.9.9-dev",
3
+ "version": "1.9.10-dev",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",