We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a817ac commit 04c9531Copy full SHA for 04c9531
CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.4.7] - 2025-07-14
11
+
12
+### Added
13
+- Server-side LLM sampling via `ask_llm()` with new `ask_user()` helper.
14
+- `prefer_medium_model()` for balanced model selection.
15
+- Expanded examples and tests including Redis cache and travel planner.
16
17
+### Changed
18
+- Removed automatic `EnrichContext` injection; use `app.get_context()`.
19
+- Improved chat agent and memory examples.
20
21
+### Fixed
22
+- Correct context usage in examples and `ask_llm` helper.
23
## [0.4.6] - 2025-07-10
24
25
### Added
0 commit comments