File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " sre" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " " ,
55 "author" : " Alaa-eddine KADDOURI" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to the SmythOS CORE Runtime Engine will be documented in thi
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [v1.5.60]
9+
10+ ### Features
11+
12+ - Fixed memory leak in Agent context manager
13+ - Optimized performances and resolved a rare case causing CPU usage spikes
14+
815## [v1.5.50]
916
1017### Features
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to the SmythOS SDK will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8+ ## [1.1.0] - 2025-04-09
9+
10+ ### Added
11+
12+ - **Planner Mode**: SDK Agents can use the Planner Mode, allowing them to plan their actions and tasks.
13+ This features allows turning any agent into a planner agent.
14+
815## [1.0.4] - 2025-19-06
916
1017### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @smythos/sdk" ,
3- "version" : " 1.0.50 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " SRE SDK" ,
55 "keywords" : [
66 " smythos" ,
You can’t perform that action at this time.
0 commit comments