Added
- Server-side LLM sampling via
ask_llm()with newask_user()helper. prefer_medium_model()for balanced model selection.- Expanded examples and tests including Redis cache and travel planner.
Changed
- Removed automatic
EnrichContextinjection; useapp.get_context(). - Improved chat agent and memory examples.
Fixed
- Correct context usage in examples and
ask_llmhelper.