We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c0be9 commit e613a63Copy full SHA for e613a63
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.1.188 (2026-04-08)</small>
2
+
3
+* feat: add optional reranker stage to CognitiveMemoryManager.retrieve() ([ee11490](https://github.com/framersai/agentos/commit/ee11490))
4
5
## <small>0.1.187 (2026-04-08)</small>
6
7
* feat: add OpenAIRealtimeTTS streaming provider ([87b2808](https://github.com/framersai/agentos/commit/87b2808))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.187",
+ "version": "0.1.188",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments