-
v0.5.0
StableAll checks were successfulci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release Pipeline was successfulci/woodpecker/tag/release-image Pipeline was successfulreleased this
2026-08-22 09:11:37 +02:00 | 0 commits to main since this release⚠ BREAKING CHANGES
- nlp: run a matched intent, and report an honest score (57239940)
classifyreturns{ intent, score, text }rather than a flat
match, somatch.idis nowmatch.intent.idandmatch.entitiesis an
NlpEntityRegistryrather than a plain record.
Features
- nlp: run a matched intent, and report an honest score (57239940)
Full changelog: v0.4.0...v0.5.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- nlp: run a matched intent, and report an honest score (57239940)
-
v0.4.0
StableAll checks were successfulci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release Pipeline was successfulci/woodpecker/tag/release-image Pipeline was successfulreleased this
2026-08-22 08:52:58 +02:00 | 1 commits to main since this release⚠ BREAKING CHANGES
- core: give NLP intents an execute and a typed entity lookup (a70dfb44)
executeis required ondefineNLPAction. Every NLP action must
now say what it does when matched. - core: move persistence from SQLite to Postgres (29a5883f)
createSqliteCreatorand the@grundlag/core/sqlitesubpath are
replaced bycreatePgliteCreator(@grundlag/core/pglite) and
createPostgresCreator(@grundlag/core/postgres). Existing SQLite data is not
migrated — there is no upgrade path, which is why this lands before the first
release. A provider's own SQL only needs revisiting where it used SQLite-specific
syntax. A database creator is now expected to support vectors;providers/sources
refuses to start without it rather than coming up half-working. - core: expose entity search and get as agent tools (fd991d20)
EntityType.searchInputmust now be az.ZodObjectrather than
anyz.ZodType. The search tool foldscursorandlimitin alongside the
caller's own fields —{ query: 'x', limit: 5 }rather than a nested wrapper —
and that flattening is only possible over an object. Every entity in this repo
already usedz.object(...). A consequence worth knowing: acursororlimit
field of your own is overwritten by the paging pair.
Features
- core: add invokeAction to reach an action from an intent (3d5cc292)
- core: give NLP intents an execute and a typed entity lookup (a70dfb44)
- server: expose NLP classification over HTTP (b635ddf8)
- nlp: add an nlp.js intent classification engine (85156416)
- core: declare NLP intents and slots on a provider (b4a55953)
- core: move persistence from SQLite to Postgres (29a5883f)
- sources: add a source library provider with hybrid search (84ba9c20)
- core: expose entity search and get as agent tools (fd991d20)
- core: group errors by semantics and map them onto HTTP (efaff8f4)
- core: load SQLite extensions from the host's creator (75745719)
Bug Fixes
- sandbox: wait for actions a script started but never awaited (61ad0f18)
Full changelog: v0.3.1...v0.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- core: give NLP intents an execute and a typed entity lookup (a70dfb44)
-
v0.3.1
StableAll checks were successfulci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release Pipeline was successfulci/woodpecker/tag/release-image Pipeline was successfulreleased this
2026-08-20 15:04:25 +02:00 | 17 commits to main since this releaseBug Fixes
- build: drop the bundled package managers from the runtime image (e08b3274)
Full changelog: v0.3.0...v0.3.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.0
StableSome checks failedci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release Pipeline was successfulci/woodpecker/tag/release-image Pipeline failedreleased this
2026-08-20 13:49:34 +02:00 | 18 commits to main since this releaseFeatures
- client: read and write bucket objects (4413f84a)
- server: serve exposed buckets over HTTP (acdb9b34)
- core: let a provider declare and expose its buckets (5d2c142c)
Full changelog: v0.2.0...v0.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2.0
StableSome checks failedci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release Pipeline was successfulci/woodpecker/tag/release-image Pipeline failedreleased this
2026-08-20 11:00:42 +02:00 | 23 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1.1
StableSome checks failedci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/release Pipeline failedci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release-image Pipeline failedreleased this
2026-08-20 09:25:09 +02:00 | 27 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1.0
StableSome checks failedci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/release Pipeline failedci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release-image Pipeline failedreleased this
2026-08-20 08:59:21 +02:00 | 28 commits to main since this release⚠ BREAKING CHANGES
- core: make the event filter/check contract work (cb44d78f)
Event.checknow takes{ payload, input }instead of
{ input, services }.servicesis gone deliberately: it was impossible to
populate (EventRegistryhas no container, andProviderInstance, which
builds it, takes none), andcheckruns per subscriber per occurrence, so it
should not be reaching for services anyway — close over what you need where
the event is defined.publishnow throws on a payload that fails its schema
and strips undeclared fields.
Features
- tasks: add a Things-style task provider (cb09f124)
Bug Fixes
- build: make the docker image build and start (b03f1f64)
- core: make the event filter/check contract work (cb44d78f)
Full changelog: v0.0.1...v0.1.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- core: make the event filter/check contract work (cb44d78f)
-
v0.0.1
StableSome checks failedci/woodpecker/push/compliance Pipeline was successfulci/woodpecker/push/quality Pipeline was successfulci/woodpecker/push/draft-notes Pipeline was successfulci/woodpecker/tag/deploy-docs Pipeline was successfulci/woodpecker/tag/release Pipeline was successfulci/woodpecker/tag/release-image Pipeline failedreleased this
2026-08-20 00:22:30 +02:00 | 34 commits to main since this releaseBug Fixes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)