Skip to content

Commit 40ebdb8

Browse files
chore(release): 0.3.2 [skip ci]
## <small>0.3.2 (2026-04-26)</small> * feat(memory/typed-network): Phase 1 primitives (types + store + temporal overlap) ([515b7c8](515b7c8)) * feat(memory/typed-network): Phase 2 LLM observer (6-step extraction prompt + zod schema) ([c04e4c8](c04e4c8)) * feat(memory/typed-network): Phase 3 retrieval (spreading activation + 4-way RRF) ([95efa3a](95efa3a))
1 parent 95efa3a commit 40ebdb8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>0.3.2 (2026-04-26)</small>
2+
3+
* feat(memory/typed-network): Phase 1 primitives (types + store + temporal overlap) ([ebdf565](https://github.com/framersai/agentos/commit/ebdf565))
4+
* feat(memory/typed-network): Phase 2 LLM observer (6-step extraction prompt + zod schema) ([ee8f463](https://github.com/framersai/agentos/commit/ee8f463))
5+
* feat(memory/typed-network): Phase 3 retrieval (spreading activation + 4-way RRF) ([d867849](https://github.com/framersai/agentos/commit/d867849))
6+
17
## <small>0.3.1 (2026-04-26)</small>
28

39
* docs: add 0.3.1 hardening pass changelog entry ([6d72d2f](https://github.com/framersai/agentos/commit/6d72d2f))

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

0 commit comments

Comments
 (0)