File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to ACE Framework 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+ ## [ 0.8.3] - 2026-02-21
9+
10+ ### Added
11+ - ** Pipeline engine** — generic pipeline framework with branching, async boundaries, and parallel execution (#78 )
12+ - ** Trace passthrough** — ` _build_traces() ` helper and raw trace data passed to RecursiveReflector sandbox
13+
814## [ 0.8.2] - 2026-02-18
915
1016### Added
@@ -234,6 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234240- Type hints and modern Python practices
235241- MIT licensed for open source use
236242
243+ [ 0.8.3 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.8.2...v0.8.3
237244[ 0.8.2 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.8.1...v0.8.2
238245[ 0.8.1 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.8.0...v0.8.1
239246[ 0.8.0 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.7.3...v0.8.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ace-framework"
7- version = " 0.8.2 "
7+ version = " 0.8.3 "
88description = " Build self-improving AI agents that learn from experience"
99readme = " README.md"
1010requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments