v1.4.0 — Full SDK Coverage, Ollama Support, Entity Scoping #8
tyejcoleman
announced in
Announcements
Replies: 1 comment
|
Full CLI & SDK reference: https://github.com/orgs/Keyoku-ai/discussions/9 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Keyoku v1.4.0 is out. Here is everything that changed since v1.3.4.
SDK (
@keyoku/memory)16 new methods added to
KeyokuClient:seed(),updateTags(),listEntities(),getGlobalStats(),sampleMemories(),consolidate()createTeam(),getTeam(),deleteTeam(),addTeamMember(),listTeamMembers(),removeTeamMember()watcherWatch(),watcherUnwatch()subscribeEvents()(SSE streaming with abort support)updateSchedule()All methods are fully typed and covered by tests (152 tests across 9 test files).
CLI (
@keyoku/openclaw)New terminal commands:
keyoku watcher status/keyoku watcher historykeyoku heartbeat check/keyoku heartbeat contextkeyoku schedule list/keyoku schedule create/keyoku schedule cancelkeyoku healthOllama Provider Support
keyoku-initnow supports Ollama for both embedding and extraction:nomic-embed-text,bge-large, etc.) and dimensions (768, 1024, 1536)Thanks @dan-and!
Dynamic Entity Scoping
Per-channel entity resolution strategies for multi-tenant bots:
channel,user,agent,customThanks @moltar-bot and @kalinon!
Bug Fixes
Full changelog: https://github.com/keyoku-ai/keyoku/releases/tag/v1.4.0
All reactions