You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## [v0.4.7] - 2025-06-26
4
4
5
-
- Added an API serializer: introducing the `compact_memory`, a new way to store the working memeory for the API.
5
+
- Added an API serializer: introducing the `compact_memory`, a new way to encode/decode the working memory as json, for the API.
6
6
- Added `StorageProviderAbstract`
7
-
-Improved creating concept from attributes (without useless dict creation). When the Concept has no given structure and no explicit `refines`, set it to refine `native.Text`
7
+
-When creating a Concept with no structure specified and no explicit `refines`, set it to refine `native.Text`
0 commit comments