File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.4.0 (2026-03-03)
5+
6+ ### Features
7+
8+ - Add docs sync trigger ([ #8 ] ( https://github.com/OpenAdaptAI/openadapt-consilium/pull/8 ) ,
9+ [ ` 25d4326 ` ] ( https://github.com/OpenAdaptAI/openadapt-consilium/commit/25d4326a609142f8185bd2e38a678d34bc05107c ) )
10+
11+
412## v0.3.2 (2026-03-02)
513
614### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-consilium"
3- version = " 0.3.2 "
3+ version = " 0.4.0 "
44description = " Multi-LLM council for consensus-driven AI responses"
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 2121from consilium .model_registry import get_latest , list_models
2222from consilium .sdk import council_query
2323
24- __version__ = "0.3.2 "
24+ __version__ = "0.4.0 "
2525__all__ = [
2626 "Council" ,
2727 "CouncilResult" ,
You can’t perform that action at this time.
0 commit comments