@statelyai/agent 2.0.0-next.4 → 2.0.0-next.5

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.
@@ -0,0 +1,5 @@
1
+ ---
2
+ '@statelyai/agent': major
3
+ ---
4
+
5
+ "Strategy" has been renamed to "policy", and "score" has been renamed to "reward".
@@ -0,0 +1,5 @@
1
+ ---
2
+ "@statelyai/agent": major
3
+ ---
4
+
5
+ Set ai as peer dependency
@@ -0,0 +1,5 @@
1
+ ---
2
+ '@statelyai/agent': minor
3
+ ---
4
+
5
+ You can now add **insights** for observations made. Insights are additional context about the observations made, which can be useful for agent decision making.
@@ -5,11 +5,14 @@
5
5
  "@statelyai/agent": "1.1.6"
6
6
  },
7
7
  "changesets": [
8
+ "calm-beans-talk",
8
9
  "cyan-carpets-perform",
9
10
  "fast-donkeys-argue",
10
11
  "grumpy-dolphins-think",
11
12
  "light-hats-drive",
13
+ "long-guests-explode",
12
14
  "nice-pants-rule",
15
+ "odd-kiwis-compare",
13
16
  "old-jobs-check",
14
17
  "old-teachers-tap",
15
18
  "pink-eagles-deliver",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @statelyai/agent
2
2
 
3
+ ## 2.0.0-next.5
4
+
5
+ ### Major Changes
6
+
7
+ - [`2abec3e`](https://github.com/statelyai/agent/commit/2abec3e4d13d75f0ae1840f6dd2812f8fe9fb8d1) Thanks [@davidkpiano](https://github.com/davidkpiano)! - "Strategy" has been renamed to "policy", and "score" has been renamed to "reward".
8
+
9
+ - [`56ebde3`](https://github.com/statelyai/agent/commit/56ebde34ef7c897c1b845f026a5b38f41ef6a36f) Thanks [@davidkpiano](https://github.com/davidkpiano)! - Set ai as peer dependency
10
+
11
+ ### Minor Changes
12
+
13
+ - [`ea0c45e`](https://github.com/statelyai/agent/commit/ea0c45e5f099ea270a8ebd49fc3f700cc5827320) Thanks [@davidkpiano](https://github.com/davidkpiano)! - You can now add **insights** for observations made. Insights are additional context about the observations made, which can be useful for agent decision making.
14
+
3
15
  ## 2.0.0-next.4
4
16
 
5
17
  ### Major Changes