@smythos/sre 1.5.75 → 1.6.0

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.
package/CHANGELOG CHANGED
@@ -5,6 +5,22 @@ All notable changes to the SmythOS CORE Runtime Engine will be documented in thi
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.6.0]
9
+
10
+ ### Features
11
+
12
+ - Add Memory Components
13
+ - Add Milvus VectorDB Connector
14
+ - Add support to Google embeddings
15
+ - Add support to OpenAI responses API
16
+ - Agent Runtime optimizations : better memory management + stability fixes
17
+
18
+ ### Code and tooling
19
+
20
+ - Added multiple unit tests for a better code coveragge
21
+ - Updated dependencies
22
+ - Updated .cursor/rules/sre-ai-rules.mdc to enhance the qualty of AI based contributions
23
+
8
24
  ## [v1.5.60]
9
25
 
10
26
  ### Features
@@ -56,16 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
72
  - Implemented an SDK that provides an abstracted interface for all SmythOS components
57
73
  - Implemented a CLI to help running agents and scaffolding SDK and SRE projects along
58
74
 
59
- ## [v1.4.5]
60
-
61
- ### Features
62
-
63
- - New connectors : JSON Account connector, RAMVec vectordb, localStorage
64
- - Conversation manager: better handling of agent chats
65
- - logger becomes a connector
66
- - Add support for usage reporting
67
- - LLM : Refactored and simplified LLM Connector interface
68
-
69
75
  ## [v1.4.0]
70
76
 
71
77
  ### Features