feat: add conversation memory pipeline
All checks were successful
npm release / verify (push) Successful in 13s
npm release / publish to npm (push) Successful in 11s

This commit is contained in:
2026-05-11 23:12:02 +09:00
parent baea23b8b0
commit 4baf056cd9
5 changed files with 506 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "boxbrain",
"version": "0.1.0",
"version": "0.1.1",
"description": "IdentityDB-backed framework for synthetic human-like personas and DM-style LLM harnesses.",
"license": "MIT",
"type": "module",
@@ -16,6 +16,7 @@
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {