We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a193d1a commit cfd4480Copy full SHA for cfd4480
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## <small>0.1.253 (2026-04-21)</small>
2
+
3
+* feat(memory): HybridRetriever fact-graph integration + synthetic trace prepending ([1147043](https://github.com/framersai/agentos/commit/1147043))
4
5
## <small>0.1.252 (2026-04-21)</small>
6
7
* fix(llm-routing): drop MythoMax L2 13B from uncensored catalog ([ef21e90](https://github.com/framersai/agentos/commit/ef21e90))
package.json
@@ -1,6 +1,6 @@
{
"name": "@framers/agentos",
- "version": "0.1.252",
+ "version": "0.1.253",
"description": "Modular AgentOS orchestration library",
"type": "module",
"main": "dist/index.js",
0 commit comments