@agentxjs/core 1.9.6-dev → 1.9.7-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,17 +5,7 @@ import {
5
5
  createAgent,
6
6
  createInitialAgentEngineState,
7
7
  createMealyMachine
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";
8
+ } from "../chunk-TBU7FFZT.js";
19
9
  import {
20
10
  createInitialMessageAssemblerState,
21
11
  createInitialStateEventProcessorContext,
@@ -27,12 +17,22 @@ import {
27
17
  turnTrackerProcessor,
28
18
  turnTrackerProcessorDef
29
19
  } from "../chunk-I7GYR3MN.js";
30
- import "../chunk-7ZDX3O6I.js";
20
+ import {
21
+ MemoryStore,
22
+ chainProcessors,
23
+ combineInitialStates,
24
+ combineProcessors,
25
+ filterProcessor,
26
+ identityProcessor,
27
+ mapOutput,
28
+ withLogging
29
+ } from "../chunk-EKHT54KN.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,8 +1,3 @@
1
- import {
2
- MemoryStore,
3
- combineInitialStates,
4
- combineProcessors
5
- } from "./chunk-EKHT54KN.js";
6
1
  import {
7
2
  createInitialMessageAssemblerState,
8
3
  createInitialStateEventProcessorContext,
@@ -11,6 +6,11 @@ import {
11
6
  stateEventProcessor,
12
7
  turnTrackerProcessor
13
8
  } 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-AT5P47YA.js.map
543
+ //# sourceMappingURL=chunk-TBU7FFZT.js.map
package/dist/index.js CHANGED
@@ -5,17 +5,7 @@ import {
5
5
  createAgent,
6
6
  createInitialAgentEngineState,
7
7
  createMealyMachine
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";
8
+ } from "./chunk-TBU7FFZT.js";
19
9
  import {
20
10
  createInitialMessageAssemblerState,
21
11
  createInitialStateEventProcessorContext,
@@ -27,12 +17,22 @@ import {
27
17
  turnTrackerProcessor,
28
18
  turnTrackerProcessorDef
29
19
  } from "./chunk-I7GYR3MN.js";
30
- import "./chunk-7ZDX3O6I.js";
20
+ import {
21
+ MemoryStore,
22
+ chainProcessors,
23
+ combineInitialStates,
24
+ combineProcessors,
25
+ filterProcessor,
26
+ identityProcessor,
27
+ mapOutput,
28
+ withLogging
29
+ } from "./chunk-EKHT54KN.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
  import "./chunk-RL3JRNXM.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentxjs/core",
3
- "version": "1.9.6-dev",
3
+ "version": "1.9.7-dev",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",