CLI & SDK Reference — v1.4.0 #9
tyejcoleman
started this conversation in
General
Replies: 0 comments
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.
Complete reference for the Keyoku TypeScript SDK and OpenClaw CLI commands as of v1.4.0.
SDK (
@keyoku/memory)Standalone TypeScript client — no OpenClaw dependency required.
Memory
remember(entityId, content, opts?)search(entityId, query, opts?)listMemories(entityId, limit?)getMemory(id)deleteMemory(id)deleteAllMemories(entityId)seed(memories[])updateTags(id, tags[])sampleMemories(opts?)consolidate()Entities & Stats
listEntities()getStats(entityId)getGlobalStats()Heartbeat
heartbeatCheck(entityId, opts?)heartbeatContext(entityId, opts?)recordHeartbeatMessage(entityId, msg, opts?)Schedules
createSchedule(entityId, agentId, content, cron)listSchedules(entityId, agentId?)ackSchedule(memoryId)updateSchedule(id, cron, newContent?)cancelSchedule(id)Watcher
watcherStatus()watcherHistory(opts?)watcherStart(entityIds[], opts?)watcherStop()watcherWatch(entityId)watcherUnwatch(entityId)Teams
createTeam(name, desc)getTeam(id)deleteTeam(id)addTeamMember(teamId, agentId)listTeamMembers(teamId)removeTeamMember(teamId, agentId)Events & Health
subscribeEvents(opts?)health()OpenClaw CLI Commands
Available when using
@keyoku/openclawplugin. All commands are subcommands ofmemory.All reactions