v0.1.1 — titen-memory on npm
Titen's memory service is now on npm. No clone, no build step.
bunx titen-memory serve # CLI — the command is `titen`
npm i titen-memory # SDK — Node 22+, Bun, Deno, workersFixed
./package.jsonis reachable again. Anexportsmap hides every subpath
it does not list, sorequire("titen-memory/package.json")failed with
ERR_PACKAGE_PATH_NOT_EXPORTED. Bundlers and tooling read that file. It is
now listed explicitly, andscripts/verify-pack.shfails if it stops
resolving.
Also in this release line
0.1.1 supersedes 0.1.0,
published earlier the same day, which is the first release of the package and
carries no tag — see the changelog for why. Everything 0.1.0 added is in
0.1.1:
- the
titenCLI (serve,bootstrap,migrate,key,backup,schema) - the
fetch-based Agent SDK ontiten-memoryandtiten-memory/sdk astromoved out of runtime dependencies — a consumer tree is three packagesscripts/verify-pack.sh, the release gate that installs the real tarball
before anything is published
Install requirements
The CLI needs Bun (it uses bun:sqlite). The SDK does not — it is plain
fetch and runs anywhere.
Full changelog: CHANGELOG.md · Package: titen-memory