Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom memory

Inspect and manage agent memory for your flows

View as Markdown
<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT. Source of truth: the cobra command definitions in cmd/axiom/cmd/. Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->

axiom memory

Inspect and manage agent memory for your flows

Inspect and manage agent memory sessions for your Axiom flows.

All commands require an active login (run "axiom login" to authenticate). Memory data lives in the Axiom platform — there is no local state.

Examples:

axiom memory ls                          # list flows that have memory
axiom memory ls --flow <flow-id>         # list sessions for a flow
axiom memory show <session-id>           # show conversation + semantic memories
axiom memory search --flow <id> <query>  # semantic search over memories
axiom memory end <session-id>            # close a session (triggers consolidation)
axiom memory rm <session-id>             # delete a session
axiom memory rm --flow <id> --all        # delete all memory for a flow

Usage

axiom memory [flags]
axiom memory [command]

Flags

FlagShorthandTypeDefaultDescription
--help-hboolhelp for memory

Subcommands

CommandDescription
axiom memory endClose a session and trigger memory consolidation
axiom memory lsList flows with memory, or sessions for a specific flow
axiom memory rmDelete a session or all memory for a flow
axiom memory searchSemantic search over memories for a flow
axiom memory showShow conversation history and semantic memories for a session

See also