Skip to content

Commit 617fd05

Browse files
chore(release): 0.1.245 [skip ci]
## <small>0.1.245 (2026-04-19)</small> * feat: add shared memory retrieval policy contract ([1aadcf3](1aadcf3)) * feat: add shared retrieval confidence evaluation ([3c94c89](3c94c89)) * feat: thread retrieval policy through cognitive memory ([73af9e5](73af9e5)) * feat: unify retrieval policies across rag entrypoints ([074fe9e](074fe9e)) * feat: unify standalone and runtime long-term retrieval policy ([384804e](384804e)) * feat(llm): gate provider init logs behind AGENTOS_DEBUG, memoize createProviderManager ([4c64a1d](4c64a1d)) * fix: calibrate standalone recall confidence ([99b5982](99b5982))
1 parent 4c64a1d commit 617fd05

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## <small>0.1.245 (2026-04-19)</small>
2+
3+
* feat: add shared memory retrieval policy contract ([d70ab08](https://github.com/framersai/agentos/commit/d70ab08))
4+
* feat: add shared retrieval confidence evaluation ([1efdd5a](https://github.com/framersai/agentos/commit/1efdd5a))
5+
* feat: thread retrieval policy through cognitive memory ([15ed10d](https://github.com/framersai/agentos/commit/15ed10d))
6+
* feat: unify retrieval policies across rag entrypoints ([da3cd13](https://github.com/framersai/agentos/commit/da3cd13))
7+
* feat: unify standalone and runtime long-term retrieval policy ([9cc8905](https://github.com/framersai/agentos/commit/9cc8905))
8+
* feat(llm): gate provider init logs behind AGENTOS_DEBUG, memoize createProviderManager ([76b05ed](https://github.com/framersai/agentos/commit/76b05ed))
9+
* fix: calibrate standalone recall confidence ([4be8755](https://github.com/framersai/agentos/commit/4be8755))
10+
111
## <small>0.1.244 (2026-04-19)</small>
212

313
* Merge branch 'master' of https://github.com/framersai/agentos ([3950d82](https://github.com/framersai/agentos/commit/3950d82))

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.244",
3+
"version": "0.1.245",
44
"description": "Modular AgentOS orchestration library",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)