dakera-py v0.12.10
Sync with server v0.11.97, plus smart_score ranking fix and new Ollama examples.
Bug Fixes
- fix(recall): prefer smart_score as ranking key in RecalledMemory — results are now sorted by
smart_score(combined importance + decay) when the field is present, matching server recall ordering (#181, f37d13b)
Examples
- Add Ollama persistent-memory recipes — two new example scripts:
ollama_memory_chat.py(interactive chat with memory) andollama_memory_proxy.py(OpenAI-compatible proxy with memory injection) (#180, 51005cb)
Version Bump
Server Compatibility
Compatible with dakera server v0.11.97. No breaking API changes.