Skip to content

Commit efa0dae

Browse files
chore(release): 0.1.252 [skip ci]
## <small>0.1.252 (2026-04-21)</small> * fix(llm-routing): drop MythoMax L2 13B from uncensored catalog ([d2431b5](d2431b5)) * feat(memory): export fact-graph module from memory barrel ([e21e6ac](e21e6ac)) * feat(memory): fact-graph canonicalization + 25-predicate closed schema ([eba4c9f](eba4c9f)) * feat(memory): FactExtractor — LLM fact extraction with closed schema + session cache ([6a24376](6a24376)) * feat(memory): FactStore — in-memory fact-graph keyed by scope/subject/predicate ([00ee687](00ee687))
1 parent d2431b5 commit efa0dae

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>0.1.252 (2026-04-21)</small>
2+
3+
* fix(llm-routing): drop MythoMax L2 13B from uncensored catalog ([ef21e90](https://github.com/framersai/agentos/commit/ef21e90))
4+
* feat(memory): export fact-graph module from memory barrel ([7f05f56](https://github.com/framersai/agentos/commit/7f05f56))
5+
* feat(memory): fact-graph canonicalization + 25-predicate closed schema ([7f3af44](https://github.com/framersai/agentos/commit/7f3af44))
6+
* feat(memory): FactExtractor — LLM fact extraction with closed schema + session cache ([af4bbcc](https://github.com/framersai/agentos/commit/af4bbcc))
7+
* feat(memory): FactStore — in-memory fact-graph keyed by scope/subject/predicate ([4d7b8fc](https://github.com/framersai/agentos/commit/4d7b8fc))
8+
19
## <small>0.1.251 (2026-04-21)</small>
210

311
* feat(memory): HybridRetriever emits per-stage candidate IDs in diagnostics ([b36c015](https://github.com/framersai/agentos/commit/b36c015))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@framers/agentos",
3-
"version": "0.1.251",
3+
"version": "0.1.252",
44
"description": "Modular AgentOS orchestration library",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)