Skip to main content

Episodic Memory Pseudo CLI

Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.

The episodic pseudo CLI module currently exposes 8 commands.

Related SDK docs: Episodic Memory

Commands At A Glance

ActionDescriptionRequired flags
createCreate episodic memory--params
listList episodic memoriesNone
getGet episodic memory--id
appendAppend event to memory--params
queryQuery episodic events--params
event-typesGet event types--params
tagsGet tags--params
archiveArchive memory--params

create

Create episodic memory

codebolt episodic create --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

list

List episodic memories

codebolt episodic list

This command takes no parameters.

get

Get episodic memory

codebolt episodic get --id <string>
NameFlagTypeRequiredDescription
id--idstringYesIdentifier of the target resource.

append

Append event to memory

codebolt episodic append --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

query

Query episodic events

codebolt episodic query --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

event-types

Get event types

codebolt episodic event-types --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

tags

Get tags

codebolt episodic tags --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

archive

Archive memory

codebolt episodic archive --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.